Questions tagged [vpn-client]

86 questions
0
votes
0 answers

how to use SOCKS proxy username,password generated by Private Internet Access in Mikrotik routerboard

I have subscription at Private Internet Access application. I need the way to use SOCKS username and password in mikrotik u951 to make all traffics through this SOCKS proxy. thanks a lot.
Anas4795
  • 1
  • 1
0
votes
0 answers

VPN client creation on Ubuntu with strongswan fails

I've set up a L2TP VPN server on my home router and the connection between Windows 10 clients works properly. Now I want to set up a VPN client on a Ubuntu 18.04 machine. I've used this configuration (x.x.x.x is the static IP of my home router and…
0
votes
0 answers

How do I expose an L2TP client as a socks5/http proxy?

I want to be able to do this: curl on client with proxy configured -> L2TP client which acts as a socks5 server -> L2TP server on the remote machine I don't control the remote machine, and hence can't set up a better protocol. I also can't use L2TP…
HappyFace
  • 151
  • 1
  • 9
0
votes
0 answers

pritunl-client (cli): create the tar from ovpn

I want to add a vpn configuration using the CLI: pritunl-client add foo.tar Unfortunately I do not have foo.tar, but only foo.ovpn. Adding foo.ovpn using the gui (pritunl-client-electron) works. tar -cf foo.tar foo.ovpn is not sufficient : >…
0
votes
0 answers

OVPN not working on client

Sat Oct 8 00:53:03 2022 Unrecognized option or missing or extra parameter(s) in desktop.ovpn:19: block-outside-dns (2.4.7) Sat Oct 8 00:53:03 2022 OpenVPN 2.4.7 x86_64-pc-linux-gnu [SSL (OpenSSL)] [LZO] [LZ4] [EPOLL] [PKCS11] [MH/PKTINFO]…
Raakh
  • 23
  • 7
0
votes
0 answers

Why can't I connect to the OpenVPN server from Windows client to Centos VPS even though the VPN server is running?

I set up a OpenVPN Server on Centos 7 and it is running perfectly. However, I could not connect to it from Windows 10 client and receive errors below: Fri Oct 7 21:10:32 2022 TLS Error: TLS key negotiation failed to occur within 60 seconds (check…
Sasan
  • 103
  • 5
0
votes
0 answers

Logging on Windows with user accounts in Protected Users group over VPN

I am planning implementation of Microsoft’s Active Directory tier administrative model, and I was wondering how to overcome the problem of system administration over VPN. One of the security principals is to have all admin accounts in a Protected…
0
votes
0 answers

prevent ssh connection being lost after connecting to vpn server on Azure ubuntu 20.04 vm

I've created an Ubuntu 20.04 scale set (2 vms) on Azure and access these vms via ssh from my laptop's shell. I want one of them to be connected to nordvpn (using nordvpn connect command, default is openvpn connection protocol). Once the vm connects…
Drew
  • 123
  • 5
0
votes
1 answer

Ubuntu use ovpn on existing tun interface

Is it possible to configure OPENVPN on existing tun interface using .ovpn config file? I have interface tun1 sudo ip tuntap add mode tun dev tun1 and config file ./vpn.ovpn and i need to configure vpn on this device without changing routing for…
0
votes
1 answer

Rename a Windows network Adapter based on Description of the adapter

We need to rename the network adapter for a number of devices, however the adapter name can be different on different devices. The identifier is the description of the adapter so wondering if anyone has renamed an adapter name based on the…
Dej
  • 1
  • 1
0
votes
1 answer

pfSense as IPSec remote access client

I have a pfSense router in a residential environment and need to use IPSec/IKEv2 as a remote access client to a commercial VPN provider. I know the pfSense web UI doesn't support the router being the remote access client, but the underlying FreeBSD…
joe_shmo
  • 1
  • 1
0
votes
1 answer

Synology Open VPN Server to Client connection

I have a 2 sites: Synology A (192.168.1.100) - running VPN Server (10.8.0.1) Synology B (192.168.2.100) - running VPN Client (connecting with 10.8.0.10) I'm trying to setup Hyper Backup from Synology A (source) to Synology B (destination). I was…
0
votes
1 answer

How to get OpenVPN client's public IP when it connects to the server?

I need to know the public IP (aka ISP's IP) of a client when it connects to my server. I tried learn-address script but it does not provide real IP. Currently it is possible to get it from OpenVPN log files, (pattern: MULTI: Learn: 10.2.1.5 ->…
Chitholian
  • 131
  • 1
  • 7
0
votes
1 answer

Setting up an OpenVPN client to connect to the Synology diskstation VPN Server without redirecting all the traffic

I followed official Synology documentation and I created an OpenVPN Server to connect remotely to a NAS, that is in a LAN with its NAS_LOCAL_IP_ADDRESS. The VPN server configuration is like the following one: Now, I'm trying to connect from my Mac…
floatingpurr
  • 103
  • 1
  • 5
0
votes
0 answers

Alias subnetworks with Google Cloud IPSec VPN

My company's infrastructure is hosted on Google Cloud. We'd like to connect a network of one our clients with site-to-site (IPSec) VPN. I've setup one on Google Cloud but we have a problem. Our subnetwork (10.10.0.0/16) is overlapping with their…