Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

Configuring a network interface

To configure an interface permanently you'll need to edit the interfaces file, /etc/network/interfaces.   

Note:  The addresses below are provided as an example only.  ECE-IT will provide the appropriate addresses when a formal request has been received.

...

 sudo vi /etc/network/interfaces

 

## To configure a dynamic IP address
auto eth0
iface eth0 inet dhcp

...