无法在 Redhat Linux 中删除路由

无法在 Redhat Linux 中删除路由

我在 redhat linux 机器上有以下条目来拒绝私有网络路由:

Destination     Gateway         Genmask         Flags Metric Ref    Use Iface
10.0.0.0        -                255.0.0.0       !         -   -      -   -

现在我想删除此条目,但无法使用route del命令删除它。

sudo route del -net 10.0.0.0 netmask 255.0.0.0
SIOCDELRT: No such process

有人能帮我删除这条路线吗?

相关内容