[Openvpn-devel] PATCH: Remove route with metrics

2006-03-31 Thread Roy Marples
x27;m unsure of the command for others - although its probably very similar. Thanks -- Roy Marples Gentoo Linux Developer --- route.c +++ route.c @@ -832,6 +832,8 @@ network, netmask); #endif /*CONFIG_FEATURE_IPROUTE*/ + if (r->metric_defined) +buf_printf (&buf, &

[Openvpn-devel] [PATCH] Enable compliation under Darwin

2006-04-05 Thread Roy Marples
Hi List! Attached is a patch we use in Gentoo (well, the only patch) that allows compilation on on ppc-macos (Darwin). I don't have this platform myself, but our ppc-macos users seem to need it, so I'm submitting it for upstream inclusion. Thanks! -- Roy Marples Gentoo Linux

[Openvpn-devel] [PATCH] Stick routes to interfaces for Linux

2006-04-07 Thread Roy Marples
Hi List! In some instances, Linux requires routes being stuck to interfaces instead of floating. Mainly in virtual environments like Xen and Qemu. Attached is a patch that addresses this issue. Thanks -- Roy Marples Gentoo Linux Developer --- openvpn-2.0.6/route.c 2006-04-07 14:59

[Openvpn-devel] [PATCH] Default route metric

2006-04-07 Thread Roy Marples
Hi Using route metrics is a great way to get around default route issues whilst preserving the original routes. Attached are patches to 2.0 and 2.1_beta12 that allow a default metric to be applied to all routes. IMO, this is a better option than redirecting the local route. Thanks -- Roy

[Openvpn-devel] [PATCH] Allow link layer address to be set

2006-04-07 Thread Roy Marples
OS's that support it (Linux, FreeBSD, OpenBSD, Darwin and Solaris, but only Linux has been tested). Thanks -- Roy Marples Gentoo Linux Developer --- openvpn-2.0.6/init.c 2006-04-06 10:49:00.044150686 +0100 +++ openvpn-2.0.6/init.c 2006-04-07 12:20:50.110560634 +0100 @@ -38,6 +38,7 @@

Re: [Openvpn-devel] Re: [PATCH] Enable compliation under Darwin

2006-04-07 Thread Roy Marples
he document is out of date, but they'll get back with a definite answer. Thanks -- Roy Marples Gentoo Linux Developer

Re: [Openvpn-devel] [PATCH] Stick routes to interfaces for Linux

2006-04-13 Thread Roy Marples
On Thursday 13 April 2006 21:33, James Yonan wrote: > Roy Marples wrote: > > In some instances, Linux requires routes being stuck to interfaces > > instead of floating. Mainly in virtual environments like Xen and Qemu. > > > > Attached is a patch that addresses this i

Re: [Openvpn-devel] [PATCH] Stick routes to interfaces for Linux

2006-04-13 Thread Roy Marples
On Thursday 13 April 2006 22:01, Roy Marples wrote: > On Thursday 13 April 2006 21:33, James Yonan wrote: > > Roy Marples wrote: > > > In some instances, Linux requires routes being stuck to interfaces > > > instead of floating. Mainly in virtual env

Re: [Openvpn-devel] [PATCH] Stick routes to interfaces for Linux

2006-04-28 Thread Roy Marples
ta14 version, I end up having 2 default gateways: > > it basically fails to remove my old default gateway. I don't see that as an error as you're pusing a new gateway "route 0.0.0.0 0.0.0.0" and you're saying redirect local. So you would want to do either one or the other. -- Roy Marples Gentoo/Linux Developer (baselayout, networking)

Re: [Openvpn-devel] MULTICAST: cannot join a group across the OpenVPN connection. Why?

2006-09-09 Thread Roy Marples
d routing concepts, but that's it. Thanks BTW - this is a farily quiet list - you can get replies to mails you sent months ago ;) -- Roy Marples Gentoo/Linux Developer (baselayout, networking)

[Openvpn-devel] [PATCH] Use PAM correctly

2006-10-11 Thread Roy Marples
LinuxPAM and OpenPAM installs. Thanks -- Roy Marples Gentoo/Linux Developer (baselayout, networking) We should use pam property - this works on both LinuxPAM and OpenPAM diff -ur openvpn-2.0.7.orig/plugin/auth-pam/Makefile openvpn-2.0.7/plugin/auth-pam/Makefile --- openvpn-2.0.7.orig/plugin/auth

Re: [Openvpn-devel] [PATCH] Use PAM correctly

2006-10-13 Thread Roy Marples
rc64__ define in their code) Gentoo enforces gmake being present on the system as it's predominately Linux, so the makefile wasn't an issue for us. Thanks -- Roy Marples Gentoo/Linux/FreeBSD Developer (baselayout, networking)

[Openvpn-devel] [PATCH] txqueuelen for persistent interfaces

2006-11-08 Thread Roy Marples
Hi. openvpn does not apply the --txqueuelen option to persistent interfaces made with --mktun [1] Attached are patches to 2.0.7 and 2.1_rc1 that fix the issue. Thanks! [1] http://bugs.gentoo.org/show_bug.cgi?id=150791 -- Roy Marples Gentoo Developer (baselayout, networking)

Re: [Openvpn-devel] [PATCH] txqueuelen for persistent interfaces

2006-11-08 Thread Roy Marples
On Wednesday 08 November 2006 13:43, Roy Marples wrote: > Hi. > > openvpn does not apply the --txqueuelen option to persistent interfaces > made with --mktun [1] > > Attached are patches to 2.0.7 and 2.1_rc1 that fix the issue. > > Thanks! > > [1] http://bugs.gentoo.o

Re: [Openvpn-devel] [PATCH] txqueuelen for persistent interfaces

2006-11-08 Thread Roy Marples
On Wednesday 08 November 2006 14:21, Roy Marples wrote: > On Wednesday 08 November 2006 13:43, Roy Marples wrote: > > Hi. > > > > openvpn does not apply the --txqueuelen option to persistent interfaces > > made with --mktun [1] > > > > Attached are patches

Re: [Openvpn-devel] OpenVPN 2.1_rc2 released

2007-03-05 Thread Roy Marples
On Wed, 28 Feb 2007 03:24:45 -0700 James Yonan wrote: > OpenVPN 2.1_rc2 has been released which includes a number of > miscellaneous fixes, including better Vista support on 32-bit x86. Attached is a patch that cleans up configure on FreeBSD for recent autotool versions that require that all .h

Re: [Openvpn-devel] modification to pull-resolv-conf/client.up and client.down scipt

2007-06-27 Thread Roy Marples
On Wed, 27 Jun 2007 16:34:49 -0700 (MST) "Scott Ruckh" wrote: > Attached are modifications to the pull-resolv-conf/client.up and > pull-resolv-conf/client.down scripts. The changes and modifications > are documented in the script. > > This change produces a more friendly /etc/resolv.conf that i

[Openvpn-devel] [PATCH] IPv6 support

2007-06-29 Thread Roy Marples
from the Gentoo bug report referenced below. Thanks Roy Marples [1] http://bugs.gentoo.org/show_bug.cgi?id=183457