new VM has been built, not tested yet (missing FW-forwarding

This commit is contained in:
2022-10-21 14:27:05 +02:00
parent ab1cc24da2
commit 313aa93ce5
7 changed files with 35 additions and 91 deletions
+2 -2
View File
@@ -3,7 +3,7 @@ daemon
tls-server
proto tcp
port 443
local 192.168.99.11
local 192.168.99.111
client-config-dir /opt/openvpn/ccd
script-security 3
writepid /var/run/openvpn-server/myopenvpn-443.pid
@@ -13,7 +13,7 @@ tls-cipher "DEFAULT:@SECLEVEL=0"
; tunnel configuration
dev tap1
server-bridge 10.3.5.1 255.255.0.0 10.3.6.1 10.3.7.254
server-bridge 10.3.5.10 255.255.0.0 10.3.6.1 10.3.7.254
passtos
comp-lzo
persist-key
+2 -2
View File
@@ -3,7 +3,7 @@ daemon
tls-server
proto udp
port 1194
local 192.168.99.11
local 192.168.99.111
client-config-dir /opt/openvpn/ccd
script-security 3
writepid /var/run/openvpn-server/myopenvpn.pid
@@ -13,7 +13,7 @@ tls-cipher "DEFAULT:@SECLEVEL=0"
; tunnel configuration
dev tap0
server-bridge 10.3.5.1 255.255.0.0 10.3.6.1 10.3.7.254
server-bridge 10.3.5.10 255.255.0.0 10.3.6.1 10.3.7.254
passtos
comp-lzo
persist-key