My apartment provides wireless hotspot for tenements. I use a tomato router as a wireless client and connect to RouterBOARD 750 to share internet to my PC, laptop, and phone.
HotSpot by Apartment >>>>> Tomato Wireless Client----RouterBoard----AppleTC(Bridge Mode)-----HomePC, laptop
In this mode, the browsers will be redirected to hotspot sign in page when I first use the internet on every day.
However when I changed the tomato to Wireless Client bridge mode to assign public IP on the RouterBoard. The browsers will NOT be redirected to hotspot sign in page, so I can not get on the internet.
Please help me fix this problem.
Thanks
/interface ethernet
set 0 name=LAN
set 1 master-port=LAN name=LAN_3
set 2 master-port=LAN name=LAN_4
set 3 master-port=LAN name=LAN_5
set 4 name=WAN
/ip pool
add name=dhcp_pool1 ranges=192.168.0.100-192.168.0.199
/ip dhcp-server
add address-pool=dhcp_pool1 disabled=no interface=LAN name=dhcp1
/ip address
add address=192.168.0.1/24 interface=LAN network=192.168.0.0
/ip dhcp-client
add dhcp-options=hostname,clientid disabled=no interface=WAN
/ip dhcp-server network
add address=192.168.0.0/24 dns-server=
8.8.8.8 gateway=192.168.0.1
netmask=24
/ip firewall nat
add action=masquerade chain=srcnat out-interface=WAN