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

    IPV6 Neighbor Solicitation Not answered !?? => No IPV6 :(

    Scheduled Pinned Locked Moved CE 2.6.0 Development Snapshots (Retired)
    37 Posts 4 Posters 7.4k 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.
    • L
      louis2 @louis2
      last edited by louis2

      I still do not understand why this is not working. Below two pieces of wireshark traces:

      • the first piece contains part of the solicitation message as started from the TrueNas jail (not answered by pfSense ๐Ÿ˜ข
      • the second piece part of a solicitation messages started by pFsense. (answered by the windows PC).

      Does NOT work Neighbor Solicitation TrueNas (Jail) => pfSense
      Ethernet II, Src; 6e;b3;11;42;2f;91 (6e;b3;11;42;2f;91), Dst; IPv6mcast_ff;00;00;01 (33;33;ff;00;00;01)
      Destination; IPv6mcast_ff;00;00;01 (33;33;ff;00;00;01)
      Source; 6e;b3;11;42;2f;91 (6e;b3;11;42;2f;91)
      Type; IPv6 (0x86dd)
      Internet Protocol Version 6, Src; A;B;C;100;;1;66, Dst; ff02;;1;ff00;1

      Does work Neighbor Solicitation pfSense => Windows PC
      Ethernet II, Src; Shenzhen_09;07;48 (6c;b3;11;09;07;48), Dst; Shenzhen_13;29;76 (6c;b3;11;13;29;76)
      Destination; Shenzhen_13;29;76 (6c;b3;11;13;29;76)
      Source; Shenzhen_09;07;48 (6c;b3;11;09;07;48)
      Type; IPv6 (0x86dd)
      Internet Protocol Version 6, Src; 2001;984;a874;17;;1, Dst; A;B;C;17;1421;6200;99c7;fb55

      I also noticed that there are a couple of earlier issues raised related to Neighbor Solicitation, so I wonder if there is perhaps a bug ......

      Not sure of cause since I simply do not understand why this is not working. I just regard it "very strange"

      1 Reply Last reply Reply Quote 0
      • L
        louis2
        last edited by

        Hello,

        I am still fighting this problem. Still NO ipv6 possible. ๐Ÿ˜ง ๐Ÿ˜ง ๐Ÿ˜ง

        Let me explain the problem again.

        I have a TrueNAS (core) system connected to pfSense via multiple VLAN's related to multiple jails on TrueNAS core. TrueNAS "host" is also connected via a VLAN.

        On TrueNAS I use fixed IPV4 and IPV6 addresses for every thing. No problems with IPV4, however IPV6 does not work at all, at least not if it is initiated from the TrueNAS side.

        The reason for that is a failing Neighbor Solicitation with as consequence that TrueNAS does not know how to forward the L2-package to pfSense.

        What I would expect is that

        • pfSense would respond on the NS โ€” Neighbor Solicitation (ICMPv6 type 135) as send by TrueNAS
        • and next to that pfSens would periodically send RA โ€” Router Advertisement (ICMPv6 type 134)

        Both do NOT happen !!!

        • not if DHCP6 is off and RA is off (my default for a server vlan) but also not
        • when enabling DHCP6 and/or RA

        I am really completely lost! So please help if you have the required knowledge, to solve the problem or to identity the bug

        Louis

        More info related to the Neighbor Solicitation can e.g. be found on
        https://blogs.infoblox.com/ipv6-coe/disabling-ipv6-router-advertisements-in-the-data-center/
        https://blog.apnic.net/2019/10/18/how-to-ipv6-neighbor-discovery/
        RS โ€” Router Solicitation (ICMPv6 type 133)
        RA โ€” Router Advertisement (ICMPv6 type 134)
        NS โ€” Neighbor Solicitation (ICMPv6 type 135)
        NA โ€” Neighbor Advertisement (ICMPv6 type 136)

        Some info related to pfSense behavoir on
        https://docs.netgate.com/pfsense/en/latest/services/dhcp/ipv6-ra.html

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

          @louis2 said in IPV6 Neighbor Solicitation Not answered !?? => No IPV6 :(:

          pfSense would respond on the NS โ€” Neighbor Solicitation (ICMPv6 type 135) as send by TrueNAS

          And does pfsense see this solicitation? Your sniffing on pfsense and see this NS and your saying pfsense is just not answering?

          simple sniff on one of pfsense vlan interfaces where I have ipv6 enabled - and looks normal to me.

          sniff.jpg

          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

          L 1 Reply Last reply Reply Quote 0
          • L
            louis2 @johnpoz
            last edited by

            @johnpoz

            Yep I am using pfSense its capture function, since it is the simple way to do that.

            And yep I absolutely see no reaction form pfSense and also not a RA.
            {At least not as long I do not try to access TrueNAS via the network (the opposite direction).}

            The simple test I use to check is to start a ^ping6 www.google.com^ on the command line of either TrueNAS-host or one of the jails

            Here a screenshot of the pfSense screen and also more detail from a downloaded capture using wireshark

            NeighborSolicitationProblem.txt

            SolicitationProblemNoAddress.JPG

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

              @louis2 what are the firewall rules on this interface?

              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

              L 1 Reply Last reply Reply Quote 0
              • L
                louis2 @johnpoz
                last edited by

                @johnpoz

                It all ready was a very open rule-set (just for testing at the moment), above which I just added a line ^permit all^. Which did not change any thing

                RulesRelatedToVLAN.JPG

                For further info, initially I was testing with DHCP and RA off. However because I could not and can not get things working, today I did expiriment with dhcp on and of and all kind of RA settings ....... nothing worked .... so far

                Also note that I am using pfSense 2.6.0 development release (already for months, in fact without any recent issues.

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

                  @louis2 said in IPV6 Neighbor Solicitation Not answered !?? => No IPV6 :(:

                  I am using pfSense 2.6.0 development release (already for months, in fact without any recent issues.

                  This really should be brought up in the dev section then with specific version your running - quite possible some sort of issue was introduced. I will move this to the dev section. If you could post the snapshot your running prob be helpful

                  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

                  L 1 Reply Last reply Reply Quote 0
                  • johnpozJ johnpoz moved this topic from L2/Switching/VLANs on
                  • L
                    louis2 @johnpoz
                    last edited by

                    @johnpoz

                    John two things:

                    • I did create a jira ticket yesterday expressing my concern, asking jim to think about it (I could just express, my doubts without a hard proof that it is a pfSense issue). Jim closed it intermediately. Please have a look Issue #12663

                    • I do not understand what I should additionally post if you could clarify

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

                      @louis2 said in IPV6 Neighbor Solicitation Not answered !?? => No IPV6 :(:

                      12663

                      While as Jim mentioned there - redmine is for reporting actual issue, and they should be able to be duplicated or multiple users seeing the issue.. Redmine is not for discussion or troubleshooting a problem.

                      Now if there is something discovered, and other users are seeing the same problem, etc. Then you could report what the issue is in redmine for correction, etc.

                      what I should additionally post if you could clarify

                      What specific snapshot are you running? Did this work on snapshot X, and stop working on Y.. etc.. Normally snapshots come out every day, what day version are you running. Should show those details right on the systeminfo widget on pfsense gui.

                      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

                      L 1 Reply Last reply Reply Quote 0
                      • L
                        louis2 @johnpoz
                        last edited by louis2

                        @johnpoz

                        John, I do understand jim ... to a certain extend ..... however IMHO it is serious enough to check .. What ever

                        Related to the build:

                        • I am refreshing my system to the latest build every couple of days (lets say a week).
                        • I am currently running
                          2.6.0-BETA (amd64)
                          built on Mon Jan 03 06:18:19 UTC 2022
                          FreeBSD 12.3-STABLE
                        • the problem was already there when I did my first new truenas system trails with IPV6 and I do not now the exact date, however I was already desperate when I started this "post" a month ago. So the first time I became aware of the problem should be late November early December or so
                        johnpozJ 1 Reply Last reply Reply Quote 0
                        • johnpozJ
                          johnpoz LAYER 8 Global Moderator @louis2
                          last edited by

                          @louis2 I haven't noticed any other reports of such an issue.

                          If you take truenas and your jails out of the equation are you seeing the same problem.. So your saying IPv6 isn't workable on pfsense 2.6.. I find that hard to believe, or you would think there would be multiple threads/posts about it not working.

                          IPv6 is pretty hard to work if RAs don't function, or client can not discover pfsense via NDP..

                          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

                          L 1 Reply Last reply Reply Quote 0
                          • L
                            louis2 @johnpoz
                            last edited by louis2

                            @johnpoz

                            John, In first instance I mainly verdict TrueNas-core which is based on FreeBSD 12.3 just like pfSense. However I was not sure as well, so I opened this blog.

                            However since I had severe issues with TrueNAS-core, I did decide to try TrueNAS scale with is their linux based release candidate (I think it is not jet RC but that apart). And up to my surprise the IPV6 behavoir or that linux version was identical to the FreeBSD version. And that did my doubts related to pfSense increase ! .... and I started again testing with all kind of dhcp and RA settings on pfSense.
                            When that did not solve any thing, I asked for help here.

                            Do note that:

                            • the problem only occurs when the server in this case TrueNAS initiates the communication. (The other way around works!)
                            • I ones did a test connect my windows PC on the truenas host vlan, which seems to work (I can redo that test), however it is for sure that windows behaves different
                            • I can not go back to pfsense 2.5 to test that, since the config files are not compatible, that would be a too big effort (and error sensitive)
                            L 1 Reply Last reply Reply Quote 0
                            • L
                              louis2 @louis2
                              last edited by

                              @louis2

                              I forgot to add that

                              • if I start a command like "ping6 www.google.com" on truenas, that only results in a lot of the unanswered NS โ€” Neighbor Solicitation (ICMPv6 type 135) messages
                              • however ... surprise surprise (not) ...... if I start some form of communication from the other side (ping -6 truenas from my pc) then
                              • As expected I get ping results on my pc AND
                              • as by magic the pings starting at truenas towards google start working as wel :)
                              johnpozJ 1 Reply Last reply Reply Quote 0
                              • johnpozJ
                                johnpoz LAYER 8 Global Moderator @louis2
                                last edited by

                                @louis2 well first thing I would do is get current on your snapshot.. You are a few days behind..

                                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

                                L 1 Reply Last reply Reply Quote 0
                                • L
                                  louis2 @johnpoz
                                  last edited by

                                  @johnpoz

                                  Done! No change

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

                                    @louis2 I don't run dev, and for sure can not duplicate what your seeing on my network - ipv6 working just fine..

                                    As to rolling back to 2.5 - where did you see you could not do that because of issues with xml? I was not aware that was a thing..

                                    This seems odd?

                                    Src: A:B:C:110::1:10, Dst: ff02::1:ff00:1

                                    Did you edit that to obfuscate something.. A:B:C ??

                                    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

                                    L 1 Reply Last reply Reply Quote 0
                                    • L
                                      louis2 @johnpoz
                                      last edited by

                                      @johnpoz

                                      John the ABC is edited just to hide my address. Since I try not to share too much.

                                      By the way, I do not mind to share full wireshark traces etc, wich you, however not via the public forum

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

                                        @louis2 Let me see how my afternoon looks for real work ;) if its quiet which I think it is, not seeing any meetings on my cal ;)

                                        I could fire up a 2.6 dev box on a VM and see if I can duplicate your problem.

                                        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

                                        L 1 Reply Last reply Reply Quote 0
                                        • L
                                          louis2 @johnpoz
                                          last edited by

                                          @johnpoz

                                          Ok thanks! I will create a drawing from my test setup. That will perhaps help as well.

                                          L 1 Reply Last reply Reply Quote 0
                                          • L
                                            louis2 @louis2
                                            last edited by

                                            @louis2

                                            Here two pictures

                                            • a schematic version of the physical setup. Based around a 1G SW, a 10G SW and pfSense. pfSense has a 1G lagg towards the 1G SW and a 10G lagg towards the 10G SW. 1G VLAN's are forwarded to the 1G-lagg, 10G VLAN's to the 10G lagg. There is a trunk between the switches, e.g. to make a slow copy of the 10G vlans available to the test-nas in my "office"
                                            • a schematic version of the vlan-setup. All vlans come together in pfSense and nowhere else. The TrueNas test system is intended to play as NAS but also as "VM-server" as such that TrueNas-machine will have one vlan for the host and jails and vm's will in most cases be connected via their own vlan.

                                            TrueNas host it-self will be in the "GreenZone" where the Jails and VM's will be in more risky zones (e.g. a webserver in "RED")

                                            TestSetUpPhysical.JPG

                                            TestSetUpVLANS.JPG

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