[plug] Games firewall problem?

Anthony J. Breeds-Taurima tony at cantech.net.au
Wed Jun 13 13:20:14 WST 2001


On Wed, 13 Jun 2001, Kai wrote:

> ## Flush any current ipchains rules
> /sbin/ipchains -F input
> /sbin/ipchains -F output
> /sbin/ipchains -F forward
>
> ## Accept packets local packets, masq internet bound packets
> /sbin/ipchains -A forward -s 192.168.0.0/24 -d 192.168.0.0/24 -j ACCEPT

Drop this (^^^^^^^^^) line and see if that helps.  It shouldn't be needed at
all (I assume that 192.168.0.0/24 is your LOCAL LAN.

> /sbin/ipchains -A forward -s 192.168.0.0/24 -d 0.0.0.0/0 -j MASQ


Yours Tony.

/*
 * "The significant problems we face cannot be solved at the
 * same level of thinking we were at when we created them."
 * --Albert Einstein
 */




More information about the plug mailing list