Following are the commands to open tcp or udp ports on the server.
Before using commands for opening the port please make sure the specific port is already opend and what is the use of that port.
you can verify the port with
netstat -nap | grep :
iptables -A INPUT -p tcp –dport 25
2. You can open UDP port with
iptables -A INPUT -p udp –sport
after that
3 service iptables save
and for flushhing iptables us
iptables -F
iptables -A INPUT -s 210.0.143.122 -j DROP
203.162.3.147
iptables -L
service iptables save
No comments:
Post a Comment