I would be equally happy if I could this :

                        802.11Q
                           |
--------------+       +--vlan1--+         +-------------+
| FreeBSD Box +- fxp0-+--vlan2--+---Port1-+ Switch      +--port4--Host3
--------------+       +--vlan3--+         +---+------+--+  vlan3
                                              |      |     802.11Q
                                            port2  port3
                                            vlan1  vlan2
                                           802.11Q 802.11Q
                                              |      |
                                              |      +---Host2
                                              |       
                                              +---- Host1

fxp0 has IP in a /24                          (ie: 192.168.1.1/24)
vlan1 has the same IP as the fxp0 with a /24  (ie: 192.168.1.1/24)
vlan2 has the same IP as the fxp0 with a /24  (ie: 192.168.1.1/24)
vlan3 has the same IP as the fxp0 with a /24  (ie: 192.168.1.1/24)
Host1 has an IP in the same /24 as the fxp0   (ie: 192.168.1.2/24)
Host2 has an IP in the same /24 as the fxp0   (ie: 192.168.1.3/24)
Host3 has an IP in the same /24 as the fxp0   (ie: 192.168.1.4/24)
802.11Q untagging is done at the port2 , port3 and port4 of the switch

I add route using the "-iface" option of the "route" command in order to
obtain a route that point to each vlan.

--
===============================================================
Christophe Prevotaux      Email: [EMAIL PROTECTED]
HEXANET SARL                URL: http://www.hexanet.fr/
Z.A.C Les Charmilles        Tel: +33 (0)3 26 79 30 05 
3 Allée Thierry Sabine   Direct: +33 (0)3 26 61 77 72 
BP202                       Fax: +33 (0)3 26 79 30 06
51686 Reims Cedex 2                                
FRANCE                   HEXANET Network Operation Center             
===============================================================

To Unsubscribe: send mail to [EMAIL PROTECTED]
with "unsubscribe freebsd-net" in the body of the message

Reply via email to