Lazarus,

Thank you for that explanation!  It not only works, but cleared up a
couple
of other questions I had about the file /etc/conf.modules.

Following your instructions got me up and running just fine.  You really
should write a new HOWTO on this subject.  Anyway, if you're ever in
Park City drinks are on me.

Thanks.

Tom

----------------- /etc/diald/ip-up --------------------------

#!/bin/bash
# /etc/diald/ip-up
# Called by addroute option, *not* ip-up option since addroute blocks
the
process
# parameters: $1)<interface> $2)<netmask> $3)<local-ip> $4)<remote-ip>
$5)<metric>
# do not use defaultroute pppd option, set defaultroute here instead -
why?
I don't know

# turn on masquerade chains
/sbin/ipchains -P forward DENY
/sbin/ipchains -A forward -i ppp0 -j MASQ

echo 1 > /proc/sys/net/ipv4/ip_forward

/sbin/route add default gw $4
---


-
To unsubscribe from this list: send the line "unsubscribe linux-diald" in
the body of a message to [EMAIL PROTECTED]

Reply via email to