Hotspot with VAP and VLAN

Hi @ all,

last week I have tried without succes to setup this configuration:

RB1 has internet access, so I want use this RB to bring connectivity to RB2 (RB1 has also vlan 600 with dhcp server or static ip…it’s doesen’t matter…)

RB2 configuration

interface wireless
add master-interface=wlan1 name=vap_hotspot

interface vlan
add arp=enabled disabled=no interface=ether1 l2mtu=1596 mtu=1500 name=voip-vlan200 use-service-tag=no vlan-id=200
add arp=enabled disabled=no interface=ether1 l2mtu=1596 mtu=1500 name=hotspot-vlan600 use-service-tag=no vlan-id=600

interface bridge
add name=bridge_vlan200_eth5
add name=bridge_vlan600_vap_hotspot

interface bridge port
add bridge=bridge_vlan200_eth5 disabled=no interface=ether5
add bridge=bridge_vlan200_eth5 disabled=no interface=voip-vlan200

add bridge=bridge_vlan600_vap_hotspot disabled=no interface=hotspot-vlan600
add bridge=bridge_vlan600_vap_hotspot disabled=no interface=vap_hotspot

now I run hotspot setup, but any value I insert into the procedure the hotspot seems to have problem…
the login page is not shown, and if I put the address of the static dns of login page sometimes I can view the login page, but I can’t surf on internet.

The DNS of RB1 and RB2 are set to allow remote request

Any ideas?

A.
net.png

Hi @ all,
I’ve read many topics, and I think that the first thing to do is to establish a good link between 2RB.
Now I think that the best solution when we have a complex network beside the two RB, is to utilize MPLS.

Can anyone show me how and which protocol have to be involved (ospf bgp etc) in order to link multiple network beside two mikrotik?

Thanks in advance
Andre

Hi @ all,

at now, I’ve read many and many topics about MPLS, and I think that two mikrotik can be link using mpls, but if there aren’t any device in the middle.

In my real case, I have a switch layer2 between mikrotik

WAN <----> RB1 <------> CISCO SRW2024POE <------> RB2

Rb1 and rb2 have many subnetwork (someone need to bridge togheter)

In this scenario, what’s the best configuration I have to setup?

Now I have setup many ip address to interface and allow remote arp request, but it’s seems to be no much stable…

Thanks for any your suggestion, I’m freezed at this point…

A.

up…

anyone can help me?