Re: Loss of default route

From: Doug Hardie <bc979_at_lafn.org>
Date: Thu, 13 Feb 2025 19:35:55 UTC
> On Feb 13, 2025, at 10:57, mike tancsa <mike@sentex.net> wrote:
> 
> On 2/13/2025 1:46 PM, Doug Hardie wrote:
>> ### IPv4 Setup ###
>> ifconfig ue0 inet 10.0.1.212/16
>> defaultrouter="10.0.1.1"
> 
> 
> Are there really no quotes around ifconfig_ue0="inet 10.0.1.212/16"  ?
> 
> 

Good catch.  Note that there was no _ between ifconfig and ue0 either.  rc didn't see any issues with the original entry.  It configured the port properly and all worked except for the service command.  However, the /16 had to be converted to a netmask 255.255.0.0 before rc would not throw an error on boot and fail to configure the interface.

Thanks to all, it now works.  

-- Doug