User Tools

Site Tools


openvpn

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revisionPrevious revision
openvpn [2021/11/10 01:11] – [Here is my steps] vissieopenvpn [2021/11/10 03:39] (current) – [Here is my steps] vissie
Line 77: Line 77:
   push "dhcp-option DNS 208.67.220.220"   push "dhcp-option DNS 208.67.220.220"
   # Optional!   # Optional!
-  port 443+  port 11
   # Optional!   # Optional!
   proto tcp   proto tcp
Line 130: Line 130:
   DEFAULT_FORWARD_POLICY="ACCEPT"   DEFAULT_FORWARD_POLICY="ACCEPT"
   ...   ...
-  sudo ufw allow 443/tcp+  sudo ufw allow 1194/udp
   sudo ufw allow OpenSSH   sudo ufw allow OpenSSH
 ===Step 7 — Starting and Enabling the OpenVPN Service=== ===Step 7 — Starting and Enabling the OpenVPN Service===
Line 141: Line 141:
   vim ~/client-configs/base.conf   vim ~/client-configs/base.conf
   ...   ...
-  remote my.server.com 443 +  remote my.server.com 1194 
-  proto tcp+  proto udp
   # Downgrade privileges after initialization (non-Windows only)   # Downgrade privileges after initialization (non-Windows only)
   user nobody   user nobody
openvpn.1636535498.txt.gz · Last modified: 2021/11/10 01:11 by vissie