Initial commit

This commit is contained in:
2016-12-17 15:44:44 +01:00
commit 8809349e6d
49 changed files with 828 additions and 0 deletions
+12
View File
@@ -0,0 +1,12 @@
#!/bin/bash
# Zuerst starten wir die Bridge mit TAP-Device
/opt/openvpn/scripts/bridge-start.sh
# Dann mounten wir den CIFS-Share
# (wird fuer Status-File gebraucht)
#/bin/mount /opt/openvpn/status
/bin/systemctl start opt-openvpn-status.mount
#
# Dann starten wir Openvpn
/sbin/openvpn /opt/openvpn/config/server.conf