skorefish Apprentice

Joined: 21 Jun 2015 Posts: 284
|
Posted: Wed Dec 02, 2015 7:54 am Post subject: how can i setup a pptp client in gentoo? |
|
|
Hello I 'm trying to setup a pptp connection to a free vpn Server.
ip: 121.7.193.163 username: free password: see http://www.nlfreevpn.com/
I found https://wiki.gentoo.org/wiki/Pptp
so I reconfigured and compiled the kernel, and:
Code: | emerge net-dialup/pptpclient ppp;
pptpsetup --create my_vpn --server 212.7.193.163 --username free --password xxxx |
Now how do I start the connection and how do I know all traffic is going through the tunnel?
Does pptp follow the standard route to the internet? no, it has to pas ppp ...
I found Code: | pptp-command
pptpd call my_vpn dump debug logfd 2 nodetach |
ifconfig -a -> https://bpaste.net/show/0f0c805a57f9 is this ok ?
interesting ?? https://help.ubuntu.com/community/VPNClient
https://wiki.gentoo.org/wiki/PPP
http://pptpclient.sourceforge.net/howto-gentoo.phtml
route:
Kernel IP routing table
Destination Gateway Genmask Flags Metric Ref Use Iface
default 192.168.2.1 0.0.0.0 UG 2 0 0 enp5s1
loopback * 255.0.0.0 U 0 0 0 lo
192.168.2.0 * 255.255.255.0 U 0 0 0 enp5s1
212.7.193.163 192.168.2.1 255.255.255.255 UGH 0 0 0 enp5s1
|
|