[Openvpn-devel] "Random" change of local address

2008-09-22 Thread Sebastian Hyrwall
Hi This might come as an odd request but as I'm not good with C and there's nice people out there I'll give it a shot. I'm looking at doing per-packet load-balancing based on the source-address. That is, for every packet that goes out the source address should be new. First I tried doing

Re: [Openvpn-devel] About making plugins for openvpn

2008-09-22 Thread Jose Sanchez
Thank you very much, after printing all environment variable, here I have the environment variable complete, I send this for future reference I hope this will help some other people (I have edited for some values or even removed them for privacy reasons): These variables are captured during OPENV

Re: [Openvpn-devel] About making plugins for openvpn

2008-09-22 Thread Jose Sanchez
Thank you, I have figured out those things (but not all of them, so thanks for the detailed explanation). The problem that I have is that I have not found good examples about the structure of the environment variable (I have seen the: get_env function in simple.c so I will try to print that variab

Re: [Openvpn-devel] About making plugins for openvpn

2008-09-22 Thread Jose Sanchez
El vie, 19-09-2008 a las 10:12 -0300, Giancarlo Razzolini escribió: > Jose Sanchez escreveu: > > Hello, I am new at openvpn, I am trying to do a very simple plugin to > > see connections/disconnections and to be able to notify to another > > system in "real" time. > > > > The problem is that I have