I have to create VLAN on windows to check if my application supports receiving priority tagged frames.
how to create VLAN for windows.
I had configured VLAN for linux as below
1) Edited /boot/config-2.6.5*
2) insmod /lib/modules/2.6.5-1.358/kernel/net/8021q/8021q.ko
3) vocnfig add eth0 0
4) Set eth0.0 with IP, Bcast and netmask.
ifconfig eth0.0
(OR)
# ifconfig eth0.0
I want to do similar kind of VLAN on set up on WinXP and Win Vista to test my appllication
Thanks in Advance & Please help me out