Re: [Openvpn-devel] A special IP address range for exclusive VPN usage?

2006-07-29 Thread Florian Weimer
* Tony: > As far as I can see - the main obstacle of building the robust and > allaround VPN is to guess the IP-range so that it *NEVER* > collides|overlaps with *ANY* of the IPs used on real networks where a > server and a client may happen to be. You need globally unique addresses for tha

Re: [Openvpn-devel] [HACK/PATCH] Prioritize TCP ACKs

2005-11-26 Thread Florian Weimer
> Here's a hack of a patch which puts nice TOS bits on TCP ACK packets. > This allows you to use pf or another firewall to prioritize the > resulting openvpn traffic in the way you normally do over asynchronous > connections. I think you have to make those TOS values configurable because their mea

Re: [Openvpn-devel] Core dump ("unaligned access") on OpenBSD3.5 (DS10 - Alpha arch)

2004-12-17 Thread Florian Weimer
* James Yonan: >> >> >> Program terminated with signal 10, Bus error. >> #0 0x120023904 in mroute_extract_addr_from_packet >> (src=0x1b220, dest=0x1b208, buf=0x1, tunnel_type=-20292) at >> mroute.c:113 >> 113 memcpy (src->add

Re: [Openvpn-devel] Certificate Wizard 0.3b - code-related feedback

2004-11-16 Thread Florian Weimer
* Charles Duffy: > @@ -242,8 +242,7 @@ > char buffer[MAXLINELEN+1]; > int errorCode = GetLastError(); > > - snprintf(buffer, MAXLINELEN, _("Unable to copy '%s' to '%s' - > error %d", 0), source, target, errorCode); > - strcat(buffer, "