Because the router CISCO RV082 doesn’t allow on defining two VPN tunnels on the same external IP address, I assigned the second address to Internal interface.
So , Internal interface has two IP addresses:
192.168.1.1. and 192.168.2.1
I also defined two VPN tunnels on ASG8 (virtual appliance):
192.168.10.0/24 192.168.1.0/24
192.168.20.0/24 192.168.2.0/24
and as a result in a routing table appeared two entries:
"192.168.10.0/24 dev eth1 proto ipsec scope lin src 192.168.1.1"
"192.168.20.0/24 dev eth1 proto ipsec scope link"
Unfortunately the traffic from the second tunnel is directed to 192.168.1.1 instead of 192.168.2.1.
How should be set ASG8 to direct the traffic of the second tunnel on the second IP address (192.168.2.1) of Internal interface
DJack
This thread was automatically locked due to age.