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

誰能幫我刪除這條路線嗎?

相關內容