美文网首页
虚拟机安装linux

虚拟机安装linux

作者: 超人001 | 来源:发表于2019-07-15 09:36 被阅读0次

    1.虚拟机安装

    https://blog.csdn.net/ailian_f/article/details/84618601

    2.网络连接

    vi /etc/sysconfig/network-scripts/ifcfg-eth0

    DEVICE=eth0

    BOOTPROTO=static

    TYPE=Ethernet

    BROADCAST=192.168.2.255

    IPADDR=192.168.2.163

    IPV6INIT=yes

    IPV6_AUTOCONF=yes

    NETMASK=255.255.255.0

    GATEWAY=192.168.2.1

    ONBOOT=yes

    3.在文件/etc/rc.d/rc.local最后加入ifup eth0(/etc/rc.local脚本是在所有其它初始化脚本执行完毕后执行)

    4.reboot 重启电脑

    5.yum update

    相关文章

      网友评论

          本文标题:虚拟机安装linux

          本文链接:https://www.haomeiwen.com/subject/yndgkctx.html