Changes

Jump to: navigation, search

This Is Your Brain On Informatics: Network

3 bytes removed, 06:57, 17 November 2014
Getting Started
auto lo
iface lo inet loopback
=
# The primary network interface
auto eth0
The networks shown here are the basic networks that will allow the machine to connect to the internet. If this is a regular computer (not a virtual machine), this file should be similar to what is above meaning that it is already completely setup for internet connection and ssh purposes.
Notice here that the eth0 network has "dhcp" (dynamic host configuration protocol) at the end of the final line. This causes the IP address of this network to be dynamically acquired (meaning that the IP address will be changed frequently) rather than statically set. Below is a discussion of how to set up each.
== Adding a network ==
347
edits

Navigation menu