Network and Firewall
ip asudo nano /etc/network/interfacesauto lo
iface lo inet loopback
auto eth0
iface eth0 inet static
address <your IP address>
netmask <your netmask, class C will be 255.255.255.0>
gateway <your gateway>
dns-nameservers <your DNS, 8.8.8.8 (google) works fine here>sudo systemctl restart networking.serviceFirewall
Last updated