|
|

楼主 |
发表于 2006-6-8 11:40:15
|
显示全部楼层
/etc/network/interfaces里的内容,未经修改
[color="Red"]# This file describes the network interfaces available on your system
# and how to activate them. For more information, see interfaces(5).
# The loopback network interface
auto lo
iface lo inet loopback
# The primary network interface
auto eth0
iface eth0 inet dhcp
name 以太网局域网网卡
# please do not modify the following line
# please do not modify the following line
下载了个rp-pppoe3.5,安装完后adsl-start
明明显示连接成功,但不能上网,ping 本机可以通,ping 远程计算机不通 |
|