iptables -A INPUT -p tcp --dport 5555 -j ACCEPT
run that after becoming root (with su -, su doesn't work right). It will open up port 5555. might also want to do iptables -A OUTPUT -p tcp --dport 5555 -j ACCEPT to allow unrestriced outbound on that port.
~predatorfreak
|