Bug 1222723 - wrong route management for 2 vpn on network manager
Summary: wrong route management for 2 vpn on network manager
Status: NEW
Alias: None
Product: PUBLIC SUSE Linux Enterprise Server 15 SP5
Classification: openSUSE
Component: Basesystem (show other bugs)
Version: unspecified
Hardware: x86-64 openSUSE Leap 15.5
: P5 - None : Normal
Target Milestone: ---
Assignee: Jonathan Kang
QA Contact:
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2024-04-12 11:05 UTC by Federico Pinca
Modified: 2024-04-28 09:27 UTC (History)
2 users (show)

See Also:
Found By: SUSE Technical Services
Services Priority:
Business Priority:
Blocker: ---
Marketing QA Status: ---
IT Deployment: ---


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Federico Pinca 2024-04-12 11:05:33 UTC
step to reproduce:
(in my case but i think it can be reproduced also with different vpn types)

- start first vpnc vpn as default route
- start second openvpn vpn and use it only for resource on his network

when the second vpn start network manager establish the connection to the vpn gateway routing from the first vpn (as default route), but after the vpn connection is established and the routes are pushed to the client, network manager add a route to the second vpn gateway with gateway configured as the isp gateway;
so the public vpn client src ip change for the second vpn and the connection is broken
if we add the route to the second vpn gateway manaually and force it to pass to the isp gateway before starting the second vpn, all work correctly