Menu

Show posts

This section allows you to view all posts made by this member. Note that you can only see posts made in areas you currently have access to.

Show posts Menu

Messages - rss2706

#1
I still appear to be having an issue with the default route being set on the WAN interface even after upgrading to 26.7.1_1. The default route eventually gets set, but only after a 120 second delay. This behavior was not present in 26.1.11. Here is an except from /var/log/system/latest.log (private date x'd out):

<13>1 2026-07-28T05:17:37-07:00 xx.xx.xx dhclient 18288 - [meta sequenceId="327"] dhclient-script: Reason PREINIT on igc0 executing
<13>1 2026-07-28T05:17:37-07:00 xx.xx.xx dhclient 19655 - [meta sequenceId="328"] dhclient-script: Reason REBOOT on igc0 executing
<13>1 2026-07-28T05:17:37-07:00 xx.xx.xx dhclient 20343 - [meta sequenceId="329"] dhclient-script: New Hostname (igc0): sdfirewall
<13>1 2026-07-28T05:17:37-07:00 xx.xx.xx dhclient 20589 - [meta sequenceId="330"] dhclient-script: New IP Address (igc0): xx.xx.xx.xx
<13>1 2026-07-28T05:17:37-07:00 xx.xx.xx 21145 - [meta sequenceId="331"] dhclient-script: New Subnet Mask (igc0): 255.255.248.0
<13>1 2026-07-28T05:17:37-07:00 xx.xx.xx dhclient 21710 - [meta sequenceId="332"] dhclient-script: New Broadcast Address (igc0): 255.255.255.255
<13>1 2026-07-28T05:17:37-07:00 xx.xx.xx dhclient 22037 - [meta sequenceId="333"] dhclient-script: New Routers (igc0): xx.xx.xx.xx
<13>1 2026-07-28T05:17:37-07:00 xx.xx.xx dhclient 23589 - [meta sequenceId="334"] dhclient-script: Creating resolv.conf
<13>1 2026-07-28T05:17:37-07:00 xx.xx.xx opnsense 25214 - [meta sequenceId="335"] /usr/local/etc/rc.newwanip: IP renewal deferred during boot on 'igc0'

After a 120 second pause, log continues and the default route and all daemons/services are started properly

<13>1 2026-07-28T05:19:37-07:00 xx.xx.xx kernel - - [meta sequenceId="1"] <118>[23] Configuring WireGuard VPN...done.
<13>1 2026-07-28T05:19:37-07:00 xx.xx.xx kernel - - [meta sequenceId="2"] <118>[145] Starting NTP service...done.
<12>1 2026-07-28T05:19:38-07:00 xx.xx.xx opnsense 927 - [meta sequenceId="3"] /usr/local/etc/rc.bootup: warning: ignoring missing default tunable request: vm.pmap.pti
<12>1 2026-07-28T05:19:38-07:00 xx.xx.xx opnsense 927 - [meta sequenceId="4"] /usr/local/etc/rc.bootup: warning: ignoring missing default tunable request: hw.ibrs_disable
<13>1 2026-07-28T05:19:39-07:00 xx.xx.xx kernel - - [meta sequenceId="5"] <118>[145] Starting Unbound DNS...done.
<13>1 2026-07-28T05:19:39-07:00 xx.xx.xx kernel - - [meta sequenceId="6"] <118>[146] >>> Invoking start script 'newwanip'
<13>1 2026-07-28T05:19:39-07:00 xx.xx.xx kernel - - [meta sequenceId="7"] <118>[146] Reconfiguring IPv4 on igc0
<13>1 2026-07-28T05:19:39-07:00 xx.xx.xx kernel - - [meta sequenceId="8"] <118>[146] >>> Invoking start script 'freebsd'
<13>1 2026-07-28T05:19:39-07:00 xx.xx.xx opnsense 18515 - [meta sequenceId="9"] /usr/local/etc/rc.newwanip: IP renewal starting (new: xx.xx.xx.xx, old: , interface: wan, device: igc0, force: yes)
<13>1 2026-07-28T05:19:39-07:00 xx.xx.xx opnsense 18515 - [meta sequenceId="10"] /usr/local/etc/rc.newwanip: ROUTING: entering configure using wan
<13>1 2026-07-28T05:19:39-07:00 xx.xx.xx opnsense 18515 - [meta sequenceId="11"] /usr/local/etc/rc.newwanip: ROUTING: configuring inet default gateway on wan
<13>1 2026-07-28T05:19:39-07:00 xx.xx.xx opnsense 18515 - [meta sequenceId="12"] /usr/local/etc/rc.newwanip: ROUTING: setting inet default route to xx.xx.xx.xx
<13>1 2026-07-28T05:19:39-07:00 xx.xx.xx opnsense 18515 - [meta sequenceId="13"] /usr/local/etc/rc.newwanip: plugins_configure monitor (,[WAN_DHCP])
...
...
...

This behavior occurs with or without Gateway Monitoring enabled. Any help on this would be greatly appreciated as my clients are offline for an additional 120 seconds everytime I have to reboot.