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



[EMAIL PROTECTED]
I'm not at home right now, but this is what I did(from my memory).
eth0: ip address assigned by the DHCP server
eth1: 10.0.0.1    Netmas 255.255.255.0 on all for 10.0.0.
Windows 1: 10.0.0.2 gateway 10.0.0.1
Windows 2: 10.0.0.3 gateway 10.0.0.1

enabled the /proc.../ip_forward
loaded the ip_masq_autofw

test1: (same as in the HOWTO)
ipchains -P forward DENY
ipchains -F forward -j MAS -s 10.0.0.0/255.255.255.0 -d 0.0.0.0/0
I also used the ipchains input for DHCP as described in the HOWTO

since that did now work, I thought maybe it gets confused on which nic to MASQ.

so I did this:

ipchains -F forward -j MAS -s 10.0.0.0/255.255.255.0 -d 0.0.0.0/0 -P all -i
eth1

Then I switched to ipfwadm, I knew this will not work, but I tried it
anyways...

help ?


"John E. Christ III" wrote:

> > I followed every steup on the HOWTO, tried to play with ipfwadm and
> > ipchains and I just can't seem to get it to work properly. help ?
>
> You need to provide more information than that.  Post a description of your
> network configuration and your ipchains rules.
>
> John


_______________________________________________
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