In order to protect my network from the dirty pptp tunnel (no encription) which is not secure at all
i am gonna put ppp tunnel in a speccial zone so no one from the tunnel cant access to my LAN
But if someone brakes to my tunnels they can get access to web interface and ssh (of cose i can use passwords) and maybe somthing else like some system thingy idk , how to isoliate the tunnel from everything on my router ?
(at the same time i need NTP 123 port access to Internet from the tunnel(DMZ LAN) and 8080 port from Internet to 192.168.100.0 but i guesse i can just use Firewall in Luci interface )
Yes, you can keep the LAN-to-VPN forwarding, but make sure to remove the VPN-to-LAN.
Replace it with traffic rules limiting the rule scope to specific IP ranges.
Further hardening requires to limit the rule scope to specific ports and protocols.
This is necessary to prevent unauthorized access to the LAN hosts and their services.
Protecting traffic passing through the tunnel is another problem.
Turns out I need to get my LAN go to Internet through WAN but when VPN is up default gateway is VPNs gateway and I don't understand how to change it for LAN and how to make DMZ go through VPNs gateway , I definitely need to learn how the routing works how hot plug routing works etc , what can I read or maybe some examples how to make routing the way I need