Networking :: Problem with static IP setting
I have a problem with my static IP setting in DSL 2.2. I set everything as it's described in DSL FAQ:
Quote
ifconfig eth0 [my IP]
route add default gw [my gateway]
echo nameserver [my nameserver] > /etc/resolv.conf
echo nameserver [my second nameserver] > /etc/resolv.conf
ifup eth0
was added to bootlocal.sh
On boot I have message: "route: SIOC[ADD:DEL]RT: Network is unreachable". What i must do to can browse the internet on DSL?
[edit-down]Yes.
did you remember to add 'nodhcp' to the bootline?
original
here
.