You are not logged in.
Pages: 1
I am halfway through a (re-)install process, checking and editing the file /mnt/etc/rc.conf
I find the following lines (about line 70) in the default file:
#
# Routes to start at boot-up (in this order)
# Declare each route then list in ROUTES
# - prefix an entry in ROUTES with a ! to disable it
#
gateway="default gw 192.168.0.1"
ROUTES=(!gateway)
Two questions:
(1) Are the two lines necessary? The line that begins "gateway" defines an item, and the next line says to ignore that item.
(2) Is this default file asssuming fixed IP addresses? (Not a dhcp connection.)
Offline
Offline
Pages: 1