标签:ons add over ror term start rmi net space
sudo vi /etc/network/interfaces#静态设置IP地址auto lo iface lo inet loopback auto enp1s0
iface enp1s0 inet static address 192.168.12.89(换成你的IP地址) netmask 255.255.255.0 gateway 192.168.12.1(换成你的网关)#自动获得IP地址auto loiface lo inet loopbackauto eth0iface eth0 inet dhcpsudo /etc/init.d/networking restart标签:ons add over ror term start rmi net space
原文地址:http://www.cnblogs.com/ancongliang/p/7777739.html