SIOCADDRT: No such process 添加路由报错

Posted l75790

tags:

篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了SIOCADDRT: No such process 添加路由报错相关的知识,希望对你有一定的参考价值。

如果你添加/修改默认网关时遇到这个问题。

原因:你要添加的网关不在你主机所在的网段。

解决方法:

比如你要添加的网关是10.9.39.250 但是本机没有10.9.39段的网卡

sudo route add 10.9.39.250/32 dev eth0

然后再

sudo route add default gw 10.9.39.250

 

防止重启失效  写入/sbin/ifup-local  此文件要有执行权限

 

if [ "$1" = "eth1" ]
then

# eth0为网卡名 如有vlan则填写ethx.xxx

route add 10.9.39.250/32 dev eth0

 

sudo route add default gw 10.9.39.250


fi



以上是关于SIOCADDRT: No such process 添加路由报错的主要内容,如果未能解决你的问题,请参考以下文章

pip 出现 bad interpreter: No such file or directory

python Errno 2 No such file or directory

iOS no such file or directory:XXXXXX

Jenkins打包报错:(No such file or directory) and 'parent.relativePath' points at no local POM

ERROR (no such process)

no such file or directory怎么解决