其他分享
首页 > 其他分享> > SIOCDELRT: No such process

SIOCDELRT: No such process

作者:互联网

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

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

解决方法:

比如你要添加的网关是12.12.12.2

route add 12.12.12.2 dev eth3

然后再

route add default gw 12.12.12.2

或者

route  add -net 9.9.9.0/24 gw 12.12.12..2

标签:网关,process,route,12.2,add,添加,12.12,such,SIOCDELRT
来源: https://blog.csdn.net/qq_24436765/article/details/88294133