通过修改系统配置文件配置静态IP等网络参数方法:
ubuntu的网络配置文件是:/etc/network/interfaces
ubuntu命令行修改网络配置方法
/etc/network/interfaces
打开后里面可设置DHCP或手动设置静态ip。前面auto eth0,让网卡开机自动挂载.
1. 以DHCP方式配置网卡
编辑文件/etc/network/interfaces:
sudo vi /etc/network/interfaces
并用下面的行来替换有关eth0的行:
# The primary network interface - use DHCP to find our address
auto eth0