Verifying settings to block upstream/downstream from LAN

Apologies for the cross post, I have the exact situation as described here How to isolate my OpenWrt LAN from my actual LAN?

With a slight variation

I'd like to confirm if my firewall settings are correct.

43ebed841ab7b52e3301b2c4df7d38e7e7bbe5e3_2_666x500

in the setup above, will the following firewall rules block upstream/downstream and isolate everything beyond the OpenWrt router from the ISP router

i.e. will the OpenWrt router only pull internet from the ISP router and nothing else
and, the ISP router will not be affected by anything on the other side of the OpenWrt router

i tested the following settings and they work (changed the ip's to fit the example diagram from the other post), just wanted to check if what i am doing is correct, also, is 'drop' or 'reject' better, generally

to block upstream

to block downstream

thanks, sorry, again, for the cross post

In the default configuration (with no added firewall rules), the network behind the OpenWrt router will have access to the internet and to the lan of the ISP router (i.e. 192.168.1.0/24). The ISP router will not have access to the network behind the OpenWrt router (or for that matter, the OpenWrt router itself because of the firewall). And, from the perspective of the ISP network the OpenWrt router will appear like any other device on its network and the configuration of your OpenWrt router will not affect the ISP lan (at least there are very few situations where that could reasonably happen... I'm sure we could invent a problematic situation, but there's really very little chance that you'd ever run into that).

So, the question is this:

  • do you want the devices on 192.168.6.0/24 to be able to reach devices on 192.168.1.0/24, or do you want that blocked?

That is the only reason you'd need to create additional firewall rules.

1 Like

no, blocked, pl., thanks

Edit:
so this rule should be good?, thanks

No... that will not work.

Edit it to have the following:

  • Source zone lan
  • Destination zone 'wan'
  • Source address empty
  • Destination address 192.168.1.0/24
1 Like

thanks, so this should be good then :slight_smile:

Edit:

Yup... looks good.

1 Like

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