eth0>eth1>eth2 so strange!

系统安装、升级讨论
版面规则
我们都知道新人的确很菜,也喜欢抱怨,并且带有浓厚的Windows习惯,但既然在这里询问,我们就应该有责任帮助他们解决问题,而不是直接泼冷水、简单的否定或发表对解决问题没有任何帮助的帖子。乐于分享,以人为本,这正是Ubuntu的精神所在。
回复
googoo
帖子: 4
注册时间: 2006-10-04 15:10

eth0>eth1>eth2 so strange!

#1

帖子 googoo » 2006-10-04 15:15

when configered the etho and restart, the etho is changed to eth1 automatially, so i need to config the eth1 to connect to the internet.
However ,when restart ,internet can't be accessed cause eth1 goes to eth2!

Anyone can help me ,i'm confused on it for two days! I'm a newer,Thank you for your help
Charles.T
帖子: 88
注册时间: 2006-09-20 21:38

#2

帖子 Charles.T » 2006-10-04 15:30

没遇到过,帮你顶一下吧
good luck
Charles.T
帖子: 88
注册时间: 2006-09-20 21:38

#3

帖子 Charles.T » 2006-10-04 15:39

change one config may be all right
googoo
帖子: 4
注册时间: 2006-10-04 15:10

#4

帖子 googoo » 2006-10-04 15:50

Charles.T 写了:change one config may be all right
Sorry , i cannot understand that
I changed the configuration several times ,Still sometimes my ubuntu can't started.......because i don't know the program grammer in detail, maybe i made mistakes
Charles.T
帖子: 88
注册时间: 2006-09-20 21:38

#5

帖子 Charles.T » 2006-10-04 16:07

能不能看看你的interface文件是怎么写的
do you konw chinese,my english was poor
may i look your configuration
Charles.T
帖子: 88
注册时间: 2006-09-20 21:38

#6

帖子 Charles.T » 2006-10-04 16:11

ubuntu技术交流群 QQ:22218623
there are many people can help you。may be your question can solve
googoo
帖子: 4
注册时间: 2006-10-04 15:10

#7

帖子 googoo » 2006-10-04 16:14

I think my Chinese is better than english, because i'm a chinese too, I just don't have the chinese character input software, I can read very well


# 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

iface eth0 inet static
hwaddress ether 00:50:BA:62:59:0D
address 172.16.1.105
netmask 255.255.0.0
gateway 172.16.0.1

auto eth0

iface eth2 inet static
address 172.16.1.105
netmask 255.255.0.0
gateway 172.16.0.1

auto eth2
Charles.T
帖子: 88
注册时间: 2006-09-20 21:38

#8

帖子 Charles.T » 2006-10-04 16:26

不是server版本的吧.试试图形工具。 系统菜单下有个联网 如果配置文件有问题,通过图形工具的重写入应该可以纠正的
googoo
帖子: 4
注册时间: 2006-10-04 15:10

#9

帖子 googoo » 2006-10-04 16:34

Charles.T 写了:不是server版本的吧.试试图形工具。 系统菜单下有个联网 如果配置文件有问题,通过图形工具的重写入应该可以纠正的
6.065 LTS for PC edition
grafical tools in System>Administration>network tools , as well as System>Administration>networking can't solve my problem~~~~

I've found some solution published by someone
/etc/init.d/rc.local

ifconfig eth0 down
ifconfig eth0 hw ether "MAC"
ifconfig eth0 up

but the rc.local is a very complicated file , I don't know where to plug the above statements
头像
nobrain
帖子: 808
注册时间: 2005-08-25 13:58
来自: ustc
联系:

#10

帖子 nobrain » 2006-10-04 17:05

edit

代码: 全选

/etc/iftab/
打开一看就知道怎么改了
爱喝真猪奶茶的夜鸣猪
回复