怎么在linux命令行中对网络进行配置

这篇文章将为大家详细讲解有关怎么在linux命令行中对网络进行配置,文章内容质量较高,因此小编分享给大家做个参考,希望大家阅读完这篇文章后对相关知识有一定的了解。

除了通用的ifconfig外,对于Redhat/Fedora发行版,有专用的配置工具-netconfig。比较而言,netconfig可以设置IP获取方式(静态或者DHCP获取)等。 netconfig --helpUsage: netconfig [OPTION...] --bootproto=(dhcp|bootp|none) Boot protocol to use --gateway=STRING Network gateway --ip=STRING IP address --nameserver=STRING Nameserver --netmask=STRING Netmask --hostname=STRING Hostname --domain=STRING Domain name -d, --device=STRING Network device --nodns No DNS lookups --hwaddr=STRING Ethernet hardware address --description=STRING Description of the device Help options: -?, --help Show this help message --usage Display brief usage message实例一:设置网卡的DHCP模式自动获得IP [root@localhost ~]# netconfig -d eth0 --bootproto=dhcp实例一:手动设置网卡的IP等 [root@localhost ~]# netconfig -d eth0 --ip=192.168.1.33 --netmask=255.255.255.0 --gateway=192.168.1.1

怎么在linux命令行中对网络进行配置

关于怎么在linux命令行中对网络进行配置就分享到这里了,希望以上内容可以对大家有一定的帮助,可以学到更多知识。如果觉得文章不错,可以把它分享出去让更多的人看到。

发布于 2021-03-16 13:45:27
收藏
分享
海报
0 条评论
158
上一篇:tar命令与rpm命令怎么在linux中使用 下一篇:如何在linux中使用wget命令
目录

    0 条评论

    本站已关闭游客评论,请登录或者注册后再评论吧~

    忘记密码?

    图形验证码