|
发表于 2005-10-22 20:53:26
|
显示全部楼层
Post by 怀恋在子夜
我今天刚装上的debian,因为光驱读盘能力差,装了好几天都失败了。刚换的同学的装上的。
我的/etc/network中文件interface是这样的:
#The primary network interface
auto rtho
iface etho inet static
address 166.166.166.3
netmask 255.255.255.0
network 166.166.166.0
broadcast 166.166.166.255
gateway 166.166.166.1
nameserver 202.97.224.68 202.97.230.4
iface dsl-provider inet ppp
provider dsl-provider
#please do not modify the follwing line
.........
以前用xp随意上网,自己拨号,现在上不去。是不是哪儿不对?
debian的装完了,字中文还是方框...
自己拨号可以用 pppoeconf 配置adsl
debian 中文 安装 zhcon
$cat /etc/network/interfaces
# 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 |
|