You are not logged in.
Problem Summary
I'm experiencing a strange issue with VPN connections on my Arch Linux (EndeavourOS) laptop when using my home ADSL network.
The VPN connects, but I have no internet access. However, the same VPN setup works fine under certain conditions.
- Android Phone & Windows VM (on the same Linux laptop) connects to VPN over ADSL without issues.
- VPNs on Same Linux Laptop (when using 4G/hotspot instead of ADSL), works perfectly.
What Fails:
- Linux laptop on ADSL: Connects to VPN but has no internet (except for pinging IPs).
- I tried pinging some IPs and realized there is internet access, but not for browsing. I tried downloading some data via Steam as an example, which worked.
- I also tried a telnet to port 80 of YouTube.com and got this output.
- Tried multiple VPN clients (ProtonVPN, RiseupVPN, Windscribe - works only on stealth protocol & UDP).
- System updates via yay, or Steam downloads works, but web browsing does not except Google search webpages sometimes work.
What I Have Tried:
- Manually setting `/etc/resolv.conf`:
# Generated by NetworkManager
nameserver 1.1.1.1
nameserver 1.0.0.1
nameserver 8.8.8.8
- I can ping IP addresses (e.g., `8.8.8.8`).
- Manually setting DNS in `/etc/resolv.conf` does not fix the issue.
- Flushed DNS cache, restarted NetworkManager, tried different resolvers, tried reseting network configurations and reinstalling Networkmanager.
Possible Causes (Need Help Debugging)
- I don't think it's an ISP block or a WiFi router issue right?
- Could this be a Linux-specific networking issue? Possibly, since it works on 4G but not ADSL. But I tried resetting network configurations, reinstalling NetworkManager, and flushing DNS.
- Firewall/routing issue? Could be, but I need guidance on what logs to check.
What Logs & Configs Should I Provide?
I would appreciate any debugging steps and guidance on what logs/configurations to share.
resolv conf when initializing connection
File: /etc/resolv.conf
nameserver 10.2.0.1
search .
ip route
╰─ ip route
default via 192.168.1.1 dev wlan0 proto dhcp src 192.168.1.3 metric 600
192.168.1.0/24 dev wlan0 proto kernel scope link src 192.168.1.3 metric 600
Offline
Have you read the forum rules? This is an Arch only forum.
EndeavourOS has it's own forum: https://forum.endeavouros.com/
Offline
My guess is broken MTU / blackhole, check if Ethernet is indeed 1500:
$ ping -c 3 -s 1472 -M do 1.1.1.1
Windows has broken MTU workaround enabled by default.
$ sysctl net.ipv4.tcp_mtu_probing=1
Offline
Also check. Could be your browser is configured to connect through a proxy?
Offline