OPNsense Forum

English Forums => 26.1, 26,4 Series => Topic started by: ayanami_rei on April 24, 2026, 05:33:05 PM

Title: error message after update to 26.1.6_2
Post by: ayanami_rei on April 24, 2026, 05:33:05 PM
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
Title: Re: error message after update to 26.1.6_2
Post by: Patrick M. Hausen on April 24, 2026, 06:14:28 PM
How is your WAN configured?
Title: Re: error message after update to 26.1.6_2
Post by: ayanami_rei on April 24, 2026, 06:26:55 PM
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
Title: Re: error message after update to 26.1.6_2
Post by: allddd on April 24, 2026, 10:13:38 PM
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
Title: Re: error message after update to 26.1.6_2
Post by: nero355 on April 25, 2026, 12:10:51 AM
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 :)