OpenVPN에 연결할 때 무한 루프

OpenVPN에 연결할 때 무한 루프

Windows, Ubuntu 및 Manjaro에서 openvpn을 통해 대학 VPN을 연결했습니다.

별도의 구성 없이 Windows가 즉시 실행됩니다.

Linux 시스템을 사용할 때 VPN에 연결하는 것이 작동하는 것 같지만, 네트워크 내부 또는 외부에서 웹 사이트를 요청할 때 무한 루프에 걸린 것처럼 보입니다.

이제 나는 Manjaro에 있습니다.

OpenVPN-문서:

client
dev tun

proto tcp

connect-timeout 20
remote serverFooBar 1195 #correct server is set here

remote-cert-tls server
auth-user-pass

# the option 'block-outside-dns' is for windows only
# ignore-unknown-option block-outside-dns
# block-outside-dns

route-metric 1
push-peer-info

<ca>
-----BEGIN CERTIFICATE-----
Here is the Certificate
-----END CERTIFICATE-----
</ca>

Traceroute의 결과는 다음과 같습니다.

traceroute link.springer.com
traceroute to link.springer.com (172.23.255.252), 30 hops max, 60 byte packets
 1  172.23.255.252 (172.23.255.252)  43.817 ms  3036.501 ms  3065.505 ms
 2  172.23.255.252 (172.23.255.252)  4035.637 ms  4063.329 ms  4063.283 ms
 3  172.23.255.252 (172.23.255.252)  4063.306 ms  4063.299 ms  4063.293 ms
 4  172.23.255.252 (172.23.255.252)  4063.298 ms  4063.270 ms  4063.275 ms
 5  * * *
...
30  * * *

resolv.conf는 또한 DNS 서버를 올바르게 설정합니다.

nameserver 172.25.0.1
nameserver myIPv6Adress
nameserver 192.168.0.1

네트워크 카드가 운영 체제와 호환되지 않는 것 같습니다.

02:00.0 Ethernet controller: Realtek Semiconductor Co., Ltd. RTL8111/8168/8211/8411 PCI Express Gigabit Ethernet Controller (rev 10)
03:00.0 Network controller: Intel Corporation Wi-Fi 6 AX200 (rev 1a)

추가 하드웨어 정보:

cpu:
  AMD Ryzen 5 4500U with Radeon Graphics

network:
  wlp3s0               Intel Wi-Fi 6 AX200
  enp2s0               Realtek RTL8111/8168/8411 PCI Express Gigabit Ethernet Controller

network interface:
  lo                   Loopback network interface
  wlp3s0               Ethernet network interface
  enp2s0               Ethernet network interface
  docker0              Ethernet network interface

bridge:
                       AMD Renoir PCIe Dummy Host Bridge
                       AMD Renoir Device 24: Function 3
                       AMD Renoir Device 24: Function 1
                       AMD Renoir PCIe Dummy Host Bridge
                       AMD Renoir PCIe GPP Bridge
                       AMD FCH LPC Bridge
                       AMD Renoir PCIe GPP Bridge
                       AMD Renoir Device 24: Function 6
                       AMD Renoir Root Complex
                       AMD Renoir Internal PCIe GPP Bridge to Bus
                       AMD Renoir Device 24: Function 4
                       AMD Renoir Device 24: Function 2
                       AMD Renoir PCIe GPP Bridge
                       AMD Renoir Device 24: Function 0
                       AMD Renoir PCIe GPP Bridge
                       AMD Renoir PCIe Dummy Host Bridge
                       AMD Renoir Device 24: Function 7
                       AMD Renoir Device 24: Function 5

Linux 초보자로서 저는 이 문제를 디버깅할 방법이 없습니다.

도움을 주시면 감사하겠습니다.

관련 정보