new VM has been built, not tested yet (missing FW-forwarding
This commit is contained in:
@@ -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
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user