1.为特定网卡设置IP地址
- ifconfig pcn1 inet 172.25.73.19 netmask 0xffffff00 broadcast 172.25.73.255
2.为特定的IP地址设置默认网关
- route add -host 172.25.73.19 172.25.73.254
3.「debian fetching interface information: device not found」というエラーの解決方法:
- 「debian fetching interface information: device not found」というエラーの解決方法:
-
0) #ifaceの設定場所:/etc/network/interfaces
-
-
1)MAC アドレスを確認する。
-
#ifconfig -a
-
-
2)/etc/udev/rules.d/**-persistent-net.rules を修正する。("yx" are random numbers, depends on your system).
-
#具体的に、ifaceのMACアドレスの実際のMACアドレスに修正する。
-
-
3)udevをrestartする。
-
#/etc/init.d/udev restart
-
-
4)networkをrestartする。
-
#/etc/init.d/networking restart
-
-
5)参考した資料:
-
WebSite:http://www.linuxquestions.org/questions/linux-networking-3/error-fetching-interface-information-device-not-found-637381/
阅读(1593) | 评论(0) | 转发(0) |