Kali/OpenVPN
From charlesreid1
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
|