1、ifconfig查看网络参数
2、/etc/network/interfaces 网络配置文件 ip、netmask、gateway
auto eth0
iface eth0 inet static
address xxx.xxx.xxx.xxx #IP地址
netmask xxx.xxx.xxx.xxx #子网掩码
gateway xxx.xxx.xxx.xxx #网关
sudo /etc/init.d/networking restart
1、ifconfig查看网络参数
2、/etc/network/interfaces 网络配置文件 ip、netmask、gateway
auto eth0
iface eth0 inet static
address xxx.xxx.xxx.xxx #IP地址
netmask xxx.xxx.xxx.xxx #子网掩码
gateway xxx.xxx.xxx.xxx #网关
sudo /etc/init.d/networking restart