You are not logged in.
Pages: 1
Topic closed
I think that we are missing the route to lo in ROUTES section of /etc/rc.conf. lo was mensioned only in the INTERFACES section. So, after editing, my ROUTES section looks like this:
#
# Routes to start at boot-up (in this order)
# Declare each route then list in ROUTES
# (prefix a route in ROUTES with a ! to disable it)
#
gateway="default gw 192.168.0.9"
loopback="-host 127.0.0.1 lo" # this was missing
ROUTES=(!gateway loopback)
I hope it helps
btw: It's by no means necesary. You should not have any problems as long as loopback interface is up.
Rouslan
Offline
From the future:
It helped
Fork it all! Fork it all!
Offline
@ayr-ton
Please read our policy about necrobumping.
Closing with a double-tap.
My Arch Linux Stuff • Forum Etiquette • Community Ethos - Arch is not for everyone
Offline
Pages: 1
Topic closed