Skip to main content

All Questions

Tagged with
1 vote
1 answer
206 views

Networking: NAT two interfaces together on Windows

I have the following setup: Openvpn client (Linux) (Openvpn IP 192.168.99.4) Openvpn client (Windows) (Openvpn IP 192.168.99.2) Openvpn server (Linux) (Openvpn IP 192.168.99.1) Now, both clients ...
twit's user avatar
  • 11
0 votes
0 answers
1k views

openvpn server does not route traffic from clients to private network

UPDATE: it should have been 10.100.0.0/24 instead of 10.100.0.0/32. now it works ORIGINAL QUESTION: i have multiple hosts running in private network 10.99.0.0/24. one of them is my openvpn-server and ...
Yevgeniy M.'s user avatar
0 votes
1 answer
1k views

How to forward openvpn/wireguard to another wirdguard interface without modifying global route table?

I have one wireguard interface wg_vpn, but I don't want it to be global, so I add the line "Table = off" to the wg_vpn.conf to prevent wg-quick to modify the route table. I also have an ...
jackyyy's user avatar
  • 43
0 votes
1 answer
408 views

Applying NAT only when routing to gateway

I have an OpenVPN server running behind a cable modem/router. I'm unable to add routes to this gateway. Connections to the server are good. I've attempted to setup internet routing through the VPN ...
mbozrc's user avatar
  • 1
0 votes
2 answers
1k views

Trying to get OpenVPN to work on a internal network (Not NAT on server)

Not sure how well I can describe my issue, so sorry if something doesn't come across as correct I have a OpenVPN server hosted at home, I have it setup and connecting fine from my phone where it gets ...
Thomas PomTom Steel's user avatar
0 votes
1 answer
3k views

OpenVPN gateway without NAT

I'm trying to setup a transparent VPN gateway to a remote network, on the remote network there is an OpenVPN server and on the local network an OpenVPN client acting as gateway. The diagram shows the ...
hchinchilla's user avatar
-1 votes
1 answer
261 views

Routing and OpenVPN

Need help configuring the route to internal LAN. I need to access my internal network when connected to my OpenVPN Router. I can access Internal LAN1, which is directly connected to OpenVPN Router ...
AdamK's user avatar
  • 1
6 votes
1 answer
11k views

disable NAT in openvpn

I'm having a similar problem to this: OpenVPN without NAT Seems it wasn't answered yet. Description of my situation: I have an openvpn server on network A which another admin installed before he ...
Hans's user avatar
  • 63
1 vote
2 answers
2k views

Multiple network interfaces with the same local IP address

I run several VPN connections that give me different external IP addresses. But these VPN servers often give me the same local IP address. So I can end up with the following configuration: eth0 [...
alexpirine's user avatar