ifcfg命令 – 配置网络接口-kb88凯时官网登录

来自:网络
时间:2020-09-24
阅读:
免费资源网 - https://freexyz.cn/

ifcfg命令是一个bash脚本程序,用来设置linux中的网络接口参数。

语法格式:ifcfg [参数]

常用参数:

网络接口指定要操作的网络接口
add/del添加或删除网络接口上的地址
ip地址指定ip地址和子网掩码
stop停用指定的网络接口的ip地址

参考实例

停止指定网络接口上的ip地址:

[root@linuxcool ~]# ifcfg eth0 stop

为网络接口配置ip地址:

[root@linuxcool ~]# ifcfg eth1 add 192.168.60.11/24

为网口删除网络地址:

[root@localhost ~]# ifcfg eth0 delete 192.168.10.250/24
免费资源网 - https://freexyz.cn/
返回顶部
顶部
网站地图