Date: Thu, 14 Mar 2013 10:05:33 -0400 From: Yasir hussan <kolyasir@gmail.com> To: Current <freebsd-current@freebsd.org> Subject: vlan interface does not repond on untagged packets Message-ID: <CAMwCe3TbAxpe1SoqAvHWXD%2B7StAAnWkEbSo9-=7asXznGEVs1Q@mail.gmail.com>
next in thread | raw e-mail | index | archive | help
Hi, i am creating and testing vlan using these commands, *ifconfig arge0 192.168.100.10 netmask 255.255.255.0* * * *ifconfig vlan4 create* *ifconfig vlan4 vlandev arge0 vlan 4* *ifconfig vlan4 192.168.1.10 netmask 255.255.255.0* here arge0 is the default interface of my ethernet device, now i want to access vlan4 interface from an other pc which has linux and is dirctly connected to my freebsd machine, now if i try to ping linux machine it will send tagged packets but linux does not recogniz it and leave it, and similarly when i try to ping linux machine to vlan4 interface on freebsd, linux send untagged packets so vlan4 does not response to it. I want that my vlan4 interface could able to recongnize untagged packets and could respond to it Thanks
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?CAMwCe3TbAxpe1SoqAvHWXD%2B7StAAnWkEbSo9-=7asXznGEVs1Q>