Questions tagged [vpn]
Questions related to VPN (Virtual Private Network) software
2,305
questions
0
votes
1
answer
666
views
L2TP VPN connection does not use manually set IP address
EDIT (2022/01/03):
As per Douglas Kosovic's answer, updating to version 1.20.08 does indeed fix this issue.
For completeness, I manually added the repository for good measure beforehand.
sudo add-apt-...
1
vote
0
answers
1k
views
How do I add a gpg key and ppa for mozillavpn without using apt-key or add-apt-repository?
I want to install mozillavpn without using apt-key or add-apt-repository because using those methods leads to deprecation warnings every time you run sudo apt update. If you follow the Mozilla VPN ...
0
votes
1
answer
586
views
Running OpenVPN client version
I install OpenVPN version 2.5.5.
But I can't run its client version.
*I am using Ubuntu 22.04
1
vote
2
answers
2k
views
Cyberghost VPN does not connect
I've just installed Ubuntu and trying to connect to my cyberghost VPN.
Doesn't seem to work for now. Can somebody tell please tell me if there's a problem with my code ?
ze@ze-HP-EliteBook-850-G6:~/...
0
votes
1
answer
910
views
Problem with installation of OpenVPN on Ubuntu
I'm trying to install openVPN on Ubuntu, but I'm facing difficulties.
I confirm that the system is up to date: apt update && apt upgrade
Install the necessary packages: apt install ca-...
0
votes
1
answer
201
views
OpenVPN to SMB mount on Ubuntu extremely slow (10+ seconds to run ls)
I'm trying Linux out as my desktop. I routinely use OpenVPN and from Windows this is no problem. The connection over the VPN sits around 1MB/s which is more than enough for the typical document ...
0
votes
1
answer
59
views
Setup additional interface
I have a dedicated server with Ubuntu Server 18.04. I need an additional IP-address so I leased a cheap VDS, then I've setup pptpd on VDS and pptp on dedicated server. Then I configured a VPN-...
0
votes
1
answer
553
views
Ipsec VPN connection with local id
In forticlient (using Windows) there is an Ipsec option and you can fill in local id, but linux doesn`t have Ipsec option in forticlient. Is there an alternative to use ipsec via linux and so I could ...
1
vote
3
answers
3k
views
How can I set up network manager to auto-connect at boot-time to a Wi-Fi and a WireGuard VPN?
How can I set up network manager to auto-connect at boot-time to a Wi-Fi and a WireGuard VPN?
I configured Network Manager with 2 connections: a Wi-Fi and a WireGuard VPN. They both work when I start ...
1
vote
1
answer
707
views
Install outline VPN on a NAT VPS
I'm trying to install outline on my NAT server, but I keep getting this error:
Your Outline Server was installed correctly, but we are not able to connect to it. Most likely this is because your ...
0
votes
0
answers
819
views
No internet access with Wireguard
I'm trying to configure VPN with wireguard.
My server config:
[Interface]
PrivateKey = <key>
Address = 10.0.0.1/24
ListenPort = 51830
PostUp = iptables -A FORWARD -i %i -j ACCEPT; iptables -t ...
0
votes
0
answers
349
views
Strongswan VPN connection on 22.10 Kinetic
I'm attempting to configure my laptop to connect to my strongswan server.
I've compiled strongswan 6.0Beta 1 and the Network Manager 1.6 plugin with GTK4. This resolved the "unable to load ...
0
votes
1
answer
189
views
Internet connection problem, believe it's due to lack of initialization by Ubuntu 22.04 on startup
Several weeks ago, Ubuntu 22.04 was installed on two PCs, which were then customized with Slimjet browser, ProtonVPN, Autokey, Timeshift, and little else. Both systems operated flawlessly. Yesterday,...
0
votes
1
answer
720
views
Using 22.04 Network menu to VPN with Pulse Secure
I can use the PulseUI GUI to VPN to a university I'm working with.
It uses Duo-push authentication and works fine.
What I don't like is that the GUI won't autofill the password fields.
I can invoke ...
0
votes
1
answer
5k
views
Can't start OpenVPN server on Linux
I am creating my own OpenVPN server on DigitalOcean using this guideline.
I have problem starting from step 10. I just can't start start this server and get error all the time.
The guide says, that I ...
1
vote
0
answers
51
views
Ubuntu downgrade on encrypted drive
On my laptop I have dualboot with win10. Win10 partition is encrypted with Bitlocker and Ubuntu partition is installed on encrypted LUKS partition (boot is not encrypted, home and other folders are in ...
0
votes
0
answers
377
views
Disable all traffic through OpenVpn
I have installed the OpenVpn server in my Ubuntu 22.04. The issue is while i connect to the openvpn server my all traffic going to the server which causing the internet connectivity issue. I need only ...
0
votes
3
answers
2k
views
Problem with WireGuard/tun module after updating Kubuntu to 22.10
After updating my kubuntu (after that I rebooted my device) to 22.10 from 22.04 I am unable to run the wire guard:
sudo wg-quick up wg0
[#] ip link add wg0 type wireguard
[#] wg setconf wg0 /dev/fd/63
...
0
votes
0
answers
88
views
An open source alternative to ConnectTunnel
I am wondering if someone can shed some light on the ConnectTunnel client from SonicWall
https://www.sonicwall.com/products/remote-access/vpn-clients/
which my university is forcing me to use to ...
0
votes
1
answer
135
views
How to make UBUNTU SERVER a vpn server
I want to setup a Native VPN on an ubuntu server OS. I dont want to use a thirdparty software like OpenVPN. I prefer to have a server which I can have hundreds of users connect remotely and have a ...
0
votes
1
answer
601
views
Disable VPN for certain local devices, such as an embedded Linux board I need to ssh into (Allow local (LAN) access when using VPN)
I have the Cisco Annyconnect VPN on my Ubuntu 18.04 machine. I also have an embedded Linux board plugged in that I need to connect to over ssh.
Whenever I connect to my VPN, however, I can no longer ...
11
votes
9
answers
23k
views
Ubuntu 22.10. OpenVPN cannot connect as a client
After updating to Ubuntu 22.10, openvpn cannot connect to the server as a client using the same old working ovpn profile from Ubuntu 22.04 LTS.
I constantly get an error:
2022-10-20 20:10:04 ...
0
votes
0
answers
261
views
How to connect Meraki L2TP IPSEC VPN from Digital Ocean droplet?
I try to connect from my Digital Ocean droplet to my company's L2TP-IPSEC Meraki VPN. I have donwloaded the network-manager-l2tp and already configured it. I try to connect it with this command: nmcli ...
8
votes
0
answers
6k
views
How to use Socks5 across the whole system like a VPN?
I'm looking for a way to use configured a Socks5 across the whole system including terminals, apps, browsers, etc.
For instance, I run a socks5 proxy on my localhost on port 1080 using V2ray or ...
0
votes
0
answers
4k
views
Configure Wireguard to access LAN but don't route internet traffic through VPN
Currently I have access to LAN through wireguard and internet.
How to configure wg0 to have access to LAN but don't route internet traffic through VPN ?
My current config (wg0):
Address = 10.0.0.1/32
...
0
votes
0
answers
86
views
Connect VPN server to another VPN server
i have two ubuntu 20.04 server with different locations.
i installed OpenVPN in servers and i want connect server 1 to server 2. that's mean when i connect to server 1 by OpenVPN, my IP changes to ...
0
votes
2
answers
2k
views
Ubuntu 22.04.1 LTS: DNS address could not be found DNS_PROBE_POSSIBLE
so I am new to ubuntu and while trying to connect to any website or even do a simple search I get this error of DNS address could not be found DNS_PROBE_POSSIBLE. I was using proton vpn before but ...
1
vote
0
answers
3k
views
Your Outline Server was installed correctly, but we are not able to connect to it
I'm trying to config Outline VPN and
I bought a Droplet from Digitalocean with Ubuntu 22.
So, my server generated URI string correctly:
CONGRATULATIONS! Your Outline server is up and running.
To ...
1
vote
0
answers
883
views
How to use WireGuard LAN only?
I have installed WireGuard (using wg-easy Docker image) on Virtual Machine in cloud. And all works fine, I can create clients and connect.
WireGuard have subnet 10.8.0.0/24, and all connected clients ...
0
votes
0
answers
561
views
no internet connection after disconnected form cisco in terminal Ubuntu 20.04LTS
when I disconnected from cisco vpn in terminal cant access to internet anymore until reboot the system
I also use
sudo service network-manager reload
sudo killall vpn
systemctl restart ...
1
vote
1
answer
2k
views
Problem connecting with Cisco Compatible VPN on Ubuntu 22.04
I'm trying to configure the VPN for my workplace and am somewhat stuck as I do not know what I can do.
I can confirm that the VPN works with my account/password if I use Windows or Android. After I ...
0
votes
1
answer
1k
views
Save VPN password for all users using nmcli
Is it possible to save a VPN password using nmcli and make it available to all users?
nmcli con modify vpnname vpn.secrets "password=mypassword" does the job, but only for current user.
The ...
0
votes
1
answer
280
views
bypass traffic on Ubuntu server
I have two VMs(Ubuntu 20):
vm-1
vm-2
I want to bypass all traffic of vm-1 to vm-2 and run vpn on vm-1 to when I connect to vm-1
by vpn send all traffic to vm-2.
If I want to explain more imagine ...
1
vote
0
answers
116
views
OPENvpn server traffic not use sshuttle
I have 2 servers (server A and server B). I installed Openvpn on server A and I use OPENVPN CONNECT on my laptop and iphone (iOS) and everything is OK. Now when I check my IP in the laptop and iOS ...
0
votes
0
answers
1k
views
How to set up VPN using IKEv2?
I would like to ask for help with setup of VPN connection using IKEv2 and gnome-control-center on Ubuntu 22.04.1. My employer gave me login credentials for EAP authentication and PFX file.
I have ...
0
votes
1
answer
130
views
How to configure an ubuntu server act as a VPN server and VPN client simultaneously?
I have two ubuntu servers, in two different locations
I have running Strong Swan VPN server on both of them, I need to connect server 1 to server 2, so when a client connects to server 1 all of its ...
1
vote
1
answer
1k
views
Shadowsock ss-local doesn't change IP address
I'm using ss-local to connect to a shadowsocks server. I can connect to this server easily with android shadowsocks app and it works perfectly but on my linux client my ip doesn't change after ...
0
votes
0
answers
3k
views
Mounting a SMB Shared Drive to Docker Container
I have a SMB shared drive that I am accessing from my Ubuntu OS. I need to connect to a VPN to access this shared drive. The application that I am running through a Docker container needs to access ...
0
votes
1
answer
946
views
How do I setup Ubuntu Server so I can make it a LAN router gateway for several PCs connected to it and VPN into the LAN from outside the network?
1) Summarize the problem
I am struggling to figure out how to set up Ubuntu 22.04 so it acts as a LAN router gateway for several PCs connected to it and VPN into the LAN from outside the network?
2) ...
2
votes
0
answers
2k
views
FortiClient 7.0.0.0018 + Ubuntu 22.04: Randomly having connection issues
I'm using Ubuntu 22.04 and FortiClient 7.0.0.0018 and I'm randomly having issues connecting to my VPN. One day I connect normally and then the next I'm not able to connect (I try restarting many ...
0
votes
0
answers
188
views
Lost SSH access after setting up OpenVPN (Possible issue using non default SSH port)
I was setting up OpenVPN using this guide: https://www.digitalocean.com/community/tutorials/how-to-set-up-an-openvpn-server-on-ubuntu-14-04.
I wasn't having luck in getting the keys off the host ...
0
votes
1
answer
296
views
Ubuntu/OpenVPN - how to access private network when connection to public interface:
I use Ubuntu 20.04 and OpenVPN.
This is my server network interfaces:
1: lo: <LOOPBACK,UP,LOWER_UP> mtu 65536 qdisc noqueue state UNKNOWN group default qlen 1000
link/loopback 00:00:00:00:00:...
-1
votes
1
answer
663
views
How to connect 2 servers to each other as double vpn?
I have configured an L2TP/IPsec vpn server (A) on Ubuntu, and i want to connect this vpn server to another one (serverB). Because I live in Iran and the internet is heavily censored by the government. ...
0
votes
1
answer
218
views
How can I script changing DNS settings for my WiFi connection on startup?
My VPN software (Forticlient) breaks DNS and I get that question mark over the WiFi symbol and no internet. I can fix it by deleting all the DNS IPs, setting DNS to auto and restarting networking. I ...
1
vote
1
answer
511
views
Ubuntu Software can't install GIMP on 22.04 new install
Previous install of GIMP went smoothly. I messed up an update and did a new Ubuntu install. The rebuild is almost complete, but GIMP just stopped.
This just after updating Slimjet. VPN says the ...
0
votes
0
answers
424
views
No Internet without opening FortiClient
I am running Ubuntu 20.04 inside Virtual box with network adapter attached to NAT:
I installed FortiClient 6.4.8.1056. I can no longer access internet without opening a VPN on FortiClient nor use a ...
1
vote
1
answer
6k
views
How to install Pulse Secure on Ubuntu 22.04 LTS 64 bit?
Pulse secure (9.1r1.0 and so on) installation works fine, but GUI isn't launching from App Icon.
How do I fix this?
Versions:
Pulse secure (ps-pulse-linux-9.1r1.0-b21-ubuntu-debian-32-bit-installer....
1
vote
0
answers
160
views
Cant initiate break points with Xdebug through dbgpProxy on multi-site dev server
I manage a setup with multiple developers using a "developer" Apache Server with PHP 7.4.
Since the Ubuntu 20.04 server is running in a private range in AWS, access is only allowed thru a ...
0
votes
1
answer
566
views
Can't use Firefox on Ubuntu 22.04.1 LTS on Lenovo ThinkPad T460 after installing and uninstalling Proton VPN
I installed ProtonVPN. It worked for a while with Firefox. Then ProtonVPN started to send "not responding" error messages. Though the internet is fully operational on all other devices, ...
5
votes
2
answers
8k
views
Global Protect VPN SSL handshake fails
My university uses Global Protect, which I've installed on Ubuntu 22.04. Via the GUI, I try to log in and get through all of the verifications, which include microsoft 2fa. But then, instead of ...