[Solved] Static route iot network

Hello,

(I will ignore IPv6 here)

I have three networks configured:
lan:
192.168.0.0/16
Router IP: 192.168.1.1
iot:
10.0.0.0/16
Router IP: 10.0.0.1
wan:
dynamic

Obviously I will route lan to wan.
I did not change anything to the firewall settings.

Here are the current settings:

Now I want to implement two things:

  1. Allow lan-to-iot-trafiic. So if I type 10.1.2.3 on a device in lan I want to connect to 10.1.2.3 in iot.
  2. Allow iot-to-wan-traffic for specific devices. I want to filter either by IP or by MAC.

How can I implement this? I tried several ways but neither worked. I hope someone can help me.

Thanks
Raphael

Enable lan to iot forwarding.

Create a rule to allow the traffic you wish. By default everything is rejected.

2 Likes

Thanks

Actually I did this before and it did not work. Now I tried it again and it works just fine...

Raphael

1 Like

If your problem is solved, please consider marking this topic as [Solved]. See How to mark a topic as [Solved] for a short how-to.