Re: [Openvpn-devel] Need 1.5 beta testers for *BSD, Linux 2.2, OS X

2003-10-13 Thread julien Touche

James Yonan wrote:

If you are asking if OpenVPN works with NAT, the answer is yes.


not really, would be more: does it work with one host having a remote 
publiv vpn server and the server treating with anyone having pass/cert 
without knowing its ip and not being able to join host ?



setup like this

host1 <- private network -> gateway1 <- internet -> host2

want a vpn between host and host2.

host1 has no public ip so it is able to join any public internet server 
like host2 but not the reverse if there is no established conn before.

is it sufficient for openvpn or not ?
in this setup, host2 cannot initiate conn to host1 (right ?), but host1 
can.



Regards

Julien




Re: [Openvpn-devel] CVS

2003-10-13 Thread James Yonan
Peter Sandström  said:

> Hey,
> 
> What's the current status of the CVS tree? I can't login using anonymous
> access.
> 
> I was planning on implementing multiple-connections-to-one-openvpn-instance
> since I need it for a usecase.
> Not beeing able to checkout the source complicates this though :)

I just checked, and it looks like the OpenVPN anonymous CVS is back online,
and the 24 hour delay seems to have vanished.

So these commands should set you up for working on the 1.5 beta series
(branch=EXP15):

cvs -d:pserver:anonym...@cvs.sourceforge.net:/cvsroot/openvpn login

cvs -z3 -d:pserver:anonym...@cvs.sourceforge.net:/cvsroot/openvpn co -r EXP15
openvpn

James