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

    Upgrading from 2.7.2 tot 2.8.1 breaks

    Scheduled Pinned Locked Moved General pfSense Questions
    30 Posts 4 Posters 4.4k Views 4 Watching
    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.
    • stephenw10S Online
      stephenw10 Netgate Administrator
      last edited by

      But the result boots OK?

      Hmm, maybe some bootloader issue coming from 2.7.2 then. ๐Ÿค”

      1 Reply Last reply Reply Quote 0
      • GertjanG Offline
        Gertjan @vicking
        last edited by

        @vicking said in Upgrading from 2.7.2 tot 2.8.1 breaks:

        but I had to plugin a network cable with working connection ....

        Was mentionned on the same page - link above.
        That's a feature ! The free "WAN NIC tester facility" has been build in....

        And while testing, you get the latest versions of every file. At least, when done, unlike installing from a Windows ISO, you won't have to wait for ms-update to overhaul your entire system ones more again.

        Not very convenient

        Actually, even when this will probably never an issue for me, I can understand.

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

        stephenw10S V 2 Replies Last reply Reply Quote 0
        • stephenw10S Online
          stephenw10 Netgate Administrator @Gertjan
          last edited by

          @Gertjan said in Upgrading from 2.7.2 tot 2.8.1 breaks:

          That's a feature ! The free "WAN NIC tester facility" has been build in....

          ๐Ÿ˜‚

          1 Reply Last reply Reply Quote 0
          • V Offline
            vicking @Gertjan
            last edited by

            @Gertjan
            Yeah, the problem now is that I couldn't configure the LAN side without losing a working connection.
            So the device is now booting on 2.8.1 but only with a WAN side configured. No way I can get in the webconsole now.

            Strange thing also is that normally it should be possible to go in a shell by console and configure some stuff or re-assign the LAN and WAN ports from there, but somehow my device will only show console output while booting but after that it stops. Also input doesn't work anymore when the device is booted and last message in console is: Bootup complete

            patient0P 1 Reply Last reply Reply Quote 0
            • patient0P Offline
              patient0 @vicking
              last edited by

              @vicking said in Upgrading from 2.7.2 tot 2.8.1 breaks:

              Strange thing also is that normally it should be possible to go in a shell by console and configure some stuff or re-assign the LAN and WAN

              But you do see the boot menu and the boot up log on the serial console? Usually after the first boot right after installation you are asked to assign WAN and LAN.

              The WAN settings you made in the installer for the installer only.

              Could you paste the last ~10 lines you see on the serial console?

              V 1 Reply Last reply Reply Quote 0
              • V Offline
                vicking @patient0
                last edited by vicking

                @patient0
                We are almost up and running!
                3393f2ec-0f28-456f-b586-2a1a00e79a08-afbeelding.png

                Last step is to actually connect it to my ISP :D

                Now I hope this device is powerfull enough to handle my 500/500mbit PPPoE connection with the new if_pppoe driver!

                1 Reply Last reply Reply Quote 1
                • stephenw10S Online
                  stephenw10 Netgate Administrator
                  last edited by

                  Yes that will be an interesting test. ๐Ÿ‘

                  V 1 Reply Last reply Reply Quote 0
                  • V Offline
                    vicking @stephenw10
                    last edited by

                    @stephenw10 Well, test passed!

                    But, somehow I can't setup a MTU of 1500 for my PPPoE connection with this new if_pppoe driver resulting in a mtu of 1492 where my ISP provides MTU of 1500 by putting the PPPoE vlan on a MTU of 1500 and the wan MTU to 1508. In version 2.7.2 without the new if_pppoe I was able to set a MTU for the vlan, but in this version not anymore.

                    1 Reply Last reply Reply Quote 0
                    • stephenw10S Online
                      stephenw10 Netgate Administrator
                      last edited by

                      You need to assign the parent NIC and set the MTU there to 1508.

                      I have that running here and it works fine:

                      [2.8.1-RELEASE][admin@pfsense.fire.box]/root: ifconfig -v igb1
                      igb1: flags=1008843<UP,BROADCAST,RUNNING,SIMPLEX,MULTICAST,LOWER_UP> metric 0 mtu 1508
                      	description: BT_MODEM
                      	options=48100b8<VLAN_MTU,VLAN_HWTAGGING,JUMBO_MTU,VLAN_HWCSUM,VLAN_HWFILTER,HWSTATS,MEXTPG>
                      	ether 00:01:21:01:aa:7c
                      	inet 192.168.102.10 netmask 0xffffff00 broadcast 192.168.102.255
                      	inet6 fe80::201:21ff:fe01:aa7c%igb1 prefixlen 64 scopeid 0x2
                      	media: Ethernet autoselect (1000baseT <full-duplex>)
                      	status: active
                      	nd6 options=21<PERFORMNUD,AUTO_LINKLOCAL>
                      	drivername: igb1
                      [2.8.1-RELEASE][admin@pfsense.fire.box]/root: ifconfig -v pppoe1
                      pppoe1: flags=1008851<UP,POINTOPOINT,RUNNING,SIMPLEX,MULTICAST,LOWER_UP> metric 0 mtu 1500
                      	description: BT
                      	options=0
                      	inet X.X.X.X --> 172.16.13.252 netmask 0xffffffff
                      	inet6 fe80::201:21ff:fe01:aa7b%pppoe1 prefixlen 64 scopeid 0x19
                      	groups: pppoec
                      	nd6 options=123<PERFORMNUD,ACCEPT_RTADV,AUTO_LINKLOCAL,NO_DAD>
                      	drivername: pppoec1
                      
                      V 1 Reply Last reply Reply Quote 0
                      • V Offline
                        vicking @stephenw10
                        last edited by

                        @stephenw10 I've put the WAN mtu to 1500 instead of 1508 and now I also have a MTU of 1500, so seems to be solved.

                        6a5959d4-5807-4c07-bc04-72156cb3c03c-afbeelding.png

                        Not bad for this device including traffic shaper to reduce bufferbloat! :)

                        1 Reply Last reply Reply Quote 0
                        • stephenw10S Online
                          stephenw10 Netgate Administrator
                          last edited by

                          Nice ๐Ÿ‘

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