Velvet Star Monitor

Standout celebrity highlights with iconic style.

updates

Routing between 2 networks

Writer Sophia Terry

I have an Ubiquiti Edgerouter X that is receiving the internet over PPPoe from a Modem.

The router is configured to have network 192.168.1.0/24 and provide DHCP to devices.

Plugged into one of the ports on the router is a Tenda MW6 Nova Mesh device, which is picking up a DHCP address from the router. Its then providing 192.168.5.0/24 to the wifi devices, itself being 192.168.5.1 on that network and 192.168.1.184 on the wired network.

Devices on the wifi network can see the internet and access devices on the wired network. However devices on the wired network can not access devices on the wifi network. This is by ping, traceroute or ssh.

Now I logged onto the router and tried to add a static route to 192.168.5.0/24 with the next hop being 192.168.1.184 that doesn't seem to have worked.

So I wonder if anyone could help point me in the right direction.

If this is the wrong forum I'm sorry.

Network Diagram Basic

Route Config

1 Answer

(Instant upvote for including a diagram of the network setup).

static route to 192.168.5.0/24 with the next hop being 192.168.1.184

This sounds good, provided your 192.168.1.0/24 boxes receive the Edgerouter address as default route (gateway) via DHCP.

Next thing to check is if the Tenda MW6 does NAT between the "WAN" 192.168.1.184 address and its 192.168.5.0/24. It probably does, because otherwise you'd have to set up static routes on the Tenda. So disable NAT, and configure the Tenda correctly.

2

Your Answer

Sign up or log in

Sign up using Google Sign up using Facebook Sign up using Email and Password

Post as a guest

By clicking “Post Your Answer”, you agree to our terms of service, privacy policy and cookie policy