Hello
I’m new in Mikrotik world, and I hope I can get some help/advices here.
I manage to set basic LAN and WiFi network to cover multi storage building.
WWW access over LAN and WiFi is running in any of the router… at least I manage to made basic things in couple of days.
I have problem that I cannot access any device nor PING router or device from direction of main router:
Please check the attached image.
Router_3 (192.168.3.1):
I can ping any client in that router (LAN or WiFi). Also Router_2, Main Router and ISP router and 8.8.8.8 - sems all OK.
Router_2 (192.168.2.1):
I can ping any client in that router (LAN or WiFi). Also Main Router and ISP router and 8.8.8.8 - sems all OK.
I cannot PING Router_3 or any of its client.
Main Router (192.168.1.1):
I can ping any client in that router (LAN or WiFi). Also ISP router and 8.8.8.8 - sems all OK.
I cannot PING Router_2 nor Router_3 or any of their clients.
When I check with traceroute in Main Router the tool it shows that when I PING to Router_2 or Router_3 it send PING to 192.168.0.1 Host?
Config for main router:
# 2024-11-24 16:27:26 by RouterOS 7.16.1
# software id = 0EM7-QDKF
#
# model = C53UiG+5HPaxD2HPaxD
# serial number = HF8096CZQ1W
/interface bridge
add name=LAN-Bridge
/interface ethernet
set [ find default-name=ether1 ] name=ether1-WAN
set [ find default-name=ether2 ] name=ether2-LAN
/interface wifi security
add authentication-types=wpa2-psk,wpa3-psk disabled=no name=sec1
/interface wifi configuration
add country=Slovenia disabled=no name=cfg1 security=sec1 ssid=Home-WiFi
add country=Slovenia disabled=no name=cfg2 security=sec1 ssid=Home-Wifi_5G
/interface wifi
set [ find default-name=wifi1 ] configuration=cfg1 configuration.mode=ap \
disabled=no name=wifi1_5G security.authentication-types=wpa2-psk
set [ find default-name=wifi2 ] configuration=cfg1 configuration.mode=ap \
disabled=no name=wifi2_2G security.authentication-types=wpa2-psk
/ip pool
add name=DHCP_Pool_AX3 ranges=192.168.1.50-192.168.1.254
/ip dhcp-server
add address-pool=DHCP_Pool_AX3 interface=LAN-Bridge lease-time=1d name=\
LAN-DHCP
/interface bridge port
add bridge=LAN-Bridge interface=ether3
add bridge=LAN-Bridge interface=ether4
add bridge=LAN-Bridge interface=ether5
add bridge=LAN-Bridge interface=ether2-LAN
add bridge=LAN-Bridge interface=wifi1_5G
add bridge=LAN-Bridge interface=wifi2_2G
/ip neighbor discovery-settings
set discover-interface-list=!dynamic
/interface wifi capsman
set enabled=yes package-path="" require-peer-certificate=no upgrade-policy=\
none
/interface wifi provisioning
add action=create-dynamic-enabled disabled=no master-configuration=cfg1
/ip address
add address=192.168.1.1/24 interface=LAN-Bridge network=192.168.1.0
add address=192.168.0.3/24 interface=ether1-WAN network=192.168.0.0
/ip dhcp-server lease
add address=192.168.1.49 client-id=1:9c:93:4e:41:62:7 mac-address=\
9C:93:4E:41:62:07 server=LAN-DHCP
/ip dhcp-server network
add address=192.168.1.0/24 dns-server=8.8.8.8,1.1.1.1 gateway=192.168.1.1
/ip dns
set allow-remote-requests=yes servers=192.168.1.1
/ip firewall nat
add action=masquerade chain=srcnat out-interface=ether1-WAN
/ip ipsec profile
set [ find default=yes ] dpd-interval=2m dpd-maximum-failures=5
/ip route
add disabled=no distance=1 dst-address=0.0.0.0/0 gateway=192.168.0.1 \
pref-src="" routing-table=main scope=30 suppress-hw-offload=no \
target-scope=10
/system clock
set time-zone-name=Europe/Ljubljana
/system identity
set name=ax3_LivingRoom
/system note
set show-at-login=no
/system ntp client
set enabled=yes
/system ntp server
set broadcast=yes enabled=yes manycast=yes
/system ntp client servers
add address=si.pool.ntp.org
add address=pool.ntp.org
