Quote (Jason W @ July 21 2007,00:52) |
Couldn't find the old file, but here is a new vpnc dsl to try out. http://jason5876.homelinux.com/dsl/vpnc-0.4.dsl Let me know how it works, and if it does I will submit it. If the above link does not download by clicking it in Firefox, use wget. $wget http://jason5876.homelinux.com/dsl/vpnc-0.4.dsl |
Code Sample |
sudo vpnc-connect ...... |
Code Sample |
sudo vpnc ...... |
Code Sample |
sudo vpnc...... --script /etc/vpnc-script |
Code Sample |
sudo vpnc...... ./myserver.conf |
Code Sample |
sudo vpnc ./myserver.conf --local-port 0 --script /etc/vpnc-script |
Quote (greavette @ Aug. 04 2007,09:01) |
Thanks for making this available! I've tried it out (thanks largely to the instructions from clach04) and it doesn't seem to be working for me, but then I am new to DSL and may have done something improperly. I'm running DSL-embedded (using kqemu and qemu) on my Windows XP Home laptop. I have access to the internet in DSL before I enable vpn. I use vpn from my Ubuntu PC and have made sure that the vpnc.conf file from my Ubuntu box matches the vpnc.conf file I created in DSL. I connect to vpnc from the terminal and DSL reports the Process number and says I'm connected. My connection to the internet is immediately not available upon connecting to vpn when I open Firefox. I also cannot ping my work PC. I've verified that my username and passwords are correct. |
Quote (clach04 @ Aug. 04 2007,17:49) | ||
As you have it working in Ubuntu you've already tried the the first thing I would suggest :-) Only tips I have are: 1) try outside of qemu, I.e. run it under real hardware. My initial hunch is the network wrapper in win32 is doing odd things. 2) If you haven't already try the "--local-port 0" param (outside of the VM and inside the VM). 3) Do the usual network sanity checks, check ip routes and dns mapping. Try pinging a known IP (e.g. 64.233.187.99 not google.com). Loosing access to the internet may be due to the VPN server script making all your traffic go the VPN server instead of using your internet connection (i.e. tunneling is off). |