Home
Categories
WIKI
Topic
User
LANGUAGE:
中文
English
求助:Virtualbox eth0变为_eth0_
Experiences and Insight
1282
views ·
5
replies ·
To
floor
Go
ziyujzy
deepin
2013-01-11 00:24
Author
原来一切都好的,我Virtualbox装的CentOS-Basic-Server
总共给了两块网卡:eth0(对外)和eth1(对内)
今天想装下图形界面,执行yum groupinstall "Desktop" "Desktop Platform" "X Window System"
装完之后init 5进入图形界面,配置好之后需要重启
重启之后,自动进入的是init3,这时就发现没网了,ifconfig eth0找不到设备
最后执行dmesg | grep -in eth,发现440:udev:renamed network interface eth0 to _eth0_
于是ifconfig _eth0_ 总算是看到了
但是想改回去,于是百度看到一篇文章
http://blog.sina.com.cn/s/blog_8f4fbe030100y5pa.html
照着做,重启之后发现_eth0_也不见了,给我改成了__eth0__了
怎么才能改回eth0呢
Reply
Like 0
Favorite
View the author
All Replies
cxbii
deepin
2013-01-11 00:44
#1
dhclient eth0
Copy the Code
试试
Reply
Like 0
View the author
ziyujzy
deepin
2013-01-11 01:07
#2
dhclient eth0
Cannot find device "eth0"
Copy the Code
Reply
Like 0
View the author
cxbii
deepin
2013-01-11 01:11
#3
dhclient eth0
Cannot find device "eth0"
Copy the Code
那还真不知道了
Reply
Like 0
View the author
tuhaihe
deepin
2013-01-11 19:00
#4
ifconfig eth0 up ?
Reply
Like 0
View the author
ziyujzy
deepin
2013-01-11 19:37
#5
ifconfig eth0 up ?
木有eth0网卡,找不到设备,只有_eth0_了
Reply
Like 0
View the author
Please
sign
in first
New Thread
Popular Events
More
总共给了两块网卡:eth0(对外)和eth1(对内)
今天想装下图形界面,执行yum groupinstall "Desktop" "Desktop Platform" "X Window System"
装完之后init 5进入图形界面,配置好之后需要重启
重启之后,自动进入的是init3,这时就发现没网了,ifconfig eth0找不到设备
最后执行dmesg | grep -in eth,发现440:udev:renamed network interface eth0 to _eth0_
于是ifconfig _eth0_ 总算是看到了
但是想改回去,于是百度看到一篇文章http://blog.sina.com.cn/s/blog_8f4fbe030100y5pa.html
照着做,重启之后发现_eth0_也不见了,给我改成了__eth0__了
怎么才能改回eth0呢