hi
how can i allow specific port for specific ip using GUI web interface?
add ip and port using gui
-
- Junior Member
- Posts: 8
- Joined: 01 Aug 2013, 13:42
Re: add ip and port using gui
Go to WHM > ConfigServer Security & Firewall > Firewall Allow IPs
then add
Is it TCP or UDP protocol, is it IN or OUT, is it SOURCE or DESTINANTION.
On example, you want to allow access to MySQL from just one IP address:
then add
Code: Select all
tcp/udp|in/out|s/d=port|s/d=ip
On example, you want to allow access to MySQL from just one IP address:
Code: Select all
tcp|in|d=3306|s=IP YOU WANT TO ALLOW