[OpenVPN home] [Date Prev] [Date Index] [Date Next]
[OpenVPN mailing lists] [Thread Prev] [Thread Index] [Thread Next]
Google
 
Web openvpn.net

Re: [Openvpn-users] connection timeout


  • Subject: Re: [Openvpn-users] connection timeout
  • From: Simone Manca <simo@xxxxxxx>
  • Date: Mon, 15 Apr 2002 17:33:59 +0200 (CEST)

Hi James,

I'm making some test now, my problem depends sure on the firewall
timeout.

IF I use --reneg-sec 200 I have resolved the problem, only I have long log
file, therefore I set --verb = 2.


Thank you, compliments for openvpn.


On Mon, 15 Apr 2002, James Yonan wrote:

> > ok, I could to send something every minute to maintain active the
> > connection?
> > for example a ping in crontab?
>
> You could do that, but the most efficient way would be with a firewall entry
> such as:
>
> iptables -A INPUT -p udp -s 1.2.3.4 --dport 8000 -j ACCEPT

I'm not the firewall administrator ;)