add ip and port using gui

Post Reply
call2sun
Junior Member
Posts: 12
Joined: 12 Mar 2011, 11:16

add ip and port using gui

Post by call2sun »

hi

how can i allow specific port for specific ip using GUI web interface?
lukapaunovic
Junior Member
Posts: 8
Joined: 01 Aug 2013, 13:42

Re: add ip and port using gui

Post 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
Post Reply