Skip to content
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

cannot ping/curl from the client #208

Open
git-gnan opened this issue Feb 20, 2024 · 0 comments
Open

cannot ping/curl from the client #208

git-gnan opened this issue Feb 20, 2024 · 0 comments

Comments

@git-gnan
Copy link

git-gnan commented Feb 20, 2024

Here is my wg0.conf

[Interface]
Address = 10.91.188.113
PrivateKey = <....>
PostUp = sh /etc/split-vpn/vpn/updown.sh %i up
PreDown = sh /etc/split-vpn/vpn/updown.sh %i down
Table = 101

[Peer]
PublicKey = <....>
Endpoint = 84.247.116.119:1337
AllowedIPs = 0.0.0.0/1
PersistentKeepalive = 25

my vpn.conf (only the chnaged values)

FORCED_SOURCE_INTERFACE=""
FORCED_SOURCE_IPV4="192.168.0.135 192.168.0.111"
FORCED_SOURCE_IPV6=""
FORCED_SOURCE_MAC=""

DNS_IPV4_IP="192.168.0.83"
DNS_IPV4_PORT=53
DNS_IPV4_INTERFACE=""
VPN_ENDPOINT_IPV4="84.247.116.119"
VPN_ENDPOINT_IPV6=""

from the client on 192.168.0.135, i am not able to ping google or other websites, however i can curl ipinfo.io to get the ip (of the connection), other api endpoints, I cannot curl either...

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant