Ubuntu更改IP后重新配置网卡

编辑/etc/network/interfaces:

vim /etc/network/interfaces

内容如下:

1
2
3
4
5
6
7
8
auto lo
iface lo inet loopback

auto eth0
iface eth0 inet static	//指定为静态
address 43.226.***.**	//服务器IP
netmask 255.255.240.0	//网关
gateway 43.226.156.1	//子网掩码

不同的服务器或者不同的IDC配置文件有可能不同,请自行修改 修改完成后使用:

sudo /etc/init.d/networking restart

重启网络设备

冀ICP备17015375-1号
使用 Hugo 构建
主题 StackJimmy 设计