View Single Post
Old 22nd September 2008
MarkJu MarkJu is offline
New User
 
Join Date: Sep 2008
Posts: 1
Default Use pptpd's "-e" option

1. create a little script "/etc/ppp/pppd":

#!/bin/sh
/usr/sbin/ppp -direct pptp

2. start pptpd with "-e /etc/ppp/pppd"

this seems to solve the coordination problems between pptpd/pppd/ppp
Reply With Quote