On Fri, 2006-12-08 at 09:25 -0500, michel bC)dard wrote: > Hi, > > I have connected my OpenBSD box to a CISCO switch model 2924. I decided > to setup vlans and I did the configuration on the CISCO. There is one > port where all the trafic goes on the CISCO switch. This is what I did > on the firewall: > > # ifconfig vlan0 10.0.0.1 vlan 2 vlandev rl0 > > # ifconfig vlan1 10.0.1.1 vlan 3 vlandev rl0 > > # ifconfig vlan0 10.0.2.1 vlan 4 vlandev rl0 > > # ... > > All the configs on the CISCO device have been done. All the hosts on the > vlan 2 are able to ping each other and to surf. However, the remaining > vlans aren't working. I have tried to ping the ip's of the vlans but > that doesn't work. I've created an alias on the interface for a specific > vlan but that doesn't work either. I have the same rules in /etc/pf.conf > for all the vlans. Is there something I'm missing? The vlans have been > done using 802.1q.
Turn off spanning tree on the other VLANs: no spanning-tree vlan 3 no spanning-tree vlan 4 etc. Jeff [demime 1.01d removed an attachment of type application/pgp-signature which had a name of signature.asc]