i’m trying to configure my first hotspot without success.
I’ve first configured the dhcp client on ethernet interface
/ip dhcp-client print
# INTERFACE USE ADD-DEFAULT-ROUTE STATUS ADDRESS
0 ether1 yes yes bound 192.168.1.130/24
If i try ping http://www.google.com from the router every thing is ok.
Now i’ve activated dns server
/ip dns print
servers:
dynamic-servers: 87.216.1.65,87.216.1.66
allow-remote-requests: yes
max-udp-packet-size: 4096
query-server-timeout: 2s
query-total-timeout: 10s
cache-size: 2048KiB
cache-max-ttl: 1w
cache-used: 10KiB
Configured as a dns on an external linux box and try nslookup http://www.google.com and it’s ok
now if i enabled hotspot
/ip hotspot print detail
0 name="hotspot1" interface=bridge address-pool=hs-pool-3 profile=hsprof1 idle-timeout=5m keepalive-timeout=none
login-timeout=none addresses-per-mac=2 proxy-status="running"
i cannot execute nslookup anymore. Even if a go to the login page and enter user credentials
any tip?