VPN with delay

VPN with delay

am 25.01.2008 16:38:01 von survietamine

hi,
i'm going to set-up an OpenVPN server with routed mode (tun).
One of the criteria for the user of the VPN is that each connection can
only last 20 minutes.
I don't know if i may specify that in the OpenVPN configuration or
iptables or something else.
Could you please help me about that ?

Thanks a lot.

Re: VPN with delay

am 25.01.2008 23:04:33 von chris-usenet

survietamine wrote:
> i'm going to set-up an OpenVPN server with routed mode (tun).
> One of the criteria for the user of the VPN is that each connection can
> only last 20 minutes.

Do you mean that the OpenVPN connection *must* be (forcefully)
disconnected after it's been up for 20 minutes?

Chris

Re: VPN with delay

am 28.01.2008 16:51:02 von survietamine

Chris Davies a écrit :
> survietamine wrote:
>> i'm going to set-up an OpenVPN server with routed mode (tun).
>> One of the criteria for the user of the VPN is that each connection can
>> only last 20 minutes.
>
> Do you mean that the OpenVPN connection *must* be (forcefully)
> disconnected after it's been up for 20 minutes?
>
> Chris

hi and thanks,
yes i meant that.
Each connexion may only last 20 min.

best regards.

Re: VPN with delay

am 30.01.2008 13:44:09 von chris-usenet

> survietamine wrote:
> One of the criteria for the user of the VPN is that each connection can
> only last 20 minutes.

Conversation determined that:
> the OpenVPN connection *must* be (forcefully) disconnected after it's
> been up for 20 minutes

How exact must this "20 minutes" be? Could it be 21 minutes? What about
25 minutes, or even more? Could it be 19 minutes?

Chris

Re: VPN with delay

am 31.01.2008 14:47:03 von survietamine

Chris Davies wrote :

> Conversation determined that:
>> the OpenVPN connection *must* be (forcefully) disconnected after it's
>> been up for 20 minutes
>
> How exact must this "20 minutes" be? Could it be 21 minutes? What about
> 25 minutes, or even more? Could it be 19 minutes?
>
> Chris

it could be 19 minutes, 20 minutes is the maximum.
Do you think i have to manage that with an crontab that kill processes
or maybe it's ok with iptables or something else ?