On Wed, 3 May 2000, Dung Nguyen wrote:
|I thank you very much for helping me with the Null
|modem problem. I've made a ppp connection by null
|modem. But I can't ping the local LAN behind the ppp
|server
|I have "proxyarp" on ppp options for ppp server and
|"defaultroute" for ppp Client. The subnet Ip address
|of the ppp Client and the local LAN are the same. But
|I can't ping the local subnet on LAN.
Your list seems to include almost all that should be necessary. If the PPP
link negotiation messages look okay (using the "debug" option), and there
are no other pppd error or warning messages, then the only other thing that
comes to mind is IP forwarding.
IP forwarding needs to be compiled into the kernel, and turned on at every
boot-up in a /etc/rc.d configuration file with
"echo -n 1 > /proc/sys/net/ipv4/ip_forward." The distribution kernel
probably has it compiled into the kernel, but that may depend on the
particular distribution.
If you are using the "local" option then you might want to add the
"xonxoff" option. I'm not sure that it's necessary though, using "local"
may automatically cause pppd to use XON/XOFF.
Yet another thing is speed, the pppd speed option will likely need to be
reduced from that for hardware flow control. I'd start at 9600 and work
upwards from there.
---
Clifford Kite Not a guru. (tm)
-
To unsubscribe from this list: send the line "unsubscribe linux-ppp" in
the body of a message to [EMAIL PROTECTED]