cancel
Showing results for 
Search instead for 
Did you mean: 
cancel
845
Views
0
Helpful
2
Replies

Multiple VPN to same Remote Identifier RV340W

Bas_H
Level 1
Level 1

Hi,

 

We have an RV340W on which we want to configure multiple VPNs.
In itself this is not the problem but now it comes.
I would like to set up 2 VPNs to the same Remote endpoint and the same Remote Identifier.
But when I try I get the message:
WAN interface setting is repeat with connection: XXXXX

The combination of 'Local WAN Interface', 'Remote Endpoint', 'Local Identifier' and 'Remote identifier' should be unique.

 

So what I am trying:

 

VPN 1
Interface:  WAN1
Remote Endpoint static: 1.1.1.1

Local Group Setup
Local identifier type: Local WAN IP
Local identifier: 2.2.2.2
Local ip type: Subnet
IP Address: 10.10.1.0
Subnet Mask: 255.255.255.128

Remote Group Setup:
Remote identifier Type: Remote WAN IP
Remote identifier: 1.1.1.1
Remote ip Type: Subnet
Ip adress: 10.100.40.0
Subnet mask: 255.255.255.0

VPN2:

Interface:  WAN1
Remote Endpoint static: 1.1.1.1

Local Group Setup
Local identifier type: Local WAN IP
Local identifier: 2.2.2.2
Local ip type: Subnet
IP Address: 10.10.1.128
Subnet Mask: 255.255.255.240

Remote Group Setup:
Remote identifier Type: Remote WAN IP
Remote identifier: 1.1.1.1
Remote ip Type: Subnet
Ip adress: 10.100.42.0
Subnet mask: 255.255.255.0

 

The only difference is in the local and remote subnet.
Is there someone here who has a solution for this?
Thanks in advance!

2 Replies 2

Bas_H
Level 1
Level 1

Is there anyone who has a solution for this? Or is it just not possible?

Brandon Turpin
Cisco Employee
Cisco Employee

Hi,

 

On the RV340 Series routers, starting with firmware version 1.0.2.16, you can do this with IP Address Groups.  In System Configuration > IP Address Groups, you can create a LocalGroup for the local subnets ( add subnets 10.10.1.0/255.255.255.128 and 10.10.1.128/255.255.255.240) and a RemoteGroup for the remote subnets (add subnets 10.100.40.0/255.255.255.0 and 10.100.42.0/255.255.255.0).  


Then in Site-to-Site VPN, you can use:

Local IP Type: IP Group

IP Group: LocalGroup


Remote IP Type: IP Group

IP Group: RemoteGroup

 

Let me know if you have any questions regarding this.