Page 1 of 1

add ip and port using gui

Posted: 20 Jul 2013, 19:10
by call2sun
hi

how can i allow specific port for specific ip using GUI web interface?

Re: add ip and port using gui

Posted: 02 Aug 2013, 10:37
by lukapaunovic
Go to WHM > ConfigServer Security & Firewall > Firewall Allow IPs

then add

Code: Select all

tcp/udp|in/out|s/d=port|s/d=ip
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:

Code: Select all

tcp|in|d=3306|s=IP YOU WANT TO ALLOW