From owner-freebsd-net Wed Jun 21 20:25:15 2000 Delivered-To: freebsd-net@freebsd.org Received: from mail1.rdc3.on.home.com (mail1.rdc3.on.home.com [24.2.9.40]) by hub.freebsd.org (Postfix) with ESMTP id F043537BEBF; Wed, 21 Jun 2000 20:24:58 -0700 (PDT) (envelope-from danyc@playground.net) Received: from playground.net ([24.114.192.235]) by mail1.rdc3.on.home.com (InterMail vM.4.01.02.00 201-229-116) with ESMTP id <20000622032457.HVHM416.mail1.rdc3.on.home.com@playground.net>; Wed, 21 Jun 2000 20:24:57 -0700 Message-ID: <39518709.83A7BBDB@playground.net> Date: Wed, 21 Jun 2000 23:24:57 -0400 From: Dany Cayouette Reply-To: danyc@playground.net X-Mailer: Mozilla 4.7 [en] (X11; U; FreeBSD 3.4-RELEASE i386) X-Accept-Language: en MIME-Version: 1.0 To: freebsd-net@freebsd.org, freebsd-questions@freebsd.org Subject: PPPoE with service selection Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Sender: owner-freebsd-net@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org 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-net" in the body of the message