Introduction

This lab provides you with the instructions and practical experience to install FreeBSD 7.2 on the row servers and configure two networks, routing tables,  and start the routing daemon.  You are also required to configure primary master and slave name servers for your networks using the previous labs instructions..


Pre Lab Requirements:

You are responsible for reading and understanding Routing in the BSD Handbook

Sample of a /etc/rc.conf:

		    ifconfig_lnc0="10.100.60.2 netmask 255.255.255.0"
defaultrouter="10.100.60.254"
static_routes="fastpipe slowpipe dialup"
route_fastpipe="-net 10.100.10.0/24 10.100.1.10"
route_slowpipe="-net 10.100.20.0/24 10.100.1.20"

Configure your host with a static IP address:

Install and Configure FreeBSD, configure two networks and start the routing daemon on a back row server:

Questions:

From your workstation can you ping your default gateway ?

   From your workstation can you ping the IP address of your servers backbone interface?

   Can you ping the Mohawk College nameserver?

    Are you able to ping hosts in other networks?