Rabbit
饿人谷支部书记
- 注册
- 2002-02-01
- 消息
- 35,035
- 荣誉分数
- 37
- 声望点数
- 0
check_link_down(){ : command not found
.....check cable
it didn't work
.....check cable
it didn't work
最初由 LaoSong 发布
Yes. you need to change them all theoretically. But I just changed one file and other two files were also changed automatically. Probably they have links among them. Give them a shout before you fire it up.
But my file
PEERDNS=no (not yes, like yours. I don't know what that means anyway)
==============================================
DEVICE=eth0
BOOTPROTO=dhcp
ONBOOT=yes
USERCTL=no
PEERDNS=no
TYPE=Ethernet
check_link_down() {
return 1;
}
================================================
It should work. If it doesn't, very possibly you screwed up 虚拟网卡 configuration.
Let me know if it works or not.