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

    vlans not working in 20200613.0050

    Scheduled Pinned Locked Moved 2.5 Development Snapshots (Retired)
    18 Posts 3 Posters 1.3k 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.
    • M
      msm
      last edited by

      CRASH 2

      Filename: /var/crash/info.0
      Dump header from device: /dev/ada0p3
        Architecture: amd64
        Architecture Version: 4
        Dump Length: 112640
        Blocksize: 512
        Compression: none
        Dumptime: Sat Jun 13 22:50:52 2020
        Hostname: curb.reade.tribeca.com
        Magic: FreeBSD Text Dump
        Version String: FreeBSD 12.1-STABLE 06bf794ac10(devel-12) pfSense
        Panic String: page fault
        Dump Parity: 4287154505
        Bounds: 0
        Dump Status: good
      
      
      Filename: /var/crash/info.1
      Dump header from device: /dev/ada0p3
        Architecture: amd64
        Architecture Version: 4
        Dump Length: 75776
        Blocksize: 512
        Compression: none
        Dumptime: Sat Jun 13 23:10:56 2020
        Hostname: curb.reade.tribeca.com
        Magic: FreeBSD Text Dump
        Version String: FreeBSD 12.1-STABLE 06bf794ac10(devel-12) pfSense
        Panic String: page fault
        Dump Parity: 864930121
        Bounds: 1
        Dump Status: good
      

      textdump.tar.0.gz

      textdump.tar.1.gz

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

        Crashes may occur just during shutdown.

        Toggling hardware offloads in advanced/networking gets the VLAN interfaces into a working state. Seems like something went wrong with interfaces in 20200613.0050

        1 Reply Last reply Reply Quote 0
        • Q
          Quarkz
          last edited by

          Did you ever figure out what was causing your VLAN issue?

          I am having the same issue on every kernel past June 10th.

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

            Nope. For now I just toggle hardware offloads and restart DHCP for ipv6 and seems to get me into a working state.

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

              Im as well having an issue with VLANs. Will try the hardware offloading trick when I get home.

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

                Just to be a little more specific...

                If after upgrade/reboot, you tail -f /var/log/dhcpd.log and you see lots of DHCPREQUEST and DHCPOFFER, but no corresponding DHCPACK, then VLANs are probably not working.

                I've found that going to System/Advanced/Networking and toggling any of the options like "Disable hardware checksum offload" and saving that will reset. But then DHCP is left in a weird state (can't read config and any dhcpv6 assignments on Track6 interfaces will be lost). So I stop dhcpd and unbound, then restart unbound.

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

                  After checking the disable hardware options under Advanced Networking my VLANs started working correctly again. I'm going to play around with different combinations to narrow it down and then see what else I can find.

                  1 Reply Last reply Reply Quote 0
                  • Q
                    Quarkz
                    last edited by

                    I found you just have to ifconfig down and up the parent interface.
                    So I created a I script to run with shellcmd at boot up to do that until the developers get a chance to look at things.

                    I think it may be related to https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=240818

                    M 1 Reply Last reply Reply Quote 0
                    • M
                      msm @Quarkz
                      last edited by

                      @Quarkz it's ironic that it was working until the freebsd updates were included in the commits that day. would you share your script and let me know how you're running it? I haven't been able to time it successfully.

                      1 Reply Last reply Reply Quote 0
                      • Q
                        Quarkz
                        last edited by

                        Sure.

                        I created the following very simple script in /usr/local/etc/rc.d/emfix.sh make sure to chmod +x it. It will be run via the shellcmd package if put there automatically.

                        #!/bin/sh
                        ifconfig em1 down
                        ifconfig em1 up

                        Per the bug report you want to make sure to down/up the parent interface (em1 in this instance) and not the vlan interface.

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

                          Thanks.

                          I'm finding that this often does work, but I frequently need to down/up the interfaces more than once, but that's probably just a timing issue with the restart of services. I'm using a LAGG interface as the VLAN parent, so I have to cycle more than one physical interface.

                          My host has an Intel Atom CPU E3845 with Intel PRO/1000 4-port network interfaces.

                          Did anyone create a ticket for this?

                          1 Reply Last reply Reply Quote 0
                          • Q
                            Quarkz
                            last edited by

                            I have not created a redmine ticket for it as I wasnt sure what additional details may be required by the Netgate team. I assume it may only be relevant to em interfaces?

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

                              Wanted to add an additional note that this is still an issue in the latest dev release. As well that I switched from having all my vlans run over 1 interface (em1) to assigning a separate interface to each of my 3 vlans. (em1,em2,em3). After each restart it has the same behavior where the 2 created vlans will not do anything yet the default lan/vlan still works without issue. If anyone that is experienced with logs wants to point me in the direction of which ones to post I can certainly try to get some more technical data here.

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

                                This is resolved for me with latest builds based on FreeBSD 12.2-STABLE

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