# Block connection from eth1 interface iptables -A INPUT -p tcp -i eth1 —destination-port 29418 -j DROP
# Delete blicked connection iptables -D INPUT -p tcp -I eth1 —destination-port 28418 -j DROP