欢迎您访问程序员文章站本站旨在为大家提供分享程序员计算机编程知识!
您现在的位置是: 首页

ifconfig配置网络 博客分类: linux 网络 ifconfignetworklinuxifdownifup 

程序员文章站 2024-03-20 12:47:10
...
  • 网络停止:ifconfig down eth0  或是 ifdown eth0
  • 网络启动:ifconfig up eth0    或是 ifup eth0
  • 重启网络:service network restart
  • 配置网络:ifconfig eth0 210.34.6.89 netmask 255.255.255.128 broadcast 210.34.6.127