Skip to main content

All Questions

Tagged with
0 votes
0 answers
93 views

OpenWRT routing DNS traffic *from* router through OpenVPN tunnel

OpenWRT 23.05.2 Router: Linksys WRT3200ACM OpenVPN configured (NordVPN) NordVPN has a static IP I am paying for (to help things like streaming services not complain about being on a VPN) I have 2 ...
Cliff Hill's user avatar
0 votes
1 answer
239 views

connecting to VPN server w/IPv6 address from client with IPv4

I'm a migratory bird with three locations. Each has an OpenVPN server with several uses: connect to devices on the LAN to update configs or troubleshoot, present a 'home' IP when making a purchase (...
Stewart's user avatar
1 vote
0 answers
149 views

OpenVPN traffic through TLS-enabled TCP connection

I have to obfuscate OpenVPN traffic. So I created a TLS-enabled TCP tunnel with socat, and I want to pass OpenVPN traffic through this tunnel. Server: sudo socat openssl-listen:443,cert=/home/ubuntu/...
Mustafa Chelik's user avatar
-2 votes
1 answer
802 views

what is the most stable and fastest tunnel for a VPN? [closed]

i live in Iran and is all u guys know our goverment is limiting the access to the internet and they are really getting serious about this. so what the situation is right now : first of all we cant ...
Alibz's user avatar
  • 3
2 votes
1 answer
1k views

How do I connect a corporate VPN client such as Pritunl (OpenVPN) through another VPN tunnel such as Mullvad (WireGuard)?

I'm on Windows 10 and 11. I use the Pritunl/OpenVPN client to connect to a corporate LAN. At some point, the VPN stopped working. It won't connect. Maybe my ISP is blocking it, maybe my IP got ...
lolmaus - Andrey Mikhaylov's user avatar
0 votes
1 answer
4k views

Tunneling between two servers to use the Internet of the second server by OpenVPN or SSH

I'm from Iran and our international Internet is being shut down , so we are going to lose our connection to the world . VPNs are getting blocked one by one . Tor Network is block and bridges do not ...
aboss's user avatar
  • 111
0 votes
0 answers
201 views

Tunnel openvpn ports

I have two VPS with Linux Ubuntu 18.04 OS, One in our country with limited internet = VPS_1 One in EU with full access internet = VPS_2 I want to create OpenVpn server on VPS_2 and Forward OpenVpn ...
Pouya Poorrahman's user avatar
2 votes
1 answer
349 views

How to tunnel one OpenVPN to another OpenVPN

How can I do this? I searched but did not find any thing related or at least light a fire in my mind what to do: Me --> connects to OpenVPN server A --> Server A connects through another ...
Saeed's user avatar
  • 423
0 votes
1 answer
396 views

IPSEC tunnel lan to lan with VPS in the middle

I have an ipsec tunnel between two points with different static public ips, when the tunnel is stablished, each machine see the others with the private ip. The issue is that I want to put a VPS in the ...
Jaime Da Ar's user avatar
0 votes
0 answers
476 views

OpenVPN UDP TLS handshake blocked by provider - how to tunnel via SSH?

I'm trying to connect to a company OpenVPN over UDP, but I'm currently in a country that blocks VPN access. I can connect to the VPN, but after a minute or so, it fails with "TLS handshake failed&...
TravelingFox's user avatar
0 votes
1 answer
452 views

openVPN for macOS, can I change the tunnel to wireGuard or IpSec?

I've got .ovpn file that configured to connect my openVPN client running on macOS to remote openVPN server for tunneling my network tranffic over there. I was wondering why does my openVPN doesn't ...
Zohar81's user avatar
  • 283
2 votes
0 answers
190 views

Can OpenVPN create multiple tunnels?

I have a single Linux machine with 10 network interfaces, none of which support port forwarding. I am trying to find a solution where I can expose all 10 interfaces publicly, and I considered using ...
roee klinger's user avatar
1 vote
1 answer
433 views

Openvpn L2/tap losing packets

[EDIT] This seems to be an OpenVPN bug - bridging with the server-side of the openvpn tap tunnel results in lost ARP packets, but bridging with the client side (of any client connected to the vpn) ...
regulatre's user avatar
  • 470
0 votes
1 answer
2k views

OpenVPN tun0 routing on server

I have an OpenVPN tun0 10.8.0.0 255.255.255.0 There is an interface on the server eth1 for 192.168.0.0 255.255.255.0 I would like to route the OpenVPN connections to access the 192.168.0.0 network. ...
Tibby's user avatar
  • 103
0 votes
0 answers
30 views

IPSec Tunnel in a tunnel? A soon to be travelling remote worker

Ok. I generally work remotely, which is nice. I soon plan to do some overseas travelling, and I would prefer to hide my real srcIP if possible (potential audits/geo-restrictions, etc.). I'm ...
john galt's user avatar
0 votes
1 answer
282 views

Share vpn tunnel through ethernet

I have a tun1 interface connecting with PureVPN trough a small Linux server. My TV is also connected to the same router than the Linux server. I want to know if there is a way to: Configure dg of the ...
Muadiv's user avatar
  • 1
1 vote
0 answers
150 views

High softirq issue in a tunneled setup

While trying to find the source of a high softirq problem in a OpenVPN setup, I launched two VMs (A & B) on a cloud host in same location. I also configured private networking on both of them. I ...
Sam's user avatar
  • 143
0 votes
1 answer
3k views

Tunneling through private OpenVPN on port 53

To bypass restrictions of open HotSpots, I've created my own OpenVPN server in the cloud listening on port 53. I was able to successfully tunnel through it while I was on a tethered connection through ...
Mahoni's user avatar
  • 209
3 votes
0 answers
786 views

OpenVPN server to use another VPN tunnel to forward internet traffic (listen tun0)

How to create VPN tunnel to tunnel? On my my server 1 there is working OpenVPN server but I would like to redirect traffic to another VPN. Client can already connect to Server1 by VPN but how to ...
sukkis's user avatar
  • 131
0 votes
1 answer
108 views

OpenVPN internet remote connection (server&client)

So my work network blocks torrent connections, but I have a home computer that I can use as a server. I have created both certificates and keys for client (my laptop) and server(s) (home computer), ...
C1N14's user avatar
  • 1
1 vote
1 answer
9k views

Using ARP protocol with OpenVPN routed (TUN) tunnel

I've configured network shown in the following diagram: ROT1 is Tomato-based router. It has BR0 bridged network interface for all the clients within internal network with subnet 192.168.1.0/24. One ...
Krzysztof Jakóbczyk's user avatar
0 votes
1 answer
665 views

Bridging between network interfaces in linux

Assume I have a linux computer, running an OpenVPN Access Server with the following interfaces: wwan0 - Internet access, IP 212.179.50.50 tun0 - OpenVPN interface, IP 172.225.25.1 (the SERVER's VPN ...
Joel Morovich's user avatar
0 votes
0 answers
552 views

Receive incoming public IP addresses through VPN?

For a short spell, I ran a VPN server with OpenVPN + iptables on a VPS I purchased, and would tunnel my home server through it, in order to mask my home server's IP address from visitors. This worked ...
Huntereb's user avatar
0 votes
0 answers
2k views

tunnelblick disconnects after every 25sec

I have install latest Tunnelblick ( 3.5.5 ) and and also have .ovpn file for configure network on my mac machine. It's connects only on first attempt. It remain connect as much as i want. But when i ...
Naitik's user avatar
  • 101
0 votes
1 answer
984 views

bridge WAN interface with TUN interface except openvpn port

I want to make a bridge between eth0 (static WAN) and tap0 (TUN), but leave 1194 port for openvpn on eth0. Is it possible? How to achieve it using iptables?
Tomilov Anatoliy's user avatar
-1 votes
1 answer
1k views

Fast http tunnel through transparent http proxy

I want to create a fast http tunnel through a very restrictive firewall (BLOXX). As far as I know only TCP port 80 is allowed going through a transparent proxy. Https traffic is also captured, working ...
Jack's user avatar
  • 1
0 votes
1 answer
4k views

Tunnelling UDP Traffic Through OpenVPN

Referring to this answer I'm trying to route UDP streaming through an available OpenVPN tunnel. On the VPN client machine, I've access to a UDP stream over an IP (udp://1.2.3.4:5555) which I want to ...
Mehdi's user avatar
  • 1
0 votes
1 answer
410 views

Is it possible to get two IPv6 networks to communicate over IPv4 Internet in this case?

I have a setup of a laptop connected to a cellular IPv4 network (3G usb dongle) and PC connected to another IPv4/IPv6 network. Both have been configured to run as IPv6 routers and each has its IPv6 ...
user361283's user avatar
2 votes
2 answers
2k views

Restrict internet access through VPN/SSH tunnel to prevent leaking non-tunneled data (No router)

Pretty simple use case. Let's say I use various applications, and at no such time can any of these applications ever transmit data natively from my actual connection. Here's my actual problem in more ...
Zombies's user avatar
  • 3,902
0 votes
2 answers
591 views

How can an outgoing OpenVPN connection fail when an additional incoming OpenVPN connection is added?

I have the very strange behavior that my VPN-connection to a remote location "restarts" every couple of minutes when I logged on to the connecting machine via another VPN tunnel. When I sit in front ...
towi's user avatar
  • 393

15 30 50 per page