Linux serverlinux web serverNETWORK ADMINISTRATIONS

Manual Lab Setup For OpenVPN Server & Tunnel Two Clients [ Linux & Windows ] To Reach Web Server.

Hello,

This video show you how to setup OpenVPN server manually, and how to configure Clients to reach private server using tunneling.

Check Github for walk-through: https://shorturl.at/mnwY9
Discord: https://discord.gg/nM6zmzHV

00:00 Intro
01:03 Challenge Overview
02:04 Solution Overview
03:36 Lab Details Overview
05:40 My Github Documentation
06:33 Steps Overview
07:56 Test Connectivity
09:13 Install OpenVPN server
11:46 Configure OpenVPN Server
29:29 Configure Linux Client
35:22 Test Linux Client Connectivity
37:46 Configure Windows Client
42:42 Test Win Client Connectivity
44:46 End

source

by ICyb3r

linux web server

7 thoughts on “Manual Lab Setup For OpenVPN Server & Tunnel Two Clients [ Linux & Windows ] To Reach Web Server.

  • hi, thanks for the video,its great
    im stuck at starting the openvpn server. no matter what i get the same error you got at first and i cant fix it

  • On the server side,
    After issuing the command:
    wget qO "$easy_rsa_url" 2>/dev/null | tar xz -C /etc/openvpn/server/easy-rsa/ –strip-components 1

    I'm getting the following error:
    gzip: stdin: unexpected end of file

    tar: Child returned status 1

    tar: Error is not recoverable: exiting now

    Any suggestions would be greatly appreciated

Comments are closed.