iptables question for the experts

Chris Brenton cbrenton at chrisbrenton.org
Tue Jul 18 17:40:02 EDT 2006


On Tue, 2006-07-18 at 15:26 -0400, Chris Brenton wrote:
>
> iptables -A OUTPUT -p tcp -d <server ip> --dport 25 -j ACCEPT

Dooh! Change that to be:
iptables -A OUTPUT -p tcp -d <server ip> --dport 21 -j ACCEPT





More information about the gnhlug-discuss mailing list