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..
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"
From your workstation can you ping your default gateway ?
From your workstation can you ping the IP address of your servers backbone interface? Last updated: 2010-03-03
Written by Cheri Weaver