Toggle navigation
Home
Latest pastes
FAQ
Random
BitBin is shutting down!
Register
Login
nstall pptp
SUBMITTED BY:
Guest
DATE:
March 11, 2014, 12:42 p.m.
FORMAT:
Text only
SIZE:
396 Bytes
Raw
Download
Tweet
HITS:
13477
Go to comments
Report
apt-get install ssh pptpd -y
vi /etc/pptpd.conf
localip xxxxx
remoteip 192.168.2.2-238,192.168.2.245
vi /etc/ppp/chap-secrets
noni pptpd pass "*"
/etc/init.d/pptpd restart
vi /etc/sysctl.conf
net.ipv4.ip_forward=1
/sbin/iptables -P FORWARD ACCEPT
iptables -t nat -A POSTROUTING -j SNAT --to-source xx.xx.xx.xx
apt-get install bind9 -y
/etc/init.d/bind9 start
Please enable JavaScript to view the
comments powered by Disqus.
comments powered by
Disqus