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.