2019
07-15
07-15
centos7/rhel7一个网卡添加多个ip地址
临时生效方式
[root@bogon network-scripts]# ifconfig ens192:0 192.168.21.130 netmask 255.255.255.0 up
[root@bogon network-scripts]# ifconfig ens192:1 192.168.21.131 netmask 255.255.255.0 up
[root@bogon .... Read More >