Netgate Discussion Forum
    • Categories
    • Recent
    • Tags
    • Popular
    • Users
    • Search
    • Register
    • Login

    IPv6 WAN Track Interface not assigning addresses to LAN/Public LAN

    Scheduled Pinned Locked Moved IPv6
    42 Posts 6 Posters 8.7k Views
    Loading More Posts
    • Oldest to Newest
    • Newest to Oldest
    • Most Votes
    Reply
    • Reply as topic
    Log in to reply
    This topic has been deleted. Only users with topic management privileges can see it.
    • JKnottJ
      JKnott @smitheo1
      last edited by

      @smitheo1 said in IPv6 WAN Track Interface not assigning addresses to LAN/Public LAN:

      Sorry it's been a long time, but....what I have done was not use Track Interface. The LAN needs a (non routable IPv6) Static address. Make one up..... 2000:1000:AEAE:3000::1/64 for example. Check and verify if the WAN gateway in the Routing section is using a link-local address from the router. If so, add the Global IPv6 address to the Routing on the WAN interface and disable the link-local IPv6 address. The link-local one is not routable.

      If you set the WAN to /56 or whatever, then it's fine. Track Interface takes a routable IPv6 address and assigns it to the LAN, which is not how it's supposed to work, because that is a private network.
      WTF-smiley.png
      There appears to be a lot of nonsense in your post. For example, why would you assign a non routeable address to the LAN? Also, the one you used is routeable. It's just not yours. Global Unique Addresses start with 2 or 3. Also, disabling the link local address will break a lot of things such as neighbour and router discovery & advertisements and more. And link local addresses are often used for routing in IPv6. Also, what the heck do you mean by "Track Interface takes a routable IPv6 address and assigns it to the LAN, which is not how it's supposed to work, because that is a private network."? Also, WAN addresses are often /128. In an earlier post you say it should be a /64 and another, /128. Incidentally, that /128 plays no roll in routing to the network. It is simply an address used to access the firewall/router.

      PfSense running on Qotom mini PC
      i5 CPU, 4 GB memory, 32 GB SSD & 4 Intel Gb Ethernet ports.
      UniFi AC-Lite access point

      I haven't lost my mind. It's around here...somewhere...

      S 1 Reply Last reply Reply Quote 0
      • S
        smitheo1 @JKnott
        last edited by smitheo1

        @JKnott You use the Global Gateway's delegated network. Track Interface uses the Global Gateway's network to assign a delegated IPv6 address to the LAN.....bad idea. That's why a ton of people are having problems. What's being routed is the delegated network via the /64. 2000:: is a Global network, but the gateway modem's Global network should not overlap with the LAN because it's routable to the Internet.

        The firewall/router automatically assigns the link local as the WAN gateway.....it's not routeable dude. IT GOES NOWHERE!!!!! Add the correct Global WAN IPv6 Gateway manually when that happens and turn off the link local. The firewall already knows what that is.

        Furthermore, the NAT is blocking all IPv6 by default, so I made the proper NAT.

        e29d74ad-0760-4dc0-b478-70dac7adf592-image.png

        You obviously don't know how to provide a solution, because I am fully operational with IPv6. It's not nonsense to a certified engineer.

        JKnottJ 1 Reply Last reply Reply Quote 0
        • JKnottJ
          JKnott @smitheo1
          last edited by

          @smitheo1 said in IPv6 WAN Track Interface not assigning addresses to LAN/Public LAN:

          You obviously don't know how to provide a solution, because I am fully operational with IPv6. It's not nonsense to a certified engineer.

          I have also been operational with IPv6 for over 9 years, initially with a 6in4 tunnel, but the past 3.5 years as provided by my ISP. What sort of engineer? I'm a Cisco CCNA and have been working with networks since before Ethernet and IP, in fact before packets were used. I also did Novell CNA & CNE, many years ago. I also did Electrical Engineering, with telecommunications systems for my elective subjects.

          You introduced NAT to this thread. Why do you need NAT to get IPv6 working? I've never had to use it. NAT is a hack to get around the IPv4 address shortage, so there's no need for it with IPv6.

          As for my working network, it uses DHCPv6-PD from my ISP. This provides a /128 WAN address for pfSense and a /56 prefix, which I can split into individual /64s. I currently use 3. I use track interface and it works fine. I also have some Unique Local Addresses configured. They work too, but can't reach the internet by using those addresses. Tell me again why you need NAT, manually configured addresses, etc., to get your network to work. Again, if you turn off link local (is that even possible?), you will break things that IPv6 depends on. Link local addresses are mandatory for IPv6. Every device capable of IPv6 has a link local address (FE80:: /16), even if it has no other IPv6 address.

          PfSense running on Qotom mini PC
          i5 CPU, 4 GB memory, 32 GB SSD & 4 Intel Gb Ethernet ports.
          UniFi AC-Lite access point

          I haven't lost my mind. It's around here...somewhere...

          S 1 Reply Last reply Reply Quote 1
          • S
            smitheo1 @JKnott
            last edited by

            @JKnott IPv6 This firewall software is so bugged....and I see people modifying the radvd to make it work. It's actually the Track Interface. What will happen if you use the Track Interface, the LAN will have an IP from the Global Gateway's pool when it actually need a static address in the 2000 or above...omitting the Global IPv6's WAN network. When the lease expires (because it's tracking one of the the 16 delegated /64....with a /56), it will stop working and you will need to reboot the firewall to gain a new lease. That's not how it's supposed to be applied to the private LANs.

            NAT is not a hack. It's a translation of private IP address to one public address. You need to use a static IPv6 that is not routable to the Internet, but will translate to the WAN's /128, which brings me to the next situation. It was all being blocked.

            "Tell me again why you need NAT, manually configured addresses, etc., to get your network to work. Again, if you turn off link local (is that even possible?), you will break things that IPv6 depends on."

            We were doing troubleshooting a long time ago while following Netgate's instructions and it didn't work. I then started observing the firewall logs and they were all blocked...localhosts and all. I created a manual NAT rule (because of the required link-local and local hosts including the LAN translations) that allows everything to be translated over the WAN and it started working.

            When the Automatic Outbound NAT is checked, it's as if the product was locked down. IPv4 works just fine. Most of the time, it's the other way around.....the product works with most rules being applied to allow all traffic then can become locked down or blocked by an organization or person.

            JKnottJ 1 Reply Last reply Reply Quote 0
            • S
              smitheo1
              last edited by

              Notice the COX entry. I had to manually add it because the link-local entry was automatically added. I went nowhere in the land of link-local.

              42b980b8-e412-4f7f-9129-aada94ed4121-image.png

              1 Reply Last reply Reply Quote 0
              • JKnottJ
                JKnott @smitheo1
                last edited by

                @smitheo1 said in IPv6 WAN Track Interface not assigning addresses to LAN/Public LAN:

                This firewall software is so bugged

                Then how is it working so well for so many?

                NAT is not a hack.

                It was created to get around the address shortage, as there are nowhere near enough IPv4 addresses to go around. I am aware that it is also sometimes used to remap networks, to get around collisions caused by trying to merge 2 networks, where both are on the same RFC1918 address blocks. In short, it's again a hack to get around a problem caused by hack to get around the address shortage. If you can't get an IPv6 network operating properly, without NAT, then I would have to question your competence as an "engineer".

                I went nowhere in the land of link-local.

                Here is my gateway: fe80::217:10ff:fe9a:a199
                That sure looks like a link local address to me.

                PfSense running on Qotom mini PC
                i5 CPU, 4 GB memory, 32 GB SSD & 4 Intel Gb Ethernet ports.
                UniFi AC-Lite access point

                I haven't lost my mind. It's around here...somewhere...

                S 2 Replies Last reply Reply Quote 1
                • S
                  smitheo1
                  last edited by

                  Note the LAN Interface. 2000:xxxx:xxxx:xxxx::1 x can be whatever you need as long as it's not 2600:xxxx....because it is the Global IPv6 gateway. The firewall will return an error that it's being used and overlaps with 2600:xxxx

                  f9159a55-2f7b-432a-a043-95e39bd5ca87-image.png

                  I requested a /62, so I use 4 /64 networks on the private interfaces, but it's actually 2 /64's in use.

                  1 Reply Last reply Reply Quote 0
                  • S
                    smitheo1 @JKnott
                    last edited by

                    @JKnott No it doesn't work for many. I don't teach certified individuals to call anything a hack and I'm glad that you don't have more than 20 years of experience now. Have a nice day, but you are just being a troll. I was here to help the gentleman at the beginning of this thread.

                    JKnottJ 1 Reply Last reply Reply Quote 0
                    • JKnottJ
                      JKnott @smitheo1
                      last edited by

                      @smitheo1 said in IPv6 WAN Track Interface not assigning addresses to LAN/Public LAN:

                      I was here to help the gentleman at the beginning of this thread.

                      I don't recall him asking to use NAT. You were the first to mention it. He was having issues and some of what he said indicates he doesn't fully understand how certain things work, such as not realizing that a link local address is entirely valid as a gateway address, as I have to my ISP. On my local network, the gateway is pfSense with an address fe80::1:1. Yep, that's another link local address as provided by pfSense to devices on my LAN. While the OP may have issues, NAT is not the answer.

                      As for myself, I have been working with networks, going back to 1978 (Air Canada reservation system on a proprietary Rockwell Collins network). I first learned about IPv4 in 1995, incidentally about the same time I first heard of IPv6. In addition to IP & Ethernet, I have also worked with SNA, token ring, DECnet and IPX. I also worked at IBM, providing 3rd level support, including on network issues. I have also completed network courses at a couple of local colleges and IBM, along with a lot of self study.

                      PfSense running on Qotom mini PC
                      i5 CPU, 4 GB memory, 32 GB SSD & 4 Intel Gb Ethernet ports.
                      UniFi AC-Lite access point

                      I haven't lost my mind. It's around here...somewhere...

                      1 Reply Last reply Reply Quote 0
                      • M
                        mrsunfire
                        last edited by

                        The biggest problem are dynamic prefixes. With that you can't assaign a static LAN interface. You also can't use NPt because pfSense can't handle with dynmic prefixes.

                        Netgate 6100 MAX

                        JKnottJ 1 Reply Last reply Reply Quote 0
                        • JKnottJ
                          JKnott @mrsunfire
                          last edited by

                          @mrsunfire said in IPv6 WAN Track Interface not assigning addresses to LAN/Public LAN:

                          The biggest problem are dynamic prefixes. With that you can't assaign a static LAN interface.

                          With DUID, the prefix should be essentially static. There's a setting "Do not allow PD/Address release" on the WAN page to prevent the prefix from being released.

                          PfSense running on Qotom mini PC
                          i5 CPU, 4 GB memory, 32 GB SSD & 4 Intel Gb Ethernet ports.
                          UniFi AC-Lite access point

                          I haven't lost my mind. It's around here...somewhere...

                          1 Reply Last reply Reply Quote 1
                          • M
                            mrsunfire
                            last edited by

                            True, but if the connection is failing for more than 1 hour my ISP give me a new prefix whatever I do.

                            Netgate 6100 MAX

                            1 Reply Last reply Reply Quote 0
                            • S
                              smitheo1 @JKnott
                              last edited by

                              @JKnott

                              @JKnott said in IPv6 WAN Track Interface not assigning addresses to LAN/Public LAN:

                              Here is my gateway: fe80::217:10ff:fe9a:a199
                              That sure looks like a link local address to me.

                              That routes to nowhere. Quit kidding yourself. 🤣 🤣 🤣 🤣

                              JKnottJ 1 Reply Last reply Reply Quote 0
                              • JKnottJ
                                JKnott @smitheo1
                                last edited by JKnott

                                @smitheo1 said in IPv6 WAN Track Interface not assigning addresses to LAN/Public LAN:

                                @JKnott

                                @JKnott said in IPv6 WAN Track Interface not assigning addresses to LAN/Public LAN:

                                Here is my gateway: fe80::217:10ff:fe9a:a199
                                That sure looks like a link local address to me.

                                That routes to nowhere. Quit kidding yourself. 🤣 🤣 🤣 🤣

                                Here's what my computer, running Linux, shows:

                                ip -6 route show
                                2607:fea8:4c81:673::/64 dev eth0 proto kernel metric 256 expires 86389sec pref medium
                                fd48:1a37:2160::/64 dev eth0 proto kernel metric 256 expires 86389sec pref medium
                                fe80::/64 dev eth0 proto kernel metric 256 pref medium
                                default via fe80::1:1 dev eth0 proto ra metric 1024 expires 49sec hoplimit 64 pref medium

                                Notice that default route at the bottom? That's a link local address pointing to pfSense.

                                Now, on my pfSense box for the default route to my ISP:

                                /root: route -6 show default
                                route to: default
                                destination: default
                                mask: default
                                gateway: fe80::217:10ff:fe9a:a199%re0
                                fib: 0
                                interface: re0
                                flags: <UP,GATEWAY,DONE>
                                recvpipe sendpipe ssthresh rtt,msec mtu weight expire
                                0 0 0 0 1500 1 0

                                Take a look at the gateway. That's also a link local address, pointing to my ISP.

                                On IPv6, link local addresses are often used for routing, as shown in both examples above. With routing, all routing, all you need to know is how to get to the next hop. This could be a routeable address, link local address (IPv6 only) or in the case of a point to point link, the interface that connects to the next hop.

                                My pfSense box also has a routeable address, assigned by my ISP. However, it's a /128, which means it can't be used to communicate with anything, without being routed by pfSense.

                                Please stop proving you're clueless about IPv6.

                                PfSense running on Qotom mini PC
                                i5 CPU, 4 GB memory, 32 GB SSD & 4 Intel Gb Ethernet ports.
                                UniFi AC-Lite access point

                                I haven't lost my mind. It's around here...somewhere...

                                1 Reply Last reply Reply Quote 0
                                • johnpozJ
                                  johnpoz LAYER 8 Global Moderator
                                  last edited by johnpoz

                                  Let me get this right.. Your suggesting the OP use whatever they want - ie just pull some address block out of the air and use it locally.. And then nat that to the IPv6 wan address he gets..

                                  That is your solution?

                                  Sorry dude but that is not a solution, that is a HACK... And not what the OP was asking for at all, that is not teaching anyone anything..

                                  Why did this thread get brought back from the dead in the first place - this is from oct 2018??

                                  If someone is having a problem with ipv6 working on pfsense, then it should be correctly troubleshot to figure out why.. Not setup some nonsense ipv6 nat..

                                  An intelligent man is sometimes forced to be drunk to spend time with his fools
                                  If you get confused: Listen to the Music Play
                                  Please don't Chat/PM me for help, unless mod related
                                  SG-4860 24.11 | Lab VMs 2.8, 24.11

                                  JKnottJ 1 Reply Last reply Reply Quote 1
                                  • JKnottJ
                                    JKnott @johnpoz
                                    last edited by

                                    @johnpoz said in IPv6 WAN Track Interface not assigning addresses to LAN/Public LAN:

                                    ie just pull some address block out of the air and use it locally.. And then nat that to the IPv6 wan address he gets..

                                    I guess this "engineer" hasn't heard of Unique Local Addresses, which is what would be used for that sort of thing.

                                    PfSense running on Qotom mini PC
                                    i5 CPU, 4 GB memory, 32 GB SSD & 4 Intel Gb Ethernet ports.
                                    UniFi AC-Lite access point

                                    I haven't lost my mind. It's around here...somewhere...

                                    1 Reply Last reply Reply Quote 1
                                    • johnpozJ
                                      johnpoz LAYER 8 Global Moderator
                                      last edited by

                                      ^ exactly! suggesting they use part of the global space 2000/3 is just not right... 2000 has not been allocated yet.. Doesn't mean you can just freaking use whatever space you want in it.

                                      Concur if you were going to do such a hack, which I wouldn't suggest at all. Then yes ULA space would be the way to go, prob look into central assigned... have to lookup the rfc - its to prevent overlap how you can run into with rf1918 space..

                                      If what you want is to use ula internal - then sure go for it, and do your Npt with that.. If he is having issues with his isp and getting prefix to work, etc. I would bet some serious money its the isp doing something wrong! ;)

                                      The correct solution would be to figure out what is wrong, so maybe the isp can be informed, pfsense can be setup to allow for whatever is causing the issue, etc. etc.

                                      But no some nat to whatever his isp gives him via some /64 on his wan and natting that is not the path.. Might be something you could do if hey need this up NOW... But this isn't production, the OP has zero actual "need" for ipv6.. Since really nobody actually does.. Unless there was some black site p0rn site he needed to get to that only is on ipv6 ;)

                                      So figure out what the actual problem is and fix correctly..

                                      An intelligent man is sometimes forced to be drunk to spend time with his fools
                                      If you get confused: Listen to the Music Play
                                      Please don't Chat/PM me for help, unless mod related
                                      SG-4860 24.11 | Lab VMs 2.8, 24.11

                                      1 Reply Last reply Reply Quote 1
                                      • DerelictD
                                        Derelict LAYER 8 Netgate
                                        last edited by

                                        So much bad information in this thread. I'm locking it. Start another one with whatever the current problem is. Thanks.

                                        Chattanooga, Tennessee, USA
                                        A comprehensive network diagram is worth 10,000 words and 15 conference calls.
                                        DO NOT set a source address/port in a port forward or firewall rule unless you KNOW you need it!
                                        Do Not Chat For Help! NO_WAN_EGRESS(TM)

                                        1 Reply Last reply Reply Quote 1
                                        • First post
                                          Last post
                                        Copyright 2025 Rubicon Communications LLC (Netgate). All rights reserved.