You are not logged in.
Pages: 1
I installed Arch on a new computer today.
I used the arch-core-install-2008.04-rc-i686.iso image.
Everything seems to be working okay apart from the default routing table.
There is no default entry for 192.168.0.1. Instead I have to add it with:
# route add default gw 192.168.0.1
I have to do this everytime I reboot.
If I try and set ROUTES=(gateway) in /etc/rc.conf I get some errors at boot.
What's the story?
Offline
Your gw is not taken care of by dhcp?
I commented out the route configuration in my rc.conf b/c it's all done thru dhcp.
Offline
I installed Arch on a new computer today.
I used the arch-core-install-2008.04-rc-i686.iso image.
Everything seems to be working okay apart from the default routing table.
There is no default entry for 192.168.0.1. Instead I have to add it with:# route add default gw 192.168.0.1
I have to do this everytime I reboot.
If I try and set ROUTES=(gateway) in /etc/rc.conf I get some errors at boot.
What's the story?
You would still need the gateway to be defined in rc.conf.
gateway="default gw 192.168.0.1"
ROUTES=(gateway)
(╯°□°)╯~ ┻━┻
Offline
Pages: 1