Arthur Gaifutdinov
Arthur Gaifutdinov
  • Видео 3
  • Просмотров 5 826
How to install and connect OpenVPN client on Linux (Ubuntu 22.04) to the VPN server.
Contents:
0:00 Introduction, agenda
1:34 How to install OpenVPN on Linux
3:16 How to connect to your VPN server
7:58 What to do if IP address doesn't change
1. How to install OpenVPN client on Ubuntu (there are actually instructions for other Linux systems as well in the link 2 below).
Link 1: openvpn.net/vpn-server-resources/connecting-to-access-server-with-linux/
Link 2: community.openvpn.net/openvpn/wiki/OpenVPN3Linux
Main commands:
- to install support packages
sudo apt install apt-transport-https curl
- to install openvpn3
sudo apt install openvpn3
2. How to connect to your VPN server:
you need a config file for that, usually you can get it from your VPN server provider like Surfshark (they allow...
Просмотров: 5 771

Видео

My first Python project.
Просмотров 162 года назад
00:00 Introduction 00:25 GUI demonstration 01:09 The use of API to check and modify addresses 01:32 Changing order contents (products) from the GUI 02:40 SQL DB on MySQL platform 04:10 Uploading edited information from GUI (saved to CSV) to SQL DB 05:40 Products DB (to add and remove products shown in the main GUI) 08:18 GUI code in VSC and my step-by-step comments on how I did the project 12:2...
Видео демонстрация моего проекта Python.
Просмотров 502 года назад
00:00 Начало видео 00:49 Включение программы. Демонстрация GUI. 01:00 Подгрузка файла CSV в интерфейс программы. 01:06 Проверка адресов через API dadata.ru 01:40 Внесение изменений в заказ. 2:55 База данных с GUI для редактирования продуктов на выбор к добавлению в заказ. 5:03 Подгрузка отредактированного файла в БД в SQL (используется сервер на MySQL). 6:20 Код проекта в VSC. 6:45 Информация о...

Комментарии

  • @usmansaif5504
    @usmansaif5504 Месяц назад

    I am unable to connect OpenVPN3 Clint. After entering username and password it showing nothing

  • @DungPham-jk6sb
    @DungPham-jk6sb 2 месяца назад

    do you have a GUI for openvpn instead of the CLI one?

  • @santiagohal6747
    @santiagohal6747 3 месяца назад

    Thanks a lot for this video.

  • @fajarsetiawansiagian
    @fajarsetiawansiagian 6 месяцев назад

    thanks for your video, it helps me

  • @anand-nb4bb
    @anand-nb4bb 9 месяцев назад

    Hi Bro, I need your help. I have Ubuntu 18.04 on my laptop and it has a VPN settings configured on it. The VPN server is OpenVPN, Also the split tunnel is already configured on that OpenVPN server. Why I can confirm this is because others are using the same VPN client configuration on their systems and when they connect to that VPN they are able to connect to office network using their local internet as well as simultaneously they are also able to browse internet on the local laptop as well Only one difference is that most of my colleagues are using Windows or MAC. My main issue is on my Ubuntu laptop the configuration present is not allowing me to use my internet connections for both when I connect to the VPN my connection only allows me to connect to office network my local internet disconnects I have also tried to ping google dns I get request timed out. Below are the parameters which are already added inside the OpenVPN configuration file present on my laptop which should allow the split tunnel to work but for some reason it's not working I am not able to identify why. pull-filter ignore "redirect gateway" route-nopull route <My workstation IP> 255.255.255.255 If you are able to guide me with the details given, I would really appreciate it. I have sudo permission on the laptop if I need to modify anything. Thanks & regards,

    • @gaifut
      @gaifut 8 месяцев назад

      Hey, sorry for taking so long to reply. Can't really help you with split tunneling. I did find this reddit post maybe it will be helpful, www.reddit.com/r/paloaltonetworks/comments/jhwdb7/linux_vm_vpn_connects_to_remote_network_but/ Also I came across this post regarding setting up split tunneling: unix.stackexchange.com/questions/270883/trying-to-run-openvpn-in-network-namespace