ubuntu如何重启网络

来源:互联网 发布:mysql 重命名数据库 编辑:程序博客网 时间:2024/05/17 13:09


查看网卡信息: ifconfig

设定一个网卡IP:ifconfig eth1 192.168.1.10 netmask 255.255.255.0

重启网卡使设定生效:sudo /etc/init.d/networking restart



关闭网卡 ifdown eth0

开启网卡 ifup eth0
重启网卡,优点是可以指定网卡,不影响其他网络接口