1、手动设置ip示例
auto eth0 iface eth0 inet static address 192.168.18.22 network 255.255.255.0 gateway 192.168.18.1
2、DHCP分配IP
auto eth0 iface eth0 inet dhcp
ubuntu网络配置
原文:http://blog.51cto.com/800011/2128436