1 ip link show | grep -i "fm1"
1 cat /etc/network/interfaces 2 allow-hotplug fm1-mac3 3 auto fm1-mac3 4 iface fm1-mac3 inet dhcp
1 cat /etc/network/interfaces 2 allow-hotplug fm1-mac3 3 auto fm1-mac3 4 iface fm1-mac3 inet static 5 address 192.168.8.244 6 netmask 255.255.255.0 7 gateway 192.168.8.1 8 dns-nameservers 202.96.134.133