nope
I said I made a fresh install of fvdw-sl-12-1, copied the files over of the 12 may package, set the permission, started the daemon and it is up and running, everything works
ps It is normal that the command line will return without any message when starting the daemon
That doesn't mean it is not running (its a daemon :snicker )
give the command
- Code: Select all
ps -ef
and see if it is running
It gives output like this
- Code: Select all
root@fvdwsl-nwsp2:/ # pptpd -d --conf /etc/pptpd.conf
root@fvdwsl-nwsp2:/ #
root@fvdwsl-nwsp2:/ #
root@fvdwsl-nwsp2:/ # ps -ef
UID PID PPID C STIME TTY TIME CMD
root 1 0 0 21:43 ? 00:00:00 init
root 2 0 0 21:43 ? 00:00:00 [kthreadd]
<snip>
root 1434 915 0 21:53 ? 00:00:01 dropbear -p 22 -r /rw_fs/etc/dropbear/dropbear_rsa_host_key
root 1435 1434 0 21:53 ttyp0 00:00:00 -sh
root 6029 2 0 22:39 ? 00:00:00 [flush-8:0]
root 6199 2 0 22:45 ? 00:00:00 [kworker/0:0]
root 6465 2 0 22:49 ? 00:00:00 [flush-7:0]
root 6479 1 0 22:49 ? 00:00:00 pptpd -d --conf /etc/pptpd.conf
root 7015 1435 0 22:57 ttyp0 00:00:00 ps -ef
root@fvdwsl-nwsp2:/ #
the line with in the ps -ef output with pptd indicates that the daemon is running
As soon as you connect with vpn pppd will come to it. pppd is actually making the vpn connection
When vpn is connected and you give the command "ifconfig" you will see that the ppp0 interface is added in the output