Help me with IPv6 SLAAC on Android
-
ok, so after a few tries, it seems my main lan (vlan1) is not getting pollution anymore, but RA still leaks to vlan10-30, so I am still seeing unnecessary IP at all of my vlan, time to file a bug tp tp-link i guess
-
@pixielark said in Help me with IPv6 SLAAC on Android:
time to file a bug tp tp-link i guess
Good luck with that - if you read the history of the complaints of their sg105e and 108e switches took them forever to even admit they were doing anything wrong.. There is a post on their forums where they say it was like that by design to not remove vlan 1 from all ports.. They just don't get it!
They finally released a fix for v3+ of their hardware but 1 and 2 got left hanging...
I wouldn't recommend buying their switches or AP no matter how cheap they are.. Unless you want is dumb device with no vlan support.
-
@pixielark said in Help me with IPv6 SLAAC on Android:
but it seems like the System-VLAN leaks RA message to all VLAN10-30 therefore when device connect to test-vlan10-30 if will receive RA from System-VLAN and get a IPv6 address from ff00 on top of the interface it belongs to
That sounds just like the problem I had with my TP-Link access point. It made having a guest WiFi impossible.
-
This is the first I've heard of Shaw supporting IPv6.
What type of service do you have?
What type of modem do you have?
Is your pfSense connected through a bridged port?
-
@bimmerdriver said in Help me with IPv6 SLAAC on Android:
This is the first I've heard of Shaw supporting IPv6.
What type of service do you have?
What type of modem do you have?
Is your pfSense connected through a bridged port?
Shaw started to offer IPv6 service about a year ago.
You have to be on their current 300M or 600M service (residential, not sure about business)
You have to get their XB6 modem (No, the Hirtron one with 300M service will NOT work, if you request a XB6 Shaw will force you to renew your contract to be on their "new" billing system in order to be qualified, so it is your choise to pay "extra" if you definitely want IPv6)
There are currently 2 XB6 modems Shaw offer, Arris TG3482 and Technicolor CGM4141, I would personally recommand you to get the Technicolor one (using Broadcom processor), the Arris one uses Intel Puma chip which has famous hardware defact, although both will work just for getting IPv6.
You can put your XB6 into bridge mode by going into the settings page and everything should work afterwards, connect your pfsense to your XB6 and request a /56 prefix from Shaw (defalt /64 because of all the garbage modem on the market), and you can workout the others after that -
@jknott said in Help me with IPv6 SLAAC on Android:
@pixielark said in Help me with IPv6 SLAAC on Android:
but it seems like the System-VLAN leaks RA message to all VLAN10-30 therefore when device connect to test-vlan10-30 if will receive RA from System-VLAN and get a IPv6 address from ff00 on top of the interface it belongs to
That sounds just like the problem I had with my TP-Link access point. It made having a guest WiFi impossible.
Yeah, I guess if we only need ipv4 everything would work just fine
-
You only do need IPv4 - name 1 actual resource you need to get to that requires IPv6 ;)
But multicast is multicast - you have other stuff that would be bleeding over.. Just wouldn't be such an obvious problem.
-
@pixielark said in Help me with IPv6 SLAAC on Android:
@bimmerdriver said in Help me with IPv6 SLAAC on Android:
This is the first I've heard of Shaw supporting IPv6.
What type of service do you have?
What type of modem do you have?
Is your pfSense connected through a bridged port?
Shaw started to offer IPv6 service about a year ago.
You have to be on their current 300M or 600M service (residential, not sure about business)
You have to get their XB6 modem (No, the Hirtron one with 300M service will NOT work, if you request a XB6 Shaw will force you to renew your contract to be on their "new" billing system in order to be qualified, so it is your choise to pay "extra" if you definitely want IPv6)
There are currently 2 XB6 modems Shaw offer, Arris TG3482 and Technicolor CGM4141, I would personally recommand you to get the Technicolor one (using Broadcom processor), the Arris one uses Intel Puma chip which has famous hardware defact, although both will work just for getting IPv6.
You can put your XB6 into bridge mode by going into the settings page and everything should work afterwards, connect your pfsense to your XB6 and request a /56 prefix from Shaw (defalt /64 because of all the garbage modem on the market), and you can workout the others after thatThanks for the info. My question was more out of curiosity, because I was not aware that Shaw is offering IPv6. I'm on Telus and I don't have to pay extra for IPv6 or a modem that I can bridge to use my own pfSense router, so I don't plan to switch to Shaw. (I left Shaw years ago because I wasn't happy with their service.)
-
@bimmerdriver If I can get Telus fibre I would ditch Shaw in a heartbeat, our city is very stubborn with some regulations so Telus does not deploy fibre in my city
-
@pixielark said in Help me with IPv6 SLAAC on Android:
You have to get their XB6 modem (No, the Hirtron one with 300M service will NOT work, if you request a XB6 Shaw will force you to renew your contract to be on their "new" billing system in order to be qualified, so it is your choise to pay "extra" if you definitely want IPv6)
I'm on Rogers. I had to get a new modem to use IPv6. When I did that, I wound up with a cheaper package, with pretty much the same bandwidth and cap.
Based on what I've heard of Shaw, that money grab is not surprising.
-
Ok, so the final update, I have everything fixed now (at least till now)
So the final trick is to set my switch to tag port 5-8 which connect to my 4 APs
apparently the tp-link APs will receice packages on it's selected wirelss VLAN + anything that's untagged (without vlan header)
after change my switch to tag vlan1 on port 5-8 it ensures all the vlan1 tag won't be removed when outbound the port, which fixes the RA flood issue.
Thanks everyone for the help