Hi,

Well since my last post I am able to establish a PPP 
connection to my PPP server though it is a bit tweaky
in the sense that the connection gets dropped at various
points of the chat/negotiation....it didn't do this before.

When I am able to connect to the server, it is a fairly
robust connection but I can't ping anything other that the
server. 

My setup was a PPP server (linux-2.0.27 ppp-2.2.0) connected
to an ethernet to the 'Net. I would call in over the modem
and establish a PPP connection and all was good.

Now I have ugraded the server to linux 2.2.13 and ppp-2.3.7.
This may be a routing related problem as the new routing code
has new behaviour I need to learn. To top it off, my server
uses a block  of IP's subnett'd to me, so ifconfig etc, always
trys to second guess the netmask which comes out wrong since
this is a subnet. So maybe when the proxyarp happens, the
wrong netmask gets involved or something.

If anyone is using the current kernel and ppp with a similar
setup has any comments I would be appreciative.

Thanks again!

--Paul T.

Here are some particulars:

My chat script:

/usr/sbin/pppd -d connect '/usr/sbin/chat -v "" AT OK ATDT2415825 CONNECT "" ogi
n: myaccount ord: \
secret ' 


On the server, in the passwd file for 'myaccount':
/etc/ppp/ppplogin

In /etc/ppp I have;

options file: noauth

options.ttyS1 file: detach modem crtscts proxyarp :207.104.7.117

Jan  5 19:10:38 orbital pppd[9421]: pppd 2.3.7 started by ppp, uid 533
Jan  5 19:10:38 orbital pppd[9421]: Using interface ppp0
Jan  5 19:10:38 orbital pppd[9421]: Connect: ppp0 <--> /dev/ttyS1
Jan  5 19:10:39 orbital pppd[9421]: sent [LCP ConfReq id=0x1 <asyncmap
0x0> <mag
ic 0xa19f8ca8> <pcomp> <accomp>]
Jan  5 19:10:39 orbital pppd[9421]: rcvd [LCP ConfReq id=0x1 <asyncmap
0x0> <mag
ic 0x6a83582f> <pcomp> <accomp>]
Jan  5 19:10:39 orbital pppd[9421]: sent [LCP ConfAck id=0x1 <asyncmap
0x0> <mag
ic 0x6a83582f> <pcomp> <accomp>]
Jan  5 19:10:39 orbital pppd[9421]: rcvd [LCP ConfAck id=0x1 <asyncmap
0x0> <mag
ic 0xa19f8ca8> <pcomp> <accomp>]
Jan  5 19:10:39 orbital pppd[9421]: sent [IPCP ConfReq id=0x1 <addr
207.104.7.12
0> <compress VJ 0f 01>]
Jan  5 19:10:40 orbital pppd[9421]: rcvd [IPCP ConfReq id=0x1 <addr
0.0.0.0> <co
mpress VJ 0f 01>]
Jan  5 19:10:40 orbital pppd[9421]: sent [IPCP ConfNak id=0x1 <addr
207.104.7.11
7>]
Jan  5 19:10:40 orbital pppd[9421]: rcvd [IPCP ConfAck id=0x1 <addr
207.104.7.12
0> <compress VJ 0f 01>]
Jan  5 19:10:39 orbital modprobe: can't locate module ppp-compress-21
Jan  5 19:10:40 orbital pppd[9421]: rcvd [IPCP ConfReq id=0x2 <addr
207.104.7.11
7> <compress VJ 0f 01>]
Jan  5 19:10:40 orbital pppd[9421]: sent [IPCP ConfAck id=0x2 <addr
207.104.7.11
7> <compress VJ 0f 01>]
Jan  5 19:10:40 orbital pppd[9421]: found interface eth0 for proxy arp
Jan  5 19:10:40 orbital pppd[9421]: local  IP address 207.104.7.120
Jan  5 19:10:40 orbital pppd[9421]: remote IP address 207.104.7.117
Jan  5 19:10:39 orbital modprobe: can't locate module ppp-compress-26
Jan  5 19:10:40 orbital modprobe: can't locate module ppp-compress-24


Server routing table:

Destination     Gateway         Genmask         Flags Metric Ref    Use
Iface
207.104.7.117   *               255.255.255.255 UH    0      0        0 ppp0
localnet        *               255.255.255.224 U     0      0        0 eth0
localnet        *               255.255.255.224 U     0      0        0 dummy0
localnet        *               255.255.255.224 U     0      0        0 dummy1
....
default         smc-05.hmmwv.ne 0.0.0.0         UG    1      0        0 eth0
(don't laugh at the dummy modules, I'll loose them when I get this
other straightned out).




"Louis Pasteur's theory of germs is ridiculous fiction." 
Pierre Pachet, Professor of Physiology at Toulouse, 1872.



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

Reply via email to