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

    IPv6 unable to access internet on LAN interface

    Scheduled Pinned Locked Moved IPv6
    25 Posts 5 Posters 3.6k 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.
    • X
      xayumi
      last edited by

      Hi JeGr,

      the LAN ip address was assigned by track interface from my WAN.
      Usually you will assign a private range within your LAN and then do NAT for IPv6 like v4 or?

      I tried to called my ISP but they have no ideas on what subnet or mask will be assigned for me and rather it can be routable.

      Bests,
      Calvin

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

        @xayumi said in IPv6 unable to access internet on LAN interface:

        Usually you will assign a private range within your LAN and then do NAT for IPv6 like v4 or?

        No, you don't use NAT on IPv6. The purpose of NAT is to get around the IPv4 address shortage.

        As for your problem, we'd need a lot more info, including packet captures of what's on the WAN and LAN.

        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
        • DerelictD
          Derelict LAYER 8 Netgate @xayumi
          last edited by

          @xayumi said in IPv6 unable to access internet on LAN interface:

          PING6(56=40+8+8 bytes) 2404:c804:183a:e100::1 --> 2404:6800:4005:800::2003
          16 bytes from 2404:6800:4005:800::2003, icmp_seq=0 hlim=55 time=4.031 ms

          Unable to ping to internet

          PING6(56=40+8+8 bytes) 2404:c804:183a:e100::1:1 --> 2404:6800:4005:800::2003

          Those are sourcing from the same /64. The first thing I would try is setting the IPv6 Prefix ID on LAN to 1.

          You also need to be sure you are passing IPv6 into LAN on the LAN firewall rules.

          If that doesn't solve it be sure to this is checked on Interfaces > WAN: Debug Start DHCP6 client in debug mode.

          Then look at the DHCP logs for information about what exactly is happening between you and the ISP.

          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 0
          • X
            xayumi
            last edited by

            Thanks! Derelict, JKnott, i managed to solved the issues.

            1. I called up ISP, they told a /64 address but single IP one and only one is assigned to me (unless i subscribe to other plan with additional $$)
            2. Thus I change to DHCPv6 on WAN
            3. On lan side,I use fc::/7 reserved range and do NAT

            Now it is working, thanks a lot !!!

            C:\Users\xxxxxxx>tracert -d google.com.hk

            Tracing route to google.com.hk [2404:6800:4005:806::2003]
            over a maximum of 30 hops:

            1 <1 ms <1 ms <1 ms fc::1
            2 16 ms 1 ms 3 ms 2404:c800:8101:418::1
            3 2 ms 3 ms 2 ms 2404:c800:8102:1935::21
            4 3 ms 2 ms 2 ms 2404:c800:8002:1e::1
            5 2 ms 3 ms 4 ms 2400:8800:1f0f:4::1
            6 4 ms 4 ms 4 ms 2001:4860:1:1::1ed
            7 2 ms 4 ms 2 ms 2001:4860:1:1::1ec
            8 10 ms 4 ms 4 ms 2001:4860:0:e07::1
            9 3 ms 13 ms 4 ms 2001:4860:0:1::1ec7
            10 3 ms 4 ms 2 ms 2404:6800:4005:806::2003

            Trace complete.

            C:\Users\xxxxxxx>ping -6 google.com.hk

            Pinging google.com.hk [2404:6800:4005:806::2003] with 32 bytes of data:
            Reply from 2404:6800:4005:806::2003: time=2ms
            Reply from 2404:6800:4005:806::2003: time=3ms
            Reply from 2404:6800:4005:806::2003: time=12ms
            Reply from 2404:6800:4005:806::2003: time=6ms

            Ping statistics for 2404:6800:4005:806::2003:
            Packets: Sent = 4, Received = 4, Lost = 0 (0% loss),
            Approximate round trip times in milli-seconds:
            Minimum = 2ms, Maximum = 12ms, Average = 5ms

            GertjanG JKnottJ 2 Replies Last reply Reply Quote 0
            • DerelictD
              Derelict LAYER 8 Netgate
              last edited by

              That is really sad.

              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 0
              • GertjanG
                Gertjan @xayumi
                last edited by

                @xayumi said in IPv6 unable to access internet on LAN interface:

                I called up ISP, they told a /64 address but single IP one and only one is assigned to me (unless i subscribe to other plan with additional $$)

                Visit https://ipv6.he.net/
                They supply you all you need, and more.
                Free of charge.
                Rock solid.

                No "help me" PM's please. Use the forum, the community will thank you.
                Edit : and where are the logs ??

                1 Reply Last reply Reply Quote 0
                • X
                  xayumi
                  last edited by

                  Yes it works now, but any ideas for how to enable Privacy Extensions (RFC 4941) for SLAAC/DHCPv6 on WAN?

                  Since I am using virtual router, i don't wanna expose my mac address or mac vendor, thanks!

                  0_1549868299621_768e6fad-bee1-4da5-a50c-fdf9821063c9-image.png

                  DerelictD 1 Reply Last reply Reply Quote 0
                  • GertjanG
                    Gertjan
                    last edited by

                    I'm trying to stay away from SLAAC.
                    I received a routable /64 from he.net, setup the DHCP6 on my LAN's, and stopped looking at it.

                    0_1549869199767_804a1b6a-c924-43d0-8def-577f79ffc681-image.png

                    No "help me" PM's please. Use the forum, the community will thank you.
                    Edit : and where are the logs ??

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

                      @xayumi Not really.

                      IPv6 in pfSense is designed to be used properly.

                      What you (Or actually, your ISP) is doing is pretty much nonsense.

                      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 0
                      • JKnottJ
                        JKnott @xayumi
                        last edited by JKnott

                        @xayumi said in IPv6 unable to access internet on LAN interface:

                        I called up ISP, they told a /64 address but single IP one and only one is assigned to me (unless i subscribe to other plan with additional $$)

                        They only give you 1 IPv6 address???? I get a /64 on my cell phone and a /56 at home. Unbelievable!!!

                        Yes it works now, but any ideas for how to enable Privacy Extensions (RFC 4941) for SLAAC/DHCPv6 on WAN?

                        You can't do it with only 1 address. With privacy extensions, You'll wind up with 8 addresses after a week.

                        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...

                        X 2 Replies Last reply Reply Quote 0
                        • X
                          xayumi @JKnott
                          last edited by

                          @gertjan said in IPv6 unable to access internet on LAN interface:

                          I received a routable /64 from he.net, setup the DHCP6 on my LAN's, and stopped looking at it.

                          That's nice, do you need to run any routing protocol on your WAN or you'd just enable WAN with DHCPv6?

                          Thanks !!

                          1 Reply Last reply Reply Quote 0
                          • X
                            xayumi @JKnott
                            last edited by xayumi

                            @jknott said in IPv6 unable to access internet on LAN interface:

                            @xayumi said in IPv6 unable to access internet on LAN interface:

                            I called up ISP, they told a /64 address but single IP one and only one is assigned to me (unless i subscribe to other plan with additional $$)

                            They only give you 1 IPv6 address???? I get a /64 on my cell phone and a /56 at home. Unbelievable!!!

                            Yes it works now, but any ideas for how to enable Privacy Extensions (RFC 4941) for SLAAC/DHCPv6 on WAN?

                            You can't do it with only 1 address. With privacy extensions, You'll wind up with 8 addresses after a week.

                            Hi JKnottt, yes they give me /64 for my home, and I was unable to create subnet or whatever within my LAN, currently I am using IPv6 NAT like v4 do for my pfsense... @@!!

                            Oh got ya ... maybe I will try to generate a random mac address on my VM's wan to hide this info then if it's not possible to do a quick setting in pfsense :)

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

                              If they are assigning a /64 to your WAN you cannot use it on LAN.

                              If they are assigning an IPv6 address on WAN and ROUTING a /64 to that you can use that /64 on LAN.

                              This is not a pfSense problem. It is an ISP problem.

                              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)

                              X 1 Reply Last reply Reply Quote 0
                              • X
                                xayumi @Derelict
                                last edited by

                                @derelict

                                Hi yes, I understand, they just assigned me a ipv6 address with mark /64 on my WAN, instead of a ipv6 and /64 subnet to me.

                                I am new to IPv6 just really does spent some hours to figure it out!
                                Thanks for your help! NAT for IPv6 is current a solution for me :)

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

                                  @xayumi said in IPv6 unable to access internet on LAN interface:

                                  @derelict

                                  Hi yes, I understand, they just assigned me a ipv6 address with mark /64 on my WAN, instead of a ipv6 and /64 subnet to me.

                                  I am new to IPv6 just really does spent some hours to figure it out!
                                  Thanks for your help! NAT for IPv6 is current a solution for me :)

                                  One thing a lot of people have to figure out is the WAN address is not used for routing. It's a /128, which means it's to identify an interface only. It cannot be used to communicate with another device, without going through a router (pfSense). On IPv6, link local addresses are normally used for routing. Link local addresses start with fe80.

                                  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
                                  • X
                                    xayumi
                                    last edited by

                                    @JKnott yes, JKnott, thanks a lot !!!

                                    @Derelict
                                    Thanks for your tips !!!
                                    Between recently I have enabled the OpenVPN with IPv6 (another subnet) fc01::1/64 and found that the fc::1/64 on LAN side those computers then now unable to route through pfSense but fine via VPN, which is quite strange, both subnet are in NAT rules and policy had enable IPv6

                                    Attached is the configuration which i made changes on VPN side, I look through the log but had no ideas yet why the LAN is not able to goes through IPv6 suddenly after enable IPv6 VPN.

                                    Below is my configuration for OpenVPN for IPv6.

                                    OpenVPN Setting
                                    openvpn setting.png

                                    Network Policy
                                    policy.png

                                    NAT
                                    nat.png

                                    End up in routing issues on LAN IPv6 - With OpenVPN clients, able to run both IPv4 and v6 internet access, but LAN side are not working after enable OpenVPN IPv6 setting.

                                    routing issues 1.png

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

                                      Glad it's working.

                                      Note: Even though the ULA space is assigned as fc00::/7, only fd00::/8 should be used. And specifically in /48 prefixes.

                                      https://en.wikipedia.org/wiki/Unique_local_address#Definition

                                      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)

                                      X JKnottJ 2 Replies Last reply Reply Quote 0
                                      • X
                                        xayumi @Derelict
                                        last edited by

                                        @Derelict
                                        Great, let me try re-addressing those! and see :)

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

                                          @Derelict said in IPv6 unable to access internet on LAN interface:

                                          Glad it's working.

                                          Note: Even though the ULA space is assigned as fc00::/7, only fd00::/8 should be used. And specifically in /48 prefixes.

                                          https://en.wikipedia.org/wiki/Unique_local_address#Definition

                                          I thought fd00 was for when you picked your own prefix and fc00 was when you got it from some central server. The idea for the server was to avoid the possibility of a collsion, though it would be hard to collide, when you can choose a random number with 32 bits. I created my prefix by using the command "ps aux|md5sum" on a Linux box and taking enough of it to fill out the prefix.

                                          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
                                          • X
                                            xayumi
                                            last edited by

                                            @Derelict Thanks! I do the re-addressing,

                                            with OpenVPN as fd00::2:0:0:0:0:1/64
                                            With LAN as fd00:0:1::/48, and DHCPv6 with allow PD on fd00:0:1:ffff::/64

                                            Now all works finally like a Cham !! Cheers !!

                                            @JKnott Thanks for your tips too !!

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