Hi everybody, i just bought brand new RB5009 and i configured it with LAN2 for my Lan network and Lan3 to LAN8 as hotspot , but i am not getting internet on both, can you help please here is my export:
# 2025-10-19 07:24:05 by RouterOS 7.20.1
# software id = **ELIDED**
#
# model = RB5009UG+S+
# serial number = **ELIDED**
/interface bridge
add name=hotspot-bridge
/interface ethernet
set \[ find default-name=ether1 \] name=ether1-WAN
set \[ find default-name=ether2 \] name=ether2-LAN
set \[ find default-name=ether3 \] name=ether3-hotspot
set \[ find default-name=ether4 \] name=ether4-hotspot
set \[ find default-name=ether5 \] name=ether5-hotspot
set \[ find default-name=ether6 \] name=ether6-hotspot
set \[ find default-name=ether7 \] name=ether7-hotspot
set \[ find default-name=ether8 \] name=ether8-hotspot
/ip hotspot profile
add dns-name=kitonga.net hotspot-address=192.168.2.1 login-by=http-chap,http-pap name=hsprof1
/ip pool
add name=dhcp_pool0 ranges=192.168.1.2-192.168.1.254
add name=hs-pool-11 ranges=192.168.2.2-192.168.2.254
/ip dhcp-server
# Interface not running
add address-pool=dhcp_pool0 interface=ether2-LAN name=dhcp1
add address-pool=hs-pool-11 interface=hotspot-bridge name=dhcp2
/ip hotspot
add address-pool=hs-pool-11 disabled=no interface=hotspot-bridge name=hotspot1 profile=hsprof1
/interface bridge port
add bridge=hotspot-bridge interface=ether3-hotspot
add bridge=hotspot-bridge interface=ether4-hotspot
add bridge=hotspot-bridge interface=ether5-hotspot
add bridge=hotspot-bridge interface=ether6-hotspot
add bridge=hotspot-bridge interface=ether7-hotspot
add bridge=hotspot-bridge interface=ether8-hotspot
/ip address
add address=192.168.1.1/24 interface=ether2-LAN network=192.168.1.0
add address=192.168.2.1/24 interface=hotspot-bridge network=192.168.2.0
/ip dhcp-client
add interface=ether1-WAN
/ip dhcp-server network
add address=192.168.1.0/24 dns-none=yes gateway=192.168.1.1
add address=192.168.2.0/24 comment="hotspot network" gateway=192.168.2.1
/ip dns
set allow-remote-requests=yes servers=8.8.8.8,8.8.4.4
/ip firewall nat
add action=masquerade chain=srcnat out-interface=ether1-WAN
add action=masquerade chain=srcnat comment="masquerade hotspot network" src-address=192.168.2.0/24
/ip hotspot user
add name=admin
What DNSes you assign in the DHCP servers?
LAN has DNS set to none and Hotspot does not have it configured at all.
I bet you can ping 1.1.1.1 but not one.one.one.one
Your router has no firewall rules set so I assume that you know what are you doing.
Please paste your computer configuration (ipconfig /all on Windows) after logging in to the hotspot.
Also the second rule in your NAT configuration is not needed, the first src-nat rule will get evaluated also for the hotspot network when connecting to the internet. It is needed only in case you want to masquerade your hotspot network clients when communicating to the LAN (maybe you don't want to enable such communication and then you are missing the firewall rules).
Hi i made changes to the configuration but still i can get internet on lan3 to lan8(hotspot interfaces) without hotspot login page, also i stil don’t internet on lan port
Here is the new configuration file
/interface bridge
add name=hotspot-bridge
/interface ethernet
set [ find default-name=ether1 ] name=ether1-WAN
set [ find default-name=ether2 ] name=ether2-LAN
set [ find default-name=ether3 ] name=ether3-hotspot
set [ find default-name=ether4 ] name=ether4-hotspot
set [ find default-name=ether5 ] name=ether5-hotspot
set [ find default-name=ether6 ] name=ether6-hotspot
set [ find default-name=ether7 ] name=ether7-hotspot
set [ find default-name=ether8 ] name=ether8-hotspot
/ip hotspot profile
add dns-name=kitonga.net hotspot-address=192.168.2.1 login-by=
cookie,http-chap,http-pap name=hsprof2
/ip pool
add name=hs-pool-11 ranges=192.168.2.2-192.168.2.254
add name=lan-pool1 ranges=192.168.1.2-192.168.1.254
/ip dhcp-server
add address-pool=hs-pool-11 interface=hotspot-bridge name=dhcp1
/ip hotspot
add address-pool=hs-pool-11 disabled=no interface=hotspot-bridge name=hotspot1
profile=hsprof2
/interface bridge port
add bridge=hotspot-bridge interface=ether3-hotspot
add bridge=hotspot-bridge interface=ether4-hotspot
add bridge=hotspot-bridge interface=ether5-hotspot
add bridge=hotspot-bridge interface=ether6-hotspot
add bridge=hotspot-bridge interface=ether7-hotspot
add bridge=hotspot-bridge interface=ether8-hotspot
/ip address
add address=192.168.1.1/24 interface=ether2-LAN network=192.168.1.0
add address=192.168.2.1/24 interface=hotspot-bridge network=192.168.2.0
/ip dhcp-client
add default-route-tables=main interface=ether1-WAN
/ip dhcp-server network
add address=192.168.2.0/24 comment="hotspot network" gateway=192.168.2.1
/ip dns
set allow-remote-requests=yes servers=8.8.8.8,1.1.1.1
/ip firewall nat
add action=masquerade chain=srcnat out-interface=ether1-WAN
/ip hotspot user
add name=admin