Questions tagged [wireguard]

257 questions
0
votes
1 answer

GRE tunnel. Port Forwarding with IPTables from VPS to Local Server not working

Dear ServerFault community, I have an OVH VPS with 3 public IPs (1.1.1.1, 2.2.2.2, 3.3.3.3) and I am trying to forward them individually, with one tunnel for each IP, to a server in my office (IP 5.5.5.5) with port forwarding. This so that I can…
Nicolò
  • 25
  • 1
  • 10
0
votes
0 answers

Cannot connect to FileMaker Server through Wireguard VPN tunnel

I have setup a Wireguard VPN tunnel between a hosted VPS (running Ubuntu 20.0.4) and a FileMaker Server box on my Home LAN. From the VPS in the ping the FMS box via the command line and a php script. I can also SSH into the FMS box from the VPS so…
mr buffy
  • 13
  • 3
0
votes
1 answer

Firewalld port forwarding fails

I'm trying to replace an existing tunnel with firewall rules: firewall-cmd --zone=public --add-forward-port=port=9999:proto=tcp:toport=9999:toaddr=100.1.1.1 This should forward all incoming TCP connections to 100.1.1.1 The problem is that it does…
Maestro
  • 255
  • 1
  • 2
  • 8
0
votes
1 answer

WireGuard: 2 client peers on the same server with Internet connection and port forwarding

Dear ServerFault community, I have recently bought a home-server. I did not want to host any content on my office IP (1.1.1.1) and I, therefore, bought an OVH VPS with 4 IPs and created a WireGuard tunnel to use the VPS' IP as the homeserver IP. OVH…
Nicolò
  • 25
  • 1
  • 10
0
votes
1 answer

Exchange server via TailScale (Wireguard) and creating valid certificates

Here is the scenario. Exchange server runs on a lan. Clients interact with the server via ActiveSync over HTTPs connections served by IIS. IIS is using a cert with SANs that are appropriate for the local domain. An example would be *.corpdomain.com.…
Digital ink
  • 490
  • 10
  • 22
0
votes
0 answers

Using Wireguard on a VPS to route all traffic from a client and a server (both Linux) behind NAT

I have two Linux machines, a client (C) in one country and a server (S) in another one. I want to route all traffic from C to S, and therefore a VPN would be the best solution for me, but both C and S are behind NAT, and the ISP does not allow port…
Simone Aonzo
  • 101
  • 1
0
votes
1 answer

Wireguard Client to Client issues

Server: Ubuntu Wireguard server all clients connect to Runs SMB share: all clients can access when the VPN is connected Clients can ping eachother Client a: Windows Server 2022 Firewall: Allow 192.168.6.0/24 IIS *:80 Works locally, works on VPN…
NKCSS
  • 121
  • 1
  • 6
0
votes
0 answers

I can't get my WIreguard tunnel to complete a handshake

I'm trying to setup a point-to-site wireguard tunnel between two different points on two seperate networks, but have setup similar tunnels setup in similar situations so I don't believe it has anything to do with the infrastructure between my…
0
votes
0 answers

How to enable TUN in Ubuntu running in a docker container

So basically I'm running an Ubuntu container in docker, with the host system running Ubuntu Server 20.4 LTS, and the container running 22.4 LTS. My intended goal is to have a container to download torrents over a VPN in a container. Now I do not…
0
votes
1 answer

Wireguard Client Cannot Connect to Server Subnet

I have a working setup of wireguard (Ubuntu 20.04 server, one Ubuntu 20.04 client and one Windows 10 client). I can connect to devices behind the VPN server. VPN Server (EndPoint): 1.2.3.2/32 Public Subnet EndPoint sits in: 1.2.3.0/27 WireGuard…
0
votes
1 answer

WireGuard combining Hub and Spoke with Point to Site

I want a Point to Site topology but since the "client" and "server" hosts are both in their own NAT networks I need to rely on a third host in a Hub and Spoke topology. visualization Host A (hub) [Interface] PrivateKey = Address =…
bankman22
  • 3
  • 2
0
votes
0 answers

Wireguard networking issues

I'm having some wireguard networking issues and hope you guys can help me. My goal is to build a side to side vpn. For that I have host A (public) and host B (private). Below is my config to create the tunnel. So far I can ping from each side to the…
0
votes
1 answer

How do I configure Wireguard for a K8s multi-site?

I tried to configure Wireguard for a K3s multi-site cluster, my issue is with routing. There are at least 4 nodes, 2 in one location + 1 in other location and + 1 in other location. Assumptions: 10.50.0.0/16 network is for physical…
0
votes
0 answers

Set network route after starting docker container on ubuntu 20.04 TLS

is there a possibility to add an additional route to the host table (ubuntu 20.04 LTS) with docker toolset after starting a docker container? context: Docker version 20.10.12, build e91ed57 installed wireguard as container (image:…
0
votes
0 answers

Forward traffic via multiple vps servers User ----> Solution ----> VPS 1 ----> Solution ----> VPS 2 ----> Internet

I've tried using Wireguard and a proxy to no avail, i'm not aware of any other ways of doing this, i'm open to suggestions for other ways of doing this, if anyone even wants to help with this, My reason for doing this is basically this; i need to…
vgaggia
  • 1
  • 1