Re: VLAN Trunking with Freebsd
- From: Wojciech Puchar <wojtek@xxxxxxxxxxxxxxxxxxxxxxx>
- Date: Sun, 27 Apr 2008 18:07:50 +0200 (CEST)
This is my config:
cloned_interfaces="vlan2 vlan3 vlan4 vlan5"
ifconfig_re0="inet 192.168.1.62 netmask 255.255.255.192"
ifconfig_re1="inet 192.168.1.254 netmask 255.255.255.128"
ifconfig_bge0="inet a.b.c.d netmask 255.255.255.240"
ifconfig_em0="up"
ifconfig_vlan2="192.168.41.1 vlan 2 vlandev em0"
ifconfig_vlan3="192.168.19.3 vlan 3 vlandev em0"
ifconfig_vlan4="192.168.42.1 vlan 4 vlandev em0"
ifconfig_vlan5="192.168.100.1 vlan 5 vlandev em0"
re0, re1, bge0 are ordinary interfaces (non-802.1q), and em0 is connected to a switch
with 802.1q support.
maybe off-topic but when buying switches make sure it's clearly written "802.1Q support". There are "VLAN capable" switches, some very cheap, that just block traffic between ports except between port 1 and others, but no vlan tagging.
_______________________________________________
freebsd-questions@xxxxxxxxxxx mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to "freebsd-questions-unsubscribe@xxxxxxxxxxx"
- References:
- Re: VLAN Trunking with Freebsd
- From: Nejc Škoberne
- Re: VLAN Trunking with Freebsd
- Prev by Date: Re: VLAN Trunking with Freebsd
- Next by Date: Re: unexpected reboot / which files to check
- Previous by thread: Re: VLAN Trunking with Freebsd
- Next by thread: Re: VLAN Trunking with Freebsd
- Index(es):
Relevant Pages
|