How to establish VPN connection in Tahrpup?

Booting, installing, newbie
Post Reply
Message
Author
cxw
Posts: 1
Joined: Sat 16 Apr 2016, 23:29

How to establish VPN connection in Tahrpup?

#1 Post by cxw »

Hello ,
I just install puppy tahr in an old pc I had and the only thing I want is that every time it will start to connect at network through PPTP VPN so to use its IP as a gateway.

I am new in puppy but I have some experience with other Linux distros.
I can use only the command line mode , so I want to make it work with commands only.

Thanks
Last edited by cxw on Sun 17 Apr 2016, 11:01, edited 1 time in total.

jafadmin
Posts: 1249
Joined: Thu 19 Mar 2009, 15:10

#2 Post by jafadmin »

There is nothing unusual about the pptp implementation in Tahr. All the utilities needed to do what you want are already installed in puppy.

All you need to do is look around online for tips on how to use it in command-line mode.

http://linux.die.net/man/8/pptp

edit the /etc/ppp/options.pptp file and un-comment the line that reads:

Code: Select all

require-mppe-128
Then try something like this on the command line (substituting your valid info)

Code: Select all

pptp vpn.mycorp.com file /etc/ppp/options.pptp user mycorp\\myname password Frazel5nap!
It should connect ok, then:

Code: Select all

route add default ppp0
Now your default rout will be set to the VPN.

Post Reply