News:

Rule #1 - Be Patient - Rule #2 - Don't ask when, if you don't contribute - Rule #3 - You have coding skills - LinuxMCE's small brother is available: http://www.agocontrol.com

Main Menu

Announcement: PPTP VPN functionality

Started by donpaul, August 30, 2009, 04:28:40 AM

Previous topic - Next topic

donpaul

I have added PPTP functionality and a PPTP link to the Users section of the web admin. I am working on the wiki page next. Hopefully someone skilled in PHP could double check my code, since this is my first.

Here are the patch files
http://donpaul.info/PPTP_Patch.tar.gz

Here is the script
http://donpaul.info/Setup_PPTP.sh.gz

This is tested on 7.10, and it works for me. Once I build an 8.10 system, I will test it there as well. Let me know if there are any problems.

dlewis

Nice work again donpaul. Please provide the wiki link when done. Thanks!

hari

thanks for your contribution donpaul!

br Hari
rock your home - [url="http://www.agocontrol.com"]http://www.agocontrol.com[/url] home automation

Marie.O

Quote from: donpaul on August 30, 2009, 04:28:40 AM
This is tested on 7.10, and it works for me. Once I build an 8.10 system, I will test it there as well. Let me know if there are any problems.

as soon as you have it running with 810, please open up a trac ticket, mark it feature_patch and attach your script files. That way, we can keep all these patches at a single location.

Thanks
If I helped you, feel free to buy me a coffee: [url="https://www.paypal.com/cgi-bin/webscr?cmd=_s-xclick&hosted_button_id=2VKASZLTJH7ES"]https://www.paypal.com/cgi-bin/webscr?cmd=_s-xclick&hosted_button_id=2VKASZLTJH7ES[/url]

donpaul

#4
I have it working on 8.10. And I made changes, thank to everyone for their feedback. Will put together a wiki.

Ticket #339

Marie.O

donpaul,

thanks for the patch. Please re-submit the patch as a svn diff patch. Thanks
If I helped you, feel free to buy me a coffee: [url="https://www.paypal.com/cgi-bin/webscr?cmd=_s-xclick&hosted_button_id=2VKASZLTJH7ES"]https://www.paypal.com/cgi-bin/webscr?cmd=_s-xclick&hosted_button_id=2VKASZLTJH7ES[/url]

donpaul

Quote from: posde on September 17, 2009, 01:34:15 PM
donpaul,

thanks for the patch. Please re-submit the patch as a svn diff patch. Thanks

I don't see a way to submit a svn diff patch. Can you point me to it?

tschak909

did you make the changes in an svn checked out source tree?

-Thom

jimbodude

svn co http://whatever/you/are/working/on/
make your changes, then cd to the root directory of the checkout ("on" in this case)
svn diff > your-patch-file.patch
drop the patch onto the ticket.

donpaul

Quote from: tschak909 on September 19, 2009, 06:34:53 AM
did you make the changes in an svn checked out source tree?

-Thom

Nope. Sounds like I should have though  :-[

Quote from: jimbodude on September 19, 2009, 06:12:11 PM
svn co http://whatever/you/are/working/on/
make your changes, then cd to the root directory of the checkout ("on" in this case)
svn diff > your-patch-file.patch
drop the patch onto the ticket.

Thanks, I'll give that a try.

donpaul

Ticket has been updated with the SVN diff and new script files. The diff and scripts are for both PPTP and OpenVPN integration.


jimbodude

Is this going to make it into a release?

dlewis

Is the ticket up-to-date? If so, the beta2 site needs to be updated to get into the release.

jimbodude

http://svn.linuxmce.org/trac.cgi/ticket/339

Hasn't been touched in two months, but looks like everything is on there.  Has anyone tested this recently?