I have a bit of a problem, I can not run the VPN with SME. Let me explain.
On my computer I use two operating systems, Windows XP and Ubuntu Linux 9.10.
On Windows XP when I have configured the VPN it works correctly, on Linux I have not found a way to make it run.
I use Gnome and the NetworkManager applet but even on manual configure not work.
I followed the
steps on site of pptpclient...
/etc/ppp/chap-secrets
# Secrets for authentication using CHAP
# client server secret IP addresses
"tonino" TestSME "xyz123" *
/etc/ppp/peers/TestSME
pty "pptp PUBLIC_IP_OF_SME --nolaunchpppd"
name "tonino"
remotename TestSME
require-mppe-128
file /etc/ppp/options.pptp
ipparam TestSME
but when I launch a VPN connection...
fumetto@fumetto-desktop1:~$ sudo pon TestSME debug dump logfd 2 nodetach
pppd options in effect:
debug # (from command line)
nodetach # (from command line)
logfd 2 # (from command line)
dump # (from command line)
noauth # (from /etc/ppp/options.pptp)
refuse-pap # (from /etc/ppp/options.pptp)
refuse-chap # (from /etc/ppp/options.pptp)
refuse-mschap # (from /etc/ppp/options.pptp)
refuse-eap # (from /etc/ppp/options.pptp)
name tonino # (from /etc/ppp/peers/TestSME)
remotename TestSME # (from /etc/ppp/peers/TestSME)
# (from /etc/ppp/options.pptp)
pty pptp PUBLIC_IP_OF_SME --nolaunchpppd # (from /etc/ppp/peers/TestSME)
crtscts # (from /etc/ppp/options)
# (from /etc/ppp/options)
asyncmap 0 # (from /etc/ppp/options)
lcp-echo-failure 4 # (from /etc/ppp/options)
lcp-echo-interval 30 # (from /etc/ppp/options)
hide-password # (from /etc/ppp/options)
ipparam TestSME # (from /etc/ppp/peers/TestSME)
proxyarp # (from /etc/ppp/options)
nobsdcomp # (from /etc/ppp/options.pptp)
nodeflate # (from /etc/ppp/options.pptp)
require-mppe-128 # (from /etc/ppp/options.pptp)
noipx # (from /etc/ppp/options)
using channel 21
Using interface ppp0
Connect: ppp0 <--> /dev/pts/1
sent [LCP ConfReq id=0x1 <asyncmap 0x0> <magic 0x9395dde5> <pcomp> <accomp>]
sent [LCP ConfReq id=0x1 <asyncmap 0x0> <magic 0x9395dde5> <pcomp> <accomp>]
sent [LCP ConfReq id=0x1 <asyncmap 0x0> <magic 0x9395dde5> <pcomp> <accomp>]
sent [LCP ConfReq id=0x1 <asyncmap 0x0> <magic 0x9395dde5> <pcomp> <accomp>]
sent [LCP ConfReq id=0x1 <asyncmap 0x0> <magic 0x9395dde5> <pcomp> <accomp>]
sent [LCP ConfReq id=0x1 <asyncmap 0x0> <magic 0x9395dde5> <pcomp> <accomp>]
sent [LCP ConfReq id=0x1 <asyncmap 0x0> <magic 0x9395dde5> <pcomp> <accomp>]
sent [LCP ConfReq id=0x1 <asyncmap 0x0> <magic 0x9395dde5> <pcomp> <accomp>]
sent [LCP ConfReq id=0x1 <asyncmap 0x0> <magic 0x9395dde5> <pcomp> <accomp>]
sent [LCP ConfReq id=0x1 <asyncmap 0x0> <magic 0x9395dde5> <pcomp> <accomp>]
LCP: timeout sending Config-Requests
Connection terminated.
Modem hangup
Waiting for 1 child processes...
script pptp PUBLIC_IP_OF_SME --nolaunchpppd, pid 30785
Script pptp PUBLIC_IP_OF_SME --nolaunchpppd finished (pid 30785), status = 0x0
fumetto@fumetto-desktop1:~$
Maybe not the right place because I seem to be a bigger problem than Ubuntu but after a couple of days I do not know what corner of the wall banging my head... someone could help me or indicate the way for my head?
Sorry for not perfect language...