Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 21 Jun 2000 23:24:57 -0400
From:      Dany Cayouette <danyc@playground.net>
To:        freebsd-net@freebsd.org, freebsd-questions@freebsd.org
Subject:   PPPoE with service selection
Message-ID:  <39518709.83A7BBDB@playground.net>

next in thread | raw e-mail | index | archive | help
Greetings,
  did anyone have the chance to try PPPoE with service selection.  I've
been testing with 3.4-R (with Netgraph compiled in the kernel).  It's
been working find for me (once I incresed the carrier detect time in my
ppp.conf).  The subscriber gateway/PPPoE server has been upgraded and
know offers 'multiple' service in the PADO.  When that is the case, the
PPPoE client never sends a PADR.  Is there new code that deals with
service selection in netgraph or am I missing something?

ppp.conf looks like:
default:
  set device PPPoE:de0
  set MRU 1490
  set MTU 1490
  set authname user@isp1
  set authkey password
  set log Phase Chat LCP IPCP CCP tun command physical
  set dial
  set ifaddr 10.0.0.1/0 10.0.0.2/0
  add default HISADDR
  set cd 10
  set crtscts off

Sample tcpdump looks like:
18:03:19.089309 PPPoE PADI v1, type 1, sess 0 len 12 [Service-Name]
[Host-Uniq 4
06778c0]
                         1109 0000 000c 0101 0000 0103 0004 4067
                         78c0
18:03:19.102592 PPPoE PADO v1, type 1, sess 0 len 42 [Service-Name]
[Service-Nam
e isp001] [Service-Name isp002] [AC-Name ssg001] [Host-Uniq 406778c0]
                         1107 0000 002a 0101 0000 0101 0006 6973
                         7030 3031 0101 0006 6973 7030 3032 0102
                         0006 7373 6730 3031 0103 0004 4067 78c0

Thanks for your help!
Dany



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




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