1. 程式人生 > >linux設定網絡卡ip為靜態地址

linux設定網絡卡ip為靜態地址

修改 /etc/network/interfaces。

安裝一下格式編輯:

auto eth0
iface eth0 inet static
address 192.168.x.xxx
netmask 255.255.255.0
gateway 192.168.x.x

重啟網路:

/etc/init.d/networking restart