Thread: iptables stuff
View Single Post
  #1  
Old 2006-05-07, 08:34 PM
Hydrogen
 
iptables stuff

Trying to get myself defirewalled, I forwared ports 4444 UDP and 6881-6999 TCP on my router forwarded to this computer. On my computer I entered the following

Code:
iptables -A INPUT -p TCP --dport 6881:6999 -j ACCEPT
iptables -A INPUT -p UDP --dport 4444 -j ACCEPT
However, it still shows me as firewalled, what else do I need to change?
Edit/Delete Message Reply With Quote Reply with Nested Quotes