This shows you the differences between two versions of the page.
| Both sides previous revisionPrevious revision | |||
| openvpn [2021/11/10 01:11] – [Here is my steps] vissie | openvpn [2021/11/10 03:39] (current) – [Here is my steps] vissie | ||
|---|---|---|---|
| Line 77: | Line 77: | ||
|   push " |   push " | ||
| # Optional! | # Optional! | ||
| - | port 443 | + | port 11 | 
| # Optional! | # Optional! | ||
| proto tcp | proto tcp | ||
| Line 130: | Line 130: | ||
|   DEFAULT_FORWARD_POLICY=" |   DEFAULT_FORWARD_POLICY=" | ||
| ... | ... | ||
| - | 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 ~/ |   vim ~/ | ||
| ... | ... | ||
| - |   remote my.server.com  | + |   remote my.server.com  | 
| - | proto tcp | + | proto udp | 
| # Downgrade privileges after initialization (non-Windows only) | # Downgrade privileges after initialization (non-Windows only) | ||
| user nobody | user nobody | ||