clach04
Group: Members
Posts: 5
Joined: July 2007 |
|
Posted: July 24 2007,01:16 |
|
Awesome! :-)
Sorry for the late reply, my PC died last week (dead mobo :-( ) so I've not been able to log on to the board for a few days.
I've tested out the new .dsl file/package and it does work. What is really cool is that this is the latest version that handles (sort-of) encrypted group passwords so one can simply use pcf2vpnc to generate the .conf file.
It may not work as expected if you are a new user as the location of some of the files is non-standard so it maybe worth tweaking the dsl package before officially publishing it:
1) vpnc-connect soft-link to vpnc is missing, i.e. normally one would issue:
Code Sample | sudo vpnc-connect ......
|
To get the dsl extension posted to work, one should issue:
Code Sample | sudo vpnc ......
|
If the soft-link is present it should work fine.
2) vpnc-scriptis in a (slightly) non-standard location, it is in the DSL package at /etc/vpnc-script instead of /etc/vpnc/vpnc-script. Not a huge issue but this does require an extra command line flag (or .conf setting), e.g.:
Code Sample | sudo vpnc...... --script /etc/vpnc-script
|
3) Sort of related to #2, there is no /etc/vpnc/ directory so one should put the *.conf file(s) in a directory and fully specifiy the path when making the connection, e.g.:
Code Sample | sudo vpnc...... ./myserver.conf
|
Where myserver.conf is in the current directory (i.e. ./ is not optional).
But these are very small issues!
Here is my complete, issue this to start (assuming a conf file is present in the current directory called myserver.conf):
Code Sample | sudo vpnc ./myserver.conf --local-port 0 --script /etc/vpnc-script
|
Thanks for putting this together!
I managed to fix my PC up today with a new motherboard but I can't get networking to work under DSL so I think I need to try the ndiswrappers :-( But that's something I'll try another day! So I'm not yet in a position to use this after all :-( But I suspect I will soon!, Thanks again. Let me know if you need more feed back.
Chris
|