Skip to main content

Questions tagged [vpn]

Virtual private network; a network that connects remote sites or users via the Internet using virtual connections so that devices can communicate as if they were on a private network.

Filter by
Sorted by
Tagged with
0 votes
1 answer
322 views

AdguardHome DNS not working for Wireguard VPN clients on OpnSense

For my home network I have a x86 System running OpnSense. I use Wireguard to connect external devices with my network (set up according to the official documentation). This setup worked fine until I ...
Bruno's user avatar
  • 51
0 votes
0 answers
38 views

How can i setup a proxy to redirect traffic to VPN

For work i need 2 use 2 differents VPN to access 2 differents networks. Switching beetween VPN each time I need to one or the other context is very painfull because of double factor auth etc... I can ...
tblaisot's user avatar
0 votes
0 answers
27 views

Cannot access internet through openVPN on certain IP pools

My setup currently is an Ubuntu 20.04 server running docker with an OpenVPN server inside a container, specifically this one. Running with the default config: server 192.168.255.0 255.255.255.0 verb 3 ...
Eden's user avatar
  • 1
0 votes
0 answers
335 views

Installing Windscribe VPN

I am trying to install Windscribe VPN but I keep getting these errors. dpkg: dependency problems prevent configuration of windscribe: windscribe depends on libopengl0; however: Package libopengl0 ...
Brikido's user avatar
0 votes
1 answer
190 views

Route docker network traffic through cisco VPN connection on host

I have a bridge docker network and want the containers to be able to access devices on my company LAN through the CiscoAnyConnect VPN. (i.e. I want to route traffic from docker0 to cscotun0 However, I ...
Rob Audenaerde's user avatar
0 votes
0 answers
118 views

How to Split Tunnel Specific Server Traffic Through a VPN

I intend on hosting a number of services on a single NAS-like device and so was wondering if there were an easy way to set up a reliable VPN connection for only certain services while leaving others ...
dorkbutt's user avatar
0 votes
0 answers
508 views

Windows 10 cannot find VPN Server, although it works on another PC

My Setup: I am using Windows 10 on a MacBook Pro from 2017. Windows is installed using the MacOS Boot Utility, so it's not a VM. I did successfully connect to the vpn in MacOS, but it did only work ...
Alex's user avatar
  • 1
0 votes
1 answer
101 views

VirtualBox 7.0 on Ubuntu 22.04 do not see FortiClient interface

I'm running a Windows10 virtual machine with VirtualBox 7.0 on Ubuntu 22.04. I'm connected to a VPN thanks FortiClient with my Ubuntu and it's works well. A new "fctvpn42f76226" interface is ...
oBe's user avatar
  • 1
0 votes
1 answer
51 views

Routing a cgroup to a different table and back to the main table

I want to have the following setup. There are two interfaces: wlan0 and wg0. wlan0 is the default, wg0 is a wireguard interface, configured manually. By default traffic goes to wlan0. But if a process ...
EmErAJID's user avatar
0 votes
0 answers
133 views

How to set up port forwarding for torrenting with WireGuard VPN on VPS?

I have a VPS (Outside my home network) running a WireGuard VPN (PiVPN + Pi-hole+ Unbound), and I'm trying to set up port forwarding for improved torrenting performance (like what services such as ...
nehalchoy's user avatar
0 votes
0 answers
51 views

Win11: Manual DNS settings in VPN does not apply

I would like to connect to a VPN and manually configure DNS settings in Win11: I've disabled ipv6, and manually set DNS server addresses. However, when I executed nslookup in CMD, I got Default ...
孙佳垚's user avatar
0 votes
0 answers
27 views

Connection between WireGuard peers

I have ubuntu server with wireguard IP 10.10.0.1 and two win11 clients with wireguard 10.10.0.2 and 10.10.0.3 IPs with current config server can ping clients and clients can ping server, but clients ...
armars's user avatar
  • 1
0 votes
0 answers
92 views

Private to public IP address for use with Asus VPN InstaGuard

I have gig fiber to an ONT to a TP Link Er605 router in my coms box outside. I have an ASUS AIMESH system behind that which says my IP address is private because it’s behind the TP Link. I want to be ...
Brian vanMastrigt's user avatar
0 votes
0 answers
17 views

Why would sudo complain about DNS name resolution? [duplicate]

I'm running on Ubuntu 22 Linux. When I try to manually fix my /etc/resolv.conf file using sudo vi /etc/resolv.conf # or sudo cp $HOME/tmp/working-resolv.conf /etc/resolv.conf The command appears to ...
PatS's user avatar
  • 475
1 vote
0 answers
74 views

How to ping a LAN behind a VPN router client from another VPN client?

I am trying to access my LAN devices over a WireGuard VPS setup. I have 2 WireGuard peers connected to a WireGuard server having a public IP on AWS EC2 running Ubuntu. I am new to WireGuard and also a ...
Omkar Pai's user avatar
0 votes
1 answer
123 views

Accessing wireguard VPN endpoint works from WSL2 with mirrored but not from Windows 11 host

I am using networkingMode=mirrored in WSL2 with a couple of wireguard VPNs on the host Windows. 2 wireguard connections (both on wg0) go to two different servers for different sets of 10.x networks (...
AntonOfTheWoods's user avatar
0 votes
0 answers
185 views

To allow IPsec NAT-T traffic to pass through, why does the firewall still need to permit ESP when it already allows UDP 4500?

I established an IPsec VPN tunnel between two Juniper SRX routers across NAT, with the NAT being performed by the firewall (a Linux server). When attempting to configure the firewall rules to allow ...
phoebe61g's user avatar
0 votes
1 answer
62 views

Using remote network address using draytek lan to lan vpn

I have a puzzle to solve, probably a trivial one, something is dawning on me somewhere, but not entirely. but to the point: I have 2 draytek routers connected to each other using a VPN tunnel (lan-to-...
Dedmen's user avatar
  • 1
0 votes
1 answer
112 views

UFW settings for a VPN on a Rasperry Pi

I have recently set up a headless Rasperry Pi, using Raspberry Pi OS Lite. I set up Wireguard and some UFW rules. The outcome that I would like to have: all network traffic is blocked except for ...
ivsterr's user avatar
0 votes
0 answers
40 views

Disconnections during login based on IP or how?

I have issues (it seems many people have) to connect to PlayStation site, since when trying to login usually gives server connection error. It seems is a security feature of that website. As they ...
Rasec Malkic's user avatar
0 votes
3 answers
561 views

In Windows 10 (22H2), network drives are not reconnecting after re-connecting to the VPN. Error: The local device name is already in use

A user is connecting to a work network using a FortiClient VPN client. When the VPN connection drops, the user re-connects to the VPN, but they are unable to re-connect to the network drives. If ...
Kent Allard's user avatar
1 vote
1 answer
92 views

How can I cancel a stuck connection attempt with Palo GlobalProtect VPN on Windows 10?

I use Palo GlobalProtect VPN on Windows 10. Sometimes, it gets stuck while trying to connect to the VPN server: How to cancel the connection attempt?
Franck Dernoncourt's user avatar
0 votes
0 answers
41 views

Unable to Ping Remote Database Server from Home WiFi Network

I am encountering a network connectivity issue when attempting to ping a remote database server from my home WiFi network. The server, identified by the IP address 192.168.100.91, is accessible via a ...
M Umer Masood's user avatar
0 votes
0 answers
64 views

Debian how to route traffic from/to a web app through eth0 instead of tun0 (VPN)

I have a web app which calls some public APIs which block VPN connection. I would like to route all traffic coming/going to the web app through eth0 and not through the default tun0 which is the ...
bcsta's user avatar
  • 113
0 votes
0 answers
47 views

UDMP Wireguard Server + IPSec Site-to-site

We have a UDMP with a few VLANs : 10.92.10.0/24 , 10.92.41.0/24, 10.92.42.0/24 We have added a Wireguard server, which uses 192.168.4.0/24, and works wonderfully (clients can connect and access ...
Nick Andriopoulos's user avatar
0 votes
0 answers
51 views

interactive ssh connection forgetting/creating keystrokes

By and then it happens to me, that an ssh session running on WSL/windows11/ubuntu_20.04 to Centos 7.9 forgets keystrokes or other keystrokes are suddenly repeated. This is driving me crazy! And I'm ...
Frank Puck's user avatar
1 vote
1 answer
473 views

ProtonVPN removed from Linux but kill switch stuck on; how can I disable it?

The latest update of protonvpn on linux resulted in a bug for me. The app wouldn't load correctly for me and I couldn't get into the settings to turn the kill switch off. I tried to solve this by ...
Pioneer_11's user avatar
0 votes
0 answers
102 views

What's the correct way to set up a network with multiple upstream routers?

I have a physical network topology that goes from Modem, to OPNSense Router (subnet 192.168.0.0/24), to L2 Managed Network Switch, to Various LAN clients, including TP-Link Router (subnet 192.168....
Nico's user avatar
  • 1
0 votes
0 answers
55 views

I can't install llama-index on kaggle. It seems i don't have connexion but i do

WARNING: Retrying (Retry(total=4, connect=None, read=None, redirect=None, status=None)) after connection broken by 'NewConnectionError('<pip._vendor.urllib3.connection.HTTPSConnection object at ...
reha's user avatar
  • 1
0 votes
1 answer
160 views

Tunneling all TCP/UDP traffic through one port

My PC doesn't have a public IP, so I want to use a VPN with support for port forwarding for the following applications: Remote access software Home Assistant SSH LM Studio A1111 (gradio) ... and ...
glibg10b's user avatar
  • 251
0 votes
0 answers
30 views

OpenVPN Client connects to host server but internet does not work on client

I have searched everywhere for an answer and I am still at a loss. I have setup an OpenVPN host server on a windows PC on a personal network. When I initiate a connection to the server on the ...
CJ Hatch's user avatar
0 votes
0 answers
29 views

Network Namespaces security issues

So I created a network namespace for running a vpn only for selected applications, let's call it "myvpn". I understand I need root to set a different namespace, which by default will start ...
Galeno's user avatar
  • 1
0 votes
0 answers
42 views

Route all TCP traffic from port to another host:port

I have a wireguard config, creating a VPN between a remote server (10.0.1.1) and my local machine (10.0.1.2), so that the server can reach the local machine and vice versa. I'd like the server to ...
winwin's user avatar
  • 125
0 votes
1 answer
26 views

Forticlient VPN disallow navigation, can I modify this behaviour?

For a customer, we need to make api call from vpn. Developing, we connect using VPN This works, and api calls works But this vpn blocks every other ip different from api server. Our development ...
realtebo's user avatar
  • 620
0 votes
0 answers
40 views

Problems configuring OpenVPN to use the public IP and LAN as their own, for clients

I ran into a problem when configuring an OpenVPN server to use my public IP address and access devices on my local network through that server. My goal is to allow users to use my public IP and access ...
DEN35's user avatar
  • 1
1 vote
0 answers
146 views

How to use sshuttle to redirect traffic to a VPN?

Context I have a pfSense as a router/firewall, and relevant to this question, I have two connected computers, one laptop and one desktop. I use the laptop to connect to a VPN in order to access some ...
greatbard's user avatar
  • 121
0 votes
1 answer
29 views

Passing connection to a database server through another machine

I need to connect to a third party database hosted on remote machine C (I have no login on C), which is accessible through another machine B (I have full control of B) over VPN. The challenge is that ...
Kartik's user avatar
  • 155
0 votes
0 answers
549 views

Access home network using WireGuard VPN on public VPS (point-to-site)

I don't have a public address at home. However, I would like to access the server at my home from my devices even when I'm not at home. For this, I want to use a free-tier VPS from Oracle with a ...
Martin Novotný's user avatar
0 votes
0 answers
25 views

VPN disconnect after disconnecting from remote desktop

I'm copying a 6GB file via VPN. I'm doing so via a Remote Desktop connection on Windows Server 2016. When I stay connected, the entire file has been copied. But when I exit Remote Desktop, the VPN ...
marbel82's user avatar
  • 444
1 vote
1 answer
2k views

Why do people discourage using Tor with a VPN?

Why do Tor experts discourage using Tor and a VPN at the same time? Is it because of the network fingerprint, latency, or that there is no point to it?
paranoidrunner's user avatar
1 vote
0 answers
28 views

I have an issue with ProtonVPNv3 CLI on my server, in which I can not get a connection

My server is connected to the household router via power-line adapters and a leased DHCP. I have been trying to get Proton VPN to establish a connection for a few days but I can not get it to work. ...
Javontae's user avatar
  • 117
0 votes
1 answer
55 views

forward tcp requests through VPN

I have 3 devices: A server, connected to Network1 A laptop, connected to Network2 A Raspberry Pi, also connected to Network2 There is also a openVPN server on Network1, plus port forwarding for ...
jp_'s user avatar
  • 160
0 votes
0 answers
230 views

Wireguard VPN works on my iPhone, but not on my Windows 11 PC

So I've been trying to turn my raspberry to a VPN server using PiVPN, WireGuard and DuckDNS. I've had some success as after configuring Wireguard on my iPhone the connection works. However, the same ...
user1866925's user avatar
0 votes
1 answer
22 views

IPSec S2S peer B host cannot receive ICMP reply or access host resources on peer A

I've got an IPSec S2S tunnel setup. The VPN is connected, tunnel established. Here's the network topology: (for reference, I am Peer A) Problem: host A pings host B and gets reply (this is not a ...
autobottodoggo's user avatar
2 votes
1 answer
65 views

Strange VPN problems in new home network

I have a very strange problem after I moved apartments. I'm working remotely from Japan using a OpenVPN connection and connect to my work computer via Remote Desktop. I recently moved apartments. In ...
Leddy Gee's user avatar
0 votes
0 answers
465 views

How can I fix this? “XRAY: transport/internet/websocket: failed to serve http for WebSocket > accept tcp [::]:8443: use of closed network connection.”

Recently I bought a Germany based VPS server to create my own VPN using v2ray because I live in Iran and the internet is heavily censored here. I connected my domain to CloudFlare CDN to avoid my ...
Hamed's user avatar
  • 1
1 vote
0 answers
69 views

Slow internet when connected to VPN and local SSH at the same time

I use Surfshark VPN over the wireguard protocol with a dedicated IP. The connection is generally fine and the speed is not noticeably different with/without the VPN connected. However, if I ssh into ...
FluxZA's user avatar
  • 11
0 votes
0 answers
36 views

Can Multiple Devices use the same VPN Tunnel IP?

I have a Cybera Firewall device that has a VPN Tunnel IP that Verifone uses to connect to the firewall to configure the Verifone Commander for Help Desk reasons. Can I use that same tunnel IP to have ...
KevGo's user avatar
  • 11
0 votes
0 answers
29 views

Zywall ATP - Access Forward but no answer through VPN

I'm looking for a solution to my problem but all my tests have failed. Basically, I want to reach a device (10.200.195.70) on a subnet (10.200.195.0/24) via my VPN (10.200.200.0/24). If I connect my ...
Galmar's user avatar
  • 1
0 votes
0 answers
244 views

Trying to enable P2P on T-Mobile Internet

I have T-Mobile Home Internet, which runs directly of their 5G network. T-Mobile, like a lot of carriers, ban P2P connections on their network. I was able to get around this on my PC (to torrent a ...
Drake Johnson's user avatar