Kali/OpenVPN: Difference between revisions
From charlesreid1
(Created page with "Page with instructions on how to install/configure OpenVPN on Kali Linux =Installing= Follow instructions provided by OpenVPN to install: <pre> wget https://git.io/vpn -O o...") |
|||
| Line 11: | Line 11: | ||
</pre> | </pre> | ||
This script will ask you a few questions: | |||
* Which IPv4 address the OpenVPN server should bind to (depends on situation/goals) | |||
* Setting public IPv4 address (should be detected automatically) | |||
* Which protocol, UDP or TCP? (UDP default) | |||
* Port number to use | |||
* DNS server to use | |||
* Client certificate name to use | |||
It will then install some stuff, so grab a beverage. | |||
=Flags= | =Flags= | ||
Revision as of 23:34, 1 December 2019
Page with instructions on how to install/configure OpenVPN on Kali Linux
Installing
Follow instructions provided by OpenVPN to install:
wget https://git.io/vpn -O openvpn-install.sh chmod 755 openvpn-install.sh sudo ./openvpn-install.sh
This script will ask you a few questions:
- Which IPv4 address the OpenVPN server should bind to (depends on situation/goals)
- Setting public IPv4 address (should be detected automatically)
- Which protocol, UDP or TCP? (UDP default)
- Port number to use
- DNS server to use
- Client certificate name to use
It will then install some stuff, so grab a beverage.
Flags
| OpenVPN a tool for creating and connecting to virtual private networks.
Creating a Static Key VPN: OpenVPN/Static Key Configuring Your DNS: DNS
|