Re: Mixing firewall tools

2017-02-25 Thread Dan Ritter
On Sun, Feb 26, 2017 at 03:40:53AM +1300, Richard Hector wrote: > On 26/02/17 03:19, Dan Ritter wrote: > > On Sat, Feb 25, 2017 at 07:54:32PM +1300, Richard Hector wrote: > >> I have a machine with a hand-rolled firewall script, which just runs > >> iptables commands - all well and good. > >> > >>

Re: Mixing firewall tools

2017-02-25 Thread Richard Hector
On 26/02/17 03:19, Dan Ritter wrote: > On Sat, Feb 25, 2017 at 07:54:32PM +1300, Richard Hector wrote: >> I have a machine with a hand-rolled firewall script, which just runs >> iptables commands - all well and good. >> >> The trickiest bits are for my LXC containers; I need to forward ports >> etc

Re: Mixing firewall tools

2017-02-25 Thread Dan Ritter
On Sat, Feb 25, 2017 at 07:54:32PM +1300, Richard Hector wrote: > I have a machine with a hand-rolled firewall script, which just runs > iptables commands - all well and good. > > The trickiest bits are for my LXC containers; I need to forward ports > etc - but that's ok. > > The complications st

Mixing firewall tools

2017-02-24 Thread Richard Hector
Hi all, I have a machine with a hand-rolled firewall script, which just runs iptables commands - all well and good. The trickiest bits are for my LXC containers; I need to forward ports etc - but that's ok. The complications start when I add fail2ban - now I have an extra bit in my init script t