vaheeD khoshnouD

linux, mikrotik, macosx

PPTP Client on XBMCbuntu

Written by vaheeD on June 4, 2014
3.00 avg. rating (69% score) - 2 votes

 

Installing the Client Program

 

 

apt-get install pptp-linux

 

cat <<'__EOF__' >> /etc/ppp/chap-secrets
USERNAME  PPTP  PASSWORD  *
__EOF__
cat <<'__EOF__' >> /etc/ppp/peers/pptp
pty "pptp SERVER-IP-ADDRESS --nolaunchpppd"
name USERNAME
usepeerdns
noauth
file /etc/ppp/options.pptp
ipparam pptp
__EOF__

 

Connect

pon pptp

 

Disconnect

poff pptp

 

route add -net 0.0.0.0 dev ppp0

 
 

3.00 avg. rating (69% score) - 2 votes

Posted Under: Linux

About vaheeD

Leave a Reply

Your email address will not be published. Required fields are marked *

Protected by WP Anti Spam