diff options
Diffstat (limited to 'deploy/pptpd/pptpd_install/pptpd.install.sh')
| -rw-r--r-- | deploy/pptpd/pptpd_install/pptpd.install.sh | 16 |
1 files changed, 16 insertions, 0 deletions
diff --git a/deploy/pptpd/pptpd_install/pptpd.install.sh b/deploy/pptpd/pptpd_install/pptpd.install.sh new file mode 100644 index 0000000..365939c --- /dev/null +++ b/deploy/pptpd/pptpd_install/pptpd.install.sh @@ -0,0 +1,16 @@ +#!/bin/sh +rpm -ivh ./pptpd-1.4.0-2.el7.x86_64.rpm + +cp pptpd.conf /etc +cp options.pptpd /etc/ppp/ +cp chap-secrets /etc/ppp/ +cp auth-down /etc/ppp +cp auth-up /etc/ppp + +service pptpd restart + + + + + + |
