Connect linux server to VPN server via PPTP
Posted
by
wowpatrick
on Server Fault
See other posts from Server Fault
or by wowpatrick
Published on 2012-07-13T21:07:20Z
Indexed on
2012/11/23
11:02 UTC
Read the original article
Hit count: 280
I'm trying to connect a Linux (Ubuntu 10.04 LST) server to a VPN server via the PPTP client to an VPN server. I configured the PPTP client as said in the documentation. The connection is correctly added as an interface, but somehow the connection dose not work. ping -I ppp0 google.com
dose not return anything and traceroute -i ppp0
only shows the first hop, and then displays nothing. Any ideas of what is going wrong? Incorrect routing configuration?
ifconfig
output for the configured interface:
ppp0 Link encap:Point-to-Point Protocol
inet addr:xx.x.xxx.xxx P-t-P:10.0.0.1 Mask:255.255.255.255
UP POINTOPOINT RUNNING NOARP MULTICAST MTU:1496 Metric:1
RX packets:415 errors:0 dropped:0 overruns:0 frame:0
TX packets:468 errors:0 dropped:0 overruns:0 carrier:0
collisions:0 txqueuelen:3
RX bytes:31428 (31.4 KB) TX bytes:32394 (32.3 KB)
route
output
Kernel IP routing table
Destination Gateway Genmask Flags Metric Ref Use Iface
xx.x.x.1 * 255.255.255.255 UH 0 0 0 ppp0
xx.xxx.xxx.xx sp.ip 255.255.255.255 UGH 0 0 0 eth1
192.168.3.0 * 255.255.255.0 U 0 0 0 eth2
192.168.2.0 * 255.255.255.0 U 0 0 0 eth1
default sp.ip 0.0.0.0 UG 100 0 0 eth1
© Server Fault or respective owner