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

    IPv6 works on pfsense but not on LAN side

    Scheduled Pinned Locked Moved IPv6
    22 Posts 6 Posters 20.8k 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.
    • A
      acidrop
      last edited by

      On pfsense:
      –--------------

      Gateways:

      IPv4: GW_WAN 213.xx.xx.x 213.xx.xxx.x
      IPv6: WAN_DHCP6 fe80::2a94:fff:xxxx:xxxx

      LAN interface: IPv6 address 2a02:214d:8005:f100:20d:xxxx:xxxx:xxx Subnet mask IPv6: 56

      On Computer:

      LAN Interface: Link Local IP: fe80::4045:8288:a6fb:b7be

      radvd is enabled by default as a service on pfsense.I think it is used to advertise the ipv6 subnet 
      on LAN.

      1 Reply Last reply Reply Quote 0
      • R
        razzfazz
        last edited by

        Where does the /56 on the LAN interface come from? In your earlier WAN configuration screenshot, you had set the delegation size to /64, so you don't actually have a delegated /56 to begin with; also, I believe track interface will generally cause a /64 (possibly one of multiple that make up a larger delegated prefix) to be advertised. Did you do any additional manual configuration?

        1 Reply Last reply Reply Quote 0
        • J
          JacktheSmack
          last edited by

          @acidrop:

          On pfsense:
          –--------------

          Gateways:

          IPv4: GW_WAN 213.xx.xx.x 213.xx.xxx.x
          IPv6: WAN_DHCP6 fe80::2a94:fff:xxxx:xxxx

          LAN interface: IPv6 address 2a02:214d:8005:f100:20d:xxxx:xxxx:xxx Subnet mask IPv6: 56

          On Computer:

          LAN Interface: Link Local IP: fe80::4045:8288:a6fb:b7be

          radvd is enabled by default as a service on pfsense.I think it is used to advertise the ipv6 subnet 
          on LAN.

          In your WAN configuration it says 64 bit prefix delegation size, yet you're saying you have a 56bit delegation. Did you switch to 56bit? Is there a reason? Standard practice is to have a 64 bit network prefix for the network, and then 64bits for all the devices.

          If you have a delegation size less than 64 bits, that means you're modifying the subnet identifier.

          ipv6.PNG
          ipv6.PNG_thumb

          1 Reply Last reply Reply Quote 0
          • A
            acidrop
            last edited by

            Hello again,

            All settings are obtained automatically from my ISP.
            I haven't done any manual configuration on pfsense.

            As per my ISP:

            "The subscriber terminal equipment (CPE / DSL router) must support IPv6. More specifically, SLAAC (Auto-Configuration) is required  to  lease WAN / PPP IPv6 address (/ 64 prefix is given) and the support of DHCPv6-PD to lease  a /56 IPv6 prefix in the LAN (the CPE will deal with  the share of /56 to a /64 per LAN interface). The network which is given for LAN subscriber is the one that is used in computers (whether through SLAAC, or via the  DHCPv6 of CPE)."

            1 Reply Last reply Reply Quote 0
            • R
              razzfazz
              last edited by

              As per those instructions, you should set "DHCPv6 prefix delegation size" to 56, not to 64. Set all your internal interfaces to "track interface", each with a different "IPv6 prefix ID" between 0 and ff (hex). This should give you a different /64 on each internal interface, all from the /56 that was delegated to you.

              1 Reply Last reply Reply Quote 0
              • A
                acidrop
                last edited by

                each with a different "IPv6 prefix ID" between 0 and ff (hex)

                Can you please tell which should be correct for my case?

                1 Reply Last reply Reply Quote 0
                • R
                  Reiner030
                  last edited by

                  @acidrop:

                  each with a different "IPv6 prefix ID" between 0 and ff (hex)

                  Can you please tell which should be correct for my case?

                  00
                  01
                  02
                  03
                  04
                  05
                  06
                  07
                  09
                  0a
                  0b
                  0c
                  0d
                  0e
                  0f
                  …
                  ...
                  ...
                  fa
                  fb
                  fc
                  fd
                  fe
                  ff

                  ;)

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

                    I'm using pfSense 2.1 RELEASE.

                    On first setup, I,m only using IPv6 on LAN, result work. When I enable IPv4 on same interface, IPv6 cannot not work in same interface.

                    1 Reply Last reply Reply Quote 0
                    • A
                      acidrop
                      last edited by

                      ok I made some progress.

                      After changing IPv6 Prefix ID=0e at Interfaces -> LAN now I can obtain an ipv6 on LAN card of my pc:

                      and

                      For some seconds I could successfully ping and open http://ipv6.google.com and then the same again… :(

                      1 Reply Last reply Reply Quote 0
                      • R
                        razzfazz
                        last edited by

                        @acidrop:

                        ok I made some progress.

                        After changing IPv6 Prefix ID=0e at Interfaces -> LAN now I can obtain an ipv6 on LAN card of my pc:

                        You shouldn't have to set it to any "correct" value; with a /56 delegated to you, any value in the given range (0-255, converted to hex) should work.

                        The rest of your post sounds like a firewall issue. Do you have a pass rule for IPv6 traffic on the LAN interface (IPv6 from LAN subnet to any)? Anything relevant in the firewall log?

                        1 Reply Last reply Reply Quote 0
                        • A
                          acidrop
                          last edited by

                          Yes that rule exists by default and I have replicated it also.Nothing is logged on firewall logs.
                          On systems logs this message is repeated all the time:

                          php: rc.newwanipv6: rc.newwanipv6: Failed to update wan IPv6, restarting…
                          dhcp6c[59545]: update_ia: status code for NA-0: no addresses

                          1 Reply Last reply Reply Quote 0
                          • R
                            razzfazz
                            last edited by

                            Try checking "request only a IPv6 prefix" in the WAN settings.

                            1 Reply Last reply Reply Quote 0
                            • R
                              razzfazz
                              last edited by

                              Also, make sure that in status->services, radvd is present and listed as running.

                              1 Reply Last reply Reply Quote 0
                              • A
                                acidrop
                                last edited by

                                Try checking "request only a IPv6 prefix" in the WAN settings.

                                Success!  Enabling that option along with 'Use IPv4 connectivity as parent interface'  and prefix size /56 on WAN interface did the trick.Also I should select 'track interface'  and 'IPv6 Prefix ID' something between 00-ff but not 0! (I choose 0e).Finally I rebooted the device and everything is working.
                                Thank you all for your help and patience! Cheers!

                                1 Reply Last reply Reply Quote 0
                                • A
                                  acidrop
                                  last edited by

                                  I spoke too fast.Although ipv6 works correctly for 2-3 days, then suddenly it stops.Even if I reboot the device it dozen't work.The only way it can work again is by modifying the value "ipv6 prefix id" on lan to something else for example 6,8,f etc. Any ideas why this could happen?

                                  1 Reply Last reply Reply Quote 0
                                  • F
                                    fligor
                                    last edited by

                                    I have the same issue, same hardware and version, different ISP (Hughesnet Gen4).  I have native IPv6, I get a /64 on the WAN side, I can't get the right allocation on the LAN side because they hand out a /61 and that isn't a choice in the pull down menu, but if I pick /62 it all seems to look right.  none of my hosts on the LAN side (pretty much all apple devices at the moment) get an address.

                                    radvd is running in services, but because I have track interface for LAN, not a static, I can't set anything for the RA, and I don't know what the defaults are.

                                    I see the RAs in tcpdump from fe80::1:1, which is the LAN interface address, and they have a /63 prefix in 2001: that matches the LAN address on the pfsense box,  but the host never gets an autoconfig address.  I use autoconfig on the same laptop at work every day, and it's fine there.

                                    I'm new to pfsense, and I've only done IPv6 routing on enterprise-level gear, not home network stuff, but it's the only public address I can get out of Hughesnet, so any ideas are greatly appreciated.

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