FreeBSD and Linux VLAN

Posted by mezgani on Server Fault See other posts from Server Fault or by mezgani
Published on 2011-06-25T19:24:21Z Indexed on 2011/06/26 8:23 UTC
Read the original article Hit count: 206

Filed under:
|
|
|

I have a LAN and i need to create a LAB with three VLAN on my boxes, Linux and FreeBSD.

so i create a VLAN 1 on the linux box as follow:


sudo vconfig add eth0 1
sudo ifconfig eth0.1 inet6 add 2001:470:9b36:1:1::2/64

and i do the same on the FreeBSD box:


sudo ifconfig vlan1 create
sudo ifconfig vlan1 inet6 2001:470:9b36:1:1::1 prefixlen 64 vlan 1 vlandev bge0

But i still not able to ping the VLANs from each side ?

NB: the eth0 and bge0 are up and running

© Server Fault or respective owner

Related posts about linux

Related posts about freebsd