You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Error on line 6: '192.168.178.1' is not a valid value for 'defaultrouter'
Looking at /etc/rc.d/routing, it does support a value of "no" (or empty) but otherwise expects a value that is a valid argument to the route command such as the IP address in my case. A hostname should also be valid just as long as it can be resolved before the default route is established.
The text was updated successfully, but these errors were encountered:
Samsies here. Errors for both v4 and v6 default router config lines.
./checkrc /etc/rc.conf
Error on line 12: '50.43.154.110' is not a valid value for 'defaultrouter'
Error on line 13: 'fe80::fad2:acff:fe16:7f17%bge0' is not a valid value for 'ipv6_defaultrouter'
Config check failed with 2 error(s).
Running this on my system produced the message:
Looking at
/etc/rc.d/routing
, it does support a value of "no" (or empty) but otherwise expects a value that is a valid argument to the route command such as the IP address in my case. A hostname should also be valid just as long as it can be resolved before the default route is established.The text was updated successfully, but these errors were encountered: