|
Post by jiatang on Aug 9, 2016 10:07:47 GMT
#vim /etc/network/interfaces.d/eth0 auto eth0 inet dhcp allow-hotplug eth0
#ifcace eth0 inet dhcp iface eth0 inet static address 192.168.1.x netmask 255.255.255.0 gateway 192.168.1.1 hwaddress ether fa:44:18:40:0c:01
#/etc/init.d/networking restart
|
|