clach04
Group: Members
Posts: 5
Joined: July 2007 |
|
Posted: Aug. 19 2007,19:34 |
|
Quote (Jason W @ Aug. 13 2007,09:46) | Here is an adjusted vpnc that creates /var/run/vpnc if it does not exist, creates /dev/net/tun if it does not exist, and inserts the tun module. The command is /usr/bin/vpnc-connect to connect..... |
I finally had a free moment to try the new package. It is almost there, I had to edit /usr/bin/vpnc-connect to add command line param calls to /usr/bin/vpnc otherwise command line params were ignored. E.g.:
Add $*:
Code Sample | exec /usr/bin/vpnc $*
|
I didn't have problems with tun before so hopefully greavette can test on his system.
I tested on dsl 3.3, I made the change above (placed my MYSERVER.conf file in/etc/vpnc ) and used:
Code Sample | sudo vpnc-connect MYSERVER --local-port 0
|
Thanks for putting this together,
Chris
|