Jun 07 2009

Open ping in server from one IP

Good Night,

If you want to enable PING in your SERVER just from ONE IP use this IPtables rule:

$ sudo iptables -A INPUT -p icmp -s 150.162.60.37 -j ACCEPT

Best Regards,
Matheus