免费注册 查看新帖 |

Chinaunix

  平台 论坛 博客 文库
最近访问板块 发新帖
查看: 7521 | 回复: 5
打印 上一主题 下一主题

[求助] 为什么删除不了这段路由 [复制链接]

论坛徽章:
0
跳转到指定楼层
1 [收藏(0)] [报告]
发表于 2007-11-07 16:34 |只看该作者 |倒序浏览
Microsoft Windows [版本 5.2.3790]
(C) 版权所有 1985-2003 Microsoft Corp.

C:\Documents and Settings\Administrator>route print

IPv4 Route Table
===========================================================================
Interface List
0x1 ........................... MS TCP Loopback interface
0x2 ...00 14 85 37 d9 1c ...... Intel(R) PRO/100 VE Network Connection - Teefer2
Miniport
0x10004 ...00 06 13 19 58 00 ...... IBM Mobility Interface for Windows
0x20005 ...02 00 4c 4f 4f 50 ...... Microsoft Loopback Adapter
===========================================================================
===========================================================================
Active Routes:
Network Destination        Netmask          Gateway       Interface  Metric
          0.0.0.0          0.0.0.0      192.168.0.1    192.168.0.243     20
        127.0.0.0        255.0.0.0        127.0.0.1        127.0.0.1      1
      192.168.0.0    255.255.255.0    192.168.0.243    192.168.0.243     20
      192.168.0.0    255.255.255.0    192.168.0.244    192.168.0.244     30
    192.168.0.243  255.255.255.255        127.0.0.1        127.0.0.1     20
    192.168.0.244  255.255.255.255        127.0.0.1        127.0.0.1     30
    192.168.0.255  255.255.255.255    192.168.0.243    192.168.0.243     20
    192.168.0.255  255.255.255.255    192.168.0.244    192.168.0.244     30
        224.0.0.0        240.0.0.0    192.168.0.243    192.168.0.243     20
        224.0.0.0        240.0.0.0    192.168.0.244    192.168.0.244     30
  255.255.255.255  255.255.255.255    192.168.0.243            10004      1
  255.255.255.255  255.255.255.255    192.168.0.243    192.168.0.243      1
  255.255.255.255  255.255.255.255    192.168.0.244    192.168.0.244      1
Default Gateway:       192.168.0.1
===========================================================================
Persistent Routes:
  None

C:\Documents and Settings\Administrator>route delete 192.168.0.0 192.168.0.244
The route specified was not found.

C:\Documents and Settings\Administrator>route delete 192.168.0.0 192.168.0.244
The route specified was not found.

C:\Documents and Settings\Administrator>

论坛徽章:
5
IT运维版块每日发帖之星
日期:2015-08-06 06:20:00IT运维版块每日发帖之星
日期:2015-08-10 06:20:00IT运维版块每日发帖之星
日期:2015-08-23 06:20:00IT运维版块每日发帖之星
日期:2015-08-24 06:20:00IT运维版块每日发帖之星
日期:2015-11-12 06:20:00
2 [报告]
发表于 2007-11-07 19:25 |只看该作者
你看看路由表你删对了吗?

论坛徽章:
0
3 [报告]
发表于 2007-11-07 19:43 |只看该作者
不用把GW打上来吧

论坛徽章:
0
4 [报告]
发表于 2007-11-08 11:38 |只看该作者
我按这个命令来删的route delete network_address cluster_address
192.168.0.244是cluster_address

论坛徽章:
0
5 [报告]
发表于 2007-11-08 11:42 |只看该作者
我按这个命令来删的route delete network_address cluster_address
192.168.0.244是cluster_address

怎么写才对

论坛徽章:
0
6 [报告]
发表于 2007-11-08 12:13 |只看该作者


Examples:

    > route PRINT
    > route ADD 157.0.0.0 MASK 255.0.0.0  157.55.80.1 METRIC 3 IF 2
             destination^      ^mask      ^gateway     metric^    ^
                                                         Interface^
      If IF is not given, it tries to find the best interface for a given
      gateway.
    > route PRINT
    > route PRINT 157*          .... Only prints those matching 157*
    > route CHANGE 157.0.0.0 MASK 255.0.0.0 157.55.80.5 METRIC 2 IF 2

      CHANGE is used to modify gateway and/or metric only.
    > route PRINT
    > route DELETE 157.0.0.0
    > route PRINT


提供windows ruote命令的帮助供楼主参考。
我虽然没试如何删目标地址相同的命令,但你那样的写法看起来感觉就不对劲。
Try follow command:
route delete 192.168.0.0 mask 255.255.255.0 192.168.0.244



windows xp Route 官方资料:

http://www.microsoft.com/resources/documentation/windows/xp/all/proddocs/en-us/route.mspx?mfr=true

[ 本帖最后由 人淡如菊 于 2007-11-8 12:35 编辑 ]
您需要登录后才可以回帖 登录 | 注册

本版积分规则 发表回复

  

北京盛拓优讯信息技术有限公司. 版权所有 京ICP备16024965号-6 北京市公安局海淀分局网监中心备案编号:11010802020122 niuxiaotong@pcpop.com 17352615567
未成年举报专区
中国互联网协会会员  联系我们:huangweiwei@itpub.net
感谢所有关心和支持过ChinaUnix的朋友们 转载本站内容请注明原作者名及出处

清除 Cookies - ChinaUnix - Archiver - WAP - TOP