-
Notifications
You must be signed in to change notification settings - Fork 416
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
No internet connection on Ubuntu #1357
Comments
I confirm the bug; I am experiencing the same issue on Ubuntu 24.04.1 LTS. I have temporarily resolved it using the following workaround:
|
@dazmagar Thanks for answer, but it did't help me :( And "NEW_IP" from After I followed your instructions and nothing changed. Here is my "ip a" info |
I have same error |
OLD_IP - the IP that is assigned to your amn0 interface when you "connect" to the VPN using AmneziaVPN on your Ubuntu. NEW_IP - the IP that you should take from your client VPN config file. Below is an example of a client VPN config file from which you need to take the IP (the 'Address' field in the 'Interface' section)
|
@dazmagar It seems like I have the same OLD_IP and NEW_IP. Where can I find VPN config file? |
Typically, the client configuration is generated on the VPN server. (This can be a text file or a picture - QR code) |
When app connected to my VPS server using AmneziaWG no internet on Ubuntu. But on another devices (iOS, MAC) it works perfectly. It looks like internet is blocking, because when I start pinging or try to open iptables on terminal they are blocking and don't do anything until I turn off the button in app.
OpenVPN over Cloak and Amnezia Free v3 works, another methods don't.
Steps to reproduce the behavior:
Expected behavior: Access to internet using AmneziaWG.
Log files
2025-01-13 10:38:53 debug LocalServer new connection
2025-01-13 10:38:53 debug Amnezia "DaemonLocalServer" "New connection received"
2025-01-13 10:38:53 debug Amnezia "DaemonLocalServerConnection" "Connection created"
2025-01-13 10:38:53 debug Amnezia "DaemonLocalServerConnection" "Read Data"
2025-01-13 10:38:53 debug Amnezia "DaemonLocalServerConnection" "Command received: status"
2025-01-13 10:38:53 debug Amnezia "Daemon" "Status request"
2025-01-13 10:38:53 debug Amnezia "DaemonLocalServerConnection" "Read Data"
2025-01-13 10:38:53 debug Amnezia "DaemonLocalServerConnection" "Command received: activate"
2025-01-13 10:38:53 debug Amnezia "Daemon" "Activating interface"
2025-01-13 10:38:53 debug Amnezia "WireguardUtilsLinux" "Created wireguard interface amn0"
2025-01-13 10:38:53 debug Amnezia "LinuxRouteMonitor" "LinuxRouteMonitor created."
2025-01-13 10:38:53 debug Amnezia "LinuxRouteMonitor" "Adding exclusion route for /32"
2025-01-13 10:38:53 debug Amnezia "WireguardUtilsLinux" "Configuring peer C9I9PfDjGHStnsOMU6iud5MZRULN2p8zh8l3KAbt6CY= via "
2025-01-13 10:38:53 debug Amnezia "LinuxRouteMonitor" "Adding exclusion route for /32"
2025-01-13 10:38:53 debug Amnezia "LinuxRouteMonitor" "Adding exclusion route for /999999"
2025-01-13 10:38:53 debug Amnezia "LinuxRouteMonitor" "Invalid destination prefix"
2025-01-13 10:38:53 debug Amnezia "LinuxRouteMonitor" "Netlink request failed: Network is unreachable"
2025-01-13 10:38:53 debug Amnezia "LinuxRouteMonitor" "Netlink request failed: Network is unreachable"
2025-01-13 10:38:53 debug Amnezia "DnsUtilsLinux" "Adding DNS resolver 1.1.1.1 via amn0"
2025-01-13 10:38:53 debug Amnezia "LinuxRouteMonitor" "Adding route to 0.0.0.0/1"
2025-01-13 10:38:53 debug Amnezia "LinuxRouteMonitor" "Adding route to 128.0.0.0/1"
2025-01-13 10:38:53 debug Amnezia "LinuxRouteMonitor" "Adding route to ::/1"
2025-01-13 10:38:53 debug Amnezia "LinuxRouteMonitor" "Adding route to 8000::/1"
2025-01-13 10:38:53 debug Amnezia "Daemon" "Connection status: 1"
2025-01-13 10:38:53 debug Amnezia "DnsUtilsLinux" "Setting DNS domain: XXXXXXXX via amn0 search"
2025-01-13 10:38:53 debug Amnezia "Daemon" "Checking for handshake..."
2025-01-13 10:38:53 debug Amnezia "Daemon" "awaiting C9I9PfDjGHStnsOMU6iud5MZRULN2p8zh8l3KAbt6CY="
2025-01-13 10:38:53 debug Flush dns completed
Desktop:
Server:
To fix an issue I tried:
The text was updated successfully, but these errors were encountered: