By disabling the “Zone ⇒ Forwards” by rejecting in the LAN→WAN Input and Output i could stop my Computers in the LAN for getting connections to the WAN - everything works fine here - i defined only a few specific Ports/Servers in the WAN which are allowed.
But - its a little bit annoying that with this setup the DHCP on the LAN is not working anymore - i have to configure my nw interface on the compunters in the LAN by hand. Is thies meant to be like that? How can i get the DHCP Server working again in my LAN area?
Yea, you were only supposed to edit the LAN to WAN [zone] forwarding. Your description seems as if you edited the LAN zone input, output and [intra-zone] forward rules.
now it looks like this - but my intention to disable the LAN to WAN connection is not functioning - my LAN still has full connection to WAN! I even rebooted the router…
It looks like you didn’t follow the advice in the previous thread to disable the forwarding AND create specific traffic rules for the traffic you want to allow from lan to wan (e.g. Samba).
No - this is a fresh testrouter - on the production system it works with my forwards… but without the dhcp - i dont want to play around on the production system - there are computers behind which never got any Windows updates and they should get never any update!!!
While best practice to have the default forward set to drop or reject, this is not strictly necessary here and is not the cause of the problem. The General Settings Input/Output/Forward rules apply only to networks that are not included in a zone. The wan and lan networks in this setup do appear to be assigned to the correct zones.
EDIT: See post 22 in this thread where @dave14305 points out what I then verified in post 23. My assertion here was incorrect, thus the strikethrough.
Please connect to your OpenWrt device using ssh and copy the output of the following commands and post it here using the "Preformatted text </> " button (red circle; this works best in the 'Markdown' composer view in the blue oval):
Remember to redact passwords, VPN keys, MAC addresses and any public IP addresses you may have:
I’m not sure I agree with you yet. The default forward policy will determine the policy of the main forward chain, and without any lan forwards defined, the forward_lan chain will not stop lan to wan traffic. That traffic will return to the forward chain where the policy is accept.