Versions Compared

Key

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

Configuring a network interface

...

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

Open a terminal window and proceed with the following:

 sudo vi /etc/network/interfaces

 

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

...