hello,
after update from 26.1.6 to 26.1.6_2 i got this:
-warning: /usr/local/etc/rc.linkup: ROUTING: refusing to set interface route on addressless wan(igc0)
-error: /usr/local/etc/rc.linkup: ROUTING: refusing to set inet gateway on addressless wan(igc0)
greetings
How is your WAN configured?
DHCP, and later in the log are these:
-notice: /usr/local/etc/rc.newwanip: ROUTING: setting inet default route to 192.168.178.1
-notice: /usr/local/etc/rc.newwanip: ROUTING: configuring inet default gateway on wan
as far as i see now everything is working, so i dont understand the error and warning message.
greetings
i guess dhcp was just kind of slow?
warning: https://github.com/opnsense/core/blob/3acfb5f2a7d58bdd21f7d5f23e285235853c04d4/src/etc/inc/system.inc#L674-L688
error: https://github.com/opnsense/core/blob/3acfb5f2a7d58bdd21f7d5f23e285235853c04d4/src/etc/inc/system.inc#L703-L723
you later got an ip, /usr/local/etc/rc.newwanip ran and configured everything
Quote from: ayanami_rei on April 24, 2026, 06:26:55 PMi dont understand the error and warning message.
Because things can have delays and/or do not start in the order you would expect them to start so sometimes you get these "timing issues" so to speak...
My logs show this too IIRC but IMHO it's nothing to worry about :)