iptables -A INPUT -p tcp --destination-port 43 -j ACCEPT
iptables -A OUTPUT -p tcp --source-port 43 -j ACCEPT
/etc/init.d/iptables restart