Questions tagged [wireguard]
The wireguard tag has no summary.
438 questions
Score of -1
0 answers
33 views
Wireguard split tunneling / One sided tunnel usage only
My goal is to have a wg tunnel established between a "client" and "server", but not send any of the client's traffic through the wg tunnel. I only want the server traffic to go ...
Score of -1
2 answers
91 views
How can a mobile client access NVRs at multiple sites through a single WireGuard connection?
Problem
My current approach is WireGuard VPN access to each UniFi Cloud Gateway.
However, mobile operating systems generally allow only one WireGuard tunnel to be active at a time. Switching between ...
Score of 0
4 answers
1108 views
WireGuard VPN server in Cudy WR3000 router doesn't work, but OpenVPN does
I set up OpenVPN server on a Cudy WR3000 router, but I can't get WireGuard to work.
The WireGuard handshake on the client shows "Sent" bytes but "0 Received" bytes.
What I tested:
...
Score of 1
1 answer
257 views
How to connect to PostgreSQL through WireGuard
I'm attempting to use a WireGuard tunnel to connect to PostgreSQL.
WireGuard settings:
Server: wg0.conf
[Interface]
Address = 10.8.0.1/24
SaveConfig = false
ListenPort = 51820
PrivateKey = <...
Score of 0
0 answers
95 views
SNMP not responding over specific interface
I have a Ubuntu server that I have installed snmpd on. I have disabled v1 and v2 and have setup v3. I am connecting to it over a Wireguard tunnel so I have limited it to the wireguard interface's ip, ...
Score of 0
2 answers
340 views
Samba over Wireguard to protect from MITM
We have a samba share for our small business. I would like to protect from MITM, but the SMB protocol does not make use of signed certificates. I would also like to protect from brute force attacks ...
Score of 0
0 answers
74 views
configure wireguard on AWS lightsail to use Unbound
The requirement seems simple, setup a Wireguard server on lightsail Debian 12 instance, and have clients connect, and use Unbound DNS resolution on the server via the client.
I'm 99% done, Wireguard ...
Score of 0
1 answer
144 views
Can we implement file attachment or file transfer restrictions through VPN policies (e.g., WireGuard or OpenVPN)? [closed]
I'm exploring how to control or restrict file attachments and file transfers at the VPN level, using WireGuard or OpenVPN, to prevent users from uploading or downloading certain files while connected ...
Score of 0
0 answers
68 views
Replies from Docker container application never reach back WireGuard tunnel
I'm currently trying to route traffic through my VPS to my server, because my server doesn't have public IP. I'm using WireGuard to create tunnel between the server and VPS and iptables to route the ...
Score of 0
0 answers
77 views
iptables/WireGuard client communication through gateways with masquerading
Let's say I have two networks: NetworkA and NetworkB each of one needs to access services offered through the gateway without knowing what is the final endpoint.
NetworkA 10.0.0.0/24
clientA 10.0.0.1
...
Score of 0
2 answers
438 views
Setting up a small virtual private network using wireguard
I have three virtual servers (A, B and C) that are running different kinds of services.
I want to use Wireguard to create a small virtual private network.
I know I could put everything in a single ...
Score of 1
1 answer
140 views
Configuring Wireguard on a VPS server in Frankfurt [closed]
I am facing the following problem, I have 2 vps servers from BlueVps
Warsaw, where I deployed Wireguard with forwarding via iptables
Frankfurt - a complete copy of the server in Warsaw via rsync (I ...
Score of 1
0 answers
618 views
WireGuard VPN split tunnels config fails from Macs but works from Windows 11
macOS client split tunnels problem. macOS Sequoia 15.5 (Apple Silicon) & Sonoma 14.7.6 (Intel).
Windows 11 WireGuard works fine with split tunnels with exact same config file that doesn't work on ...
Score of 0
1 answer
267 views
Direct outbound traffic through a Wireguard VPN tunnel but keep receiving inbound on the physical interface
I have a Debian server, on which Wireguard is installed bare-metal. The physical network inteface is called enp5s0. There are multiple services running in Docker containers on this machine, some of ...
Score of 0
1 answer
114 views
how to ignore route with lower metric when timeout (linux)
I have two network interfaces: wg0 and wg1 (wireguard). Via both of these, it is possible to reach (ipv6) address fc00:77ee::4, but wg1 can only reach the address if it is in a local network. the ...