Re: [Openvpn-devel] Windows Command Prompt vs. Systray Icon

2004-06-13 Thread Mathias Sundman
penvpn to check it's status, and recieve error messages? -- _ Mathias Sundman (^) ASCII Ribbon Campaign NILINGS ABXNO HTML/RTF in e-mail Tel: +46-(0)8-666 32 28 / \ NO Word docs in e-mail

[Openvpn-devel] Re: Interface with GUI agent

2004-07-03 Thread Mathias Sundman
the the menu, and monitor if the process ends before it is manually disconnected. My version is written in pure Win32 C code, but if you want to rewrite it using C# you are ofcource welcome... Best Regards Mathias -- _ Mathias Sundman

Re: Interface with GUI agent, was: Re: [Openvpn-devel] [Patch] revoke scripts were broken

2004-07-03 Thread Mathias Sundman
hat it will allow me to set timeout values for every step and report to the user at what step the connection failed. I suppose it will be best if the gui client query the server for the current state. /Mathias -- _________ Mathias Sundman

Re: Interface with GUI agent, was: Re: [Openvpn-devel] [Patch] revoke scripts were broken

2004-07-03 Thread Mathias Sundman
the service wrapper perhaps), and check the current state. -- _________ Mathias Sundman (^) ASCII Ribbon Campaign NILINGS ABXNO HTML/RTF in e-mail Tel: +46-(0)8-666 32 28 / \ NO Word docs in e-mail

[Openvpn-devel] Release: OpenVPN-GUI for Windows v1.0-beta5

2004-07-04 Thread Mathias Sundman
all config-files it has found. -- _________ Mathias Sundman (^) ASCII Ribbon Campaign NILINGS ABXNO HTML/RTF in e-mail Tel: +46-(0)8-666 32 28 / \ NO Word docs in e-mail

[Openvpn-devel] Re: Interface with GUI agent

2004-07-06 Thread Mathias Sundman
don't have to bother setting the correct management option in his config-files. This interface to the openvpn deamon will be the same regardless of the platform. -- _____ Mathias Sundman (^) ASCII Ribbon Campaign

[Openvpn-devel] Re: Interface with GUI agent

2004-07-06 Thread Mathias Sundman
in a wrong direction... -- _________ Mathias Sundman (^) ASCII Ribbon Campaign NILINGS ABXNO HTML/RTF in e-mail Tel: +46-(0)8-666 32 28 / \ NO Word docs in e-mail

Re: [Openvpn-devel] Re: Interface with GUI agent

2004-07-08 Thread Mathias Sundman
On Wed, 7 Jul 2004, James Yonan wrote: On Tuesday 06 July 2004 16:58, Mathias Sundman wrote: Some more things to consider... 1. On Windows, if the the service wrapper has started some openvpn processes before our gui agent is started, how should find out about those processes? I can think

Re: [Openvpn-devel] Re: Interface with GUI agent

2004-07-08 Thread Mathias Sundman
phical installation packages and a nice gui to click on, and get afraid if they need to edit a textfile! So we need to keep the whole chain from installation to operating really simple. Do you think we can achive this using deamon tools? -- _________

Re: [Openvpn-devel] Re: Interface with GUI agent

2004-07-09 Thread Mathias Sundman
On Fri, 9 Jul 2004, Denis Vlasenko wrote: On Friday 09 July 2004 00:35, Mathias Sundman wrote: What I am trying to say? I am very happy that you guys are actively working on openvpn. Really. Just please do not OVERdesign it. Maybe it's better to try to port daemontools to Windows and run

[Openvpn-devel] Patch: PKCS #12 support

2004-07-10 Thread Mathias Sundman
from your PEM fiels with: openssl pkcs12 -export -inkey $1.key -in $1.crt -certfile ca.crt \ -out $1.p12 Enjoy! -- _ Mathias Sundman (^) ASCII Ribbon Campaign SunGard Availability Services XNO HTML/RTF in e-mail

[Openvpn-devel] Passing private key passphrase to openvpn

2004-07-13 Thread Mathias Sundman
we have that ready. James, if I create a patch that accepts the passphrase as an cmd-line option, will you apply it then? Comments? -- _ Mathias Sundman (^) ASCII Ribbon Campaign NILINGS ABX

[Openvpn-devel] Patch: Output log message after routes is added

2004-08-08 Thread Mathias Sundman
ter routes have been added? -- _________ Mathias Sundman (^) ASCII Ribbon Campaign NILINGS ABXNO HTML/RTF in e-mail Tel: +46-(0)8-666 32 28 / \ NO Word docs in e-mail

Re: [Openvpn-devel] Patch: Output log message after routes is added

2004-08-08 Thread Mathias Sundman
On Sun, 8 Aug 2004, James Yonan wrote: Mathias Sundman <math...@nilings.se> said: --- forward-orig.c Fri Jul 30 22:08:22 2004 +++ forward.c Sun Aug 8 09:48:21 2004 @@ -243,6 +243,7 @@ update_time (); event_timeout_clear (>c2.route_wakeup); event_time

[Openvpn-devel] Sending signals to a process in Windows

2004-08-14 Thread Mathias Sundman
, but that can only contain ASCII chars, right? -- _ Mathias Sundman (^) ASCII Ribbon Campaign NILINGS ABXNO HTML/RTF in e-mail Tel: +46-(0)8-666 32 28 / \ NO Word docs in e-mail

[Openvpn-devel] Re: [Openvpn-users] OpenVPN Licensing Issues

2004-09-15 Thread Mathias Sundman
?) -- _ Mathias Sundman (^) ASCII Ribbon Campaign NILINGS ABXNO HTML/RTF in e-mail Tel: +46-(0)8-666 32 28 / \ NO Word docs in e-mail

[Openvpn-devel] Pass log and passphrase between OpenVPN and OpenVPN GUI

2004-10-01 Thread Mathias Sundman
between this socket and the openvpn process. The GUI can then connect to this socket to recieve the log in real-time, and can monitor this for the passphrase prompt itself. Comments or suggestions on other solutions are welcome. -- _________

[Openvpn-devel] [Patch] Allow multiple TAP devices without --dev-node on Windows

2004-10-05 Thread Mathias Sundman
configuration done on the TAP devices, you need to use dev-node to specify which device to use anyway, so I don't think this patch should brake anything. -- _ Mathias Sundman (^) ASCII Ribbon Campaign OpenVPN GUI

Re: [Openvpn-devel] Pass log and passphrase between OpenVPN and OpenVPN GUI

2004-10-05 Thread Mathias Sundman
which will run as SYSTEM. Didier James Yonan wrote: On Fri, 1 Oct 2004, Mathias Sundman wrote: Didier announced a first release of an improved version of the OpenVPN Service Wrapper earlier this week. The goal with this is to allow a non admin user on Windows to start/stop openvpn processes

Re: [Openvpn-devel] [Patch] Allow multiple TAP devices without --dev-node on Windows

2004-10-07 Thread Mathias Sundman
On Tue, 5 Oct 2004, Mathias Sundman wrote: I was going to ask for a feature yesterday, but though I'd write it myself instead of just asking for others todo things for me :-) I have about 15 OpenVPN configs on my Windows machine, but I only use 2-3 simulatainously. But, as I need be able

[Openvpn-devel] Show client IP address in status file

2004-10-14 Thread Mathias Sundman
file? One CLIENT LIST line and multi ROUTING TABLE lines? -- _ Mathias Sundman (^) ASCII Ribbon Campaign OpenVPN GUI for Windows XNO HTML/RTF in e-mail http://www.nilings.se/openvpn/ \ NO Word docs

Re: [Openvpn-devel] Show client IP address in status file

2004-10-14 Thread Mathias Sundman
On Thu, 14 Oct 2004, James Yonan wrote: On Thu, 14 Oct 2004, Mathias Sundman wrote: I have a little feature request. I use TAP and bridging in many roadwarrior configurations. I would really like to see what IP address that has been assigned to which client in the --status file

Re: [Openvpn-devel] Compilation Problem of openvpn-2.0_beta11

2004-10-14 Thread Mathias Sundman
(not msys bash), cd to top-level openssl directory. (5) Type "ms\mw" to start build. (6) When build is finished, the .DLLs will be in the top level openssl directory and the .a and .exe files will be in the "out" subdirectory. -- _______

Re: [Openvpn-devel] Re: Compilation Problem of openvpn-2.0_beta11

2004-10-14 Thread Mathias Sundman
, djgpp isn't msys/mingw :-) Try to remove djgpp from your system path, or just make sure msys and mingw is listed BEFORE djgpp. -- _ Mathias Sundman (^) ASCII Ribbon Campaign NILINGS ABXNO HTML/RTF in e

Re: [Openvpn-devel] OpenVPN 2.0 and udev

2004-10-17 Thread Mathias Sundman
to key-method 2. I found it documented in the following two places: The 2.0 Release Notes. [1] The Compatibility Notes. [2] [1] http://openvpn.sourceforge.net/20notes.html [2] http://openvpn.sourceforge.net/compat.html -- _ Mathias

Re: [Openvpn-devel] Foolproof rollout

2004-10-22 Thread Mathias Sundman
nvpn/files/install_packages/openvpn-gui.nsi -- _____ Mathias Sundman (^) ASCII Ribbon Campaign OpenVPN GUI for Windows XNO HTML/RTF in e-mail http://www.nilings.se/openvpn/ \ NO Word docs in e-mail

Re: [Openvpn-devel] after script

2004-10-23 Thread Mathias Sundman
o you want to support all O/S supported by OpenVPN? -- _____ Mathias Sundman (^) ASCII Ribbon Campaign OpenVPN GUI for Windows XNO HTML/RTF in e-mail http://www.nilings.se/openvpn/ \ NO Word docs in e-mail

[Openvpn-devel] exit_event not check between key password auth username

2004-10-23 Thread Mathias Sundman
this should be fixed in OpenVPN, or should I handle it in the GUI, by simply sending an extra CR for the next prompt? -- _ Mathias Sundman (^) ASCII Ribbon Campaign OpenVPN GUI for Windows XNO HTML/RTF in e

Re: [Openvpn-devel] PATCH[2/2]: Use certificates from MS Cert Store with CryptoAPI

2004-10-24 Thread Mathias Sundman
cryptoapi patch has been applied in 2.0-beta14 and is avalible here: http://openvpn.sourceforge.net/beta/ -- _____ Mathias Sundman (^) ASCII Ribbon Campaign OpenVPN GUI for Windows XNO HTML/RTF in e

Re: [Openvpn-devel] OpenVPN on PDA ?

2004-10-26 Thread Mathias Sundman
possible ? Thanks a lot ! Yes, it should be possible, but I don't know of any such project. The biggest challange will probably be to port the TAP driver. The userspace openvpn application should be fairly easy to port. -- _ Mathias Sundman

[Openvpn-devel] Win32: Event signals

2004-10-31 Thread Mathias Sundman
way to go... Hope I havn't missunderstood everything and just waisted your time... -- _____ Mathias Sundman (^) ASCII Ribbon Campaign OpenVPN GUI for Windows XNO HTML/RTF in e-mail http://www.nilings.

Re: [Openvpn-devel] Win32: Event signals

2004-10-31 Thread Mathias Sundman
On Sun, 31 Oct 2004, Mathias Sundman wrote: Hi James and everyone else, I'm working on a patch to add events for the other unix signals. I want this because I want the GUI to have the same possibility to send openvpn signals like you have in unix or when running from the console. While

Re: [Openvpn-devel] Win32: Event signals

2004-10-31 Thread Mathias Sundman
On Mon, 1 Nov 2004, Mathias Sundman wrote: I'm working on a patch to add events for the other unix signals. I want this because I want the GUI to have the same possibility to send openvpn signals like you have in unix or when running from the console. While working on this I think I either

[Openvpn-devel] 2.0-beta15 on WinXP: CreateFile failed on TAP device

2004-11-02 Thread Mathias Sundman
later. Both processes seemed to find the same interface free, but later one of them of cource failed to open it. /Mathias -- _____ Mathias Sundman (^) ASCII Ribbon Campaign OpenVPN GUI for Windows XNO HTML/

[Openvpn-devel] Re: 2.0-beta15 on WinXP: CreateFile failed on TAP device

2004-11-02 Thread Mathias Sundman
On Tue, 2 Nov 2004, Mathias Sundman wrote: James, I think we made a little misstake with the "auto-find free TAP device" feature. In OpenVPN GUI >= beta20 I close the connections and restart them after a suspend. If multiple connections were running this means that they wi

Re: [Openvpn-devel] Win32: Event signals

2004-11-03 Thread Mathias Sundman
break compatibility with existing software. -- _________ Mathias Sundman (^) ASCII Ribbon Campaign OpenVPN GUI for Windows XNO HTML/RTF in e-mail http://www.nilings.se/openvpn/ \ NO Word docs in e-mail

[Openvpn-devel] Changing server config without disconnecting users

2004-11-03 Thread Mathias Sundman
As OpenVPN gets deployed at larger and larger corporations as a roadwarrior VPN server, I think it becomes more and more important that it's possible to change as much of the server configuration as possible without having to restart the server and causing all users to be disconnected. One

Re: [Openvpn-devel] Win32: Event signals

2004-11-04 Thread Mathias Sundman
On Thu, 4 Nov 2004, James Yonan wrote: On Wed, 3 Nov 2004, Mathias Sundman wrote: Okay, I've finished my event signals patch, which adds events for SIGUSR1, SIGUSR2 and SIGHUP. If --service is used, it still creates the exit_event just like before, but it also creates the new events

Re: [Openvpn-devel] CreateFile failed on TAP device

2004-11-05 Thread Mathias Sundman
? Did she make any changes when it stopped working? Any new patches applied? -- _ Mathias Sundman (^) ASCII Ribbon Campaign NILINGS ABXNO HTML/RTF in e-mail Tel: +46-(0)8-666 32 28 / \ NO Word docs

Re: [Openvpn-devel] CreateFile failed on TAP device

2004-11-06 Thread Mathias Sundman
. -- _ Mathias Sundman (^) ASCII Ribbon Campaign NILINGS ABXNO HTML/RTF in e-mail Tel: +46-(0)8-666 32 28 / \ NO Word docs in e-mail

[Openvpn-devel] OpenVPN GUI not working with ms cert store

2004-11-08 Thread Mathias Sundman
DefWindowProc (hwnd, message, wParam, lParam); } return 0; } Best Regards, Mathias -- _________ Mathias Sundman (^) ASCII Ribbon Campaign OpenVPN GUI for Windows XNO HTML/RTF in e-mail http://ww

Re: [Openvpn-devel] TUN Server: Suggested IP allocation change

2004-11-14 Thread Mathias Sundman
... -- _ Mathias Sundman (^) ASCII Ribbon Campaign NILINGS ABXNO HTML/RTF in e-mail Tel: +46-(0)8-666 32 28 / \ NO Word docs in e-mail

Re: [Openvpn-devel] openvpn <---SSL---> Apache

2004-11-15 Thread Mathias Sundman
On Mon, 15 Nov 2004 satind...@in.safenet-inc.com wrote: I was just trying out SSL connection set-up between openvpn client with Apache server (openSSL). But it is failing. Is there any way to do so? Can I get openvpn client to successfully create ssl connection with Apache server? What code

Re: [Openvpn-devel] First post and an alternative idea for OpenVPN startup on Linux

2004-11-17 Thread Mathias Sundman
On Wed, 17 Nov 2004, Paul Iadonisi wrote: > While working with various setups, I felt there might be a better way > to start up the VPN(s) with a little more granularity. In fact, at > least in the case of Fedora Core (2 and 3 in my case), I thought it > might be a good idea to integrate it

[Openvpn-devel] Problem with --route-method exe and --redirect-gateway

2005-01-21 Thread Mathias Sundman
parameter. 2) Also specify the gateway parameter on the route delete cmd. This causes route.exe only to delete the correct route. -- _ Mathias Sundman (^) ASCII Ribbon Campaign OpenVPN GUI for Windows X

Re: [Openvpn-devel] Problem with --route-method exe and --redirect-gateway

2005-01-21 Thread Mathias Sundman
On Fri, 21 Jan 2005, Mathias Sundman wrote: Just because someone reported about problems with route additions via IPAPI when using PPP or PPPoE adapters the other day, one of my users reported the same problem to me today. I'll try to reproduce it on my computer later to night, so we can get

Re: [Openvpn-devel] Problem with --route-method exe and --redirect-gateway

2005-01-22 Thread Mathias Sundman
On Sat, 22 Jan 2005, James Yonan wrote: On Fri, 21 Jan 2005, Mathias Sundman wrote: On Fri, 21 Jan 2005, Mathias Sundman wrote: Just because someone reported about problems with route additions via IPAPI when using PPP or PPPoE adapters the other day, one of my users reported the same

Re: [Openvpn-devel] openvpn 2.0 speed

2005-03-02 Thread Mathias Sundman
On Thu, 3 Mar 2005, Leonid Zamotaev wrote: Connection speed detected for "TAP-Win32 Adapter V8" is equal 10Mbit and can`t be changed. But I NEED to use 100Mbit (fastethernet) tunel. Just ignore that info. The TAP device will use up to 100 Mbps if your CPU is fast enough... /Mathias

Re: [Openvpn-devel] New subnet topology feature ready for testing

2005-09-08 Thread Mathias Sundman
several diffrent versions of OpenVPN in parallell. I will also support this beta release by creating Windows installation packages with OpenVPN GUI and the OpenVPN beta. Cheers and good night // Mathias -- _________ Mathias Sundman

[Openvpn-devel] [PATCH] Support --ca together with --pkcs12

2005-09-19 Thread Mathias Sundman
e_ca.patch -- _____ Mathias Sundman (^) ASCII Ribbon Campaign OpenVPN GUI for Windows XNO HTML/RTF in e-mail http://openvpn.se/ / \ NO Word docs in e-maildiff -urN openvpn-2.0.2/options.c openvpn-2.0.2-ca/options.c --- openvpn-2.0.2/options.c Thu Aug 4 01:

Re: [Openvpn-devel] Bug report (long) - OpenVPN dropping small frames

2005-10-20 Thread Mathias Sundman
On Wed, 19 Oct 2005, Mike Ireton wrote: Suspeciously, I also have been observing an excessive number of ICMP "Frag reassembly time exceeded" messages coming from this openvpn client directed at the server. Putting 2 and 2 together, these excess icmp messages appear to be being generated

Re: [Openvpn-devel] Re: Bug report (long) - OpenVPN dropping small frames

2005-10-21 Thread Mathias Sundman
On Thu, 20 Oct 2005, Mike Ireton wrote: For the others who suggested reducing mss values and such - I'm already doing it. In fact I have mss clamped down to 1312 right now for testing. But, mss clamping doesn't have anything to do with the loss of the lcp-echo frames I was complaining about.

Re: [Openvpn-devel] Disable --redirect-gateway

2005-12-06 Thread Mathias Sundman
you verifyed that it really is the default in 2.1? -- A. Because people read from top to bottom. Q. Why should I not top-post? _ Mathias Sundman (^) ASCII Ribbon Campaign NILINGS ABXNO HTML/RTF in e-mail

Re: [Openvpn-devel] Inline certs/keys?

2006-06-01 Thread Mathias Sundman
On Thu, 1 Jun 2006, Stephen Borrill wrote: Could the configuration file format be extended to allow inclusion of relevant certs and keys in-line? Already added in the 2.1-beta series. Snip from the changelog: * Allow ca, cert, key, and dh files to be specified inline via XML-like syntax

[Openvpn-devel] DHCP on PocketPC port

2006-06-20 Thread Mathias Sundman
about the first DHCP server that it gets a reply from? As a workaround, I just used iptables on my linux server to block forwarding of UDP67/68 packets over the bridge and the things worked just fine. -- _ Mathias Sundman