|
马上注册,结交更多好友,享用更多功能,让你轻松玩转社区。
您需要 登录 才可以下载或查看,没有帐号?立即注册
x
欢迎大家来到仓酷云论坛!1、强制症缘故原由
2、一般设置eth1网卡
3、修正网卡称号eth1为eth0
--------------------------------------
1、强制症缘故原由
因为利用VMwareworkstation克隆虚机时,网卡称号老是变更,不再是eth0,这点总感到不太恬逸,固然能够一般利用,可是强制症十分严峻,必需是eth0,看着才恬逸!
2、一般设置eth1网卡
因为初度翻开克隆的虚机后没有设置IP,以是不克不及利用Xshell毗连,也没有装置桌面,只能截图了。
1.克隆的体系初度开机时网卡是未激活形态,必要先激活一下,且能够看出是没有eth0网卡的。
2.激活网卡eth1
检察网卡概况
3.一般设置eth1网卡
[size=1em][size=1em]#setup//可使用此下令设置网卡IP,以下截图有省略。
选择增加新的装备
增加eth1网卡信息
保留加入便可
4.重启收集办事,eth1能够一般利用了。
5.此时可使用Xshell工具毗连了,不再截图了,贴下令。
[size=1em][size=1em]#ifconfig
[size=1em]eth1Linkencap:EthernetHWaddr00:0C:29:60:15:0F
[size=1em]inetaddr:192.168.2.100Bcast:192.168.2.255Mask:255.255.255.0
[size=1em]inet6addr:fe80::20c:29ff:fe60:150f/64Scope:Link
[size=1em]UPBROADCASTRUNNINGMULTICASTMTU:1500Metric:1
[size=1em]RXpackets:60errors:0dropped:0overruns:0frame:0
[size=1em]TXpackets:67errors:0dropped:0overruns:0carrier:0
[size=1em]collisions:0txqueuelen:1000
[size=1em]RXbytes:6219(6.0KiB)TXbytes:10975(10.7KiB)
[size=1em]
[size=1em]loLinkencap:LocalLoopback
[size=1em]inetaddr:127.0.0.1Mask:255.0.0.0
[size=1em]inet6addr:::1/128Scope:Host
[size=1em]UPLOOPBACKRUNNINGMTU:16436Metric:1
[size=1em]RXpackets:0errors:0dropped:0overruns:0frame:0
[size=1em]TXpackets:0errors:0dropped:0overruns:0carrier:0
[size=1em]collisions:0txqueuelen:0
[size=1em]RXbytes:0(0.0b)TXbytes:0(0.0b)
3、修正网卡称号eth1为eth0
1.将体系中的eth0设置文件删除,并将现有的eth1定名为eth0。
<divstyle="padding:0px;margin:0px;color:rgb(44,44,44);font-family:宋体,ArialNarrow,arial,serif;font-size:14px;line-height:28px;"><divclass="syntaxhighlighterbash"id="highlighter_22339"style="width:718px;padding:0px!important;margin:0.3em0px!important;border-radius:0px!important;border:0px!important;bottom:auto!important;float:none!important;left:auto!important;line-height:1.1em!important;outline:0px!important;overflow-y:visible!important;overflow-x:auto!important;position:relative!important;right:auto!important;top:auto!important;vertical-align:baseline!important;box-sizing:content-box!important;font-family:Consolas,BitstreamVeraSansMono,CourierNew,Courier,monospace!important;font-size:1em!important;min-height:inherit!important;background-image:none!important;background-attachment:initial!important;background-size:initial!important;background-origin:initial!important;background-clip:initial!important;background-position:initial!important;background-repeat:initial!important;"><divclass="container"style="padding:0px!important;margin:0px!important;border-radius:0px!important;border:0px!important;bottom:auto!important;float:none!important;left:auto!important;line-height:1.1em!important;outline:0px!important;overflow:visible!important;position:relative!important;right:auto!important;top:auto!important;vertical-align:baseline!important;width:auto!important;box-sizing:content-box!important;font-size:1em!important;min-height:inherit!important;background:none!important;">[size=1em]#cd/etc/sysconfig/network-scripts/
[size=1em]#rm-fifcfg-eth0
[size=1em]#mvifcfg-eth1ifcfg-eth0
[size=1em]#viifcfg-eth0
[size=1em]DEVICE=eth0//将eth1修正为eth0 |
|