[SOLVED] Traffic route between two LAN

Hello everyone,
this is my network :

As you can see i have 2 network's (192.168.123.0/24 and 192.168.1.0/24).

From 192.168.1.x i can reach every host in 192.168.123.0, but I can't do the opposite.
I need to access the hosts of the OpenWrt router from the FritzBox network.

I set up the static routing table on the fritzbox as below:

Network = 192.168.1.0
Subnet Mask = 255.255.255.0
Gateway = 192.168.123.5

I think i have to manage something in the OpenWrt router to complete my configuration.
Someone can help ?

Thank you

1 Like

From the fritzbox network now I can ping 192.168.1.1. But I can't get into the configuration page of OpenWrt router(LuCi) or SSH into it .

I would like to merge the two networks and not have any kind of block between them (like a big lan with max 508 hosts =) ).

I think the problem is the firewall. Any suggestion?

It sounds likely, the WAN interface is by default assigned to the WAN zone which won't allow incoming connections in the default configuration.

2 Likes

So what i have to do ?
Sorry but I am a openwrt beginner.

Here is my firewall :

and interface:

LuCI > Network > Firewall > General Settings > Zones > wan > Edit

  • Input, Output, Forward > accept
  • Masquerading, MSS clamping > Uncheck
  • Allow forward to destination zones > lan

Save > Save & Apply

2 Likes

Thank you ! It worked ! :upside_down_face:

1 Like

This topic was automatically closed 10 days after the last reply. New replies are no longer allowed.