-
Notifications
You must be signed in to change notification settings - Fork 64
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 access except in telegram app #23
Comments
I don't know, it has to be Wireguard's problem |
I guess it may be related to dns |
I'm not so sure.
running
|
did you solve this @naveenjohnsonv ? I'm having the same issue with this and other projects |
I did get it working, albeit it doesn't always work. Here's what I think did atleast get it partially working. From https://wiki.archlinux.org/index.php/WireGuard , Users configuring the WireGuard interface using wg-quick, should make sure that no other network management software tries to manage it. To use NetworkManager and to not configure WireGuard interfaces with it. Create unmanaged.conf file:
Add the following inside the file:
Save and close.
Now test if websites are loading, if not
then,
Repeat till website loads. It loads after the 4th-5th try for me everytime. |
I had this issue on Arch Linux after changing DNS several times, can't access any web page but the Telegram app worked perfectly. first I change the internet manager (from NetworkManager to netctl) it worked but after deleting connections in NetworkManager (more in askubuntu, "solsTiCe" 's answer), I can use that too! |
Basically if I run
wg-quick up cf-warp.conf
I have no internet access, pings fail, but somehow telegram works.
The same conf on android and windows work just fine.
I'm on Pop!OS 20.10, which is based on Ubuntu 20.10
Any idea what could be the problem?
Using latest cf-warp, installed from npm
The text was updated successfully, but these errors were encountered: