Hello
So with a Fas 2040 I run setup to corigure a lacp vif name PO1 with an ip. on the setup "wizard" I can create Vlan so I think I should create it after.
I can't create Vlan because PO1 is up so
ifconfig PO1 down
I create my vlan
vlan create PO1 10 98 99
I put ip on it
ifconfig PO1-10 172.x.10.10 netmask 255.255.255.0
ifconfig PO1-98 172.x.98.10 netmask 255.255.255.0
ifconfig PO1-99 172.x.99.10 netmask 255.255.255.0
I put default gateway (lost when ifconfig po1 down)
route add default 172.x.10.254 1
All right all working ping iscsi admin well good
Just reboot and I have all lost. How can I keep vlan, ifconfig... after reboot ??