RTNETLINK answers: no such process

1.当前路由表是否齐全

cat /etc/iproute2/rt_tables

2.相应ip配置是否正确

ip ro  add default via 192.168.0.1 dev eth0

注意:当前eth0 一定要有192.168.0.0/24网段的ip

3.当前网卡物理连接是否正常

ethtool  eth0

异常处理:

1。清空iptables

2。重启机器

 

你可能感兴趣的:(RTNETLINK answers: no such process)