linux ip配置
Posted e61005629
tags:
篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了linux ip配置相关的知识,希望对你有一定的参考价值。
方式一:
命令添加移除ip配置方式:
ip addr add/del 想要设置的ip/掩码位数 dev 网卡id
示例:
ip addr add 192.168.150.113/24 dev enp0s3
ip addr del192.168.150.113/24 dev enp0s3
方式二:
配置文件修改
cd /etc/sysconfig/network-scripts/
vi vi ifcfg-ens33 (每个系统不一定是这个,前缀是ifcfg-的文件)
重启网卡
systemctl restart network 即可。
以上是关于linux ip配置的主要内容,如果未能解决你的问题,请参考以下文章