From owner-freebsd-net@FreeBSD.ORG Thu Nov 15 06:21:42 2007 Return-Path: Delivered-To: freebsd-net@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 636D316A417 for ; Thu, 15 Nov 2007 06:21:42 +0000 (UTC) (envelope-from kevin@bortis.ch) Received: from rv-out-0910.google.com (rv-out-0910.google.com [209.85.198.189]) by mx1.freebsd.org (Postfix) with ESMTP id 467B113C478 for ; Thu, 15 Nov 2007 06:21:41 +0000 (UTC) (envelope-from kevin@bortis.ch) Received: by rv-out-0910.google.com with SMTP id l15so404104rvb for ; Wed, 14 Nov 2007 22:21:41 -0800 (PST) Received: by 10.141.162.16 with SMTP id p16mr146444rvo.1195107701356; Wed, 14 Nov 2007 22:21:41 -0800 (PST) Received: by 10.141.116.14 with HTTP; Wed, 14 Nov 2007 22:21:41 -0800 (PST) Message-ID: Date: Thu, 15 Nov 2007 07:21:41 +0100 From: "Kevin Bortis" Sender: kevin@bortis.ch To: freebsd-net@freebsd.org In-Reply-To: MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 7bit Content-Disposition: inline References: <471E7C91.9050403@FreeBSD.org> <471EA800.5050105@ibctech.ca> <200710240736.l9O7a5PI003244@post.frank-behrens.de> X-Google-Sender-Auth: 0440ab73d18ff2ad Subject: Re: dualstack IPv4/IPv6 ADSL PPPoE configuration? X-BeenThere: freebsd-net@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Networking and TCP/IP with FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 15 Nov 2007 06:21:42 -0000 I tried ppp with autoconf IPv6, but without success. Now I test FreeBSD 7 Beta2 and mpd5 from the ports collection. If I run /usr/local/sbin/mpd5, there is a line: [L1] rec'd unexpected protocol IPV6CP, rejecting So here is my question: Is the provider rejecting the IPV6CP package or is this rejecting local. I searched in the mpd5 manuals, but there is not much written about IPv6. Regards Kevin PS: If someone knows a source for mpd5 manuals and docs, please post. I tried to get answers in the mpd-user mailinglist, but I think I am the only user :-) logs and config : #################### #log ... [L1] AUTH: Accounting-Thread finished normally [B1] IPCP: rec'd Configure Request #1 (Req-Sent) COMPPROTO VJCOMP, 16 comp. channels, allow comp-cid IPADDR 212.xx.xx.xx 212.xx.xx.xx is OK [B1] IPCP: SendConfigAck #1 COMPPROTO VJCOMP, 16 comp. channels, allow comp-cid IPADDR 212.xx.xx.xx [B1] IPCP: state change Req-Sent --> Ack-Sent [L1] rec'd unexpected protocol IPV6CP, rejecting [B1] IPCP: rec'd Configure Nak #1 (Ack-Sent) IPADDR 212.xx.yy.yy 212.xx.yy.yy is OK [B1] IPCP: SendConfigReq #2 ... [B1] IPCP: LayerUp 212.xx.yy.yy -> 212.xx.xx.xx [B1] IFACE: Up event ... ############# #mpd.config: default: load provider provider: create bundle static B1 set iface route default set ipcp ranges 0.0.0.0/0 0.0.0.0/0 set ipv6cp enable create link static L1 pppoe set link action bundle B1 set auth authname "myUsername@myProvider.xx" set auth password "myPassword" set link max-redial 0 set link mtu 1460 set link keep-alive 10 60 set pppoe iface le0 set pppoe service "" open