OmniFlux,
OK - you were correct, as it turns out, vitesse had hard-coded the limit of VLAN virtual interface's to 8.
I have increased this count to 100 (I can't imagine someone needing more than this and I'm not sure the OS itself could do anywhere near this many anyway). After loading a test firmware your configuration is working for me. However, I do not have all of your hardware or setup so this is the best I can do with it here and it is passing. I've sent you a link with a test firmware. If you can test it and get back to us here about your result's that would be extremely helpful.
Just FYI, as you've already figured out, default the switch first and upload the test firmware image. Then apply your configuration. Please be aware (if you are not already) that it will take some time for it to come back and you will likely have to refresh the browser to see it up again. The reason is because the OS itself (a variant of OpenWRT) has to create and add all of the virtual eth0 interfaces to the kernel and then to the firewall which takes a few minutes for this many. (A recent security patch means that it has no choice but to do this twice actually). I would suggest bringing up a cmd prompt and ping it continuously:
- Code: Select all
ping <ip_address> -t
To see when it come's back.
If possible, it would also be helpful to watch the log file on the switch itself via an RS232 console cable. Once it has booted, Just get into the linux terminal and run these commands:
- Code: Select all
cmd
tail -f /var/log/messages
Then you can watch to see when it has finished setting up.
Looking forward to hearing your results.