Community discussions

MikroTik App
 
Neo553
just joined
Topic Author
Posts: 1
Joined: Sun May 15, 2022 9:26 pm

Issues with a simple setup - Cant route between LANs

Sun May 15, 2022 9:51 pm

Hi,
So am trying to set up a MikroTik Cloud Router Switch CRS326-24G-2S+RM with the following setup:
https://viewer.diagrams.net/?tags=%7B%7 ... S6%2FgE%3D

The issue is that i can ping from LAN1 to LAN2, but not the other way arround

The first router passes internett to the switch on port 1 (WAN), and a routing rule is created on the router to route all the 192.168.50.1/24 traffic to the mikrotik switch (192.168.0.33).

The workstation (192.168.50.100) is connected to port 2 on the mikrotik

I can ping 192.168.50.100 from 192.168.0.54 , but not the other way arround.
So if i try to reach any of the services running on the 192.168.50.1/24 network from LAN1, i get an ERR_CONNECTION_RESET.
Do anyone see the where the issue is?

I have tried replacing the router, but does not change anything

confiпg (followed the Mikrotik First Time Configuration guide):
# software id = EB13-GZFG
#
# model = CRS326-24G-2S+
/interface bridge
add name=local
/interface wireless security-profiles
set [ find default=yes ] supplicant-identity=MikroTik
/ip hotspot profile
set [ find default=yes ] html-directory=hotspot
/ip pool
add name=dhcp_pool0 ranges=192.168.50.2-192.168.50.254
/ip dhcp-server
add address-pool=dhcp_pool0 interface=local name=dhcp1
/port
set 0 name=serial0
/interface bridge port
add bridge=local interface=ether2
/ip address
add address=192.168.50.1/24 interface=local network=192.168.50.0
/ip dhcp-client
add interface=ether1
/ip dhcp-server network
add address=192.168.50.0/24 dns-server=192.168.50.1 gateway=192.168.50.1
/system clock
set time-zone-name=REDACTED/REDACTED
/system routerboard settings
set boot-os=router-os

Who is online

Users browsing this forum: Bolendox, LeoNaXe and 32 guests