|
发表于 2010-12-25 00:00:57
|
显示全部楼层
回归正题,你单位的WindowsXP是自己指定IP还是DHCP决定?
另外,最近几年我没有发现DHCP和ADSL有冲突。
我刚刚在没有DHCP服务的环境中做了如下操作,并在之后来这里发帖:
[root@TFW-EVL06-LT /]# pppoe-stop
[root@TFW-EVL06-LT /]# netconfig eth0
[root@TFW-EVL06-LT /]# service network restart
Coppied.
Coppied.
正在关闭接口 eth0: [确定]
关闭环回接口: [确定]
Coppied.
弹出环回接口: [确定]
弹出界面 eth0:
正在决定 eth0 的 IP 信息...PING 192.168.0.1 (192.168.0.1) 56(84) bytes of data.
--- 192.168.0.1 ping statistics ---
4 packets transmitted, 0 received, +3 errors, 100% packet loss, time 3000ms
pipe 3
失败了。
[失败]
[root@TFW-EVL06-LT /]# ping 192.168.1.1
connect: 网络不可达
[root@TFW-EVL06-LT /]# ifconfig
lo Link encap:Local Loopback
inet addr:127.0.0.1 Mask:255.0.0.0
inet6 addr: ::1/128 Scope:Host
UP LOOPBACK RUNNING MTU:16436 Metric:1
RX packets:1131 errors:0 dropped:0 overruns:0 frame:0
TX packets:1131 errors:0 dropped:0 overruns:0 carrier:0
collisions:0 txqueuelen:0
RX bytes:556656 (543.6 KiB) TX bytes:556656 (543.6 KiB)
[root@TFW-EVL06-LT /]# pppoe-start
[root@TFW-EVL06-LT /]# ifconfig
eth0 Link encap:Ethernet HWaddr 00:90:F5:49:F9:0E
inet6 addr: fe80::290:f5ff:fe49:f90e/64 Scope:Link
UP BROADCAST RUNNING MULTICAST MTU:1500 Metric:1
RX packets:14290 errors:0 dropped:0 overruns:0 frame:0
TX packets:16116 errors:0 dropped:0 overruns:0 carrier:0
collisions:0 txqueuelen:1000
RX bytes:10104659 (9.6 MiB) TX bytes:3311396 (3.1 MiB)
Interrupt:19 Base address:0x2000
lo Link encap:Local Loopback
inet addr:127.0.0.1 Mask:255.0.0.0
inet6 addr: ::1/128 Scope:Host
UP LOOPBACK RUNNING MTU:16436 Metric:1
RX packets:1139 errors:0 dropped:0 overruns:0 frame:0
TX packets:1139 errors:0 dropped:0 overruns:0 carrier:0
collisions:0 txqueuelen:0
RX bytes:560744 (547.6 KiB) TX bytes:560744 (547.6 KiB)
ppp0 Link encap oint-to-Point Protocol
inet addr:6X.1X1.X3X.1X6 P-t-P:218.1.60.214 Mask:255.255.255.255
UP POINTOPOINT RUNNING NOARP MULTICAST MTU:1492 Metric:1
RX packets:6 errors:0 dropped:0 overruns:0 frame:0
TX packets:6 errors:0 dropped:0 overruns:0 carrier:0
collisions:0 txqueuelen:3
RX bytes:237 (237.0 b) TX bytes:321 (321.0 b)
[root@TFW-EVL06-LT /]# date
2010年 12月 24日 星期五 20:05:56 CST
[root@TFW-EVL06-LT /]#
[ 本帖最后由 自由狼-台风 于 2010-12-25 00:03 编辑 ] |
|