Hello everyone,
Wireguard is running on a LXC Container on my Proxmox-Server. In general, everything works as intended, but one particular "network group" poses an issue for me (my university's student dorms' networks).
On all of my windows devices I'm able to create a VPN tunnel, I'm however not able to connect to websites or other things with the following exceptions:
My wireguard host uses a PiHole as its DNS but I also tried the entrie setup without the PiHole and the problems stay exactly the same.
Things I've tried so far:
For my installation I followed the Proxmox Wiki for OpenVPN, "create container" (https://pve.proxmox.com/wiki/OpenVPN_in_LXC). And Wireguard itself was installed using:
My Firewall allows UDP on the requierd Port.
I am thankfull for all suggestions and help
Wireguard is running on a LXC Container on my Proxmox-Server. In general, everything works as intended, but one particular "network group" poses an issue for me (my university's student dorms' networks).
On all of my windows devices I'm able to create a VPN tunnel, I'm however not able to connect to websites or other things with the following exceptions:
- ping 8.8.8.8 (or other DNS)
- ping 192.168.2.1 (my proxmoxs gateway), no other IPs in my home network are "pingable"
- via a WSL I'am able to connect to my proxmox server using SSH (not able to ping it!)
My wireguard host uses a PiHole as its DNS but I also tried the entrie setup without the PiHole and the problems stay exactly the same.
Things I've tried so far:
- change my windows system DNS to static (8.8.8.8) and dynamic
- change my wireguard systems DNS to static (8.8.8.8) or my home router
- on Proxmox 6 and Proxmox 7 host
- using OpenVPN back on Proxmox 6 (same issues, often taking up to 10min creating a vpn tunnel or completly failing and then the same issues as with wiregaurd. Leading me to believe I messed something up in proxmox itself)
- LCX on Debian 10 and 11 basis
- the students dorm requiers a login with my "uni-account" to unlock internet access, something I always do before activating my VPN (afterwards it is of course not possible)
- both the ISP and my university's IT Service (only responsible for the login mentiont above) claim that there is no intent to block VPN traffic
For my installation I followed the Proxmox Wiki for OpenVPN, "create container" (https://pve.proxmox.com/wiki/OpenVPN_in_LXC). And Wireguard itself was installed using:
wget https://git.io/wireguard -O wireguard-install.sh && bash wireguard-install.sh
My Firewall allows UDP on the requierd Port.
I am thankfull for all suggestions and help