学校宿舍用的宽带网连接问题

包含网卡/无线网的网络问题和ADSL/校园网/宽带拨号支持及代理/共享等网络使用问题
回复
头像
kakashan
帖子: 417
注册时间: 2009-04-09 19:43
来自: Tianjin Polytechnic

学校宿舍用的宽带网连接问题

#1

帖子 kakashan » 2009-04-10 17:31

学校宿舍用的宽带网,给了固定IP,DNS,子网掩码和默认网关,提供了用户名和密码
现在用的是同学的无线局域网,能上网~~~

不懂在网络连接里新建的各个值怎么填,比如MAC地址,里的什么前缀和跃点。

第一次在UBUNTU中用有线网络配置,期待帮助
庄子曰:相濡以沫,不如相忘于江湖
子曰:不能相濡以沫,不如相忘于江湖
头像
Yuan&er
帖子: 5
注册时间: 2009-04-09 22:39

Re: 学校宿舍用的宽带网连接问题

#2

帖子 Yuan&er » 2009-04-10 21:08

First check out your Ubuntu-release ,is it Ubuntu-8.04 or 8.10?
if your Ubuntu-release is 8.10,I'll send you an e-mail later ,maybe it's helpfull ! enjoy yourself .
头像
kakashan
帖子: 417
注册时间: 2009-04-09 19:43
来自: Tianjin Polytechnic

Re: 学校宿舍用的宽带网连接问题

#3

帖子 kakashan » 2009-04-11 10:44

My Ubuntu-release is 8.10,and I have resolve the problem just now!Thank you all the same.

I just uninstall the Network Manage,and solve it follow below.

"sudo vi /etc/network/interfaces


在该文件中添加如下的行:

auto eth0

iface eth0 inet static

address 192.168.1.60

netmask 255.255.255.0

network x.x.x.x

broadcast x.x.x.x

gateway x.x.x.x


vi /etc/resolv.conf文件的内容应为:

nameserver 192.168.3.2"


It's very kind of you!
庄子曰:相濡以沫,不如相忘于江湖
子曰:不能相濡以沫,不如相忘于江湖
回复