Iptables open ports

Iptables allow port to input - output

iptables -A INPUT -p tcp --dport 8181 -j ACCEPT
iptables -A OUTPUT -p tcp --dport 8181 -j ACCEPT
iptables --flush

we will se result after run those commands

Rate Post :
Similar Posts :
Base64 Decoder Base64 Encoder
Comments :