cancel
Showing results for 
Show  only  | Search instead for 
Did you mean: 
4,251 Views
Message 1 of 9

MT992 and ipv6?

Go to solution

Has anyone swapped a BT hub with an MT992 modem and managed to get ipv6 working, preferably on g.fast?

I've just replaced my smart hub 2 (which got an ipv6 connection no problem, screenshot below) with an MT992 in front of my Unifi USG.

I can get ipv4 pppoe working no problem but I cannot get an ipv6 address no matter what I try.

In the USG there are 2 ipv6 WAN options, static ipv6 address or DHCPv6 DP.  I've tried requesting a /56 or a /64 PD but no joy.

Output from tcpdump on my USG below.  I'm not having much luck on the Unifi forums as I think this may be a BT specific problem?

 

tcpdump: listening on pppoe0, link-type LINUX_SLL (Linux cooked), capture size 262144 bytes
11:59:39.662773 IP6 (hlim 1, next-header UDP (17) payload length: 64) fe80::fde8:1b29:524a:2acd.546 > ff02::1:2.547: [udp sum ok] dhcp6 solicit (xid=438d15 (client-ID hwaddr/time type 1 time 662061098 74acb935f2b5) (IA_NA IAID:0 T1:0 T2:0) (rapid-commit) (elapsed-time 0) (option-request DNS-server DNS-search-list))
11:59:39.665831 IP6 (class 0xc0, hlim 255, next-header UDP (17) payload length: 101) fe80::221:5ff:fe70:8434.547 > fe80::fde8:1b29:524a:2acd.546: [udp sum ok] dhcp6 reply (xid=438d15 (server-ID hwaddr type 1 002105708434) (client-ID hwaddr/time type 1 time 662061098 74acb935f2b5) (rapid-commit) (IA_NA IAID:0 T1:0 T2:0 (status-code no addresses)))

 

For reference this is what my smart hub 2 used to show:

7bf35e59-bd01-43e1-a242-82698c754895.png

 

0 Ratings
8 REPLIES 8
4,244 Views
Message 2 of 9

Re: MT992 and ipv6?

Go to solution

You definitely need /56PD and DHCP. What settings are available for the LAN side?

0 Ratings
4,235 Views
Message 3 of 9

Re: MT992 and ipv6?

Go to solution
Hi, I tried /56 to begin with but no joy, but also tried /64 as I was a bit confused by the smart hub 2 info.

Lan side I haven't looked at yet as I can't get a GUA on the WAN and the tcpdump responds with "....status-code no addresses". I didn't want to confuse things by moving onto the LAN setup before I've even got the WAN working.

I've tried extra rules in the USG firewall for both DHCPv6 (ports 547 -> 546) and allowing all icmpv6 traffic on both WAN IN and WAN LOCAL but still no joy.

As the MT992 has no interface to tap into how do I know it's not the modem at fault?
0 Ratings
4,232 Views
Message 4 of 9

Re: MT992 and ipv6?

Go to solution

You will only get a link local address on the WAN

Have a look at this thread https://community.bt.com/t5/Home-setup-Wi-Fi-network/IPv6-amp-pfSense-with-BT-FTTP/td-p/2080812

 


@sarkyscouser wrote:
As the MT992 has no interface to tap into how do I know it's not the modem at fault?

Because the modem doesn't deal with the IP layer.

0 Ratings
4,231 Views
Message 5 of 9

Re: MT992 and ipv6?

Go to solution

Here are some screengrabs from the USG for reference:

WAN:

wan.png

LAN:

lan.png

0 Ratings
4,229 Views
Message 6 of 9

Re: MT992 and ipv6?

Go to solution
I don't even get a link local address, just an ipv4.
I don't get an fdXX or feXX address on the WAN.
I used to run an opnsense appliance behind the SH2 and a Draytek ADSL router in my ADSL days and figured all this out no problem.
There's something specific about the MT992 / Unifi combo that's not quite right?
0 Ratings
4,218 Views
Message 7 of 9

Re: MT992 and ipv6?

Go to solution

you see, nothing ipv6 related on the WAN (pppoe0/eth0):

ScreenClip.png

0 Ratings
4,170 Views
Message 8 of 9

Re: MT992 and ipv6?

Go to solution

bump

0 Ratings
4,163 Views
Message 9 of 9

Re: MT992 and ipv6?

Go to solution

OK I have solved this temporarily with the following via ssh into my USG

configure
set interfaces ethernet eth0 pppoe 0 dhcpv6-pd prefix-only
commit
save

I just need to work it into my existing config.gateway.json now to make it permanent...

/56 PD is indeed the right size.