Re: [Openvpn-devel] 2.1 rc20 and multiple interfaces problem

2009-12-12 Thread Davide Brini
On Saturday 12 December 2009, James Yonan wrote: > Using nobind on the client for UDP client connections generates a socket > with a dynamic source port number. This is key because it means that > when the client reconnects, it does so with a new source port number, > and this allows OpenVPN to d

Re: [Openvpn-devel] 2.1 rc20 and multiple interfaces problem

2009-12-12 Thread James Yonan
Davide Brini wrote: On Friday 11 December 2009, James Yonan wrote: Try adding the "nobind" directive to your client config file. I think this will solve the problem. That seems indeed to do it. Thank you very much! However, never in my life could I have imagined that this was due to a setti

Re: [Openvpn-devel] 2.1 rc20 and multiple interfaces problem

2009-12-12 Thread Davide Brini
On Friday 11 December 2009, James Yonan wrote: > Try adding the "nobind" directive to your client config file. I think > this will solve the problem. That seems indeed to do it. Thank you very much! However, never in my life could I have imagined that this was due to a setting *on the client*.

Re: [Openvpn-devel] 2.1 rc20 and multiple interfaces problem

2009-12-11 Thread James Yonan
Davide, Try adding the "nobind" directive to your client config file. I think this will solve the problem. James Davide Brini wrote: On Thursday 12 November 2009, David Sommerseth wrote: On 12/11/09 19:33, Olaf Fraczyk wrote: Hello, No, I wasn't using --multihome - I didn't know that th

Re: [Openvpn-devel] 2.1 rc20 and multiple interfaces problem

2009-12-11 Thread James Yonan
David Sommerseth wrote: -BEGIN PGP SIGNED MESSAGE- Hash: SHA1 On 12/11/09 19:33, Olaf Fraczyk wrote: Hello, No, I wasn't using --multihome - I didn't know that this option exists and that is necessary. I haven't found it in man page and in documentation on the web page. The only place

Re: [Openvpn-devel] 2.1 rc20 and multiple interfaces problem

2009-11-12 Thread Davide Brini
On Thursday 12 November 2009, David Sommerseth wrote: > On 12/11/09 19:33, Olaf Fraczyk wrote: > > Hello, > > > > No, I wasn't using --multihome - I didn't know that this option exists > > and that is necessary. I haven't found it in man page and in > > documentation on the web page. The only plac

Re: [Openvpn-devel] 2.1 rc20 and multiple interfaces problem

2009-11-12 Thread David Sommerseth
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 On 12/11/09 19:33, Olaf Fraczyk wrote: > Hello, > > No, I wasn't using --multihome - I didn't know that this option exists > and that is necessary. I haven't found it in man page and in > documentation on the web page. The only place where I found it

Re: [Openvpn-devel] 2.1 rc20 and multiple interfaces problem

2009-11-12 Thread Olaf Fraczyk
Hello, No, I wasn't using --multihome - I didn't know that this option exists and that is necessary. I haven't found it in man page and in documentation on the web page. The only place where I found it (after you let me know about it) was with openvpn --help. Thank you, I'll try it. BTW, why is i

[Openvpn-devel] 2.1 rc20 and multiple interfaces problem

2009-10-29 Thread Olaf Fraczyk
Hello, I have several interfaces, the problem is that if: I open connection from client to server IP=Y on interface ppp1 then I get packets back from IP=X on interface ppp0 For connection to IP=X on interface ppp0 I get correctly packets from IP=X on ppp0. I have read that in 2.1 it should work