RTNETLINK answers: Network is unreachable
Getting this?
RTNETLINK answers: Network is unreachable
Maybe the interface is down:
ip link set eno1 up
ip addr add 10.0.0.100 dev dno1
ip route add default via 10.0.0.1 dev dno1
Thx,
Getting this?
RTNETLINK answers: Network is unreachable
Maybe the interface is down:
ip link set eno1 up
ip addr add 10.0.0.100 dev dno1
ip route add default via 10.0.0.1 dev dno1
Thx,
You must be logged in to post a comment.
Copyright © 2003 - 2013 Tom Kacperski (microdevsys.com). All rights reserved.
|