Hi,
[updated]
I've been testing different HOTSPOT setups but have not got the SETUP i want to work. Perhaps this is a missunderstanding from my part but any ways.
The setup below works just fine:
/system reset
/ip add add add=192.168.1.2/24 interface=ether1
/ip route add gateway=192.168.1.1
do the default hotspot setup
/ip hotspot setup
masquerade = no
add a route on the connect router (192.168.1.1) that points back to the 10.5.50.0/24 network.
....now to the tricky part ...
/ip add add add=1.1.1.1/24 interface=ether1
/ip pool add name=isp range=1.1.1.2-1.1.1.254
add a route on the connect router (192.168.1.1) that points back to the 1.1.1.0/24 network.
/ip hotspot user profile add name=isp address-pool=isp
/ip hotspot user set 0 profile=isp
the: /ip hotspot host print , shows:
address 10.5.50.254
to-address 1.1.1.254
why does this not work? have i missunderstand something?
thx/T