on FreeBSD i know i can use the route command to add a default gateway like this: route add default 192.168.1.254
but this does not save on a reboot. How can i get it to save?
|
feedback
|
|
To have your custom default gateway saved across reboots, you'll want to edit defaultrouter="NO" open defaultrouter="192.168.1.254" this will be persistent across reboots. | |||||
|
feedback
|