Questions tagged [wireguard]

257 questions
0
votes
0 answers

Unable to access docker containers in bridge networks through vpn when outside

I have transmission and docker-wireguard-pia set up. I can access the transmission webui on lan, but when i try to access it through a vpn(pivpn wireguard), I can access the other services but am unable to access the transmission webui. I have tried…
0
votes
1 answer

Why can I ping client → server, but not server → client, in a Wireguard context?

I have Wireguard set up on an Arch server (the server is both on the LAN 192.168.10.0/24 network as 192.168.10.2, and the WG one (192.168.20.0/24, he is 192.168.20.0). I connect to this server from a client on the Internet (I will use client and…
WoJ
  • 3,365
  • 8
  • 46
  • 75
0
votes
1 answer

Wireguard - single server with multiple interfaces

I have one raspberry, and there I have ethernet connection to internet eth0 and I have another wireless connection wlan0 that is also conneted to internet via other router. Is it possible to create wg0 to be wireguard for eth0 (so that clients that…
0
votes
1 answer

Access from one network to another through cloud WireGuard server

Please need your help with WireGuard & network configuring. I am trying to get access from Office network to Field network through Oracle Cloud WireGuard server. Please take a look on the picture. I've already tried different kind of settings for…
Sergey
  • 11
  • 3
0
votes
0 answers

Kubernetes: route traffic to a subnet via a pod (accesing management VPN clients from pods)

Given two pods deployed on different nodes: myapp pod deployed on apps node wireguard pod deployed on vpn node, using a subnet like 172.16.30.0/16 I need myapp to be able to be able to route traffic to the wireguard peers (VPN clients) having IPs…
0
votes
1 answer

Wireguard setup with 2 gateways

My current setup is a Wireguard on ubuntu vm that does ipv4 forwarding and gives peers access to site lans. Now i want to add another Wireguard in a ubuntu that also shares its site lans. How would i integrate it so that users have access to site A…
Dpetrov
  • 111
  • 2
0
votes
0 answers

Is it possible to read less than 4 bytes from TUN device when IFF_NO_PI is not set?

I was reading the implementation of wireguard-go, and found it handles reading less than 4 bytes from the TUN device file when the no packet information flag is not set. I wonder is it possible that this can happen without any error? And how can?…
0
votes
1 answer

Nginx reverse proxy through wireguard tunnel

I set up a wireguard tunnel between an AWS instance (acting as server) and a personal computer acting as client. Wireguard is installed on both in a docker container (using linuxserver image). On the local computer I have a website that I would like…
Rickj
  • 3
  • 2
0
votes
1 answer

Access control rely on nftables, WireGuard and Reverse Path Forwarding only

I have an idea to host a web app that without built-in authentication on my server. And protect it by nftables, WireGuard and Reverse Path Forwarding only. The web server will listen to the server's WireGuard interface address, 10.0.0.1 in this…
Waiho
  • 13
  • 3
0
votes
0 answers

Wireguard server: allow clients to communicate with devices local to the server through Wireguard (effectively using wireguard as a tunnel)

I've got a bit of a weird problem, and I'm not sure if I'm trying to fit a square peg through a round hole or if I'm just not sure how to ask the question I really want to ask. At home, I have a headless server operating as a pihole and wireguard…
0
votes
1 answer

Set up Wireguard Tunnel in Windows 10 With IP Forwarding

I'd like to set up WireGuard in Windows 10 using IP forwarding. I've got a Windows 10 node ("server") which is connected to two LANs (by two interfaces). LAN 1: 10.0.0.0/24 (public, routable, but stated here as RFC1918 for privacy reasons) LAN 2:…
chr0n0ss
  • 1
  • 1
0
votes
0 answers

firewalld: forward traffic as a wireguard VPN gateway

I have setup a pi running Pi OS 11 as a VPN gateway for my local network using Wireguard & Nftables, that all works fine. However, I wish to switch over to firewalld to be compatible with docker without using iptables. What I have so far is…
uhsl_m
  • 101
  • 1
0
votes
1 answer

Client packets not arriving to wireguard server

This is my wireguard client config: [Interface] Address = 9.0.0.2/32 PrivateKey = [Peer] PublicKey = Endpoint = :50123 PersistentKeepalive = 25 AllowedIPs = 9.0.0.0/24 I see in wireshark Handshake Initiation…
T0maas
  • 111
  • 5
0
votes
2 answers

Can't reach networks behind Wireguard VPN server. Split-tunneligt config on client

I have Wireguard server in my corporate network. I can successfully connect to it from internet (using port publication). Wireguard server has two interfaces: 1: eth0: 192.168.30.100/24 2: wg0: 192.168.99.1/24 Here is ip route output: default via…
Nil
  • 1
  • 1
0
votes
1 answer

Redirecting traffic via Wireguard VPN

I have a public IPv6 address but not an IPv4. Therefore I want to route the traffic via a VPS with a public IPv4 and an IPv6 address. My question is how to create this type of tunnel with Wireguard. The tunnel from the VPS to a device in my network…
Paul
  • 3
  • 2