From 075f7caee18ebbb097d5583af83128f8c72bdc3a Mon Sep 17 00:00:00 2001 From: Joerg Lehmann Date: Sat, 17 Dec 2016 18:10:35 +0100 Subject: [PATCH] Documentation change --- README.md | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/README.md b/README.md index 61e56f7..5455695 100644 --- a/README.md +++ b/README.md @@ -49,6 +49,12 @@ Anschliessend Installation OpenVPN: Noch ein paar Zusatzpakete: # yum install mailx -y # yum install git -y +# yum install net-tools -y +# yum install policycoreutils-devel -y +# yum install bridge-utils -y +# yum install tcpdump -y +# yum install ntp -y +# yum install py-bcrypt -y ``` Installation NGINX (Zugang fuer Statusabfragen): @@ -62,8 +68,11 @@ Konfiguration /etc/nginx/nginx.conf: SELinux: # semanage fcontext -a -t httpd_sys_content_t /opt/openvpn/status/openvpnserver-status.log +# semanage port -a -t ssh_port_t -p tcp 2202 # restorecon -v /opt/openvpn/status/openvpnserver-status.log +Link erstellen: +# cd /etc/openvpn && ln -s /opt/openvpn/config/server.conf . ```