ubuntu USB To Ethernet静态IP配置
ifconfig //查看网口名,如eth0, eth1…
sudo vi /etc/network/interfaces //编辑linux系统配置文件
i //insert 添加如下内容:
auto eth1
iface eth1 inet static
address 192.168.2.96
netmask 255.255.255.0
:wq //保存并退出
reboot
ubuntu USB To Ethernet静态IP配置
ifconfig //查看网口名,如eth0, eth1…
sudo vi /etc/network/interfaces //编辑linux系统配置文件
i //insert 添加如下内容:
auto eth1
iface eth1 inet static
address 192.168.2.96
netmask 255.255.255.0
:wq //保存并退出
reboot