Ok, I know how to restart my dynamic ip over command line.
ifconfig eth0 down
ifconfig eth0 up
dhcpcd eth0
However, when I try to static.
ifconfig eth0 192.168.0.112 netmask 255.255.255.0 broadcast192.168.0.255 up
I try to access the internet but can't.
so I think I need a nameserver so I add
route add default gw 192.168.0.1
SIOCARDDRT: Network is unreachable
Any ideas what I'm doing wrong. I can always just start up /etc/init.d/net.eth0 but I'm just curious. J



