/* HINT: Search archives @ http://www.indyramp.com/masq/ before posting! */


On 18 Feb 2000, Michael Best wrote:
 
> I had previously posted a patch to this list that fixes this.  Here it is
> again:
> 

Another thing is that in order for this work, your masq command must be set to
masq packets based on the source address and not the destination. For example,
the following commands wouldn't work:

ipchains -A forward -i eth0 -j MASQ
ipchains -A forward -j MASQ -s 192.168.2.0/24 -d ! 192.168.2.0/24 -p all

The following would work:

ipchains -A forward -j MASQ -s 192.168.2.0/24


-- Michael Best

_______________________________________________
Masq maillist  -  [EMAIL PROTECTED]
Admin requests can be handled at http://www.indyramp.com/masq-list/ -- THIS INCLUDES 
UNSUBSCRIBING!
or email to [EMAIL PROTECTED]

PLEASE read the HOWTO and search the archives before posting.
You can start your search at http://www.indyramp.com/masq/
Please keep general linux/unix/pc/internet questions off the list.

Reply via email to