4ipnet_ConfEditor
echo -e "
iface eth0 inet static\n
address 100.64.144.4\n
gateway 100.64.144.254\n
netmask 255.255.255.0\n" >> /etc/network/interfaces
/etc/init.d/network restart (restart network service)Last updated
echo -e "
iface eth0 inet static\n
address 100.64.144.4\n
gateway 100.64.144.254\n
netmask 255.255.255.0\n" >> /etc/network/interfaces
/etc/init.d/network restart (restart network service)Last updated