config_eth0=( "192.168.0.7 netmask 255.255.255.0" )
routes_eth0=( "default via 192.168.0.1" )
to have the static IP working. Otherwise, I had a message saying RTNETLINK answers: network not reachable.
Tips and tricks for geeks
config_eth0=( "192.168.0.7 netmask 255.255.255.0" )
routes_eth0=( "default via 192.168.0.1" )
No comments:
Post a Comment