Tag Archives: Mikrotik hotspot setup

Mikrotik hotspot setup

Mikrotik hotspot setup copy and paste line by line /ip address add address=172.16.1.1/24 comment=LAN disabled=no interface=LAN network=172.16.1.0 add address=192.168.137.100/24 comment=WAN disabled=no interface=WAN network=192.168.137.0 ——————————————————————————————— /ip pool add name=hs-pool-1 ranges=172.16.1.10-172.16.1.255 ——————————————————————————————— /ip dns set allow-remote-requests=yes cache-max-ttl=1w cache-size=10000KiB max-udp-packet-size=512 servers=192.168.137.1 ——————————————————————————————— /ip … Continue reading

Posted in Mikrotik | Tagged | Leave a comment