Answers for "static ip debian"

2

static ip debian

#Add this to /etc/network/interfaces
iface eth0 inet static
    address 192.xxx.xx.x
    netmask 255.255.xxx.xxx
    gateway 192.168.xx.xxx
Posted by: Guest on March-20-2020

Code answers related to "Shell/Bash"

Browse Popular Code Answers by Language