I’ve had Frontier fiber internet for the past 2-ish years. No complaints at all, but the nerd in me desires IPv6. I have the Frontier provided ONT device but declined their router. I have a MikroTik RB5009 which has been “searching” for an IPv6 prefix.

Anyway, I found this link during my research some time ago, and it finally looks like Frontier is enabling IPv6 for people.

I’m still not sure I’ll be able to get it until I get the settings just right, but thought I’d share.

  • walden@wetshav.ingOP
    link
    fedilink
    English
    arrow-up
    2
    ·
    24 hours ago

    Today I see some interesting things under the TCP protocol. They’re marked as [TCP Retransmission]. Source is 2600:1000:b150:3c0:redacted, destination is 2001:470:1f06:redacted.

    To answer your question from yesterday, the ICMPv6 stuff that I see is coming from a couple of Amcrest cameras, and they say “Router Solicitation from xx:xx:xx:mac address”.

    • SteveTech@aussie.zone
      link
      fedilink
      English
      arrow-up
      2
      ·
      15 hours ago

      I see is coming from a couple of Amcrest cameras

      Oh yeah, that still seems to be from your LAN. On the Mikrotik set your WAN interface in the filters tab of the packet sniffer. Also if you haven’t already, your WAN shouldn’t be bridged with your LAN, since your router will route between them, a bridge is like a network switch.

      Basically I’d like to see the Router Solicitation on your WAN from your Router, and hope that your ISP responds back with a Router Advertisement; or a Solicit for DHCPv6, and the whole exchange.

      Also 2001:470:1f06:redacted looks like a Hurricane Electric IP.

      • walden@wetshav.ingOP
        link
        fedilink
        English
        arrow-up
        2
        ·
        14 hours ago

        Interesting re: Hurricane Electric. I removed that config a long time ago, but the Hurricane Electric site still has the tunnel set up so maybe it pings from time to time.

        My WAN port isn’t part of the bridge, I just did that temporarily as an experiment but it’s back to normal now.

        That makes sense about filtering – I didn’t notice that tab before in the Packet Sniffer!

        I think there’s a little bit of action when I hit “renew” on the IPv6 DHCP Client. I tried with “User Peer DNS” checked and unchecked but I couldn’t pick out a difference. Anything in the below list that sticks out?

        wireshark

        image

        • SteveTech@aussie.zone
          link
          fedilink
          English
          arrow-up
          2
          ·
          13 hours ago

          Well, your router is trying, but your ISP isn’t replying, so I’d say you don’t have IPv6 yet.

          I have had ISPs where if you send a bunch of DHCP solicits/discovers too quickly, then they stop replying. So maybe disable DHCPv6 for a few hours, and enable it while watching it on the packet sniffer, incase it sends a weird response.

          Also it shouldn’t make any difference, but in IPv6/ND change all to bridge; your router looks like it’s advertising itself as a default route to your ISP’s router, and that just seems wrong.