My kernel is 2.2.13 and I have it working with dial on demand ppp. However,
with the following ipchains set-up, wehenever I just telnet to another
machine on my internal network is brings up the ppp link.
ipchains -P forward DENY
ipchains -A forward -s 10.0.0.0/8 -j MASQ
In an effort to use masquerading only when addressing the ppp link, I
changed the second line to
ipchains -A forward -d !10.0.0.0/8 -j MASQ
That didn't work. The line stil came up and packets didn't get forwarded!
Has anyone else tried to do this? Any suggestions?
If these questions belong somewhere else, please provide some pointers.
TIA,
Dave
-
To unsubscribe from this list: send the line "unsubscribe linux-ppp" in
the body of a message to [EMAIL PROTECTED]