From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mail-we0-f171.google.com (mail-we0-f171.google.com [74.125.82.171]) (using TLSv1 with cipher RC4-SHA (128/128 bits)) (Client CN "smtp.gmail.com", Issuer "Google Internet Authority" (verified OK)) by huchra.bufferbloat.net (Postfix) with ESMTPS id 35BAA21F0DE for ; Fri, 24 Aug 2012 19:03:38 -0700 (PDT) Received: by weys43 with SMTP id s43so1292544wey.16 for ; Fri, 24 Aug 2012 19:03:36 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:in-reply-to:references:date:message-id:subject:from:to :cc:content-type:content-transfer-encoding; bh=GwROx/KUWt0wqkMqNkon55zxwoSg+Oby0CdMWHYL0Jg=; b=vtUdFESY9WalYKOQKho6xCdHN0n9vo5PviCDY64AdFwRk2UyPQq11yQ2AEJDtevLRm R18YDhUjcPvRDxkxkLn+6ZCFcMwNs7mTrB775csokTDxOaMC20GAYifRIKzLSF/waita +QrAD2Tws5kEKx7PitWtXZzwlaexP3JiWjTIhb+BV8lF6gXN4s3T92v+kfelg5gEyny7 RQ0nDny8qjglIf3EN9OY/Wq5QgbQIuet309LfL1O4HkvK/Q4vObKbMRoglID45J8Nj5z +oT3p/FdyOW18SRy+43/Lv9nwLTwGgLORiVGzNe54ocdt1pqSCRWIysAVQNjlK9xhMNl mGsg== MIME-Version: 1.0 Received: by 10.180.74.33 with SMTP id q1mr9609622wiv.4.1345860216024; Fri, 24 Aug 2012 19:03:36 -0700 (PDT) Received: by 10.223.159.134 with HTTP; Fri, 24 Aug 2012 19:03:35 -0700 (PDT) In-Reply-To: <84319BC3-53C5-48FD-B80F-8E3505FB5F85@intermapper.com> References: <84319BC3-53C5-48FD-B80F-8E3505FB5F85@intermapper.com> Date: Fri, 24 Aug 2012 19:03:35 -0700 Message-ID: From: Dave Taht To: Richard Brown Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable Cc: "" Subject: Re: [Cerowrt-devel] IPv6 doesn't work as well with 3.3.8-17 X-BeenThere: cerowrt-devel@lists.bufferbloat.net X-Mailman-Version: 2.1.13 Precedence: list List-Id: Development issues regarding the cerowrt test router project List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 25 Aug 2012 02:03:39 -0000 post your radvd.conf file, please. On Fri, Aug 24, 2012 at 6:23 PM, Richard Brown wrote: > More testing... > > I can get sw10 to work (to hand out an IPv6 address), but my MacBook does= n't get an IPv6 address when plugged into se00 (the wired interface). I hav= e appended the /etc/config/network file that I'm using. > > I get the same result if the last two lines are changed to: > > list adv_interface 'se00' > list adv_interface 'sw10' > > [To reprise, I'm trying to use the script at http://www.bufferbloat.net/p= rojects/cerowrt/wiki/IPv6_Tunnel to configure all the HE.net tunnel paramet= ers automatically. That script gives an error "command failed: Device or re= source busy (-16)" after it handles sw00 and gw00, and then again after it = does sw10 and gw10. I also get these errors when I "/etc/init.d/network res= tart" with the config file below.] > > Any suggestions? Thanks. > > Rich Brown > Hanover, NH USA > > =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D > root@OpenWrt:~# cat /etc/config/network > > config interface 'loopback' > option ifname 'lo' > option proto 'static' > option ipaddr '127.0.0.1' > option netmask '255.0.0.0' > > config interface 'se00' > option ifname 'se00' > option proto 'static' > option ipaddr '172.30.42.1' > option netmask '255.255.255.224' > option ip6addr '2001:470:8a63:100::1/64' > > config interface 'ge00' > option ifname 'ge00' > option proto 'dhcp' > > config interface 'sw00' > option type 'none' > option proto 'static' > option ipaddr '172.30.42.65' > option netmask '255.255.255.224' > option ip6addr '2001:470:8a63:300::1/64' > > config interface 'sw10' > option type 'none' > option proto 'static' > option ipaddr '172.30.42.97' > option netmask '255.255.255.224' > option ip6addr '2001:470:8a63:200::1/64' > > config switch > option name 'rtl8366s' > option reset '1' > option enable_vlan '0' > option blinkrate '2' > option max_length '3' > > config switch_vlan > option device 'rtl8366s' > option vlan '1' > option ports '0 1 2 3 5t' > > config switch_port > option device 'rtl8366s' > option port '1' > option led '6' > > config switch_port > option device 'rtl8366s' > option port '2' > option led '9' > > config switch_port > option device 'rtl8366s' > option port '5' > option led '2' > > config interface 'gw00' > option type 'none' > option proto 'static' > option ipaddr '172.30.42.129' > option netmask '255.255.255.224' > option ip6addr '2001:470:8a63:400::1/64' > > config interface 'gw10' > option type 'none' > option proto 'static' > option ipaddr '172.30.42.161' > option netmask '255.255.255.224' > option ip6addr '2001:470:8a63:500::1/64' > > config interface 'gw01' > option proto 'ahcp' > option ip6addr '2001:470:8a63:600::1/64' > > config interface 'gw11' > option proto 'ahcp' > option ip6addr '2001:470:8a63:700::1/64' > > config interface 'henet' > option proto '6in4' > option peeraddr '209.51.161.14' > option ip6addr '2001:470:1f06:64::2/64' > option tunnelid 'dddddd' > option username 'YOUR-USERNAME' > option password 'YOUR-PASSWORD' > option adv_subnet '1' > option adv_interface 'se00' > option adv_interface 'sw10' > > > > _______________________________________________ > Cerowrt-devel mailing list > Cerowrt-devel@lists.bufferbloat.net > https://lists.bufferbloat.net/listinfo/cerowrt-devel --=20 Dave T=E4ht http://www.bufferbloat.net/projects/cerowrt/wiki - "3.3.8-17 is out with fq_codel!"