Skip to main content
The 2024 Developer Survey results are live! See the results

All Questions

Tagged with
0 votes
1 answer
296 views

Ookla speedtest cli bypassing OpenVPN

I have a Raspberry Pi connected to a VPN. All traffic is routed through it (redirect-gateway def1). If I try curl 'https://api.ipify.org?format=json' I correctly read the IP address of the VPN server ...
Gotenks's user avatar
  • 211
1 vote
0 answers
171 views

openvpn adds wrong route rule

I setup an openvpn server. And I have one client machine. It has two interfaces +---------------------------------+ | OpenVPN client | +---...
neo's user avatar
  • 11
1 vote
1 answer
364 views

Linux OpenVPN tap routing works for single IPs but not for all traffic

I'm trying to get a home VPN setup before I travel for the holidays. I have an OpenVPN server using a TAP setup running successfully and I'm able to connect to it with a client. However I'm having ...
scheming_and_trees's user avatar
0 votes
0 answers
1k views

Access a second subnet over OpenVPN server

I am facing a problem with my OpenVPN server setup. First let me explain my network setup. I remotely connect to my openvpn server (10.10.20.0/24), which is hosted on my Router_A (192.168.20.0/24). ...
kzn's user avatar
  • 1
0 votes
1 answer
99 views

How to route only certain traffic through OpenVpn

I am using Hackthebox academy to learn hacking. In this site, we can host virtual machines for absolutely free. it also teaches you how to hack. But, hackthebox needs to use OpenVpn to connect the ...
Samanway Karjee's user avatar
1 vote
0 answers
388 views

route openvpn server traffic through wireguard client

I have currently set up two vpn servers. one is a wireguard server and one is an openvpn server. I can successfully connect to internet through both VPN servers independently. But what I want to do is ...
Rezaya's user avatar
  • 11
7 votes
0 answers
367 views

How to route OpenVpn traffic through another server?

I have a server (ubuntu 22.04) with Openvpn on it on port 443 (with docker image kylemanna/docker-openvpn). It is working with no problem and the clients can connect to it. The problem is that the ...
Amir Sheybani's user avatar
0 votes
0 answers
52 views

Can access client through access server, but the client cannot connect to external hosts

I would like to access my client via SSH through my access server. Therefore, I forward port 667 on my access server's WAN IP to port 22 of my client's VPN IP. However, the connection times out, with ...
MP5 Lover's user avatar
0 votes
1 answer
655 views

OpenVPN server to connect clients to second network

I have two isolated home networks. One connected to the internet, and a second one for disconnected IOT devices. I connected an Ubuntu server to both of these networks using separated network cards. I ...
The Fabio's user avatar
  • 101
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
0 answers
160 views

Route Domain through vpn doesn't work

I have an openvpn server at home. I want to route a domain over my vpn. The domain has the same ip add. as the vpn server.(My home ip) When i add: route add 193.80.102.178 MASK 255.255.255.255 10.8.0....
Christian Domes's user avatar
0 votes
0 answers
123 views

Routing from OpenVPN client to main router: How?

My Pi/OpenVPN settings: IPv4 address for tun0: 10.8.0.1 IPv4 address for eth0: 192.168.222.20 IPv4 address of router: 192.168.222.1 The OpenVPN client (smartphone) needs to see the router for a ...
User123456789'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
4k views

OpenVPN: Only route a specific IP addresses through VPN doesn't work for some websites

I wrote route-nopull route myexternalip.com 255.255.255.255 in .ovpn config file as it is shown on many tutorials. And for myexternalip.com it works well, but for some other sites - does not. For ...
lazba's user avatar
  • 21
0 votes
0 answers
684 views

Trying to prevent IPv6 leaks on OpenVPN server results in no internet access

I've had a working IPv4 OpenVPN server for some time now, and in order to stop IPv6 traffic on it I added an IPv6 pool to my server and pushed a route for the public IPv6 range: server-ipv6 2001:db8:0:...
Letal1s's user avatar
  • 11

15 30 50 per page
1 2
3
4 5
20