"New" AT&T connection -- Windows Mobile 6.1 & aiccu
Shadow Hawkins on Wednesday, 03 September 2008 22:45:20
What, you may ask, does Windows Mobile 6.1 have to do with a Sixxs IPv6 tunnel?
Well, AT&T/Samsung just released the upgrade from WM6.0 -> WM6.1 for my BlackJack II (SGH-i617), and in so-doing, have permitted the use of the "Internet Sharing" application. I'd already unlocked this functionality under WM6.0, so I was expecting no problems moving forward... I was wrong.
Upon bringing up the bluetooth PAN connection between my phone and my laptop (Ubuntu Linux), I was somewhat pleased to find that the interface was now given an IPv6 address -- it never was before:
bnep0 Link encap:Ethernet HWaddr 00:1b:dc:0f:8b:6c
inet addr:192.168.0.238 Bcast:192.168.0.255 Mask:255.255.255.0
inet6 addr: 2002:a6d6:13cd:e:21b:dcff:fe0f:8b6c/64 Scope:Global
Unfortunately, the IPv6 address that I was given is not routed .. and the routes that were given by default interfered with the ability of aiccu to bring up my Sixxs tunnel.
It turns out that now, instead of using "Media Net" to do the interconnect (with no IPv6), WM6.1 uses "AT&T ISP" (with unrouted IPv6) .. I could really care less, but it broke my tunnel and that's just not acceptable.
Here's the work-around that I came up with:
In the /etc/network/interfaces file, for the "bnep0" interface (bluetooth PAN), I added this:
iface bnep0 inet dhcp
post-up sysctl -w net.ipv6.conf.bnep0.accept_ra=0
post-up sysctl -w net.ipv6.conf.bnep0.accept_redirects=0
post-up sysctl -w net.ipv6.conf.bnep0.autoconf=0
post-up ip -6 route del ::/0
This works, but if anyone knows of a "cleaner" way to do this, please let me know.
AlanC
"New" AT&T connection -- Windows Mobile 6.1 & aiccu
Jeroen Massar on Thursday, 04 September 2008 15:27:17 2002:a6d6:13cd:e:21b:dcff:fe0f:8b6c
6to4, that while you are on a RFC1918 address space, that can't work.
Either your local operating system sets this up, or somebody on your network is announcing a prefix using RA's.
The way you solved it is the correct way.
Posting is only allowed when you are logged in. |