Hello,
I try to enable vlan on my virtual interface, but i have a problem.
I use vlan 1, for my lan-data, and vlan 100 for iscsi.
In my switch, the port is configured as :
vlan 1 untagged
vlan 100 tagged
without create vlan on my vif, network working good !
but when i try to enable vlan on my vif, network doesn't work.
to create vlan on my vif, i use CLI :
My vif is named TRUNK-A
vlan create TRUNK-A 1 100
ifconfig TRUNK-A-1 192.168.1.15 netmask 255.255.255.0
ifconfig TRUNK-A-100 192.168.100.15 netmask 255.255.255.0
so when i do this, interface 192.168.100.15 is up and responding, but interface in 192.168.1.15 not responding.
I use Procurve 2910-al switch.
Any have an idea ?
Thanks