FC,
It was similar too the coding used below but it covered a small range of ports....
sudo iptables -A INPUT -p tcp --dport xxxxx -s 127.0.0.0/8 -d 127.0.0.0/8 -j ACCEPT
RT
FC,
It was similar too the coding used below but it covered a small range of ports....
sudo iptables -A INPUT -p tcp --dport xxxxx -s 127.0.0.0/8 -d 127.0.0.0/8 -j ACCEPT
RT