9fans - fans of the OS Plan 9 from Bell Labs
 help / color / mirror / Atom feed
* [9fans] ppp dialup problem
@ 2002-06-05 15:35 steve.simon
  0 siblings, 0 replies; only message in thread
From: steve.simon @ 2002-06-05 15:35 UTC (permalink / raw)
  To: 9fans

[-- Attachment #1: Type: text/plain, Size: 1460 bytes --]

Hi,

I am struggling with ppp dialup to my ISP

The session appears to start but I cannot ip/ping
my DNS server's IP address.

I have turned on the log (two -d's) and am authenticating by
hand (-u option) to stop PAP/CHAP confusing the issue but I
still cannot connect.

[BTW the manual page ignores the support for PAP authentication]

I have studied the RFC's quite carefully and tried adding more debug
to ppp.c but I still cannot see where it is hanging.

I now need to go to a deeper level of understanding or... find someone
who knows more than I.

So, here is how I start ppp

    #!/bin/rc
    ip/ppp -d -d -P -f -u -b 57600 -p /dev/eia1 >[2] /sys/log/ppp
    DNSSERVER='194.168.4.100 194.168.8.100' ndb/dns -r -d -d -d

And attached is the log of a session and the contents of /net/ndb; the log
includes
timestamps.

Its very suspicious that the Nameserver's address is '::' (bad IPv6 address ?)

Any help gratefully received,

-Steve




----------------------------------------------------------------------
The contents of this communication are confidential to the normal user of
the email address to which it was sent.  If you have received this email
in error, any use, dissemination, forwarding, printing or copying of this
email is strictly prohibited.  If this is the case, please notify the
sender and delete this message.
----------------------------------------------------------------------
--

[-- Attachment #2.1: Type: text/plain, Size: 353 bytes --]

The following attachment had content that we can't
prove to be harmless.  To avoid possible automatic
execution, we changed the content headers.
The original header was:

	Content-Type: application/octet-stream
	Content-Id: <395538087-3@snellwilcox.com>
	Content-Transfer-Encoding: base64
	Content-Disposition: attachment; filename="ntl.net_ndb"

[-- Attachment #2.2: ntl.net_ndb.suspect --]
[-- Type: application/octet-stream, Size: 48 bytes --]

ip=62.252.178.44 ipmask=255.255.255.255 ipgw=::

[-- Attachment #3: sys_log_ppp --]
[-- Type: application/octet-stream, Size: 8180 bytes --]

Tue May 21 22:38:26 EDT 2002  ppp: send confrequest: id=1
Tue May 21 22:38:27 EDT 2002  	magic = 17df4
Tue May 21 22:38:27 EDT 2002  	mtu = 1450
Tue May 21 22:38:27 EDT 2002  	addr compress
Tue May 21 22:38:27 EDT 2002  	protocol compress
Tue May 21 22:38:27 EDT 2002  	ctlmap = 0
Tue May 21 22:38:27 EDT 2002  ppp: c021 Sclosed->Sreqsent ctlmap 0/ffffffff flags 0 mtu 1450 mru 1450
Tue May 21 22:38:28 EDT 2002  ppp: len 11/0 cksum 9c89 (20 5 6 7)
Tue May 21 22:38:29 EDT 2002  ppp: send confrequest: id=1
Tue May 21 22:38:29 EDT 2002  	magic = 17df4
Tue May 21 22:38:29 EDT 2002  	mtu = 1450
Tue May 21 22:38:29 EDT 2002  	addr compress
Tue May 21 22:38:29 EDT 2002  	protocol compress
Tue May 21 22:38:29 EDT 2002  	ctlmap = 0
Tue May 21 22:38:30 EDT 2002  getframe 0xc021
Tue May 21 22:38:30 EDT 2002  ppp: c021 rcv 1 len 24 id 2/1/1
Tue May 21 22:38:30 EDT 2002  ppp: recv confrequest: id=2
Tue May 21 22:38:30 EDT 2002  	mtu = 1500
Tue May 21 22:38:30 EDT 2002  	ctlmap = a0000
Tue May 21 22:38:30 EDT 2002  	magic = 76ac587
Tue May 21 22:38:30 EDT 2002  	protocol compress
Tue May 21 22:38:30 EDT 2002  	addr compress
Tue May 21 22:38:30 EDT 2002  ppp: send confack: id=2
Tue May 21 22:38:30 EDT 2002  	mtu = 1500
Tue May 21 22:38:30 EDT 2002  	ctlmap = a0000
Tue May 21 22:38:30 EDT 2002  	magic = 76ac587
Tue May 21 22:38:30 EDT 2002  	protocol compress
Tue May 21 22:38:30 EDT 2002  	addr compress
Tue May 21 22:38:30 EDT 2002  ppp: c021 Sreqsent->Sacksent ctlmap 0/a0000 flags 180 mtu 1500 mru 1450
Tue May 21 22:38:32 EDT 2002  ppp: send confrequest: id=1
Tue May 21 22:38:32 EDT 2002  	magic = 17df4
Tue May 21 22:38:32 EDT 2002  	mtu = 1450
Tue May 21 22:38:32 EDT 2002  	addr compress
Tue May 21 22:38:32 EDT 2002  	protocol compress
Tue May 21 22:38:32 EDT 2002  	ctlmap = 0
Tue May 21 22:38:32 EDT 2002  getframe 0xc021
Tue May 21 22:38:32 EDT 2002  ppp: c021 rcv 3 len 8 id 1/1/1
Tue May 21 22:38:32 EDT 2002  ppp: recv confnak: id=1
Tue May 21 22:38:32 EDT 2002  	mtu = 1500
Tue May 21 22:38:32 EDT 2002  ppp: send confrequest: id=3
Tue May 21 22:38:32 EDT 2002  	magic = 17df4
Tue May 21 22:38:32 EDT 2002  	addr compress
Tue May 21 22:38:32 EDT 2002  	protocol compress
Tue May 21 22:38:32 EDT 2002  	ctlmap = 0
Tue May 21 22:38:32 EDT 2002  getframe 0xc021
Tue May 21 22:38:32 EDT 2002  ppp: c021 rcv 2 len 20 id 3/3/3
Tue May 21 22:38:32 EDT 2002  ppp: recv confack
Tue May 21 22:38:32 EDT 2002  ppp: c021 Sacksent->Sopened ctlmap 0/a0000 flags 180 mtu 1500 mru 1450
Tue May 21 22:38:33 EDT 2002  ppp: send confrequest: id=1
Tue May 21 22:38:33 EDT 2002  	Microsoft PPC len=6 41
Tue May 21 22:38:33 EDT 2002  ppp: 80fd Sclosed->Sreqsent ctlmap 0/a0000 flags 0 mtu 1500 mru 1450
Tue May 21 22:38:33 EDT 2002  ppp: send confrequest: id=1
Tue May 21 22:38:33 EDT 2002  	ip addr 0.0.0.0
Tue May 21 22:38:33 EDT 2002  ppp: 8021 Sclosed->Sreqsent ctlmap 0/a0000 flags 0 mtu 1500 mru 1450
Tue May 21 22:38:33 EDT 2002  getframe 0x80fd
Tue May 21 22:38:33 EDT 2002  ppp: 80fd rcv 1 len 10 id 1/1/1
Tue May 21 22:38:33 EDT 2002  ppp: recv confrequest: id=1
Tue May 21 22:38:33 EDT 2002  	Microsoft PPC len=6 1
Tue May 21 22:38:33 EDT 2002  ppp: send confnak: id=1
Tue May 21 22:38:33 EDT 2002  	Microsoft PPC len=6 41
Tue May 21 22:38:33 EDT 2002  ppp: 80fd Sreqsent->Sreqsent ctlmap 0/a0000 flags 0 mtu 1500 mru 1450
Tue May 21 22:38:33 EDT 2002  getframe 0x80fd
Tue May 21 22:38:33 EDT 2002  ppp: 80fd rcv 2 len 10 id 1/1/1
Tue May 21 22:38:33 EDT 2002  ppp: recv confack
Tue May 21 22:38:33 EDT 2002  ppp: 80fd Sreqsent->Sackrcvd ctlmap 0/a0000 flags 0 mtu 1500 mru 1450
Tue May 21 22:38:33 EDT 2002  getframe 0x8021
Tue May 21 22:38:33 EDT 2002  ppp: 8021 rcv 1 len 10 id 1/1/1
Tue May 21 22:38:33 EDT 2002  ppp: recv confrequest: id=1
Tue May 21 22:38:33 EDT 2002  	ip compress
Tue May 21 22:38:33 EDT 2002  ppp: send confack: id=1
Tue May 21 22:38:33 EDT 2002  	ip compress
Tue May 21 22:38:33 EDT 2002  ppp: 8021 Sreqsent->Sacksent ctlmap 0/a0000 flags 4 mtu 1500 mru 1450
Tue May 21 22:38:33 EDT 2002  getframe 0x8021
Tue May 21 22:38:33 EDT 2002  ppp: 8021 rcv 3 len 10 id 1/1/1
Tue May 21 22:38:33 EDT 2002  ppp: recv confnak: id=1
Tue May 21 22:38:33 EDT 2002  	ip addr 62.252.189.16
Tue May 21 22:38:33 EDT 2002  ppp: send confrequest: id=3
Tue May 21 22:38:33 EDT 2002  getframe 0x80fd
Tue May 21 22:38:33 EDT 2002  ppp: 80fd rcv 1 len 9 id 2/255/2
Tue May 21 22:38:33 EDT 2002  ppp: recv confrequest: id=2
Tue May 21 22:38:33 EDT 2002  	stac LZS
Tue May 21 22:38:33 EDT 2002  ppp: bad 80fd option 17
Tue May 21 22:38:33 EDT 2002  ppp: send confreject: id=2
Tue May 21 22:38:33 EDT 2002  	stac LZS
Tue May 21 22:38:33 EDT 2002  getframe 0x8021
Tue May 21 22:38:33 EDT 2002  ppp: 8021 rcv 2 len 4 id 3/3/3
Tue May 21 22:38:33 EDT 2002  ppp: recv confack
Tue May 21 22:38:33 EDT 2002  ppp: 8021 Sacksent->Sopened ctlmap 0/a0000 flags 4 mtu 1500 mru 1450
Tue May 21 22:38:33 EDT 2002  ipopen: add 62.252.189.16 255.255.255.255 :: 1490 proxy
Tue May 21 22:38:33 EDT 2002  putndb: ip=62.252.189.16 ipmask=255.255.255.255 ipgw=::

Tue May 21 22:38:33 EDT 2002  getframe 0x80fd
Tue May 21 22:38:33 EDT 2002  ppp: 80fd rcv 1 len 9 id 3/255/2
Tue May 21 22:38:33 EDT 2002  ppp: recv confrequest: id=3
Tue May 21 22:38:33 EDT 2002  	stac LZS
Tue May 21 22:38:33 EDT 2002  ppp: bad 80fd option 17
Tue May 21 22:38:33 EDT 2002  ppp: send confreject: id=3
Tue May 21 22:38:33 EDT 2002  	stac LZS
Tue May 21 22:38:33 EDT 2002  getframe 0x80fd
Tue May 21 22:38:33 EDT 2002  ppp: 80fd rcv 5 len 4 id 1/255/2
Tue May 21 22:38:33 EDT 2002  ppp: 80fd Sackrcvd->Sreqsent ctlmap 0/a0000 flags 0 mtu 1500 mru 1450
Tue May 21 22:38:35 EDT 2002  ppp: send confrequest: id=255
Tue May 21 22:38:35 EDT 2002  	Microsoft PPC len=6 41
Tue May 21 22:38:35 EDT 2002  getframe 0x80fd
Tue May 21 22:38:35 EDT 2002  ppp: 80fd rcv 6 len 4 id 255/255/2
Tue May 21 22:38:38 EDT 2002  ppp: send confrequest: id=255
Tue May 21 22:38:38 EDT 2002  	Microsoft PPC len=6 41
Tue May 21 22:38:38 EDT 2002  getframe 0x80fd
Tue May 21 22:38:38 EDT 2002  ppp: 80fd rcv 6 len 4 id 255/255/2
Tue May 21 22:38:41 EDT 2002  ppp: send confrequest: id=255
Tue May 21 22:38:41 EDT 2002  	Microsoft PPC len=6 41
Tue May 21 22:38:41 EDT 2002  getframe 0x80fd
Tue May 21 22:38:41 EDT 2002  ppp: 80fd rcv 6 len 4 id 255/255/2
Tue May 21 22:38:44 EDT 2002  ppp: send confrequest: id=255
Tue May 21 22:38:44 EDT 2002  	Microsoft PPC len=6 41
Tue May 21 22:38:44 EDT 2002  getframe 0x80fd
Tue May 21 22:38:44 EDT 2002  ppp: 80fd rcv 6 len 4 id 255/255/2
Tue May 21 22:38:47 EDT 2002  ppp: send confrequest: id=255
Tue May 21 22:38:47 EDT 2002  	Microsoft PPC len=6 41
Tue May 21 22:38:47 EDT 2002  getframe 0x80fd
Tue May 21 22:38:47 EDT 2002  ppp: 80fd rcv 6 len 4 id 255/255/2
Tue May 21 22:38:50 EDT 2002  ppp: send confrequest: id=255
Tue May 21 22:38:50 EDT 2002  	Microsoft PPC len=6 41
Tue May 21 22:38:50 EDT 2002  getframe 0x80fd
Tue May 21 22:38:50 EDT 2002  ppp: 80fd rcv 6 len 4 id 255/255/2
Tue May 21 22:38:53 EDT 2002  ppp: send confrequest: id=255
Tue May 21 22:38:53 EDT 2002  	Microsoft PPC len=6 41
Tue May 21 22:38:53 EDT 2002  getframe 0x80fd
Tue May 21 22:38:53 EDT 2002  ppp: 80fd rcv 6 len 4 id 255/255/2
Tue May 21 22:38:56 EDT 2002  ppp: send confrequest: id=255
Tue May 21 22:38:56 EDT 2002  	Microsoft PPC len=6 41
Tue May 21 22:38:56 EDT 2002  getframe 0x80fd
Tue May 21 22:38:56 EDT 2002  ppp: 80fd rcv 6 len 4 id 255/255/2
Tue May 21 22:38:59 EDT 2002  ppp: send confrequest: id=255
Tue May 21 22:38:59 EDT 2002  	Microsoft PPC len=6 41
Tue May 21 22:38:59 EDT 2002  getframe 0x80fd
Tue May 21 22:38:59 EDT 2002  ppp: 80fd rcv 6 len 4 id 255/255/2
Tue May 21 22:39:02 EDT 2002  ppp: 80fd Sreqsent->Sclosed ctlmap 0/a0000 flags 0 mtu 1500 mru 1450
Tue May 21 22:43:19 EDT 2002  : remote=::: ppp shuting down
2:43:19 pppread return nil
savan May 21 22:43:19 : remote=::: ppp shuting down
savan May 21 22:43:19 		ppp send = 22/517 recv= 20/311
savan May 21 22:43:19 		ip send=0
savan May 21 22:43:19 		ip recv=0 notup=0 badsrc=0
savan May 21 22:43:19 		compress=0 in=0 out=0 reset=0
savan May 21 22:43:19 		uncompress=0 in=0 out=0 reset=0
savan May 21 22:43:19 		vjin=0 vjout=0 vjfail=0

[-- Attachment #4.1: Type: text/plain, Size: 353 bytes --]

The following attachment had content that we can't
prove to be harmless.  To avoid possible automatic
execution, we changed the content headers.
The original header was:

	Content-Type: application/octet-stream
	Content-Id: <395538087-5@snellwilcox.com>
	Content-Transfer-Encoding: base64
	Content-Disposition: attachment; filename="ntl.net_ndb"

[-- Attachment #4.2: ntl.net_ndb.suspect --]
[-- Type: application/octet-stream, Size: 48 bytes --]

ip=62.252.178.44 ipmask=255.255.255.255 ipgw=::

^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2002-06-05 15:35 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2002-06-05 15:35 [9fans] ppp dialup problem steve.simon

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).