当前位置: 首页 > 图文教程 > 操作系统 > Unix/Linux > 大侠帮我看看,怎么多了条route?

Unix/Linux
Ubuntu 8.04系统下Opera浏览器安装配置
Ubuntu系统软件安装方式
解决Ubuntu启动时的Routine check检查时间过长
Ubuntu系统下安装网络打印机
Ubuntu系统下zend for linux中文乱码解决
Ubuntu 8.04升级到Ubuntu 8.10
Ubuntu 8.04中使用fast-cgi搭建Apache2+PHP5环境
Ubuntu压缩/解压缩RAR文件的方法
64位ubuntu8.04 安装QQ
ubuntu关闭图形模式
解决ubuntu系统下vimtutor乱码
Ubuntu下安装KDE桌面环境
Ubuntu 8.10 Intrepid Ibex Alpha4 官方正式版下载
ubuntu8.04下源码安装wine 设置中文
ubuntu下设置共享目录
Ubuntu下Flash乱码的解决方法
Ubuntu 8.04中启用FrameBuffer
Ubuntu系统下升级内核的方法
ubuntu系统下播放mp3及中文乱码的解决
ubuntu 8.04.1 LTS 下的cpu温度监控软件lm-sensors

Unix/Linux 中的 大侠帮我看看,怎么多了条route?


出处:互联网   整理: 软晨网(RuanChen.com)   发布: 2009-11-01   浏览: 140 ::
收藏到网摘: n/a


[root@gate root]# route
Kernel IP routing table
Destination Gateway Genmask Flags Metric Ref Use Iface
192.168.3.0 * 255.255.255.0 U 0 0 0 eth0
192.168.2.0 * 255.255.255.0 U 0 0 0 eth2
192.168.1.0 * 255.255.255.0 U 0 0 0 eth1
172.16.101.0 * 255.255.255.0 U 0 0 0 eth3
169.254.0.0 * 255.255.0.0 U 0 0 0 eth3
127.0.0.0 * 255.0.0.0 U 0 0 0 lo
default 172.16.101.1 0.0.0.0 UG 0 0 0 eth3
___________________________________________________
不知道那个169.254.0.0是从哪里来的?其它都是我设的。不知是不是被人入侵了?
zhoulm 回复于:2003-08-27 09:10:21 应该没事,你是不是用的ADSL?我也有那条。。
hsyll 回复于:2003-08-27 09:56:02 不是啊,我是用的宽带
zhoulm 回复于:2003-08-27 10:20:27 DHCP分配的原因,eth3是你连接宽带的网卡吧?
这种说法好像不太对,我刚才查了一下。
Automatic Private IP Addressing (APIPA) address 169.254.0.0/16
hsyll 回复于:2003-08-27 11:24:07 eth3是我连宽带的网卡。我明白原因了,thanks!