I create a tunnel and I want to do as follow:
My internal lan is 192.168.21.0/24, the other lan is 192.168.3.0/24.
I want to access to the 192.168.3.0/24, but I don’t want that the other network is accessing on my lan.
I’ve created a firewall rule, but if I block the source address 192.168.3.0/24, my lan is also blocked to acces 192.168.3.0/24
(1) Draw a diagram of your network.
(2) post config
/export file=anynameyouwish ( minus router serial number, any public WANIP information, keys, etc. )
Then read the script below and attempt to understand what each line means.
Note that
lets assume ether1 is an interface that is defined as being part of the interface list called WAN
lets assume that the bridge is an interface that is defined as being part of the interface list called LAN
Thus under each line, your task is to write what you think each rule is doing… ( except for the 127.0.0.1 rule as thats a grey area not fully explained - just to state the router needs it to do some internal work depending upon functionalities being used (capsman, wireguard etc…)