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

    IPv6 testing

    Scheduled Pinned Locked Moved IPv6
    357 Posts 48 Posters 297.9k 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.
    • C
      Cino
      last edited by

      i'm using the D510.. My total system is 30 watts. This is powering: M300-LCD case(with LCD and 40mm case fan), 4gigs memory(i should use amd64), 2.5 laptop sata HD, daul intel nic, and a verizon 3g usb modem.

      because of the case, I had to buy a 30+ special ribbon riser for the nic.. Wasn't happy but i wanted this case because of the LCD display. I dont see you having any issues using vlan tagging… the built-in nics support them.. The first NIC on my board is used for the impi also(HF board only), within the impi settings, you can put that on a different vlan or the same vlan your going to use the lan on. I haven't tried vlans on the built nic, only on the added dual nic.

      the 64bit is probably as stable as the i386 but ive seen more post with kernal issues with the 64 then the i386...

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

        30 watts is really nice! I chose the D525 model with dual cores. It should even consume a few watts less. I like your case by the way. Does it actually work to output something from pfSense on the LCD? What does it display? And do the buttons work?
        I went for the SuperMicro recommended 19 inch case with this board: SC502L-200. Small, decent looking and reasonably priced. I put in a small 8GB Kingston 2,5 inch SSD drive which uses only 2 watts and also 2x 2 GB of DDR3 RAM which is said to be more energy efficient compared to the DDR2 RAM the D510 uses. So I'm really curious what it will consume all together, but with a 30 watts I'll already be happy.

        I've read some amazing stuff about this IPMI interface by the way. Things like KVM over IP and that the device can automatically reboot itself when it hangs. Together with the two onboard Intel gigabit NICs this must make for a hell of a pfSense router. That is.. if its stable  ;)

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

          Hi all,

          I'm still getting stuck setting up the IPv6 part.
          I can create the GIF0 interface without any problems, but as soon as i assign an interface to it (in my case opt5) the system will not boot anymore.
          It does bring up the WAN and GiF0 interface, but it skips the lagg/opt/lan interfaces and starts the rc scripts for the packages.

          My setup:
          3 interfaces, WAN and 2x intel as Lagg0
          on Lagg0 i have 3 vlans; ORANGE, BLUE and GREEN
          And a OpenVPN client as OVPNC2

          Packages:
          OpenVPN
          Snort
          Nut

          I cannot imagine how this could interfere with the IPv6, so i an really hoping for your help.

          -m4rcu5

          1 Reply Last reply Reply Quote 0
          • G
            gnhb
            last edited by

            hello,
            I just got ipv6 working on my home router (ALIX). Nice work databeestje.

            I currently have my LAN configured as 'bridge0' so I ran into the problem of the bridge0 interface not having a link local address.

            I added it manually with this command: ifconfig bridge0 inet6 add fe80::73:d1:c3:e0/64

            As others have reported previously, the following doesn't work (which is attempted in the services.inc functions to set up dhcp6):
            [2.0-RC1-IPv6][root@pfsense]/root(10):ifconfig bridge0 inet6 add fe80::/64 eui64
            ifconfig: could not determine link local address

            Also, I noticed that on the services_dhcpv6 page you can not 'Save' when selecting 'Unmanaged' in the "Operating Mode" field
            because the error checking code is still requiring a DHCP begin and end value in the "Range" field.

            And the DNS Server value is saved to config.xml but not repopulated when you reload the page.

            Again, nice work so far. It's coming along really well.

            GB

            1 Reply Last reply Reply Quote 0
            • D
              databeestje
              last edited by

              New images posted on http://iserv.nl/files/pfsense/ipv6/rc1/

              These are snapshots built today.
              I've added a function that should manually generate a link-local address for the bridge. Although I'm not sure if that works yet.

              The javascript on the services_dhcpv6.php page is a work in progress. We'll need to fix that.

              1 Reply Last reply Reply Quote 0
              • C
                Cino
                last edited by

                Thanks databeestje!!  Quick question, do you know when there will be another merge with the mainline code? Last one happen on March 27 and there seems to a lot of changes to it.  Thanks in advance!!

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

                  I just gitsynced with the latest smos gitsync. The webinterface no longer works now. The error shown when browsing to the webinterface:

                  Parse error: syntax error, unexpected ']' in /etc/inc/services.inc on line 623

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

                    Remove the "]" from 623 and all is fine again
                    eg

                    $dnscfgv6 .= " option dhcp6.name-servers " . join(",", $dns_arrv6]) . ";";
                    

                    becomes

                    $dnscfgv6 .= " option dhcp6.name-servers " . join(",", $dns_arrv6) . ";";
                    
                    1 Reply Last reply Reply Quote 0
                    • M
                      MrKoen
                      last edited by

                      Works morbus, thanks!

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

                        @Databeestje, I've found a bug in the diagnostics DNS lookup page located at /diag_dns.php. The first time I try to resolve a hostname by an IPv6 address, it works. When I click the DNS Lookup button again, it shows no result. When I click it again, it does show the result. When I click it again it shows no results, etc. When entering an IPv4 address, it does work okay every time.

                        Should I enter bugs like this through the redmine form?

                        pfSenseDoesResolve.png
                        pfSenseDoesResolve.png_thumb
                        pfSenseDoesNotResolve.png
                        pfSenseDoesNotResolve.png_thumb

                        1 Reply Last reply Reply Quote 0
                        • G
                          GrandmasterB
                          last edited by

                          @GrandmasterB:

                          Hi,

                          I found a small error on this page:  services_dhcpv6.php?if=lan

                          If I fill the DNS servers entry on this page, the setting is saved correctly.
                          But when I  want the edit again, the setting does nog show up and is blank again. The input-field is not correctly filled with the setting.

                          Hi Databeestje,

                          I found the bug described above. The DNSserver field on the DHCPv6 settingspage was not showing correctly.
                          With the extra code below it does load ok.

                          please insert this patch:

                          
                          153d152
                          <       list($pconfig['dns1'],$pconfig['dns2']) = $config['dhcpdv6'][$if]['dnsserver'];
                          
                          
                          1 Reply Last reply Reply Quote 0
                          • D
                            databeestje
                            last edited by

                            @Koen:

                            @Databeestje, I've found a bug in the diagnostics DNS lookup page located at /diag_dns.php. The first time I try to resolve a hostname by an IPv6 address, it works. When I click the DNS Lookup button again, it shows no result. When I click it again, it does show the result. When I click it again it shows no results, etc. When entering an IPv4 address, it does work okay every time.

                            Should I enter bugs like this through the redmine form?

                            Feel free to keep posting them here for a while. Until the code is merged into the normal git tree we'll keep it here. It is sufficiently quiet here that it's easy to keep up on.

                            Some of the other boards are so crowded that it becomes hard to follow. If you do create redmine tickets please assign them to smos.

                            1 Reply Last reply Reply Quote 0
                            • N
                              nuclear
                              last edited by

                              I've noticed line 167 of system_firmware_settings.php disables gitsync in web gui on platforms such as nanobsd.  Since there are nanobsd IPv6 images and as far as I can tell it works fine on nanobsd…is there some other reason this feature is disabled on the web gui?

                              1 Reply Last reply Reply Quote 0
                              • D
                                databeestje
                                last edited by

                                You'll have to ask that in a embbeded board. No idea.

                                1 Reply Last reply Reply Quote 0
                                • jimpJ
                                  jimp Rebel Alliance Developer Netgate
                                  last edited by

                                  @nuclear:

                                  I've noticed line 167 of system_firmware_settings.php disables gitsync in web gui on platforms such as nanobsd.  Since there are nanobsd IPv6 images and as far as I can tell it works fine on nanobsd…is there some other reason this feature is disabled on the web gui?

                                  Probably because when that was first implemented, it didn't work on NanoBSD, and I'd still be inclined to not do a gitsync on NanoBSD in general, since the large number of CF writes involved would be detrimental to the lifetime of the CF.

                                  Remember: Upvote with the 👍 button for any user/post you find to be helpful, informative, or deserving of recognition!

                                  Need help fast? Netgate Global Support!

                                  Do not Chat/PM for help!

                                  1 Reply Last reply Reply Quote 0
                                  • D
                                    databeestje
                                    last edited by

                                    openvpn with ipv6 support is now included, it will slowly be integrated over the next few weeks.

                                    The biggest issue is that most clients do not support it yet.

                                    1 Reply Last reply Reply Quote 0
                                    • C
                                      Cino
                                      last edited by

                                      @databeestje:

                                      openvpn with ipv6 support is now included, it will slowly be integrated over the next few weeks.

                                      The biggest issue is that most clients do not support it yet.

                                      I gitsync and updated my snapshot. I'm seeing this error in my OpenVPN logs and my RoadWarrior service wont start:

                                      
                                      Apr 25 19:58:40 	openvpn[5266]: Use --help for more information.
                                      Apr 25 19:58:40 	openvpn[5266]: Options error: --tun-ipv6 cannot be used with --mode server
                                      
                                      

                                      I was able to get it running by manually editing the server1.conf file, removing the tun-ipv6 entry

                                      1 Reply Last reply Reply Quote 0
                                      • D
                                        databeestje
                                        last edited by

                                        You have a old openvpn binary, you need to update.

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

                                          @databeestje:

                                          The javascript on the services_dhcpv6.php page is a work in progress. We'll need to fix that.

                                          Can I help with this issue Databeestje?

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

                                            @Databeestje, I believe I have found a bug caused by a change you did last week in the DHCPv6 service. I also believe to have found the solution for it. I have described it in this forum post:

                                            http://forum.pfsense.org/index.php/topic,33955.msg187311.html#msg187311

                                            Could you have a look at it?

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