Questions tagged [wireguard]
352 questions
0
votes
0 answers
WireGuard VPN client does not work behind FritzBox!Gastzugang. Does FritzBox!Gastzugang ship with a UDP filter?
While staying with some older relatives in Germany, I discovered my Wireguard client could not complete its handshake with a Wireguard server I'd stood up.
I thought the problem was likely me and my Terraform script, so I spent a little time…

lmonninger
- 101
0
votes
1 answer
Using wireguard server on cloud as a medium to access local server from internet?
Basically what I want is that, I want to use the public IP of the google cloud vm to access to my local webserver. I don't have any public ip on my local side.
When I put gcloud_public_ip:80 in my browser url bar, I want to get access to my local…

9ieR
- 1
- 1
0
votes
0 answers
Wireguard - How to use wireguard for outbound only
I would like to run Wireguard vpn on my server to take advantage of another server's good routing. But of course I don't want Wireguard to take over my inbound traffic for ssh,hosted services etc.
Does anyone know how do I use Wireguard for outbound…

Islantay
- 1
- 1
0
votes
0 answers
VPN gateway together on the same server with kubernetes
I have one server with kubernetes (single node cluster) with several microservices behind ingress. Is it possible to add Wireguard VPN (installed directly on the OS) to such a server? Set it to default gateway (egress) mode. I want the client to be…

David Charvát
- 1
- 1
0
votes
0 answers
packet forwarding from an interface to ip address using iptables
I have an interface (enp0s20u3) with address 192.168.1.3/24 and I want all incoming traffic to forward it to 192.168.95.4 address using iptables. How can I this?
I have done traffic forwarding from one interface to another interface in the past, but…

Jigar Patel
- 109
- 1
0
votes
1 answer
Using external ISP/ipv4 allocation for home-based VPS
I am wondering if it is possible to connect/vpn my host machine to an external service that would allow more public IP allocation.
I have looked through countless sources and articles and the closest I could find was a wireguard-mesh through…

Waylen
- 11
- 1
0
votes
1 answer
send all traffic from Wiregurad to GRE Tunnel
I'm new in the Linux world so I don't know how to do the IPtable configs. my scenario is like this:
I have a MikroTik and an UBUNTU Linux server. I created a GRE Tunnel between them and it works well. I also created a Wireguard on my Linux server…

Fredy
- 1
- 1
0
votes
1 answer
WireGuard consistent disconnection - Ubuntu Server and Android Client
Problem Description: Wireguard Android client disconnects after every ~10mins.
Attempts I have made: 1. Tweaking the KeepAlive 2. Changing the IP address (private) and restarting the service multiple times 3. MTU tweaks
Observation: After client…

Ramon
- 5
- 2
0
votes
1 answer
Use ssl on top of encrypted overlay network?
All communication between hosts is already encrypted as they are connected with the Nebula overlay network (or i.e wireguard).
Would you also use ssl encryption between services or plain unencrypted http?

michaelr524
- 139
- 1
- 4
0
votes
0 answers
wireguard docker, iptables and port forwarding to client
I have a dedicated server running Ubuntu 22.04 with a wireguard (wg-easy) server running in docker.
(ip addresses are examples)
Dedicated server
Wireguard Docker IP
Wireguard Client IP
142.250.70.238
172.17.0.8
10.8.0.2
Connection to the…

jztilly
- 21
- 3
0
votes
1 answer
Wireguard tunnel without masquerade
Here is a network topology
The wireguard connection is initiated by the local server, calling the vps through its public IP. Their config files looks like this:
VPS
[Interface]
Address = 10.0.0.1/24
ListenPort = 51820
PrivateKey =…

RooSoft
- 236
- 2
- 10
0
votes
0 answers
vpn chaining using wireguard or openvpn
Hello guys i have a linux vps and I it made a VPn with wireguard (and openvpn before that) I can connect to it with out any problem , and I have a commercial vpn that work on my vps (its use cisco client ) and connect my vps to vpn ez but I want to…

alireza
- 1
- 1
0
votes
0 answers
OpenVPN not working, WireGurad Works on the same server
I am currently connected to an ISP with unknown limitations.
I have setup WireGuard and it works, since it works via UDP and sometimes this ISP cuts the UDP completely, I needed to setup OpenVPN on TCP which I did, wireguard was unaffected and still…

Steve Moretz
- 173
- 1
- 9
0
votes
0 answers
How can I run python code with postup command inside wg0.conf of wireguaurd-quick
I created a file and tried to run script but in vain. What can be added in the PostUp= to run python script.
wg0.conf:
'''
PrivateKey = YNnL6uLvqhAigpIW/6i9dr+MO5D1kcFKZKj6etlLTWA=
AbcdefghijklmnOp/qrstuvwxyz1kcFKZKj6etlLTWA=
Address =…
0
votes
0 answers
Forward Wireguard traffic to Tor
So I'm trying to achieve this:
My Phone ----Wireguard----> VPS (Running Tor Node) ---Tor---> Internet Host
So far I have set up wireguard successfully, in my VPS I have wg0 interface and I have Tor node running.
My /etc/tor/torrc :
Log notice file…

Armin Kazemi
- 9
- 3