good day, I want to ask for your advice. I can’t connect the internet to the mikrotik ax2 router. I can ping 8.8.8.8 from the router, but I can’t get to the wan either from the wifi or from the cable. THX guys
Here is my config>
2024-07-02 13:43:25 by RouterOS 7.15.2
# software id = 3MIE-1QDH
#
# model = C52iG-5HaxD2HaxD
# serial number = XXXXXXXXXXX
/interface bridge
add name=bridge2
/interface ethernet
set [ find default-name=ether1 ] poe-out=off rx-flow-control=auto \
tx-flow-control=auto
/interface list
add name=WAN
add name=LAN
/interface wifi datapath
add bridge=bridge2 bridge-cost=1 disabled=no interface-list=WAN name=datapath1
/interface wifi
set [ find default-name=wifi1 ] configuration.country=Slovakia .mode=ap .ssid=\
"Bacigala 5" datapath=datapath1 datapath.bridge=bridge2 .bridge-cost=1 \
.interface-list=all disabled=no
set [ find default-name=wifi2 ] configuration.country=Slovakia .mode=ap .ssid=\
"Bacigala 2" datapath=datapath1 datapath.bridge=bridge2 .interface-list=all \
.vlan-id=none disabled=no
/ip pool
add name=dhcp ranges=192.168.3.2-192.168.3.254
add name=dhcp_pool1 ranges=192.168.3.2-192.168.3.254
/ip dhcp-server
add address-pool=dhcp disabled=yes interface=ether1 name=dhcp1 relay=\
192.168.3.1
add address-pool=dhcp_pool1 delay-threshold=30m interface=bridge2 name=server1 \
server-address=192.168.3.1
/interface bridge port
add bridge=bridge2 interface=ether2
add bridge=bridge2 interface=ether3
add bridge=bridge2 interface=ether4
add bridge=bridge2 interface=ether5
add bridge=bridge2 interface=wifi1
add bridge=bridge2 interface=wifi2
/interface list member
add interface=ether1 list=WAN
add disabled=yes interface=wifi1 list=LAN
add interface=bridge2 list=LAN
add disabled=yes interface=wifi2 list=LAN
/ip address
add address=192.168.3.1/24 interface=bridge2 network=192.168.3.0
/ip dhcp-client
add interface=ether1
/ip dhcp-server network
add address=192.168.3.0/24 gateway=192.168.3.1
/ip upnp
set enabled=yes
/ip upnp interfaces
add interface=bridge2 type=internal
add interface=ether1 type=external
/system clock
set time-zone-name=Europe/Bratislava
/system note
set show-at-login=no