# 2026-07-02 10:48:16 by RouterOS 7.21.5
# software id = C637-HGQ1
#
# model = C53UiG+5HPaxD2HPaxD
# serial number = HK70AHEAWPG
/interface bridge
add name=hotspotbridge
/interface wifi
set [ find default-name=wifi1 ] channel.band=5ghz-a .frequency=2300-7300 \
.width=20mhz configuration.mode=ap .ssid="VTL hotspot" disabled=no
set [ find default-name=wifi2 ] channel.band=2ghz-ax .frequency=2300-7300 \
.width=20mhz configuration.mode=ap .ssid="VTL hotspot" disabled=no
/ip hotspot profile
add dns-name=vtl.hotspot hotspot-address=192.168.50.1 login-by=http-chap \
name=hsprof1
/ip pool
add name=hs-pool-9 ranges=192.168.50.2-192.168.50.254
/ip dhcp-server
add address-pool=hs-pool-9 interface=hotspotbridge name=dhcp1
/ip hotspot
add address-pool=hs-pool-9 disabled=no interface=hotspotbridge name=hotspot1 \
profile=hsprof1
/ip hotspot user profile
add add-mac-cookie=no address-pool=hs-pool-9 !mac-cookie-timeout name=\
freeweek rate-limit=10M/10M session-timeout=1w
add add-mac-cookie=no address-pool=hs-pool-9 !mac-cookie-timeout name=vamz \
rate-limit=10M/10M session-timeout=4w2d
/interface bridge port
add bridge=hotspotbridge interface=ether2
add bridge=hotspotbridge interface=ether3
add bridge=hotspotbridge interface=ether4
add bridge=hotspotbridge interface=ether5
add bridge=hotspotbridge interface=wifi2
add bridge=hotspotbridge interface=wifi1
/ip address
add address=192.168.50.1/24 comment="hotspot network" interface=hotspotbridge \
network=192.168.50.0
/ip dhcp-server network
add address=192.168.50.0/24 comment="hotspot network" gateway=192.168.50.1
/ip dns
set servers=8.8.8.8,8.8.4.4
/ip firewall filter
add action=passthrough chain=unused-hs-chain comment=\
"place hotspot rules here" disabled=yes
/ip firewall nat
add action=passthrough chain=unused-hs-chain comment=\
"place hotspot rules here" disabled=yes
add action=masquerade chain=srcnat comment="masquerade hotspot network" \
src-address=192.168.50.0/24
/ip hotspot user
add name=admin