Hey PIT,
The problem is that if you choose to use TCP, inside openvpn
configuration tab, it will keep using UDP. Changing openvpn.inc, and
adding this will get it fixed:
/* Set protocol being used (TCP or UDP)
if ($server['proto'] == 'TCP') {
$ovpn_config .= "--proto tcp-server";
}
ps: this was done by Michael de Bruin.
Thanks
Fernando
On 9/2/05, Peter Allgeyer <allgeyer at web dot de> wrote:
> Hi Fernando!
>
> Am Freitag, den 02.09.2005, 13:34 -0300 schrieb Fernando Costa:
> > Hey, just wondering, did you fix TCP/UDP problem in OpenVpn
> > configuration page? That would be great, because I woulden't need to
> > change the cd image before using the new version.
> Since I'm currently working on the OpenVPN code I want to know what
> problems arise with TCP/UDP in OpenVPN?
>
> Ciao ...
> ... PIT ...
>
>
> ---------------------------------------------------------------------------
> copyleft(c) by | _-_ Linux: The OS people choose without
> Peter Allgeyer | 0(o_o)0 $200,000,000 of persuasion. -- Mike Coleman
> ---------------oOO--(_)--OOo-----------------------------------------------
>
>
>
|