网卡地址
方法一:临时添加IP(重启设备就会消失)
方法二:添加永久ip
[root@localhost ~]# cd /etc/sysconfig/network-scripts/
[root@localhost network-scripts]# vim ifcfg-ens36
[root@localhost network-scripts]# nmcli connection reload
[root@localhost network-scripts]# nmcli connecion up ens36
方法三:配置脚本
[root@localhost network-scripts]# vim /bin/vmset.sh
将脚本写在bin目录下执行脚本可以直接写脚本名,执行起来便捷
[root@localhost network-scripts]# chmod +x /bin/vmset.sh
给脚本加去权限,让所有用户都可以执行该脚本
本文链接:https://blog.runxinyun.com/post/253.html 转载需授权!
留言0