Development issues regarding the cerowrt test router project
 help / color / mirror / Atom feed
* [Cerowrt-devel] IPv6 doesn't work quite right in 3.3.8-17 as 3.3.8-6
@ 2012-08-20 11:56 Richard Brown
  2012-08-20 17:36 ` Dave Taht
  0 siblings, 1 reply; 5+ messages in thread
From: Richard Brown @ 2012-08-20 11:56 UTC (permalink / raw)
  Cc: <cerowrt-devel@lists.bufferbloat.net>

I can't make IPv6 work in 3.3.8-17 using the same procedure as worked in 3.3.8-6. I am using the procedure and script listed in: http://www.bufferbloat.net/projects/cerowrt/wiki/IPv6_Tunnel

With 3.3.8-6, IPv6 starts right up and my MacBook can get an IPv6 address right away. Using 3.3.8-17, there is an error when running the script (see below), and after the restart, my MacBook won't get an IPv6 address. Notes: 
	a) the router itself has a v6 address, and can connect to v6-only resources (e.g., ping ipv6.google.com works)
	b) Immediately after running the script (and before rebooting 3.3.8-17), the MacBook may have received an IPv6 address

What other information could I provide to debug this? Thanks.

Rich Brown
Hanover, NH USA

================================

LISTING #1 - using 3.3.8-6

root@OpenWrt:/tmp# sh tunnel.sh 
Downloading http://huchra.bufferbloat.net/~cero1/3.3/3.3.8-6/packages/Packages.gz.
Inflating http://huchra.bufferbloat.net/~cero1/3.3/3.3.8-6/packages/Packages.gz.
Updated list of available packages in /var/opkg-lists/snapshots.
Package 6in4 (11-1) installed in root is up to date.
Setting up HE.net tunnel
Setting IPv6 addresses on local interfaces
Restarting network...
Configuration file: /var/run/hostapd-phy0.conf
Using interface sw00 with hwaddr c4:3d:c7:9d:e3:9a and ssid 'CEROwrt'
Using interface gw00 with hwaddr c6:3d:c7:9d:e3:9b and ssid 'CEROwrt-guest'
Configuration file: /var/run/hostapd-phy1.conf
Using interface sw10 with hwaddr c4:3d:c7:9d:e3:9c and ssid 'CEROwrt5'
Using interface gw10 with hwaddr c6:3d:c7:9d:e3:9d and ssid 'CEROwrt-guest5'
Restarting firewall...
Loading defaults
Loading synflood protection
Adding custom chains
Loading zones
Loading forwardings
Loading rules
Loading redirects
Loading includes
Loading interfaces
Done. You should restart the router now to make these take effect.

================================

LISTING #2 - Using 3.3.8-17. 

The same script gives an error message in 3.3.8-17. I ran the steps manually to see if I got the same behavior, and I do.  The error happens after restarting the network, and the message is: command failed: Device or resource busy (-16) See below transcript.

root@OpenWrt:/tmp# opkg update
Downloading http://huchra.bufferbloat.net/~cero1/3.3/3.3.8-17/packages/Packages.gz.
Inflating http://huchra.bufferbloat.net/~cero1/3.3/3.3.8-17/packages/Packages.gz.
Updated list of available packages in /var/opkg-lists/snapshots.
root@OpenWrt:/tmp# opkg install 6in4
Package 6in4 (11-1) installed in root is up to date.
root@OpenWrt:/tmp# uci set network.henet=interface
root@OpenWrt:/tmp# uci set network.henet.proto=6in4
root@OpenWrt:/tmp# uci set network.henet.peeraddr=209.51.161.14
root@OpenWrt:/tmp# uci set network.henet.ip6addr='2001:470:1f06:64::2/64'
root@OpenWrt:/tmp# uci set network.henet.tunnelid=xxxxxx
root@OpenWrt:/tmp# uci set network.henet.username=xxxxxx
root@OpenWrt:/tmp# uci set network.henet.password='xxxxxx'
root@OpenWrt:/tmp# uci set network.se00.ip6addr='2001:470:8a63:100::1/64' # secure wired
root@OpenWrt:/tmp# uci set network.sw10.ip6addr='2001:470:8a63:200::1/64' # secure wireless   5GHz
root@OpenWrt:/tmp# uci set network.sw00.ip6addr='2001:470:8a63:300::1/64' # secure wireless 2.4GHz
root@OpenWrt:/tmp# uci set network.gw00.ip6addr='2001:470:8a63:400::1/64' # guest wireless  2.4GHz
root@OpenWrt:/tmp# uci set network.gw10.ip6addr='2001:470:8a63:500::1/64' # guest wireless    5GHz
root@OpenWrt:/tmp# uci commit network
root@OpenWrt:/tmp# /etc/init.d/network restart
command failed: Device or resource busy (-16)
Configuration file: /var/run/hostapd-phy0.conf
Using interface sw00 with hwaddr c4:3d:c7:9d:e3:9a and ssid 'CEROwrt'
Using interface gw00 with hwaddr c6:3d:c7:9d:e3:9b and ssid 'CEROwrt-guest'
command failed: Device or resource busy (-16)
Configuration file: /var/run/hostapd-phy1.conf
Using interface sw10 with hwaddr c4:3d:c7:9d:e3:9c and ssid 'CEROwrt5'
Using interface gw10 with hwaddr c6:3d:c7:9d:e3:9d and ssid 'CEROwrt-guest5'
root@OpenWrt:/tmp# /etc/init.d/network restart
command failed: Device or resource busy (-16)
Configuration file: /var/run/hostapd-phy0.conf
Using interface sw00 with hwaddr c4:3d:c7:9d:e3:9a and ssid 'CEROwrt'
Using interface gw00 with hwaddr c6:3d:c7:9d:e3:9b and ssid 'CEROwrt-guest'
command failed: Device or resource busy (-16)
Configuration file: /var/run/hostapd-phy1.conf
Using interface sw10 with hwaddr c4:3d:c7:9d:e3:9c and ssid 'CEROwrt5'
Using interface gw10 with hwaddr c6:3d:c7:9d:e3:9d and ssid 'CEROwrt-guest5'
root@OpenWrt:/tmp# uci set firewall.@zone[0].network='ge00 henet'
root@OpenWrt:/tmp# uci commit firewall
root@OpenWrt:/tmp# ifup henet
root@OpenWrt:/tmp# /etc/init.d/firewall restart
Loading defaults
Loading synflood protection
Adding custom chains
Loading zones
Loading forwardings
Loading rules
Loading redirects
Loading includes
Loading interfaces
root@OpenWrt:/tmp# 



^ permalink raw reply	[flat|nested] 5+ messages in thread

* Re: [Cerowrt-devel] IPv6 doesn't work quite right in 3.3.8-17 as 3.3.8-6
  2012-08-20 11:56 [Cerowrt-devel] IPv6 doesn't work quite right in 3.3.8-17 as 3.3.8-6 Richard Brown
@ 2012-08-20 17:36 ` Dave Taht
  2012-08-20 18:01   ` Richard Brown
  2012-09-15  0:21   ` [Cerowrt-devel] UPDATE: IPv6 & 3.3.8-21 - working fine Richard Brown
  0 siblings, 2 replies; 5+ messages in thread
From: Dave Taht @ 2012-08-20 17:36 UTC (permalink / raw)
  To: Richard Brown; +Cc: jow, <cerowrt-devel@lists.bufferbloat.net>

It was my hope that the script would be unnecessary in this release,
that you'd be able to do a "adv_subnet" like in 6to4 and be in
business.

option 'adv_subnet' '1'
list 'adv_interface' 'se00'
list 'adv_interface' 'sw00'
etc

I'm not in a position to test hurricane from where I am right now.


On Mon, Aug 20, 2012 at 4:56 AM, Richard Brown
<richard.e.brown@dartware.com> wrote:
> I can't make IPv6 work in 3.3.8-17 using the same procedure as worked in 3.3.8-6. I am using the procedure and script listed in: http://www.bufferbloat.net/projects/cerowrt/wiki/IPv6_Tunnel
>
> With 3.3.8-6, IPv6 starts right up and my MacBook can get an IPv6 address right away. Using 3.3.8-17, there is an error when running the script (see below), and after the restart, my MacBook won't get an IPv6 address. Notes:
>         a) the router itself has a v6 address, and can connect to v6-only resources (e.g., ping ipv6.google.com works)
>         b) Immediately after running the script (and before rebooting 3.3.8-17), the MacBook may have received an IPv6 address
>
> What other information could I provide to debug this? Thanks.
>
> Rich Brown
> Hanover, NH USA
>
> ================================
>
> LISTING #1 - using 3.3.8-6
>
> root@OpenWrt:/tmp# sh tunnel.sh
> Downloading http://huchra.bufferbloat.net/~cero1/3.3/3.3.8-6/packages/Packages.gz.
> Inflating http://huchra.bufferbloat.net/~cero1/3.3/3.3.8-6/packages/Packages.gz.
> Updated list of available packages in /var/opkg-lists/snapshots.
> Package 6in4 (11-1) installed in root is up to date.
> Setting up HE.net tunnel
> Setting IPv6 addresses on local interfaces
> Restarting network...
> Configuration file: /var/run/hostapd-phy0.conf
> Using interface sw00 with hwaddr c4:3d:c7:9d:e3:9a and ssid 'CEROwrt'
> Using interface gw00 with hwaddr c6:3d:c7:9d:e3:9b and ssid 'CEROwrt-guest'
> Configuration file: /var/run/hostapd-phy1.conf
> Using interface sw10 with hwaddr c4:3d:c7:9d:e3:9c and ssid 'CEROwrt5'
> Using interface gw10 with hwaddr c6:3d:c7:9d:e3:9d and ssid 'CEROwrt-guest5'
> Restarting firewall...
> Loading defaults
> Loading synflood protection
> Adding custom chains
> Loading zones
> Loading forwardings
> Loading rules
> Loading redirects
> Loading includes
> Loading interfaces
> Done. You should restart the router now to make these take effect.
>
> ================================
>
> LISTING #2 - Using 3.3.8-17.
>
> The same script gives an error message in 3.3.8-17. I ran the steps manually to see if I got the same behavior, and I do.  The error happens after restarting the network, and the message is: command failed: Device or resource busy (-16) See below transcript.
>
> root@OpenWrt:/tmp# opkg update
> Downloading http://huchra.bufferbloat.net/~cero1/3.3/3.3.8-17/packages/Packages.gz.
> Inflating http://huchra.bufferbloat.net/~cero1/3.3/3.3.8-17/packages/Packages.gz.
> Updated list of available packages in /var/opkg-lists/snapshots.
> root@OpenWrt:/tmp# opkg install 6in4
> Package 6in4 (11-1) installed in root is up to date.
> root@OpenWrt:/tmp# uci set network.henet=interface
> root@OpenWrt:/tmp# uci set network.henet.proto=6in4
> root@OpenWrt:/tmp# uci set network.henet.peeraddr=209.51.161.14
> root@OpenWrt:/tmp# uci set network.henet.ip6addr='2001:470:1f06:64::2/64'
> root@OpenWrt:/tmp# uci set network.henet.tunnelid=xxxxxx
> root@OpenWrt:/tmp# uci set network.henet.username=xxxxxx
> root@OpenWrt:/tmp# uci set network.henet.password='xxxxxx'
> root@OpenWrt:/tmp# uci set network.se00.ip6addr='2001:470:8a63:100::1/64' # secure wired
> root@OpenWrt:/tmp# uci set network.sw10.ip6addr='2001:470:8a63:200::1/64' # secure wireless   5GHz
> root@OpenWrt:/tmp# uci set network.sw00.ip6addr='2001:470:8a63:300::1/64' # secure wireless 2.4GHz
> root@OpenWrt:/tmp# uci set network.gw00.ip6addr='2001:470:8a63:400::1/64' # guest wireless  2.4GHz
> root@OpenWrt:/tmp# uci set network.gw10.ip6addr='2001:470:8a63:500::1/64' # guest wireless    5GHz
> root@OpenWrt:/tmp# uci commit network
> root@OpenWrt:/tmp# /etc/init.d/network restart
> command failed: Device or resource busy (-16)
> Configuration file: /var/run/hostapd-phy0.conf
> Using interface sw00 with hwaddr c4:3d:c7:9d:e3:9a and ssid 'CEROwrt'
> Using interface gw00 with hwaddr c6:3d:c7:9d:e3:9b and ssid 'CEROwrt-guest'
> command failed: Device or resource busy (-16)
> Configuration file: /var/run/hostapd-phy1.conf
> Using interface sw10 with hwaddr c4:3d:c7:9d:e3:9c and ssid 'CEROwrt5'
> Using interface gw10 with hwaddr c6:3d:c7:9d:e3:9d and ssid 'CEROwrt-guest5'
> root@OpenWrt:/tmp# /etc/init.d/network restart
> command failed: Device or resource busy (-16)
> Configuration file: /var/run/hostapd-phy0.conf
> Using interface sw00 with hwaddr c4:3d:c7:9d:e3:9a and ssid 'CEROwrt'
> Using interface gw00 with hwaddr c6:3d:c7:9d:e3:9b and ssid 'CEROwrt-guest'
> command failed: Device or resource busy (-16)
> Configuration file: /var/run/hostapd-phy1.conf
> Using interface sw10 with hwaddr c4:3d:c7:9d:e3:9c and ssid 'CEROwrt5'
> Using interface gw10 with hwaddr c6:3d:c7:9d:e3:9d and ssid 'CEROwrt-guest5'
> root@OpenWrt:/tmp# uci set firewall.@zone[0].network='ge00 henet'
> root@OpenWrt:/tmp# uci commit firewall
> root@OpenWrt:/tmp# ifup henet
> root@OpenWrt:/tmp# /etc/init.d/firewall restart
> Loading defaults
> Loading synflood protection
> Adding custom chains
> Loading zones
> Loading forwardings
> Loading rules
> Loading redirects
> Loading includes
> Loading interfaces
> root@OpenWrt:/tmp#
>
>
> _______________________________________________
> Cerowrt-devel mailing list
> Cerowrt-devel@lists.bufferbloat.net
> https://lists.bufferbloat.net/listinfo/cerowrt-devel



-- 
Dave Täht
http://www.bufferbloat.net/projects/cerowrt/wiki - "3.3.8-17 is out
with fq_codel!"

^ permalink raw reply	[flat|nested] 5+ messages in thread

* Re: [Cerowrt-devel] IPv6 doesn't work quite right in 3.3.8-17 as 3.3.8-6
  2012-08-20 17:36 ` Dave Taht
@ 2012-08-20 18:01   ` Richard Brown
  2012-09-15  0:21   ` [Cerowrt-devel] UPDATE: IPv6 & 3.3.8-21 - working fine Richard Brown
  1 sibling, 0 replies; 5+ messages in thread
From: Richard Brown @ 2012-08-20 18:01 UTC (permalink / raw)
  To: Dave Taht
  Cc: <jow@openwrt.org>,
	Richard Brown, <cerowrt-devel@lists.bufferbloat.net>

Thanks for the speedy response. I can spend some time gathering data. 

I imagine that the script is still necessary for encapsulating the HE.net  credentials. (I guess I could do it from the GUI, but my fingers are really bad at doing the same thing twice...) 

After that, I'd do the option 'adv_subnet' '1' stuff. Is there a good writeup of what you wanted/would expect to work? Thanks.

Rich

On Aug 20, 2012, at 1:36 PM, Dave Taht wrote:

> It was my hope that the script would be unnecessary in this release,
> that you'd be able to do a "adv_subnet" like in 6to4 and be in
> business.
> 
> option 'adv_subnet' '1'
> list 'adv_interface' 'se00'
> list 'adv_interface' 'sw00'
> etc
> 
> I'm not in a position to test hurricane from where I am right now.
> 
> 
> On Mon, Aug 20, 2012 at 4:56 AM, Richard Brown
> <richard.e.brown@dartware.com> wrote:
>> I can't make IPv6 work in 3.3.8-17 using the same procedure as worked in 3.3.8-6. I am using the procedure and script listed in: http://www.bufferbloat.net/projects/cerowrt/wiki/IPv6_Tunnel
>> 
>> With 3.3.8-6, IPv6 starts right up and my MacBook can get an IPv6 address right away. Using 3.3.8-17, there is an error when running the script (see below), and after the restart, my MacBook won't get an IPv6 address. Notes:
>>        a) the router itself has a v6 address, and can connect to v6-only resources (e.g., ping ipv6.google.com works)
>>        b) Immediately after running the script (and before rebooting 3.3.8-17), the MacBook may have received an IPv6 address
>> 
>> What other information could I provide to debug this? Thanks.
>> 
>> Rich Brown
>> Hanover, NH USA
>> 
>> ================================
>> 
>> LISTING #1 - using 3.3.8-6
>> 
>> root@OpenWrt:/tmp# sh tunnel.sh
>> Downloading http://huchra.bufferbloat.net/~cero1/3.3/3.3.8-6/packages/Packages.gz.
>> Inflating http://huchra.bufferbloat.net/~cero1/3.3/3.3.8-6/packages/Packages.gz.
>> Updated list of available packages in /var/opkg-lists/snapshots.
>> Package 6in4 (11-1) installed in root is up to date.
>> Setting up HE.net tunnel
>> Setting IPv6 addresses on local interfaces
>> Restarting network...
>> Configuration file: /var/run/hostapd-phy0.conf
>> Using interface sw00 with hwaddr c4:3d:c7:9d:e3:9a and ssid 'CEROwrt'
>> Using interface gw00 with hwaddr c6:3d:c7:9d:e3:9b and ssid 'CEROwrt-guest'
>> Configuration file: /var/run/hostapd-phy1.conf
>> Using interface sw10 with hwaddr c4:3d:c7:9d:e3:9c and ssid 'CEROwrt5'
>> Using interface gw10 with hwaddr c6:3d:c7:9d:e3:9d and ssid 'CEROwrt-guest5'
>> Restarting firewall...
>> Loading defaults
>> Loading synflood protection
>> Adding custom chains
>> Loading zones
>> Loading forwardings
>> Loading rules
>> Loading redirects
>> Loading includes
>> Loading interfaces
>> Done. You should restart the router now to make these take effect.
>> 
>> ================================
>> 
>> LISTING #2 - Using 3.3.8-17.
>> 
>> The same script gives an error message in 3.3.8-17. I ran the steps manually to see if I got the same behavior, and I do.  The error happens after restarting the network, and the message is: command failed: Device or resource busy (-16) See below transcript.
>> 
>> root@OpenWrt:/tmp# opkg update
>> Downloading http://huchra.bufferbloat.net/~cero1/3.3/3.3.8-17/packages/Packages.gz.
>> Inflating http://huchra.bufferbloat.net/~cero1/3.3/3.3.8-17/packages/Packages.gz.
>> Updated list of available packages in /var/opkg-lists/snapshots.
>> root@OpenWrt:/tmp# opkg install 6in4
>> Package 6in4 (11-1) installed in root is up to date.
>> root@OpenWrt:/tmp# uci set network.henet=interface
>> root@OpenWrt:/tmp# uci set network.henet.proto=6in4
>> root@OpenWrt:/tmp# uci set network.henet.peeraddr=209.51.161.14
>> root@OpenWrt:/tmp# uci set network.henet.ip6addr='2001:470:1f06:64::2/64'
>> root@OpenWrt:/tmp# uci set network.henet.tunnelid=xxxxxx
>> root@OpenWrt:/tmp# uci set network.henet.username=xxxxxx
>> root@OpenWrt:/tmp# uci set network.henet.password='xxxxxx'
>> root@OpenWrt:/tmp# uci set network.se00.ip6addr='2001:470:8a63:100::1/64' # secure wired
>> root@OpenWrt:/tmp# uci set network.sw10.ip6addr='2001:470:8a63:200::1/64' # secure wireless   5GHz
>> root@OpenWrt:/tmp# uci set network.sw00.ip6addr='2001:470:8a63:300::1/64' # secure wireless 2.4GHz
>> root@OpenWrt:/tmp# uci set network.gw00.ip6addr='2001:470:8a63:400::1/64' # guest wireless  2.4GHz
>> root@OpenWrt:/tmp# uci set network.gw10.ip6addr='2001:470:8a63:500::1/64' # guest wireless    5GHz
>> root@OpenWrt:/tmp# uci commit network
>> root@OpenWrt:/tmp# /etc/init.d/network restart
>> command failed: Device or resource busy (-16)
>> Configuration file: /var/run/hostapd-phy0.conf
>> Using interface sw00 with hwaddr c4:3d:c7:9d:e3:9a and ssid 'CEROwrt'
>> Using interface gw00 with hwaddr c6:3d:c7:9d:e3:9b and ssid 'CEROwrt-guest'
>> command failed: Device or resource busy (-16)
>> Configuration file: /var/run/hostapd-phy1.conf
>> Using interface sw10 with hwaddr c4:3d:c7:9d:e3:9c and ssid 'CEROwrt5'
>> Using interface gw10 with hwaddr c6:3d:c7:9d:e3:9d and ssid 'CEROwrt-guest5'
>> root@OpenWrt:/tmp# /etc/init.d/network restart
>> command failed: Device or resource busy (-16)
>> Configuration file: /var/run/hostapd-phy0.conf
>> Using interface sw00 with hwaddr c4:3d:c7:9d:e3:9a and ssid 'CEROwrt'
>> Using interface gw00 with hwaddr c6:3d:c7:9d:e3:9b and ssid 'CEROwrt-guest'
>> command failed: Device or resource busy (-16)
>> Configuration file: /var/run/hostapd-phy1.conf
>> Using interface sw10 with hwaddr c4:3d:c7:9d:e3:9c and ssid 'CEROwrt5'
>> Using interface gw10 with hwaddr c6:3d:c7:9d:e3:9d and ssid 'CEROwrt-guest5'
>> root@OpenWrt:/tmp# uci set firewall.@zone[0].network='ge00 henet'
>> root@OpenWrt:/tmp# uci commit firewall
>> root@OpenWrt:/tmp# ifup henet
>> root@OpenWrt:/tmp# /etc/init.d/firewall restart
>> Loading defaults
>> Loading synflood protection
>> Adding custom chains
>> Loading zones
>> Loading forwardings
>> Loading rules
>> Loading redirects
>> Loading includes
>> Loading interfaces
>> root@OpenWrt:/tmp#
>> 
>> 
>> _______________________________________________
>> Cerowrt-devel mailing list
>> Cerowrt-devel@lists.bufferbloat.net
>> https://lists.bufferbloat.net/listinfo/cerowrt-devel
> 
> 
> 
> -- 
> Dave Täht
> http://www.bufferbloat.net/projects/cerowrt/wiki - "3.3.8-17 is out
> with fq_codel!"
> 



^ permalink raw reply	[flat|nested] 5+ messages in thread

* Re: [Cerowrt-devel] UPDATE: IPv6 & 3.3.8-21 - working fine...
  2012-08-20 17:36 ` Dave Taht
  2012-08-20 18:01   ` Richard Brown
@ 2012-09-15  0:21   ` Richard Brown
  2012-09-15 11:27     ` Sébastien Gaggini
  1 sibling, 1 reply; 5+ messages in thread
From: Richard Brown @ 2012-09-15  0:21 UTC (permalink / raw)
  Cc: <jow@openwrt.org>,
	Richard Brown, <cerowrt-devel@lists.bufferbloat.net>

Folks,

Here's an update on functioning of IPv6 in CeroWrt. I had posted a note in mid-August saying that I had troubles making IPv6 work properly in 3.3.8-17. Specifically, I was using the script from http://www.bufferbloat.net/projects/cerowrt/wiki/IPv6_Tunnel to configure IPv6 to work with Hurricane Electric's free Tunnelbroker.net service, and it not all interfaces got addresses as expected.

After a bit of testing, I am happy to say that the script on the IPv6 Tunnel page above seems to work properly on 3.3.8-21, the latest CeroWrt build. This script is substantially the same as earlier versions: I didn't have to tweak any radvd or other configs beyond what's in this script.

Best,

Rich Brown
Hanover, NH

PS I also posted a note about using mDNS/Bonjour on CeroWrt. By default, this works as desired on all the local interfaces; the note (http://www.bufferbloat.net/projects/cerowrt/wiki/Using_Bonjour_mDNS_or_ZeroConf_with_CeroWrt) gives instructions for passing the mDNS traffic out the WAN port, for instances where you are using CeroWrt as a secondary router in your home.

^ permalink raw reply	[flat|nested] 5+ messages in thread

* Re: [Cerowrt-devel] UPDATE: IPv6 & 3.3.8-21 - working fine...
  2012-09-15  0:21   ` [Cerowrt-devel] UPDATE: IPv6 & 3.3.8-21 - working fine Richard Brown
@ 2012-09-15 11:27     ` Sébastien Gaggini
  0 siblings, 0 replies; 5+ messages in thread
From: Sébastien Gaggini @ 2012-09-15 11:27 UTC (permalink / raw)
  To: Richard Brown
  Cc: <jow@openwrt.org>, <cerowrt-devel@lists.bufferbloat.net>

Hi,

Thanks for all the IPv6 links. I managed to make IPV6 work on my
network this morning after weeks of try.
First I had to add a proxy_ndp config ( ip -6 neigh add proxy  ....  )
for each of my host ( my ISP router need that ). It breaks all the
auto-configuration of IPv6 ...

Then I found this package in openwrt : ndppd
It does all the ndp proxy magic in background. So could you add it to
cero next build ? I

Thanks,
Sébastien

2012/9/15 Richard Brown <richard.e.brown@dartware.com>:
> Folks,
>
> Here's an update on functioning of IPv6 in CeroWrt. I had posted a note in mid-August saying that I had troubles making IPv6 work properly in 3.3.8-17. Specifically, I was using the script from http://www.bufferbloat.net/projects/cerowrt/wiki/IPv6_Tunnel to configure IPv6 to work with Hurricane Electric's free Tunnelbroker.net service, and it not all interfaces got addresses as expected.
>
> After a bit of testing, I am happy to say that the script on the IPv6 Tunnel page above seems to work properly on 3.3.8-21, the latest CeroWrt build. This script is substantially the same as earlier versions: I didn't have to tweak any radvd or other configs beyond what's in this script.
>
> Best,
>
> Rich Brown
> Hanover, NH
>
> PS I also posted a note about using mDNS/Bonjour on CeroWrt. By default, this works as desired on all the local interfaces; the note (http://www.bufferbloat.net/projects/cerowrt/wiki/Using_Bonjour_mDNS_or_ZeroConf_with_CeroWrt) gives instructions for passing the mDNS traffic out the WAN port, for instances where you are using CeroWrt as a secondary router in your home.
> _______________________________________________
> Cerowrt-devel mailing list
> Cerowrt-devel@lists.bufferbloat.net
> https://lists.bufferbloat.net/listinfo/cerowrt-devel

^ permalink raw reply	[flat|nested] 5+ messages in thread

end of thread, other threads:[~2012-09-15 11:27 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2012-08-20 11:56 [Cerowrt-devel] IPv6 doesn't work quite right in 3.3.8-17 as 3.3.8-6 Richard Brown
2012-08-20 17:36 ` Dave Taht
2012-08-20 18:01   ` Richard Brown
2012-09-15  0:21   ` [Cerowrt-devel] UPDATE: IPv6 & 3.3.8-21 - working fine Richard Brown
2012-09-15 11:27     ` Sébastien Gaggini

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox