Questions tagged [wireguard]

257 questions
0
votes
0 answers

Linux: Edit Traffic In Transit with NetSED/IPTables

I'm trying to implement the solution to this question to edit packets coming from my server but I'm having trouble getting the IPTables rules correct. I'm using a VPS with an external facing IP to forward traffic to a local server via a wireguard…
DavidM
  • 1
0
votes
0 answers

Can't access Fastly CDN sites through NAT

My office network nodes access internet via NAT (iptables masquerading) and the gateway server access internet using a Wireguard VPN connection. Everything works OK, but I can't access websites that are using Fastly CDN. Is there any additional…
Mez
  • 1
0
votes
0 answers

Wireguard windows 11 - not able to access client lan

I have setup wireguard server and client. Server - Ubuntu 18.04 Client - Windows 11(x64) Wireguard Interface Subnet - 10.200.1.0/24 Wireguard Server IP - 10.200.1.27/24 server.conf Address = 10.200.1.27/24 PostUp = iptables -A FORWARD -i wg0 -j…
Matrix
  • 1
  • 1
0
votes
0 answers

Wireguard port forwarding doesn't work with docker

I installed pterodactyl panel (software that uses docker and creates game servers with a web interface) but I can't connect to any servers that I create on it. My dedicated server is connected to 2 wireguard servers and it is probably something to…
0
votes
1 answer

Disable the automatic adding of routes by DHCP

I have a Rapsberry Pi with PiOS. My idea is to install WireGuard on it and route all traffic through WireGuard. I have set the Allowed IPs to 0.0.0.0/0. I want the Pi to work on different networks and work as soon as I connect it without worrying…
Jonathan
  • 31
  • 3
0
votes
1 answer

ping, but no throughput to server via wireguard from raspberry pi

I have a wireguard setup with a dedicated root server machine acting as the vpn subnet`s server. As clients, I want to connect a lot of raspberry-pi clients (3&4) - all of them having their own internet connection. While using the same skeleton…
Oliver
  • 19
  • 2
0
votes
1 answer

Configure persistent wireguard network interface

I have configured Wireguard VPN on Alpine Linux 3.16.2. Manual server and client configuration works fine. uname -mrs # Linux 5.15.60-0-virt aarch64 ip link add dev wg0 type wireguard ip address add dev wg0 10.0.0.4/8 wg setconf wg0…
Alexander
  • 105
  • 4
0
votes
0 answers

Wireguard and zerotier are not forwarding through CGNAT

I requested IPv6 networks from Route48.org and august.tw. Both offer wireguard tunnels and I connected to both at the same time with a 20 second keep alive. I also ran a test http server. connecting to the HTTP server from the IP's locally works,…
0
votes
0 answers

Wireguard no DNS response after connect

I have the following setup: a local DNS server (unbound) listening on 10.10.20.1 a wireguard server on 10.10.0.1/24 a wireguard client on 10.10.0.2/32 with DNS pointed to 10.10.20.1 I can connect to the server and I can see the peer: peer:…
Romeo Mihalcea
  • 502
  • 1
  • 6
  • 24
0
votes
1 answer

Access wireguard using hardware Authentication like yubikey

At our company we use wireguard vpn to access our cluster. In our server, we install wireguard which will add a network interface that acts as a tunnel interface. The access with this tunnel will be encrypted via private/public keys association…
0
votes
0 answers

route OpenVPN trough wireguard tunnel

i need to route OpenVPN Traffic/Auth for a Wireguard Firewall through a wireguard tunnel to have a fixed ip address. My Setup: 1x VPS that acts as the wireguard server and fixed ip for the OpenVPN 1x Wireguard gateway on site behind a NATed ISP…
zwnk
  • 101
  • 1
0
votes
0 answers

Using Wireguard VPN for whitelisted public domains only

The current setup: I have a set of private ec2 instances running a few services that I don't want to be accessible publicly and should be accessible only via the Wireguard VPN connection. There is also an ec2 instance with in the same VPC running a…
0
votes
0 answers

Ubuntu 22.04 - pinging from routers to other site in a site to site vpn (wireguard)

Here is my Setup... I have two windows VM's are set at 192.168.51.100 and 192.168.52.100. These two windows machines are able to ping each other and each router. I am unable to ping from the routers to the remote network, say from 192.168.51.1 to…
grigzy28
  • 1
  • 1
0
votes
0 answers

WireGuard full tunnel blocks Internet access

Thanks for even clicking on my question ! So, I have an R-Pi, and I installed WireGuard on it (I am NOT using PiVPN; I tried, but it wasn't working at all). I also have PiHole installed. I have been following the WireGuard guide of the PiHole docs…
Silloky
  • 1
  • 1
0
votes
1 answer

Routing between Wireguard and OpenVPN

I have set up Wireguard peer and OpenVPN server on the same machine. Machine has a public IP so other Wireguard peers and OpenVPN clients can connect to it. For Wireguard I am using subnet: 10.10.6.0/24. And for OpenVPN I am using subnet:…