Score:0

No internet access with self hosted VPN

sk flag

I setup a Wireguard VPN server on a Google Cloud VM but when connecting to it with the iOS client (running latest OS and app) nothing loads via the internet when the VPN is on (no browsing, emails, social media, etc), as if I don’t have an internet connection. What could be causing this, or how can I troubleshoot? Note: I am a beginner, and apologize if I am using incorrect terminology, feel free to correct me.

EDIT: Here is the configuration file (wg0.conf):

[Interface]
Address = 10.0.0.1/24
SaveConfig = true
PostUp = iptables -A FORWARD -i %i -j ACCEPT; iptables -t nat -A POSTROUTING -o ens4 -j MASQUERADE
PostDown = iptables -D FORWARD -i %i -j ACCEPT; iptables -t nat -D POSTROUTING -o ens4 -j MASQUERADE
ListenPort = 51820
PrivateKey = *

EDIT: Here is a screenshot of the client app info: Screenshot

FRALEWHALE avatar
cn flag
Could you please post the wireguard configuration?
Jacob Miller avatar
sk flag
@FRALEWHALE is it not there? I posted the wg0.conf file. Is that not the right one?
Score:0
va flag

would you please add the configuration of Wireguard here, then it is easier to analyze this. There could be several causes, like the DNS or the firewall rules. Please don't forget to hide all relevant information from your configuration

Jacob Miller avatar
sk flag
I added the config to the question @Cyanmodex9
mangohost

Post an answer

Most people don’t grasp that asking a lot of questions unlocks learning and improves interpersonal bonding. In Alison’s studies, for example, though people could accurately recall how many questions had been asked in their conversations, they didn’t intuit the link between questions and liking. Across four studies, in which participants were engaged in conversations themselves or read transcripts of others’ conversations, people tended not to realize that question asking would influence—or had influenced—the level of amity between the conversationalists.