Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 05 Feb 2000 00:25:50 +0100
From:      Dermot McNally <dermot@mcnally.de>
To:        freebsd-net@FreeBSD.ORG
Subject:   PPPoE connection almost working
Message-ID:  <4.2.0.58.20000205001643.00afb778@tim>

next in thread | raw e-mail | index | archive | help
Hi,

I've been following the discussions so far on the development of PPPoE 
support and the experience of users so far. This week, I finally got my 
ADSL service connected (Deutsche Telekom's T-DSL service with Internet 
access through T-Online). I can connect using Windows, so I'm now trying to 
get it going under FreeBSD. The connect gets part of the way, then goes no 
further. My best guess is that I either need to give a Service name (in 
which case, anybody know what it is?) or I'm seeing the same kind of MAC 
address affinity that other users reported. Hopefully my tcpdump and log 
outputs will help somebody to tell me where the problem might lie. 
Basically, I get a PADO from the provider, and then nothing further 
happens. I'm using a quite recent version of stable.

Any ideas?

Config:

dsl:
  set device PPPoE:ed0
  set mru 1492
  set mtu 1942
  deny chap
  accept pap
  set speed sync
  set cd 5
  enable lqr
  set redial 0 0
  set dial
  add 0 0 HISADDR
  set login
  set authname xxxxxxxxxxxxxxxxxxxxxxxx
  set authkey xxxxxxxxxxxxxx
  set timeout 120
  enable dns


23:14:41.096562 0:0:e8:4f:be:4b Broadcast 8863 32: PPPoE PADI v1, type 1, 
sess 0 len 12 [Service-Name] [Host-Uniq 004888c0]
23:14:41.141794 0:d0:c0:f9:b6:23 0:0:e8:4f:be:4b 8863 67: PPPoE PADO v1, 
type 1, sess 0 len 47 [Service-Name] [Host-Uniq 004888c0] [AC-Name 
MUNC12-nrp2] [AC-Cookie 372992470f60c417cd68e17dcde89eb4]

Feb  5 00:21:59 tim ppp[581]: tun0: Command: /dev/tty: dial dsl
Feb  5 00:21:59 tim ppp[581]: tun0: Command: dsl: set device PPPoE:ed0
Feb  5 00:21:59 tim ppp[581]: tun0: Command: dsl: set mru 1492
Feb  5 00:21:59 tim ppp[581]: tun0: Command: dsl: set mtu 1942
Feb  5 00:21:59 tim ppp[581]: tun0: Command: dsl: deny chap
Feb  5 00:21:59 tim ppp[581]: tun0: Command: dsl: accept pap
Feb  5 00:21:59 tim ppp[581]: tun0: Command: dsl: set speed sync
Feb  5 00:21:59 tim ppp[581]: tun0: Command: dsl: set cd 5
Feb  5 00:21:59 tim ppp[581]: tun0: Command: dsl: enable lqr
Feb  5 00:21:59 tim ppp[581]: tun0: Command: dsl: set redial 0 0
Feb  5 00:21:59 tim ppp[581]: tun0: Command: dsl: set dial
Feb  5 00:21:59 tim ppp[581]: tun0: Command: dsl: add 0 0 HISADDR
Feb  5 00:21:59 tim ppp[581]: tun0: Command: dsl: set login
Feb  5 00:21:59 tim ppp[581]: tun0: Command: dsl: set authname xxxxxxxxxxx
Feb  5 00:21:59 tim ppp[581]: tun0: Command: dsl: set authkey ********
Feb  5 00:21:59 tim ppp[581]: tun0: Command: dsl: set timeout 120
Feb  5 00:21:59 tim ppp[581]: tun0: Command: dsl: enable dns
Feb  5 00:21:59 tim ppp[581]: tun0: Phase: bundle: Establish
Feb  5 00:21:59 tim ppp[581]: tun0: Phase: deflink: closed -> opening
Feb  5 00:21:59 tim ppp[581]: tun0: Warning: deflink: Reducing MTU to 1492
Feb  5 00:21:59 tim ppp[581]: tun0: Phase: deflink: Connected!
Feb  5 00:21:59 tim ppp[581]: tun0: Phase: deflink: opening -> dial
Feb  5 00:21:59 tim ppp[581]: tun0: Phase: deflink: dial -> carrier
Feb  5 00:22:04 tim ppp[581]: tun0: Phase: deflink: Disconnected!
Feb  5 00:22:04 tim ppp[581]: tun0: Phase: deflink: carrier -> hangup
Feb  5 00:22:04 tim ppp[581]: tun0: Phase: deflink: Connect time: 5 secs: 0 
octets in, 0 octets out
Feb  5 00:22:04 tim ppp[581]: tun0: Phase:  total 0 bytes/sec, peak 0 
bytes/sec on Sat Feb  5 00:22:04 2000
Feb  5 00:22:04 tim ppp[581]: tun0: Phase: deflink: hangup -> closed
Feb  5 00:22:04 tim ppp[581]: tun0: Phase: bundle: Dead 


To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe freebsd-net" in the body of the message




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?4.2.0.58.20000205001643.00afb778>