Thanks Brian!  I was really hoping to keep the number of ip addresses used
to a minimum though.  I'm using a /29 and am really tight on ips.
Using carp0 straight onto (carpdev) nfe0 would not require nfe0 to have an
ip address, any way I can get away with the same when the carpdev is vlan20?

hostname.nfe0
 up
hostname.nfe1
 up
hostname.trunk0
 trunkproto round-robin trunkport nfe0 trunkport nfe1 up
hostname.vlan10
 vlan 10 vlandev trunk0
hostname.vlan20
 vlan 20 vlandev trunk0
hostname.carp0
 inet 192.168.1.1 255.255.255.248 192.168.1.7 carpdev vlan10 vhid 0 advskew
0 pass password
hostname.carp1
 inet 192.168.1.9 255.255.255.248 192.168.1.15 carpdev vlan20 vhid 1 advskew
0 pass password

On Wed, Mar 26, 2008 at 9:42 AM, Brian A. Seklecki <
[EMAIL PROTECTED]> wrote:

>
> On Wed, 2008-03-26 at 09:32 -0400, G 0kita wrote:
> > Hello all!  I'm having some trouble with getting an OpenBSD box to
> properly
> > tag packets via 802.1Q.
> > I'm setting up an OpenBSD4.2 router pulling data off a trunk port on a
> Cisco
> > 2960 switch.  I can see the packets traverse the stack upwards but they
> are
>
> The two physical/vlan interfaces on each unit should have an IP address
> in the subnet (.2 and .3 respectively, normally).  The CARP interface on
> each system on each box should have the same address (.1 normally)

Reply via email to