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

Local network not accessible via VPN #1725

Open
git-lebob opened this issue Sep 30, 2024 · 7 comments
Open

Local network not accessible via VPN #1725

git-lebob opened this issue Sep 30, 2024 · 7 comments

Comments

@git-lebob
Copy link

When Wireguard connection is active external websites work fine but internal ones are not accessible (example router, pihole) even tough the connection is established (ipv4 matches, ipv6 not available).

If I use the same config file in the "WG Tunnel" App it works flawless.

The router I am trying to access is a Fritzbox 7530 AX with fritzOS 8.0.

@git-lebob git-lebob changed the title Router not accessible via VPN Local network not accessible via VPN Sep 30, 2024
@ignoramous
Copy link
Collaborator

Will you please share the config (Interface & Peers) with the private key redacted, if you're comfortable?

@git-lebob
Copy link
Author

[Interface]
PrivateKey = ***
Address = 192.168.178.205/24,fd00::205/64
DNS = 192.168.178.24,192.168.178.1,2001:9e8:8069:bc00:ba27:ebff:fe5d:dcc1,fd00::e72:74ff:fea2:ff42
DNS = fritz.box

[Peer]
PublicKey = ***
PresharedKey = ***
AllowedIPs = 192.168.178.0/24,0.0.0.0/0,fd00::/64,::/0
Endpoint = ***.myfritz.net:8689
PersistentKeepalive = 25

Thank you for all the work.

@ignoramous
Copy link
Collaborator

There's nothing in the setting that stands out as problematic. Other users have reported a similar issue with trying to connect to Fritz!Box (#1490) internal webpage, though. Is that what you're seeing too? If so, we don't yet know what is causing it, but we've attempted to fix it though can't say for sure if the changes made (due a release in v055o, the next version) has indeed fixed it.

@git-lebob
Copy link
Author

It seems to be related. I will wait for v055o and report back.

@aviv926
Copy link

aviv926 commented Oct 19, 2024

I experienced a similar problem, you need to disable the option "Block connections without VPN" in the settings of the device

@git-lebob
Copy link
Author

I experienced a similar problem, you need to disable the option "Block connections without VPN" in the settings of the device

I tried both variants. It does not seem to be related.

For some reason I was able to open my pihole page today in both ways. Sth I did not manage before. Still, Fritzbox admin page is loading, but shows a blank page only. No login panel.

This was only possible after switching this vpn off/on in RDNS. Total block is switched on, btw.

@aviv926
Copy link

aviv926 commented Oct 20, 2024

Total block is switched

When full blocking is on then a private address cannot go through a VPN tunnel so it will not work for services on a private address. You will need to turn it

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

3 participants