jiatang post at 2016-8-10 19:18:33

NanoPi M3 Assigns IP Address

#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
page: [1]
View full version: NanoPi M3 Assigns IP Address