|
Bugzilla – Full Text Bug Listing |
| Summary: | openvpn applying nonsensical route / killing all network traffic | ||
|---|---|---|---|
| Product: | [openSUSE] openSUSE Tumbleweed | Reporter: | robert spitzenpfeil <rs.opensuse> |
| Component: | Network | Assignee: | Jonathan Kang <songchuan.kang> |
| Status: | RESOLVED NORESPONSE | QA Contact: | E-mail List <qa-bugs> |
| Severity: | Normal | ||
| Priority: | P5 - None | CC: | rs.opensuse |
| Version: | Current | Flags: | songchuan.kang:
needinfo?
(rs.opensuse) |
| Target Milestone: | --- | ||
| Hardware: | x86-64 | ||
| OS: | openSUSE Tumbleweed | ||
| Whiteboard: | |||
| Found By: | --- | Services Priority: | |
| Business Priority: | Blocker: | --- | |
| Marketing QA Status: | --- | IT Deployment: | --- |
|
Description
robert spitzenpfeil
2023-08-14 22:17:47 UTC
Closing... It seems someone on the other side has just fixed the problem right before I switched to the other machine. The VPN server seems to have pushed the bad route. Reopening... So far I've discovered: * If I use an IPv4 address as VPN gateway, it works all the time. * If I use an IPv6 address, the routes are always wrong. The VPN server I connect to has 3 IPv4 and 3 IPv6 addresses. Now the question is, whether the problem is on my side, or on the server side. IPv4 VPN GW: ============ default via XXX dev tun0 proto static metric 50 default via 192.168.2.1 dev wlp1s0 proto static metric 600 ... 192.168.2.1 dev wlp1s0 proto static scope link metric 50 ... IPv6 VPN GW: ============ default via XXX dev tun0 proto static metric 50 default via 192.168.2.1 dev wlp1s0 proto static metric 600 ... 192.168.2.1 dev >>>TUN0<<< proto static scope link metric 50 ... I've created a ticket with our IT department, hoping they can tell me if they push different routes depending on IPv4 / IPv6. Now we wait ;-) I've had a discussion with the guys running the eduvpn /openvpn server(s), sent a few logfiles back and forth... inconclusive. According to them, they don't do anything differently whether someone connects to their IPv4 or IPv6 instances. Also it seems I'm the only one complaining so far, so the problem might be with my system / os. But I guess the number of linux clients is rather limited, more Ubuntu than SuSE. I've closed the ticket with them. If I can send you a few logfiles, just let me know what you'd like to get. For now I'm happy with just connecting directly to the VPN gateway using an explicict IPv4 address and not its DNS name. Thanks for the report, rebert.
It'll be great to have some detailed NetworkManager logs. To collect those, add the following content to /etc/NetworkManager/conf.d/NetworkManager.conf, restart NetworkManager, reproduce this issue and attach the output of `journalctl -b` here.
> [logging]
> level=trace
|