Hello everyone...
I have a linux 2.2.1 box set up for IP masquerading my local net and dialing
my ISP on demand with pppd 2.3.5.

I must have my routing tables or my ipchains slightly incorrect, because:
   1) when I telnet into the linux box from my local lan, it triggers the
pppd autodial.  It won't connect the telnet session until ppp is logged in.
   2) ppp never hangs up when idle for my set amount of time.  Does someone
have an active-filter [filter-expression] that works well?  If not, what's
the best way to see what type of packets are keeping the link alive?

Other than tying up the phone line for days at a time, it's working *great*!

Thanks,
Kevin Hunt

PS - Here's some mo' info.
route -n
Destination     Gateway         Genmask         Flags Metric Ref    Use
Iface
255.255.255.255 0.0.0.0         255.255.255.255 UH    0      0        0 eth0
10.2.11.1       0.0.0.0         255.255.255.255 UH    0      0        0 ppp0
172.16.1.2      0.0.0.0         255.255.255.255 UH    0      0        0 lo
172.16.0.0      0.0.0.0         255.255.0.0     U     0      0        0 eth0
127.0.0.0       0.0.0.0         255.0.0.0       U     0      0        0 lo
0.0.0.0         10.2.11.1       0.0.0.0         UG    0      0        0 ppp0

ipchains -L
Chain input (policy ACCEPT):
Chain forward (policy MASQ):
target     prot opt     source                destination           ports
MASQ       all  ------  172.16.0.0/16         anywhere              n/a
Chain output (policy ACCEPT):

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

Reply via email to