On Sun, 30 Apr 2000, james rich wrote:
|I just upgraded to 2.3.99-pre6 (yes I know, devel kernel - but unreported
|problems don't get fixed) and now ppp only works with UDP packets and not
|TCP packets. If I reboot into 2.2.14 everything is fine. I updated to
|pppd 2.4.0b1 as per the CHANGES file. I checked the mailing list archives
|for ppp and linux-kernel. I tried disabling VJ compression - no luck.
...
|Apr 30 03:31:40 growler pppd[1123]: sent [IPCP ConfReq id=0x1 <addr
|0.0.0.0> <compress VJ 0f 00>]
|Apr 30 03:31:40 growler pppd[1123]: rcvd [IPCP ConfReq id=0x1 <compress VJ
|0f 00> <addr 209.197.2.2>]
|Apr 30 03:31:40 growler pppd[1123]: sent [IPCP ConfAck id=0x1 <compress VJ
|0f 00> <addr 209.197.2.2>]
|Apr 30 03:31:40 growler pppd[1123]: rcvd [IPCP ConfNak id=0x1 <addr
|192.168.1.23>]
|Apr 30 03:31:40 growler pppd[1123]: sent [IPCP ConfReq id=0x2 <addr
|192.168.1.23> <compress VJ 0f 00>]
|Apr 30 03:31:40 growler pppd[1123]: rcvd [IPCP ConfAck id=0x2 <addr
|192.168.1.23> <compress VJ 0f 00>]
|Apr 30 03:31:40 growler pppd[1123]: local IP address 192.168.1.23
|Apr 30 03:31:40 growler pppd[1123]: remote IP address 209.197.2.2
I'm not entirely sure that the symptom is associated with this, but you
need a routable IP address as the local IP address for the PPP connection.
Pppd starts out the right way in the IPCP negotiations, but then NAKs the
local IP address that the peer requests it use, and requests the private
(non-routable) 192.168.1.23 that it got from a local LAN interface, or a
configuration option. The ISP accepts it, and that might be causing the
problem.
You can try using the pppd option ipcp-accept-local, which should allow
pppd to accept the routable IP address requested by the peer.
---
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]