This shows you the differences between two versions of the page.
Both sides previous revision Previous revision Next revision | Previous revision | ||
technical:openvpn-bridges-prep-openvpn [2023/10/23 17:30] admin [OpenVPN server config for br0.103] |
technical:openvpn-bridges-prep-openvpn [2024/01/11 13:24] (current) admin [OpenVPN server config for br0.103] |
||
---|---|---|---|
Line 30: | Line 30: | ||
script-security 2 | script-security 2 | ||
- | local 178.79.130.12 | + | local 178.1.1.20 |
port 1194 | port 1194 | ||
proto udp | proto udp | ||
Line 51: | Line 51: | ||
allow-compression no | allow-compression no | ||
data-ciphers none | data-ciphers none | ||
- | ncp-disable | ||
cipher none | cipher none | ||
</ | </ | ||
Line 70: | Line 69: | ||
script-security 2 | script-security 2 | ||
- | local 178.79.130.12 | + | local 178.1.1.20 |
port 1195 | port 1195 | ||
proto udp | proto udp | ||
Line 91: | Line 90: | ||
allow-compression no | allow-compression no | ||
data-ciphers none | data-ciphers none | ||
- | ncp-disable | ||
cipher none | cipher none | ||
</ | </ | ||
Line 110: | Line 108: | ||
script-security 2 | script-security 2 | ||
- | local 178.79.130.12 | + | local 178.1.1.20 |
port 1196 | port 1196 | ||
proto udp | proto udp | ||
Line 131: | Line 129: | ||
allow-compression no | allow-compression no | ||
data-ciphers none | data-ciphers none | ||
- | ncp-disable | ||
cipher none | cipher none | ||
</ | </ | ||
Line 173: | Line 170: | ||
sudo chmod 755 / | sudo chmod 755 / | ||
</ | </ | ||
- | * Make sure the Perl modules that are used by this script | + | * Make sure the Perl modules that are used by this script |
<code bash> | <code bash> | ||
sudo apt-get install liblwp-protocol-https-perl | sudo apt-get install liblwp-protocol-https-perl |