怎么用ROOT权限啊
版面规则
我们都知道新人的确很菜,也喜欢抱怨,并且带有浓厚的Windows习惯,但既然在这里询问,我们就应该有责任帮助他们解决问题,而不是直接泼冷水、简单的否定或发表对解决问题没有任何帮助的帖子。乐于分享,以人为本,这正是Ubuntu的精神所在。
我们都知道新人的确很菜,也喜欢抱怨,并且带有浓厚的Windows习惯,但既然在这里询问,我们就应该有责任帮助他们解决问题,而不是直接泼冷水、简单的否定或发表对解决问题没有任何帮助的帖子。乐于分享,以人为本,这正是Ubuntu的精神所在。
-
- 帖子: 91
- 注册时间: 2005-06-05 19:00
- 来自: 浙江<<永康>>南京
- firehare
- 帖子: 2625
- 注册时间: 2005-04-10 16:54
- 来自: 温州大学
- 联系:
-
- 帖子: 91
- 注册时间: 2005-06-05 19:00
- 来自: 浙江<<永康>>南京
我在/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
# This is a list of hotpluggable network interfaces.
# They will be activated automatically by the hotplug subsystem.
mapping hotplug
script grep
map eth0
# The primary network interface
iface eth0 inet static
address 192.168.1.6
netmask 255.255.255.0
network 192.168.1.0
broadcast 192.168.1.255
#如果你是宽带拨号的话,请将网关注释掉
gateway 192.168.1.1
# dns-* options are implemented by the resolvconf package, if installed
#下面是输入DNS服务器的IP地址和缺省搜索域名
dns-nameservers 192.168.1.1
dns-search xxx.org
auto eth0
还有这个文件,在什么地方的啊,我找不到,我上不了网可能和这个文件没改有关
修改你的resolv.conf文件:
search xxx.org
nameserver 192.168.1.1
对于那个XXX
我还真是不懂
在WINDOWS下没有这个东西的啊
我们这里是学生宿舍
我们几个同学共用一跟电话线上网
通过猫自动拨号再通过一个交换机大家一起上的网
就是这样
在WINDOWS下只要设置如下就能上网的
IP 192.168.1.6
子网掩码 255.255.255.0
网关 192.168.1.1
DNS 192.168.1.1(设为ISP提供的DNS也能上网的)
就照你这里的一样写着,什么也没改
# 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
# This is a list of hotpluggable network interfaces.
# They will be activated automatically by the hotplug subsystem.
mapping hotplug
script grep
map eth0
# The primary network interface
iface eth0 inet static
address 192.168.1.6
netmask 255.255.255.0
network 192.168.1.0
broadcast 192.168.1.255
#如果你是宽带拨号的话,请将网关注释掉
gateway 192.168.1.1
# dns-* options are implemented by the resolvconf package, if installed
#下面是输入DNS服务器的IP地址和缺省搜索域名
dns-nameservers 192.168.1.1
dns-search xxx.org
auto eth0
还有这个文件,在什么地方的啊,我找不到,我上不了网可能和这个文件没改有关
修改你的resolv.conf文件:
search xxx.org
nameserver 192.168.1.1
对于那个XXX
我还真是不懂
在WINDOWS下没有这个东西的啊
我们这里是学生宿舍
我们几个同学共用一跟电话线上网
通过猫自动拨号再通过一个交换机大家一起上的网
就是这样
在WINDOWS下只要设置如下就能上网的
IP 192.168.1.6
子网掩码 255.255.255.0
网关 192.168.1.1
DNS 192.168.1.1(设为ISP提供的DNS也能上网的)