这样设置需要修改VM虚拟机网络为NET模式
/etc/sysconfig/network-scripts vi ifcfg-eth0
虚拟机ip问题,
1、删除rules
rm -rf /etc/udev/rules.d/70-persistent-net.rules
2、修改ifcfg-eth0(路径见上面)
如上图,保留device、type、onboot= yes、bootproro、MM_
重启查看新ip
3、查找原ip内容
find /home/neople -name "*.cfg" | xargs grep "192.168.2.130"
4、替换新ip
#find /home/neople -type f -name '*.cfg' | xargs perl -pi -e 's|旧ip|新ip|g' find /home/neople -type f -name '*.cfg' | xargs perl -pi -e 's|192.168.2.130|192.168.2.164|g'
桥接模式下,网关不一样解决办法:
虚拟网络编辑器,手动指定桥接网卡
https://blog.csdn.net/weixin_32259697/article/details/112938087
留言评论
暂无留言