I had IP Masquerading running beautifully a week ago using ipchains.
I made some major install changes and now I can't set it up again.  

I verified the kernel has what it needs and the proper modules are loaded.
I set drakedonf to enable routing and also to export default route.  I set the
default route to nothing in drakconf so ppp's default route would take effect. 
kppp is set to assign the default route.

The ipchain commands that worked last week are:

ipchains -P forward DENY
ipchains -A forward -s 192.168.0.1/24 -d 0/0 -j MASQ

Here is what I get now with ipchains -L  :

Chain input (policy ACCEPT):
Chain forward (policy DENY):
target     prot opt     source                destination           ports
MASQ       all  ------  192.168.0.0/24       anywhere              n/a
Chain output (policy ACCEPT):  

Note it lists the ip as 192.168.0.0 instead of 192.168.0.1 .  This
machines address is 192.168.0.1.

I've been following an O'Reilly Linux Net Admin book and some stuff on the net.

Thanks in advance!  I'm systematically knocking off every problem that normally
makes me boot into windows, and the help here has been very useful.   Today I
actually got the sound card working so I'm almost all the way there.  I can't
live without my mp3s.

-Mjo

-- 
Martha Jo McCarthy 
[EMAIL PROTECTED]  (alternate: [EMAIL PROTECTED])  



**********************************************************
To unsubscribe from this list, send mail to
[EMAIL PROTECTED] with the following text in the
*body* (*not* the subject line) of the letter:
unsubscribe gnhlug
**********************************************************

Reply via email to