OESF Portables Forum

Everything Else => Sharp Zaurus => Model Specific Forums => Distros, Development, and Model Specific Forums => Archived Forums => C1000/3x00 General discussions => Topic started by: xfaethorx on October 11, 2005, 06:18:54 pm

Title: Anyone Have Success Setting Up Pptp
Post by: xfaethorx on October 11, 2005, 06:18:54 pm
i've manage to get a copy of pptp but im having no success in getting it to work it doesnt log anything ANYWHERE as far as I can tell that says if or what or why it failed!

Has anyone managed to get this running on their Z?
Title: Anyone Have Success Setting Up Pptp
Post by: xfaethorx on October 14, 2005, 06:23:22 am
just a little more details.. I'm trying to get the PDA to joing my companies VPN

I've set up my chap-secrets file, this contains :

domain\\user PPTP password
PPTP domain\\user password

I created an options.pptp file in /etc/options.pptp , this contains :

lock
noauth
mtu 1000
mru 1000
name 'domain\user'
remotename PPTP


I created a peers directory under /etc/ppp

and in there added a peer file domain-vpn , which contains

#
# Server IP: IP address
# Route: add -net address TUNNEL_DEV

name domain\\user
remotename PPTP

file /etc/ppp/options.pptp

this means you can run pptp as follows

pptp domain-address call domain-vpn

however on invoking this nothing happens..I get the feeling i've missed out a device definition somewhere but i don't know where. I've become a bit complacent with ppp/pptp stuff over time now as most distros now contian script management to handle the setup / control of this stuff...

what have I missed if anything?