[KLUG Members] Quick openBSD question

John Holland members@kalamazoolinux.org
Mon, 15 Oct 2001 10:40:01 -0400


Please post the contents of /etc/hostname.* and /etc/bridgename.* , and the 
output of  netstat -nr, brconfig -a, and ifconfig -a.

The concept of routing does not exactly apply to a transparent, layer 2 
bridge.  All a bridge cares about is MAC addresses, not IP addresses.

OpenBSDs bridging is controlled by brconfig and, on boot, /etc/bridgename.*

See man brconfig


>I'm building an openBSD firewall for work.  It has to allow traffic in, and
>out, obviously, to live Internet IP's.
>
>My problem: It's using the wrong interface to route packets, and I can't get
>the route command to take an interface name to use when routing.