RE: [Openvpn-devel] Same IP subnet on both sides (was: Pass log and passphrase between OpenVPN...)

2004-10-05 Thread Mathias Sundman
On Wed, 6 Oct 2004 satind...@in.safenet-inc.com wrote: Hi Satinder, Please don't "hijack" a thread like that. Start a new topic if your post is un-related to the other current threads. Hi, Currently openvpn demands that in client-server scenario, private IPs should not clash with oth

RE: [Openvpn-devel] Pass log and passphrase between OpenVPN and O penVPN GUI

2004-10-05 Thread satinders
Hi, Currently openvpn demands that in client-server scenario, private IPs should not clash with other machines. What if a client with IP 10.19.0.5 sitting in an ISP network (e.g. internet cafe) is there and server tries to assign 10.19.0.5 to this machine. Also there are other machines on 1

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

2004-10-05 Thread James Yonan
On Tue, 5 Oct 2004, Mathias Sundman wrote: > So to summarize: > > SW=Service Wrapper > > 1. The SW should redirect stdin/stdout/stderr through a pipe. > > 2. The SW will write everything arriving on stdout/stderr to a logfile. > > 3. The SW will monitor stdout/stderr for password prompts, and

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

2004-10-05 Thread Mathias Sundman
So to summarize: SW=Service Wrapper 1. The SW should redirect stdin/stdout/stderr through a pipe. 2. The SW will write everything arriving on stdout/stderr to a logfile. 3. The SW will monitor stdout/stderr for password prompts, and when it sees one it will send a query over the already estab

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

2004-10-05 Thread Didier Conchaudron
Hi all, I agree with James for including several things such as monitoring stdin/out/err into the wrapper. But I'm not very ok for the idea of creating a socket for each connection because our users will probably only use one GUI so this GUI may have to discuss throught a unique socket to ma

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

2004-10-05 Thread Mathias Sundman
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 to connect to more than one site, I've had to cr

Re: [Openvpn-devel] Again: Feature implementation: Connection refusal based upon CN

2004-10-05 Thread Vlada Macek
[Autor citovane zpravy: James Yonan, cas odeslani: 05.10.2004 07:14] >I do have a concern though on your implementation. You are conducting the >allow/deny test in multi_connection_established(). The problem is that >this function runs too late in the client instance initialization sequence >to b