AdGuardVPNCLI icon indicating copy to clipboard operation
AdGuardVPNCLI copied to clipboard

Bad connection if USB modem used

Open bigbigmdm opened this issue 2 months ago • 0 comments

Please answer the following question for yourself before submitting an issue

  • [x] I checked to make sure that this issue has not already been filed

AdGuard VPN CLI version

v1.5.10

Environment

  • OS: Linux Mint 21.3 based on Ubuntu jammy 22.04, Linux Fedora 42
  • Architecture: x86-64

The connection was successful, but up to 95% of packets were rejected when I used a USB modem. Everything worked fine when using a Wi-Fi connection. I tried two mobile operators and two operating systems: Linux Mint 21.3 and Linux Fedora 42. The VPN connection was poor with all mobile operators. I think the problem is related to the TTL connection change. If I connect to a mobile operator without a VPN, the ping to 8.8.8.8 looks like this: 64 bytes from 8.8.8.8: icmp_seq=57 ttl=106 time=51.1 ms If I connect to a VPN:

64 bytes from 8.8.8.8: icmp_seq=24 ttl=255 time=105 ms

--- Ping statistics for 8.8.8.8 ---
29 packets sent, 9 received, 68.9655% packet loss

I tried to change the TTL value in the tun0 interface using IPTABLES: sudo iptables -t mangle -A POSTROUTING -o tun0 -j TTL --ttl-set 106 , but this command did not work.

Issue Details

Steps to reproduce:

  1. Connecting the USB modem to a compuser
  2. Starting VPN connection
  3. ping 8.8.8.8

Expected Behavior

Good internet surfing, good ping without the loss packets

Actual Behavior

Does not connect to any websites in the browser, poor ping with a large number of lost packets

Screenshots

Screenshot 1 Image Image

Additional Information

No response

bigbigmdm avatar Oct 28 '25 05:10 bigbigmdm