But why rdp to lan pc-s is allowed when I am connected to vpnYour router has the firewall rule below;
add action=drop chain=input comment="defconf: drop all not coming from LAN" \
in-interface-list=!LAN
This rule says to block all access that comes from interfaces other than the LAN. Except LAN, all traffic that comes from other interfaces that are not part of the LIST=LAN interface will be blocked.
The VPN interface is created dynamically when connecting and is not part of the LAN LIST. Therefore, you need to create a rule to allow access.
Statistics: Posted by pasin — Wed Dec 27, 2023 9:08 pm