当前位置:   article > 正文

如何配置/etc/network/interfaces_network interfaces 设置

network interfaces 设置

文件路径:/etc/network/interfaces

只配置静态ip

  1. auto eth0
  2. iface eth0 inet static
  3. address 192.168.66.8
  4. netmask 255.255.255.0
  5. network 192.168.66.0
  6. gateway 192.168.66.1

重启后

配置静态ip,同时设置mac地址

  1. auto eth0
  2. iface eth0 inet static
  3.     address 192.168.66.8
  4.     netmask 255.255.255.0
  5.     network 192.168.66.0
  6.     gateway 192.168.66.1
  7. hwaddress ether 02:01:02:03:04:08

重启后

声明:本文内容由网友自发贡献,不代表【wpsshop博客】立场,版权归原作者所有,本站不承担相应法律责任。如您发现有侵权的内容,请联系我们。转载请注明出处:https://www.wpsshop.cn/w/我家小花儿/article/detail/868409
推荐阅读
相关标签
  

闽ICP备14008679号