Re: [Shorewall-devel] The Future of Shorewall

2016-04-17 Thread James
more folks at Red Hat (where I work) involved in shorewall, although unfortunately it doesn't seem to be a major focus. If there were libre ASIC's I think there would be a bigger use of this, but unfortunately the silicon vendors have made this near impossible. Thanks again for all you

Re: [Shorewall-devel] I'll be off of the list for several days

2015-11-17 Thread James
Get well soon! On Tue, Nov 17, 2015 at 11:11 AM, Tom Eastep wrote: > I have a health issue that I will be dealing with. Hope to be back next > week. > > -Tom > -- > Tom Eastep\ When I die, I want to go like my Grandfather who > Shoreline, \ died peacefully in his sleep. Not scream

Re: [Shorewall-devel] Looking ahead to 4.6.

2013-11-27 Thread James
lieve we should > consider. Shorewall is awesome, so the fact that you're still working on this is great! One nitpick, it would be awesome if shorewall could be GPLv2+ instead of GPLv2 only. Keep up the great work! Cheers, James > > Regards, > -Tom > -- > Tom Eastep

[Shorewall-devel] Release of puppet-shorewall

2013-10-20 Thread James
Hi Tom et al., I'm James, a long time shorewall user and puppet hacker. FWIW, I just released my puppet-shorewall module. It is available at: https://github.com/purpleidea/puppet-shorewall but I'm happy to mirror it on gitorious or elsewhere if you're interested. I wrote a qui

[Shorewall-devel] [PATCH] Kerberos macro

2013-06-07 Thread James
apply easily :) Cheers, James From 1a70c180fb6ba75089d0153739da2feefdb26300 Mon Sep 17 00:00:00 2001 From: James Shubin Date: Sat, 8 Jun 2013 02:29:02 -0400 Subject: [PATCH] Added simple Kerberos macro. --- Shorewall/Macros/macro.Kerberos | 12 1 file changed, 12 insertions(+) create

Re: [Shorewall-devel] shorewall-init musings

2013-05-08 Thread James
On Wed, May 8, 2013 at 4:23 AM, Simon Matter wrote: > Thanks for your contribution but for two reasons I prefer the openvpn patch: > > 1) What you suggest doesn't work if openvpn restarts a tunnel itself > without the openvpn process being stopped and restarted by somehing > outside of openvpn. We

Re: [Shorewall-devel] shorewall-init musings

2013-05-08 Thread James
anager and create a service that openvpn has as a dependency... HTH, James > > I've posted a feature wish with patch to openvpn but it was turned > down: > https://community.openvpn.net/openvpn/ticket/284 > > Regards, >

[Shorewall-devel] [PATCH] VRRP

2013-04-05 Thread James
Hi Tom, Reading the mailing list, I realized I had a Puppet managed Macro for VRRP, which I figured should be included. Patch attached against current master, but will probably apply anywhere. It's not much, but maybe it's a start. Thanks, James From a3e1d435c8d118586310e8f644b8df7029

Re: [Shorewall-devel] I'll be away from Shorewall Development for a while

2013-02-05 Thread James
On Tue, 2013-02-05 at 19:02 -0800, Tom Eastep wrote: > Friends, > > We learned today that a close family member has potentially serious health > issues. Until things are clearer, I will be focusing on my family and my > paying job; Shorewall will have to take a back seat. Sorry to hear all of this

Re: [Shorewall-devel] tc question

2012-09-23 Thread James
ame * apologize to Tom * and maybe donate some cash in his name to support Alzheimers: http://www.shorewall.net/shorewall_index.htm#Donations Sincerely, James Shubin On Mon, 2012-09-24 at 00:23 +0100, Mr Dash Four wrote: > >> I may be older than you, but I am not as stupid. > >

Re: [Shorewall-devel] Proposal macro.MAIL

2011-09-02 Thread James Shubin
you want, you can still add it to your own config. I have a few personal macros that I use, that I push to my servers with puppet. HTH, James -- Special Offer -- Download ArcSight Logger for FREE! Finally, a world-cl

Re: [Shorewall-devel] Documentation Update

2011-03-31 Thread James Shubin
On Thu, 2011-03-31 at 21:07 -0700, Tom Eastep wrote: > On 3/31/11 8:47 PM, James Shubin wrote: > > On Thu, 2011-03-31 at 20:23 -0700, Tom Eastep wrote: > >> Am I missing something? > > > > Hey there.. Nope, not missing a thing. I just guess my use case is > &g

Re: [Shorewall-devel] Documentation Update

2011-03-31 Thread James Shubin
On Thu, 2011-03-31 at 20:23 -0700, Tom Eastep wrote: > On 3/31/11 11:55 AM, James wrote: > > Hi Shorewall-devel, > > > > In the documentation at: > > http://www.shorewall.net/configuration_file_basics.htm it explains how > > to include files inside a rules.d/

[Shorewall-devel] Documentation Update

2011-03-31 Thread James
shorewall doesn't start (this is good) and stderr is also printed out (also good.) For including rules most users probably want: SHELL cat /etc/shorewall/rules.d/*.rules 2> /dev/null || true So I thought perhaps we could add that to the docs if you see fit. HT

Re: [Shorewall-devel] [Shorewall-users] VRRP and Keepalived

2011-03-14 Thread James
been done already) If devel would prefer an actual git patch, then please let me know. James PS: I cleaned up the formatting slightly to make the macro more readable... # # Shorewall version 4 - VRRP Macro # # /usr/share/shorewall/macro.VRR

[Shorewall-devel] Puppet Macro

2011-03-11 Thread James
Hi Shorewall-devel, I've been using puppet quite a lot recently, and I figured I'd contribute the macro that I use. Please feel free to include it in future shorewall releases if you so desire. I know it's not a huge contribution, but I've got to start somewhere! Thank you!