Quote (greavette @ Aug. 08 2007,05:48) |
I won't be able to try this outside of qemu until I have a spare drive. For now I can only run this from my USB using the embedded version. ..... I did notice a message when I ran it again (not sure how I missed it the first time?). I use the following instruction: "sudo vpnc /mnt/hdb/vpnc.conf --local-port 0 --script /etc/vpnc-script" I'm asked to input my password and then I receive the following messages: "readlink: /dev/net/tun: No such file or directory" "VPNC started in background (pid: 631)..." |
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..... |
Code Sample |
exec /usr/bin/vpnc $* |
Code Sample |
sudo vpnc-connect MYSERVER --local-port 0 |