Hi all
i have this wireless network.

my question is :
What is the way i should do in Nanostaion setting or in Mikrotik Router to access to Nanostation from anywhere in my network via cable or wifi?
is there anyone can help me plz ?
Hi all
i have this wireless network.

my question is :
What is the way i should do in Nanostaion setting or in Mikrotik Router to access to Nanostation from anywhere in my network via cable or wifi?
is there anyone can help me plz ?
help plz ?
hi4ibb, you’ve got a lot going on their! Thanks for posting a drawing it really helps us.
So your goal is to be able to login and manage each NanoStation all the time. Their is 2 ways to accomplish this:
So, let’s play. Let’s focus on NanoStation102 (my name for the VLAN102 NanoStation). Let’s say it is plugged into ether3. I’m going to assume you’ve removed it from any default Ethernet switch chip. For this demonstration it’s just simpler to not complicate the setup with it.
/interface vlan add name=ether3-vlan102 interface=ether3 vlan-id=102
/interface bridge port add bridge=bridge1 interface=ether3
/ip address add interface=ether3-vlan102 address=100.100.102.1/24
/ip address add interface=bridge1 address=10.0.1.1/24
Ker-blamo. You’ve got a port setup and with IP addresses assigned to the VLAN interface and to the bridge1 interface. For the Ubiquiti change the configuration mode to “Advanced” and set the management interface to LAN0. You can set the IP address to 10.0.1.2/24 with 10.0.1.1 set as the default gateway. You can keep LAN0.102 and WLAN0 in bridge0 and configured however that makes you happy from a wireless perspective.
Rinse and repeat for the VLAN103 device with the appropriate tweaks. Additionally you can make a bridge for each VLAN, add the VLAN interface as a bridge port and assign the IP to the new bridge. This would allow you to add additional ports to VLAN103 in your environment if necessary.