08-08-07 12:13 PM
josh in <WF1ui.45492$g86.18677@newsfe14.lga> :
> how to i enable a port in etch?
By reading the iptables manual!
This is an example:
iptables -A INPUT -p tcp -m limit --limit 1/hour -m tcp --dport
$Portnumber --tcp-flags FIN,SYN,RST,ACK SYN -j
LOG --log-prefix "Testing" --log-tcp-options
iptables -A INPUT -p tcp -m tcp --dport $Portnumber -j ACCEPT
P.
--
mailto:peter@dharma.dyndns.info
[ Post a follow-up to this message ]
|