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)

[EMAIL PROTECTED]:/root# grep -i vlan42 /etc/rc.conf

ifconfig_vlan42="inet 192.168.7.2 netmask 255.255.255.0 vlan 42 vlanif
wm1"

ifconfig_carp42="inet 192.168.7.1 netmask 255.255.255.0 pass password
vhid 42 advskew 99"


[EMAIL PROTECTED]:/root# grep -i vlan42 /etc/rc.conf

ifconfig_vlan42="inet 192.168.7.3 netmask 255.255.255.0 vlan 42 vlanif
wm1"

ifconfig_carp42="inet 192.168.7.1 netmask 255.255.255.0 pass password
vhid 42 advskew 101"

Adjust your syntax for ifconfig.if(5) in 4.2


~BAS

Reply via email to