• 企业400电话
  • 微网小程序
  • AI电话机器人
  • 电商代运营
  • 全 部 栏 目

    企业400电话 网络优化推广 AI电话机器人 呼叫中心 网站建设 商标✡知产 微网小程序 电商运营 彩铃•短信 增值拓展业务
    linux命令行(文本模式)下配置网络
    除了通用的ifconfig外,对于Redhat/Fedora发行版,有专用的配置工具-netconfig。比较而言,netconfig可以设置IP获取方式(静态或者DHCP获取)等。 netconfig --help
    Usage: 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系统中QQ的使用和配置
    下一篇:Linux操作系统下提高PHP性能的工具APC
  • 相关文章
  • 

    © 2016-2020 巨人网络通讯 版权所有

    《增值电信业务经营许可证》 苏ICP备15040257号-8

    linux命令行(文本模式)下配置网络 linux,命令行,文本,模式,