Quote:
Originally Posted by walshman
But when I put in the sudo vim /ect/network/interfaces nothing is there it just opens a new directory. Can anybody tell me where I am going wrong? help would be much appreciated .
|
Yeah, as mentioned above it should be
Code:
/etc/network/interfaces
Follow the
Debian Wiki article to configure a static ip.
It should end up similar to this,
Code:
# The loopback network interface
auto lo
iface lo inet loopback
# The primary network interface
allow-hotplug eth0
iface eth0 inet dhcp