OPNsense
  • Home
  • Help
  • Search
  • Login
  • Register

  • OPNsense Forum »
  • Archive »
  • 22.1 Legacy Series »
  • [CALL FOR TESTING] FreeBSD 13.1 / 22.7 operating system preview
« previous next »
  • Print
Pages: [1] 2 3 ... 5

Author Topic: [CALL FOR TESTING] FreeBSD 13.1 / 22.7 operating system preview  (Read 21176 times)

franco

  • Administrator
  • Hero Member
  • *****
  • Posts: 13929
  • Karma: 1208
    • View Profile
[CALL FOR TESTING] FreeBSD 13.1 / 22.7 operating system preview
« on: May 25, 2022, 08:53:28 pm »
Hi all,

Quick kudos to FreeBSD people for smooth managing of 13.1 this time around that also fits our release window nicely. The release notes can be found here:

https://www.freebsd.org/releases/13.1R/relnotes/

Since 22.1 is based on 13-STABLE some changes may already be included as documented therein. Yet the plan for 22.1 was to stay as close to 13.1 as possible so the next phase of the plan goes forward as we adopt the actual 13.1 code base for the upcoming 22.7 release series. We also managed to upstream a few small things so we can get rid of a bit of custom patching in our source code.

As such, the operating system between 22.1 and 22.7 is interchangeable so for anyone wondering about new features or driver changes there now is a public beta test to preview. The command to install is as follows:

# opnsense-update -bkzr 22.7.b
# opnsense-shell reboot

(reboot now or later, but must reboot to load the new OS)

For anyone looking to switch back the firmware upgrade will try to move you back to 22.1.x base/kernel sets unless you lock both packages from the firmware GUI page.

Note of care for kmod users (specifically Realtek and WireGuard within our immediate reach):

Your kernel module was built for an older FreeBSD version and may not work correctly or outright refuse to load upon reboot. Your only choice is to rebuild it from the correct source version or revert back to 22.1.x.

Feedback? Questions? Happy testing!


Cheers,
Franco
Logged

dpeter

  • Newbie
  • *
  • Posts: 9
  • Karma: 0
    • View Profile
Re: [CALL FOR TESTING] FreeBSD 13.1 / 22.7 operating system preview
« Reply #1 on: May 26, 2022, 12:52:14 am »
Thank you for the fixes in 22.1.8 as well as providing an onramp to beta test 13.1-RELEASE.

What does the upgrade cycle look like if we go to 22.7.b for when 22.7 proper is released?  Is that just an opnsense-update jump away to get on the 22.7 series proper once released?
Logged

_Alchemist_

  • Newbie
  • *
  • Posts: 46
  • Karma: 1
    • View Profile
Re: [CALL FOR TESTING] FreeBSD 13.1 / 22.7 operating system preview
« Reply #2 on: May 26, 2022, 10:30:31 am »
Quote from: franco on May 25, 2022, 08:53:28 pm
# opnsense-update -bkzr 22.7.b

If i run `opnsense-update -bkzr 22.7b` on my OPNsense 22.1.8 VM, I get the following error:

Code: [Select]
Fetching base-22.7b-amd64.txz: ..[fetch: https://pkg.opnsense.org/FreeBSD:13:amd64/snapshots/sets/base-22.7b-amd64.txz.sig: Not Found] failed, no signature found
--- Edit ---

I missed one dot ... I typed
Code: [Select]
opnsense-update -bkzr 22.7b instead of
Code: [Select]
opnsense-update -bkzr 22.7.b
I updated my two OPNsense VMs (HA Cluster) and they seem to work fine, no errors yet :)
« Last Edit: May 26, 2022, 10:44:01 am by _Alchemist_ »
Logged
OPNsense VM1: 2 vCore (i3-10100), 2GB RAM, 40GB SSD (NVMe), 10 Gbit/s NIC (X520-DA2)
OPNsense VM2: 2 vCore (i3-10100), 2GB RAM, 40GB SSD (NVMe), 10 Gbit/s NIC (X520-DA2)

birdy

  • Newbie
  • *
  • Posts: 8
  • Karma: 1
    • View Profile
Re: [CALL FOR TESTING] FreeBSD 13.1 / 22.7 operating system preview
« Reply #3 on: May 26, 2022, 10:55:21 am »
Updated and everything ok so far.

But then it started to be a little confusing.

Dashboard/System information shows:

OPNsense 22.1.8-amd64
FreeBSD 13.1-RELEASE
OpenSSL 1.1.1o 3 May 2022


and

¨Click to view pending updates.¨

Clicking shows:

Package name   Current version   New version   Required action   Repository
base                   22.7.b                   22.1.8           upgrade                  OPNsense
kernel                   22.7.b                   22.1.8           upgrade                  OPNsense

Not paying attention and assuming there was an update I updated and... was back on 13.0/22.1.8.

Luckily I made snapshots (running on Proxmox) and switched back and ( I think :-) ) I am running 13.1/22.7.b now although System Information shows:

OPNsense 22.1.8-amd64
FreeBSD 13.1-RELEASE
OpenSSL 1.1.1o 3 May 2022



Logged
Assumption is the mother of all f… ups!

_Alchemist_

  • Newbie
  • *
  • Posts: 46
  • Karma: 1
    • View Profile
Re: [CALL FOR TESTING] FreeBSD 13.1 / 22.7 operating system preview
« Reply #4 on: May 26, 2022, 11:32:47 am »
Same for me, my OPNsense VMs also report being still on 22.1.8, but "freebsd-version -kru" reports 13.1-RELEASE - so I guess the Updates still works
Logged
OPNsense VM1: 2 vCore (i3-10100), 2GB RAM, 40GB SSD (NVMe), 10 Gbit/s NIC (X520-DA2)
OPNsense VM2: 2 vCore (i3-10100), 2GB RAM, 40GB SSD (NVMe), 10 Gbit/s NIC (X520-DA2)

madj42

  • Newbie
  • *
  • Posts: 47
  • Karma: 3
    • View Profile
Re: [CALL FOR TESTING] FreeBSD 13.1 / 22.7 operating system preview
« Reply #5 on: May 26, 2022, 01:26:55 pm »
Quote from: dpeter on May 26, 2022, 12:52:14 am
Thank you for the fixes in 22.1.8 as well as providing an onramp to beta test 13.1-RELEASE.

What does the upgrade cycle look like if we go to 22.7.b for when 22.7 proper is released?  Is that just an opnsense-update jump away to get on the 22.7 series proper once released?

Correct me if I'm wrong but it shouldn't matter as this is just the underlying FreeBSD OS and kernel.  Not the Opnsense extensions.  For the others that are confused, as Franco said previously, you're going to see an update if you check for updates.  If you want to prevent the downgrade to 13.0, you need to lock the base and kernel packages.  Worked great for me.

Thank you Franco and team.  No issues so far.  I was using the pre3 version as well and had zero issues.
Logged

franco

  • Administrator
  • Hero Member
  • *****
  • Posts: 13929
  • Karma: 1208
    • View Profile
Re: [CALL FOR TESTING] FreeBSD 13.1 / 22.7 operating system preview
« Reply #6 on: May 26, 2022, 09:14:31 pm »
madj42 is correct. :)

> What does the upgrade cycle look like if we go to 22.7.b for when 22.7 proper is released?  Is that just an opnsense-update jump away to get on the 22.7 series proper once released?

22.7 upgrade will force a new kernel install to ensure integrity. You can either keep using 22.7 kernel/base in 22.1 or revert back to 22.1.x versions. Either way in the actual 22.7 upgrade the kernel will be matching the major release version again.


Cheers,
Franco
« Last Edit: May 26, 2022, 09:16:35 pm by franco »
Logged

bugvito

  • Newbie
  • *
  • Posts: 17
  • Karma: 0
    • View Profile
Re: [CALL FOR TESTING] FreeBSD 13.1 / 22.7 operating system preview
« Reply #7 on: May 28, 2022, 05:31:37 pm »
22.1.8_1 + 22.7b kernel+base
All is good so far after a day, and the update was uneventful.

Simplistic setup:
- VLANs on WAN + MAC spoofing with dhcp
- VLANs on LAN + DHCP server
- plugins: IGMP-proxy, uPNP, Sensei
- 4xi225 NICs
- Suricata on WAN
- Zenarmor on LAN
Logged

dpeter

  • Newbie
  • *
  • Posts: 9
  • Karma: 0
    • View Profile
Re: [CALL FOR TESTING] FreeBSD 13.1 / 22.7 operating system preview
« Reply #8 on: May 28, 2022, 06:12:20 pm »
Same here, 22.1.8_1 + 22.7b kernel+base and all is OK.

I am also stable since the panics I had earlier, though removing the Atheros wifi card seemed to help with that.

https://forum.opnsense.org/index.php?topic=28422
« Last Edit: May 30, 2022, 09:25:07 pm by dpeter »
Logged

weust

  • Hero Member
  • *****
  • Posts: 648
  • Karma: 57
    • View Profile
Re: [CALL FOR TESTING] FreeBSD 13.1 / 22.7 operating system preview
« Reply #9 on: May 28, 2022, 07:54:19 pm »
OPNsense 22.1.8_1-amd64
FreeBSD 13.1-RELEASE
OpenSSL 1.1.1o 3 May 2022

Now we wait...

Running on a HP T620 Plus with a dual SFP port Intel i350 card.
AMD GX-420CA SOC with Radeon(tm) HD Graphics (4 cores, 4 threads)
Logged
Hobbyist at home, sysadmin at work. Sometimes the first is mixed with the second.

RedVortex

  • Jr. Member
  • **
  • Posts: 59
  • Karma: 7
    • View Profile
Re: [CALL FOR TESTING] FreeBSD 13.1 / 22.7 operating system preview
« Reply #10 on: May 29, 2022, 04:35:50 am »
OPNsense 22.1.8_1-amd64
FreeBSD 13.1-RELEASE

All good so far

Multi WAN (PPPoE and Starlink)
HE tunnel for IPv6 testing
Both old and new ddclient (still need the old for GoDaddy)
X520-DA2 card and 4x1G intel card
Multiple VLANs
Acme, netflow, mdns, IPsec, OpenVPN
Logged

marjohn56

  • Hero Member
  • *****
  • Posts: 1676
  • Karma: 170
    • View Profile
Re: [CALL FOR TESTING] FreeBSD 13.1 / 22.7 operating system preview
« Reply #11 on: May 29, 2022, 11:12:00 pm »
All OK here.


native dhcp/6 on WAN, 3 tracking interfaces, no issues.


UDP Broadcast Relay - no issues.
Wireguard  - no issues.
ddclient - Google Domains, IPv4 only - No issues.
Green across the board.


Qotom core I5-5250U
4 * Intel NICs
8Gb Mem
Logged
OPNsense 21.7 - Qotom Q355G4 - ISP - Community Fibre 1Gbps.

Team Rebellion Member - If we've helped you remember to applaud

MCMLIX

  • Newbie
  • *
  • Posts: 19
  • Karma: 3
    • View Profile
Re: [CALL FOR TESTING] FreeBSD 13.1 / 22.7 operating system preview
« Reply #12 on: May 31, 2022, 05:14:43 pm »
Everything seems to be good with:

# opnsense-update -bkzr 22.7.b
# opnsense-shell reboot

##Proxmox 7.2

# Intel Corporation I350 Gigabit Network Connection two port passthrough
Port One = WAN
Port Two = Vlan parent (4 vlan in total)

# Intel Corporation 82574L Gigabit Network Connection passthrough
LAN

No parent interface enabled

openVPN to Surfshark

Used this Guide:
https://schnerring.net/blog/opnsense-baseline-guide-with-vpn-guest-and-vlan-support/
Substituted OpenVPN for Wineguard

OPNsense 22.1.8_1-amd64
FreeBSD 13.1-RELEASE
OpenSSL 1.1.1o 3 May 2022

os-api-backup (installed)   1.0_1   2.35KiB   OPNsense
os-chrony (installed)   1.5   20.6KiB   OPNsense
os-firewall (installed)   1.1   56.4KiB   OPNsense
os-qemu-guest-agent (installed)   1.1   19.2KiB   OPNsense
os-theme-rebellion (installed)   1.8.8   5.20MiB   OPNsense
os-udpbroadcastrelay (installed)   1.0_2   44.8KiB   OPNsense
os-wol (installed)

I've been using OPNsense on a Bare Metal box, so will post any problems I encounter with this VM.
« Last Edit: June 03, 2022, 07:48:52 am by MCMLIX »
Logged

Lynxcat

  • Newbie
  • *
  • Posts: 15
  • Karma: 1
    • View Profile
Re: [CALL FOR TESTING] FreeBSD 13.1 / 22.7 operating system preview
« Reply #13 on: June 04, 2022, 10:14:09 pm »
Works fine on Beelink GK55 mini PC, Intel J4125, 8GB RAM (also works fine replacing with 16GB sodimm), 128GB SSD, built-in dual Realtek NICs, purchased brand new on sale for CAD $215 Amazon.ca :

OPNsense 22.1.8_1-amd64
FreeBSD 13.1-RELEASE
OpenSSL 1.1.1o 3 May 2022

- unbound : all blocklists enabled except WindowsSpyBlocker(Update & Extra)
- Suricata IDS/IPS
- Zenarmour/Sensei : Free Edition

Great many thanks to the Developers ensuring latest most secure OS version !
« Last Edit: June 04, 2022, 10:16:27 pm by Lynxcat »
Logged

phantomsfbw

  • Newbie
  • *
  • Posts: 29
  • Karma: 1
    • View Profile
Re: [CALL FOR TESTING] FreeBSD 13.1 / 22.7 operating system preview
« Reply #14 on: June 07, 2022, 07:42:58 pm »
Lynxcat, how did you get Zenarmor running?
Logged

  • Print
Pages: [1] 2 3 ... 5
« previous next »
  • OPNsense Forum »
  • Archive »
  • 22.1 Legacy Series »
  • [CALL FOR TESTING] FreeBSD 13.1 / 22.7 operating system preview
 

OPNsense is an OSS project © Deciso B.V. 2015 - 2023 All rights reserved
  • SMF 2.0.19 | SMF © 2021, Simple Machines
    Privacy Policy
    | XHTML | RSS | WAP2