My WAN has a static IP address, so I set my default route as a static. This works great until the router reboots, at which point, no internet. This is a cause for some frustration, as you may imagine.
My config.boot file has a section that looks like this:
static {
route 0.0.0.0/0 {
next-hop 104.219.194.114 {
description Axia
distance 1
}Looks good to me. Is there a log that should show me why the route is not activated at boot? Should I be looking for conflicting settings in the config somewhere?