Results 1 to 3 of 3
hi
howto install and setup PPTP client on debian etch stable
and start it from the command line ?
greetings
cc...
- 05-23-2008 #1Linux Newbie
- Join Date
- Jun 2004
- Posts
- 120
PPTP client
hi
howto install and setup PPTP client on debian etch stable
and start it from the command line ?
greetings
cc
- 05-31-2008 #2Just Joined!
- Join Date
- Apr 2005
- Location
- Romania
- Posts
- 42
Hi,
Install the client:
apt-get install pptp-linux
The, You have to know: IP address of the PPTP server, the authentication domain name, the username and pass you are to use, the name of the tunnel, whether the encryption is in place.
Config files:
- /etc/ppp/options.pptp
(e.g. lock noauth nobsdcomp nodeflate)
- /etc/ppp/chap-secrets
(username & pass)
-/etc/ppp/peers/$TUNNEL, where $TUNNEL is the name you wish to use to refer to the tunnel
- start connection: pon $TUNNEL (stop connection: poff $TUNNEL).
After that, You have to set up the routing policy.
Good luck.
- 06-01-2008 #3Linux Newbie
- Join Date
- Jun 2004
- Posts
- 120
thanks a lot, it works perfectly.


Reply With Quote
