Hello.
I would like to configure :
-an IPSec tunnel between 2 routers
-first router is plain and simple - public IP and LAN (say WAN 80.1.1.1 LAN 10.0.0.0)
-target IP range for the other end is a public range (say WAN 140.1.1.0/24), don’t care about LAN
-second router has IP within that range (ie 140.1.1.10)
So the tunnel would be between 10.0.0.0/24 exiting via 80.1.1.1 and entering via 140.1.1.10 to network 140.1.1.0/24.
What rules should be set to allow the IPSec protocol to communicate and not be caught in the tunnel policy ?
Also, the second router will be passing encrypted and decrypted traffic via the same interface and IP - is that possible ?
The reason for this is that the other ends IPs are behind a firewall not managed by me. Making changes takes time and using and maintaining VPN per each computer is troublesome. I’ll be thankful for any suggestions.