· 7 years ago · Apr 21, 2018, 11:30 PM
1# The loopback network interface 2auto lo 3iface lo inet loopback 4 5# The primary network interface 6allow-hotplug eth0 7iface eth0 inet static 8 address 192.168.1.122 9 netmask 255.255.255.0