1.Can someone tell me how many tunnels can i configure that would work at the same time in rb750.
in the ipsec configuration in the wiki there are all the steps to establish a tunnel between 2 networks. but what are the rules in the firewall that i have to configure in order to make the tunnel work.???
lets say that first network is: public 1.1.1.1 lan 2.2.2.2
and second network is: public: 3.3.3.3 lan:4.4.4.4
When you set up the other end you can just have it generate the policy
The side you want to make initial contact you will also need to have your “/ip firewall nat” to look something like this and make sure it has a high priority
0 chain=srcnat action=accept src-address=2.2.2.0/24
dst-address=4.4.4.0/24 out-interface=“your WAN interface”
Then make sure you are not filtering this traffic in your /ip firewall filter