DrayTek UK Users' Community Forum
Help, Advice and Solutions from DrayTek Users
Site-Site VPN- multiple subnets without creating SA's. Not available on DrayOSv5
- Liam
- Topic Author
- Offline
- New Member
-
Less
More
- Posts: 4
- Thank yous received: 0
12 May 2025 09:45 - 12 May 2025 16:36 #104925
by Liam
Site-Site VPN- multiple subnets without creating SA's. Not available on DrayOSv5 was created by Liam
Hello, I've recently purchased a few 2136ax routers for some additional small sites. They VPN into the main site which has a few different subnets. When I try to enter the additional subnets there is no option other than to create additional SA's for each subnet. I do not want to do this, I just want the router to be aware that these additional subnets reside at the end of this VPN connection. This has not been an issue with all the previous Vigor's I've used, where creating additional SA's was an option, not an enforcement. However, like I say, there seems to be no other option than to create additional SA's with this new model. Also just to add, if I add the additional subnets in here, then the router tries to create SA's, which will fail and drop the VPN every 30secs. When I remove the SA's, the VPN connection is stable.
Can someone help/confirm?
Screenshot of options. It's either Disabled or Multiple SA's
Can someone help/confirm?
Screenshot of options. It's either Disabled or Multiple SA's
Last edit: 12 May 2025 16:36 by Liam.
Please Log in or Create an account to join the conversation.
- Liam
- Topic Author
- Offline
- New Member
-
Less
More
- Posts: 4
- Thank yous received: 0
13 Aug 2025 12:35 #105345
by Liam
Replied by Liam on topic Site-Site VPN- multiple subnets without creating SA's. Not available on DrayOSv5
Does anyone know about this? Still not able to add a subnet with creating an SA on 2136ax router.
Please Log in or Create an account to join the conversation.
- HodgesanDY
- Offline
- Member
-
Less
More
- Posts: 287
- Thank yous received: 25
15 Aug 2025 15:15 #105368
by HodgesanDY
Replied by HodgesanDY on topic Site-Site VPN- multiple subnets without creating SA's. Not available on DrayOSv5
Hi
Liam,
I see your issue. No doubt DrayTek will add the option you want with enough demand, or they have other reasons for enforcing the use of it.
You could try this:
as in
or even
..if it lets you?
That would push the rekeying period to 24 hours or 0 hours, if it accepts 0, for the Phase2 SA.
I imagine this isn't a problem for two modern matching DrayTek routers but possibly a problem for old and new working together.
I see your issue. No doubt DrayTek will add the option you want with enough demand, or they have other reasons for enforcing the use of it.
You could try this:
Code:
vpn l2lset [list index] phase2[lifetime]
Code:
vpn l2lset [Profile 1] phase2[86400]
Code:
vpn l2lset [Profile 1] phase2[0]
That would push the rekeying period to 24 hours or 0 hours, if it accepts 0, for the Phase2 SA.
I imagine this isn't a problem for two modern matching DrayTek routers but possibly a problem for old and new working together.
The following user(s) said Thank You: Liam
Please Log in or Create an account to join the conversation.
- Jeremy
- Offline
- New Member
-
Less
More
- Posts: 2
- Thank yous received: 1
20 Aug 2025 14:27 - 20 Aug 2025 23:35 #105397
by Jeremy
Replied by Jeremy on topic Site-Site VPN- multiple subnets without creating SA's. Not available on DrayOSv5
I believe that it is possible to get round this problem using Route Policies. I will have the same issue but I am unable to test it on the 2136 for another couple of weeks, but it does appear that you can enter your extra routes as a Route Policy that steers the traffic to the specific VPN.
As I understand it, Drayos has 2 routing tables, the standard one and the Route Polices one which can add to or overriide any standard routing.
It would probably be a lot more simple to setup if draytek made the Network section on the VPN config a single list of routes with a minimum of one route and check boxes for SAs. However, as has been said above, there may be some underlying reason for the restriction. It does kind of feel like an oversight though.
I'll post something back when I've been able to check it out properly.
As I understand it, Drayos has 2 routing tables, the standard one and the Route Polices one which can add to or overriide any standard routing.
It would probably be a lot more simple to setup if draytek made the Network section on the VPN config a single list of routes with a minimum of one route and check boxes for SAs. However, as has been said above, there may be some underlying reason for the restriction. It does kind of feel like an oversight though.
I'll post something back when I've been able to check it out properly.
Last edit: 20 Aug 2025 23:35 by Jeremy.
The following user(s) Like: HodgesanDY
Please Log in or Create an account to join the conversation.
- Jeremy
- Offline
- New Member
-
Less
More
- Posts: 2
- Thank yous received: 1
04 Sep 2025 13:37 - 04 Sep 2025 13:40 #105437
by Jeremy
Replied by Jeremy on topic Site-Site VPN- multiple subnets without creating SA's. Not available on DrayOSv5
Right, as promised, I have now had a chance to test route policies for IPSEC VPNS on 2136ax (DrayOS 5).
It is all working as it should, I've got two IPSEC VPNs to other sites, and each one of those just has it's one default subnet configured. Then two route policies set up each one adds the missing subnets for a VPN, i.e. those that would have been added as extra routes on DrayOS 3/4.
It's a bit of an annoyance that the lists like Site-to-Site VPN and Route Policy cannot be enabled/disabled at the list level as in DrayOS 3/4 as that makes it a whole lo quicker to debug routing problems, but it's not the end of the world.
It is all working as it should, I've got two IPSEC VPNs to other sites, and each one of those just has it's one default subnet configured. Then two route policies set up each one adds the missing subnets for a VPN, i.e. those that would have been added as extra routes on DrayOS 3/4.
- Go to: Configuration / Routing / Route Policy
- Click + Add
- Give it a name and enable it
- Set Destination to IPv4 Address
- Click + Add to add the extra subnet(s) required
- Set Primary Path to VPN
- For Primary Path VPN click + Add to select the required VPN
- Everything else should be ok at default.
It's a bit of an annoyance that the lists like Site-to-Site VPN and Route Policy cannot be enabled/disabled at the list level as in DrayOS 3/4 as that makes it a whole lo quicker to debug routing problems, but it's not the end of the world.
Last edit: 04 Sep 2025 13:40 by Jeremy.
The following user(s) said Thank You: Liam
The following user(s) Like: anaglypta, HodgesanDY
Please Log in or Create an account to join the conversation.
- Liam
- Topic Author
- Offline
- New Member
-
Less
More
- Posts: 4
- Thank yous received: 0
04 Sep 2025 14:48 #105438
by Liam
Replied by Liam on topic Site-Site VPN- multiple subnets without creating SA's. Not available on DrayOSv5
Thanks Jeremy, I actually managed to get it set up a few days ago exactly as you mentioned above. It is frustrating, though, that the routes don’t show up in the route table.My next issue, which I haven’t had a chance to dig into yet, is that when I disable WAN access to the router (basic security), I can’t reach a remote router from inside the VPN. The error says that remote administration via WAN is blocked, even though I’m technically on our internal network, just at another site.
Please Log in or Create an account to join the conversation.
Moderators: Chris