Hi there,
What I did:
After reboot - IPFW rules not loaded! unable to connect remotely.
In my case I managed to load firewall rules only after running
My question, is there a way to avoid that kind of issues ?
I have machine to update with no video card at all, only Ethernet interfaces .... and what I see from this point, I kinda have to find USB<->UART port somehow pass the first reboot and execute
What I did:
sh:
# FreeBSD 14.3
freebsd-update fetch install
# Upgrade to 15.0
freebsd-update upgrade -r 15.0-RELEASE install
shutdown -r now
# << reboot >>
# at the stage guest machine booted, but was unable to connect via ssh
Apr 21 15:36:51 www kernel: ipfw: ipfw_ctl3 invalid option 99v0
Apr 21 15:36:51 www kernel: ipfw: ipfw_ctl3 invalid option 98v0
Apr 21 15:36:51 www syslogd: last message repeated 11 times
Apr 21 15:36:51 www kernel: ipfw: ipfw_ctl3 invalid option 111v0
Apr 21 15:36:51 www kernel: ipfw: ipfw_ctl3 invalid option 98v0
Apr 21 15:36:51 www kernel: ipfw: ipfw_ctl3 invalid option 95v0
Apr 21 15:36:51 www kernel: ipfw: ipfw_ctl3 invalid option 98v0
Apr 21 15:36:51 www kernel: ipfw: ipfw_ctl3 invalid option 95v0
Apr 21 15:36:51 www kernel: ipfw: ipfw_ctl3 invalid option 98v0
Apr 21 15:36:51 www kernel: ipfw: ipfw_ctl3 invalid option 98v0
Apr 21 15:36:51 www syslogd: last message repeated 11 times
Apr 21 15:36:51 www kernel: ipfw: ipfw_ctl3 invalid option 111v0
Apr 21 15:36:51 www kernel: ipfw: ipfw_ctl3 invalid option 98v0
Apr 21 15:36:51 www kernel: ipfw: ipfw_ctl3 invalid option 95v0
Apr 21 15:36:51 www kernel: ipfw: ipfw_ctl3 invalid option 98v0
Apr 21 15:36:51 www kernel: ipfw: ipfw_ctl3 invalid option 95v0
Apr 21 15:36:51 www kernel: ipfw: ipfw_ctl3 invalid option 98v0
After reboot - IPFW rules not loaded! unable to connect remotely.
In my case I managed to load firewall rules only after running
freebsd-update installMy question, is there a way to avoid that kind of issues ?
I have machine to update with no video card at all, only Ethernet interfaces .... and what I see from this point, I kinda have to find USB<->UART port somehow pass the first reboot and execute
freebsd-update install before network interfaces will be reachable ....