PDA

View Full Version : IP Tables


scoia
16-05-2003, 14:36
My SuSE 8.1 server has iptables FW configured with DROP as default policy, so i needed to allow inbound connections to 8767 UDP port.

To do that all you need is this

/usr/sbin/iptables -A INPUT -p udp --dport 8767 -j ACCEPT