I’m trying to configure a management VLAN on an nRay 60G.
As soon as I do, I appear to loose access to the GUI.
SSH works fine.
What am I doing wrong?
From factory default I run
/interface vlan add interface=bridge name=MGMT vlan-id=1003
/ip address add address=10.1.0.123/23 interface=MGMT
/interface bridge port set pvid=1003 0
/interface bridge vlan add bridge=bridge tagged=bridge,ether1,wlan60-1 vlan-ids=1003
/interface bridge set bridge vlan-filtering=yes
At this point, I loose all access to the nRay (expected)
I then re-configure my computer to talk vlan1003 tagged.
I can ping device on 10.1.0.123 (expected)
I can then connect back in via SSH on 10.1.0.123 (expected)
I cannot access GUI on any IP (not expected?!)
Can anyone help?