System Configuration Guide

Networking

The system's networking configuration is contained within several files in the /etc directory. Together these files specify hostname, IP address and mask, routing, DNS resolution and firewall configuration.

Naming the machine

/etc/hostname -- Enter the fully-qualified domain name of the machine.

hal9000.discovery.lan

Assigning an IP address

/etc/interfaces -- Enter the interface name, IP address and network mask.

eth0 192.168.1.5 netmask 255.255.255.0

Setting a default gateway

/etc/routes

Specifying DNS servers

/etc/resolv.conf

Configuring firewall rules

/etc/firewall