[lug] ppp server again

Hobbs: Nobuki Matsui nobuki at psych.colorado.edu
Wed Jun 14 14:11:34 MDT 2000


Hi all,
	This time around, I'm more specific.  I'm trying to set up a ppp
server and am having a problem with two error messages, 'remote IP not
determined', and 'no network protocols'.  I wonder why '0.0.0.0',
the default gw address shows up in the log, instead of the server
IP.  Could anybody please help us? 
best,

					Nobuki Matsui

server (gwn-tsi)  192.168.1.3
client (gwn-tsi2) 192.168.1.1
My applogy for attaching two legnthy log files from the server side.  I
also attached some options files below.  

**************************************************************************
/etc/ppp/options.server
-detach
asyncmap 0
modem
crtscts
lock
proxyarp
login
require-pap
refuse-chap
passive
logfile /etc/ppp/log-ppp
-----------------------------------------------------------------------------
/etc/ppp/options.ttyS2
192.168.1.3:192.168.1.1
#server ip address:ip address assigned to the port
---------------------------------------------------------------------------
/etc/bashrc
alias ppp="exec /usr/sbin/pppd -detach"
****************************************************************************
---------------------------------------------------------------------------
Jun 15 11:59:38 gwn-tsi insmod: Note: /etc/conf.modules is more recent
than /lib/modules/2.2.14-5.0/modules.dep
Jun 15 11:59:38 gwn-tsi pppd[2955]: pppd 2.3.11 started by LOGIN, uid 0
Jun 15 11:59:38 gwn-tsi pppd[2955]: Using interface ppp0
Jun 15 11:59:38 gwn-tsi pppd[2955]: Connect: ppp0 <--> /dev/ttyS2
Jun 15 11:59:38 gwn-tsi pppd[2955]: sent [LCP ConfReq id=0x1 <asyncmap
0x0> <auth pap> <magic 0x27e58e42> <pcomp> <accomp>]
Jun 15 11:59:38 gwn-tsi pppd[2955]: rcvd [LCP ConfAck id=0x1 <asyncmap
0x0> <auth pap> <magic 0x27e58e42> <pcomp> <accomp>]
Jun 15 11:59:41 gwn-tsi pppd[2955]: rcvd [LCP ConfReq id=0x1 <asyncmap
0x0> <magic 0x2e435de8> <pcomp> <accomp>]
Jun 15 11:59:41 gwn-tsi pppd[2955]: sent [LCP ConfAck id=0x1 <asyncmap
0x0> <magic 0x2e435de8> <pcomp> <accomp>]
Jun 15 11:59:41 gwn-tsi pppd[2955]: rcvd [PAP AuthReq id=0x1
user="nobuki" password=<hidden>]
Jun 15 11:59:41 gwn-tsi pppd[2955]: sent [PAP AuthAck id=0x1 "Login ok"]
Jun 15 11:59:41 gwn-tsi pppd[2955]: sent [IPCP ConfReq id=0x1 <addr
0.0.0.0> <compress VJ 0f 01>]
Jun 15 11:59:41 gwn-tsi insmod: Note: /etc/conf.modules is more recent
than /lib/modules/2.2.14-5.0/modules.dep
Jun 15 11:59:41 gwn-tsi insmod: Note: /etc/conf.modules is more recent
than /lib/modules/2.2.14-5.0/modules.dep
Jun 15 11:59:41 gwn-tsi pppd[2955]: sent [CCP ConfReq id=0x1 <deflate 15>
<deflate(old#) 15> <bsd v1 15>]
Jun 15 11:59:41 gwn-tsi pppd[2955]: rcvd [IPCP ConfReq id=0x1 <addr
192.168.1.1> <compress VJ 0f 01>]
Jun 15 11:59:41 gwn-tsi pppd[2955]: sent [IPCP ConfAck id=0x1 <addr
192.168.1.1> <compress VJ 0f 01>]
Jun 15 11:59:42 gwn-tsi pppd[2955]: rcvd [CCP ConfReq id=0x1 <deflate 15>
<deflate(old#) 15> <bsd v1 15>]
Jun 15 11:59:42 gwn-tsi pppd[2955]: sent [CCP ConfAck id=0x1 <deflate 15>
<deflate(old#) 15> <bsd v1 15>]
Jun 15 11:59:42 gwn-tsi pppd[2955]: rcvd [IPCP ConfRej id=0x1 <addr
0.0.0.0>]
Jun 15 11:59:42 gwn-tsi pppd[2955]: sent [IPCP ConfReq id=0x2 <addrs
0.0.0.0 192.168.1.1> <compress VJ 0f 01>]
Jun 15 11:59:42 gwn-tsi pppd[2955]: rcvd [CCP ConfAck id=0x1 <deflate 15>
<deflate(old#) 15> <bsd v1 15>]
Jun 15 11:59:42 gwn-tsi pppd[2955]: Deflate (15) compression enabled
Jun 15 11:59:42 gwn-tsi pppd[2955]: rcvd [IPCP ConfRej id=0x2 <addrs
0.0.0.0 192.168.1.1>]
Jun 15 11:59:42 gwn-tsi pppd[2955]: sent [IPCP ConfReq id=0x3 <compress VJ
0f 01>]
Jun 15 11:59:42 gwn-tsi pppd[2955]: rcvd [IPCP ConfAck id=0x3 <compress VJ
0f 01>]
Jun 15 11:59:42 gwn-tsi pppd[2955]: Could not determine local IP address
Jun 15 11:59:42 gwn-tsi pppd[2955]: sent [IPCP TermReq id=0x4 "Could not
determine local IP address"]
Jun 15 11:59:42 gwn-tsi pppd[2955]: rcvd [IPCP TermReq id=0x2 "Could not
determine remote IP address"]
Jun 15 11:59:42 gwn-tsi pppd[2955]: sent [IPCP TermAck id=0x2]
Jun 15 11:59:42 gwn-tsi pppd[2955]: rcvd [IPCP TermAck id=0x4]
Jun 15 11:59:42 gwn-tsi pppd[2955]: sent [LCP TermReq id=0x2 "No network
protocols running"]
Jun 15 11:59:42 gwn-tsi pppd[2955]: rcvd [LCP TermReq id=0x2 "No network
protocols running"]
Jun 15 11:59:42 gwn-tsi pppd[2955]: sent [LCP TermAck id=0x2]
Jun 15 11:59:42 gwn-tsi pppd[2955]: rcvd [LCP TermAck id=0x2]
Jun 15 11:59:42 gwn-tsi pppd[2955]: Connection terminated.
Jun 15 11:59:42 gwn-tsi pppd[2955]: Connect time 0.1 minutes.
Jun 15 11:59:42 gwn-tsi pppd[2955]: Sent 299 bytes, received 295 bytes.
Jun 15 11:59:42 gwn-tsi pppd[2955]: Exit.
Jun 15 13:17:09 gwn-tsi insmod: Note: /etc/conf.modules is more recent
than /lib/modules/2.2.14-5.0/modules.dep
------------------------------------------------------------------
Jun 15 11:59:38 gwn-tsi mgetty[2955]: data dev=ttyS2, pid=2955,
caller='none', conn='26400/ARQ', name='', cmd='/usr/sbin/pppd',
user='/AutoPPP/'
Jun 15 11:59:38 gwn-tsi kernel: CSLIP: code copyright 1989 Regents of the
University of California
Jun 15 11:59:38 gwn-tsi kernel: PPP: version 2.3.7 (demand dialling)
Jun 15 11:59:38 gwn-tsi kernel: PPP line discipline registered.
Jun 15 11:59:38 gwn-tsi insmod: Note: /etc/conf.modules is more recent
than /lib/modules/2.2.14-5.0/modules.dep
Jun 15 11:59:38 gwn-tsi kernel: registered device ppp0
Jun 15 11:59:38 gwn-tsi pppd[2955]: pppd 2.3.11 started by LOGIN, uid 0
Jun 15 11:59:38 gwn-tsi pppd[2955]: Using interface ppp0
Jun 15 11:59:38 gwn-tsi pppd[2955]: Connect: ppp0 <--> /dev/ttyS2
Jun 15 11:59:41 gwn-tsi kernel: PPP BSD Compression module registered
Jun 15 11:59:41 gwn-tsi insmod: Note: /etc/conf.modules is more recent
than /lib/modules/2.2.14-5.0/modules.dep
Jun 15 11:59:41 gwn-tsi kernel: PPP Deflate Compression module registered
Jun 15 11:59:41 gwn-tsi insmod: Note: /etc/conf.modules is more recent
than /lib/modules/2.2.14-5.0/modules.dep
Jun 15 11:59:42 gwn-tsi pppd[2955]: Deflate (15) compression enabled
Jun 15 11:59:42 gwn-tsi pppd[2955]: Could not determine local IP address
Jun 15 11:59:42 gwn-tsi pppd[2955]: Connection terminated.
Jun 15 11:59:42 gwn-tsi pppd[2955]: Connect time 0.1 minutes.
Jun 15 11:59:42 gwn-tsi pppd[2955]: Sent 299 bytes, received 295 bytes.
Jun 15 11:59:42 gwn-tsi pppd[2955]: Exit.






More information about the LUG mailing list