[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

PPP does not work



Hello,

I have some troubles to get ppp (KGMD-Distribution) work. After succesfully connecting to my PPP-Provider
(University Erlangen-Nuernberg), traceroute and ping only give me a NETWORK UNREACHABLE. I did not change
anything on the configuration files, except changing telephone numbers and the chat script for my needs.

(I had no problems  a slip connection so far (not with the KGMD-Distribution))

What I wonder is, that I do not have to give IP numbers of the local and remote hosts, and that
ifconfig has a problem to find out the NETMASK...

Following I attached the configuration and log files:


Thank you very much,

Dirk


ifconfig says :
---------------

lo0:	flags=0x4b<UP,BROADCAST,LOOPBACK,RUNNING>
	inet 127.0.0.1 netmask 255.0.0.0 broadcast 127.255.255.255 
	metric 0 mtu 16384
	in-packets  4 in-errors  0 collisions 0
	out-packets 4 out-errors 0
ppp0:	flags=0x51<UP,POINTOPOINT,RUNNING>
	link-level-flags=0x4
ppp0:   cannot get NETMASK: invalid function number

 
route says :
------------

Destination         Gateway             Flags   Ref      Use Metric Iface
127.0.0.0           *                   U         1        0      0 lo0   
127.0.0.1           *                   UH        1       12      0 lo0

.ppprc :
--------

lock
connect "/usr/etc/chat -v -f $HOME/.chat-script"
modem
crtscts
debug
passive
defaultroute
# Seriell 2 mit 38400 Baud
/dev/ttyd
38400

ppp-log :
---------
...
...
Sep 19 08:40:42 iwst22 pppd[83]: Connected...
Sep 19 08:40:44 iwst22 pppd[83]: Using interface ppp0
Sep 19 08:40:44 iwst22 pppd[83]: Connect: ppp0 <--> /dev/ttyd
Sep 19 08:40:44 iwst22 pppd[83]: fsm_sdata(LCP): Sent code 1, id 1.
Sep 19 08:40:44 iwst22 pppd[83]: LCP: sending Configure-Request, id 1
Sep 19 08:40:44 iwst22 pppd[83]: fsm_rconfreq(LCP): Rcvd id 1.
Sep 19 08:40:44 iwst22 pppd[83]: lcp_reqci: rcvd ASYNCMAP
Sep 19 08:40:44 iwst22 pppd[83]: (a0000)
Sep 19 08:40:44 iwst22 pppd[83]:  (ACK)
Sep 19 08:40:44 iwst22 pppd[83]: lcp_reqci: rcvd MAGICNUMBER
Sep 19 08:40:44 iwst22 pppd[83]: (3c1de580)
Sep 19 08:40:44 iwst22 pppd[83]:  (ACK)
Sep 19 08:40:44 iwst22 pppd[83]: lcp_reqci: rcvd PCOMPRESSION
Sep 19 08:40:44 iwst22 pppd[83]:  (ACK)
Sep 19 08:40:44 iwst22 pppd[83]: lcp_reqci: rcvd ACCOMPRESSION
Sep 19 08:40:44 iwst22 pppd[83]:  (ACK)
Sep 19 08:40:44 iwst22 pppd[83]: lcp_reqci: returning CONFACK.
Sep 19 08:40:44 iwst22 pppd[83]: fsm_sdata(LCP): Sent code 2, id 1.
Sep 19 08:40:48 iwst22 pppd[83]: fsm_rconfreq(LCP): Rcvd id 2.
Sep 19 08:40:48 iwst22 pppd[83]: lcp_reqci: rcvd ASYNCMAP
Sep 19 08:40:48 iwst22 pppd[83]: (a0000)
Sep 19 08:40:48 iwst22 pppd[83]:  (ACK)
Sep 19 08:40:48 iwst22 pppd[83]: lcp_reqci: rcvd MAGICNUMBER
Sep 19 08:40:48 iwst22 pppd[83]: (3c1de580)
Sep 19 08:40:48 iwst22 pppd[83]:  (ACK)
Sep 19 08:40:48 iwst22 pppd[83]: lcp_reqci: rcvd PCOMPRESSION
Sep 19 08:40:48 iwst22 pppd[83]:  (ACK)
Sep 19 08:40:48 iwst22 pppd[83]: lcp_reqci: rcvd ACCOMPRESSION
Sep 19 08:40:48 iwst22 pppd[83]:  (ACK)
Sep 19 08:40:48 iwst22 pppd[83]: lcp_reqci: returning CONFACK.
Sep 19 08:40:48 iwst22 pppd[83]: fsm_sdata(LCP): Sent code 2, id 2.
Sep 19 08:40:50 iwst22 pppd[83]: fsm_rconfreq(LCP): Rcvd id 3.
Sep 19 08:40:50 iwst22 pppd[83]: lcp_reqci: rcvd ASYNCMAP
Sep 19 08:40:50 iwst22 pppd[83]: (a0000)
Sep 19 08:40:50 iwst22 pppd[83]:  (ACK)
Sep 19 08:40:50 iwst22 pppd[83]: lcp_reqci: rcvd MAGICNUMBER
Sep 19 08:40:50 iwst22 pppd[83]: (3c1de580)
Sep 19 08:40:50 iwst22 pppd[83]:  (ACK)
Sep 19 08:40:50 iwst22 pppd[83]: lcp_reqci: rcvd PCOMPRESSION
Sep 19 08:40:50 iwst22 pppd[83]:  (ACK)
Sep 19 08:40:50 iwst22 pppd[83]: lcp_reqci: rcvd ACCOMPRESSION
Sep 19 08:40:50 iwst22 pppd[83]:  (ACK)
Sep 19 08:40:50 iwst22 pppd[83]: lcp_reqci: returning CONFACK.

... and so on ....