On Mon, Mar 05, 2007 at 04:24:15PM -0700, Jack J. Woehr wrote:
> 1. Every basic thing you need to know about setting up and
> maintaining an
> OpenBSD-managed LAN is documented in the OpenBSD FAQ q.v.
>
> 2. The three basic things about a typical OpenBSD-managed LAN are:
> a. IP setup of both the OpenBSD box and the LAN ('ifconfig' etc.)
> b. Packet filtering and Network Address Translation ('pf' etc.)
> c. Name services ('bind').
Also check out the configuration files which set those things up
automatically at startup. These are likely called something like
/etc/hostname.em0 (if your network card is called 'em0')
/etc/pf.conf
/etc/rc.conf and/or /etc/rc.conf.local
/etc/named.conf
Regards,
Brian.