Re: pf.conf propagation

Previous thread: Cardbus EHCI issues on Tecra 520CDT by David Given on Tuesday, March 20, 2007 - 3:24 pm. (2 messages)

Next thread: Meeting request by El Cid on Tuesday, March 20, 2007 - 4:43 pm. (1 message)
From: Alexander Lind
Date: Tuesday, March 20, 2007 - 3:29 pm

Hello misc.

Can anyone recommend a pf propagation script, intended to be used to 
spread changes from one carp:ed openbsd firewall to another?

I found one bash script which seems to do a decent job here:
http://archives.neohapsis.com/archives/openbsd/2006-11/1134.html

But it requires bash and supports only two firewalls.

Also does anyone know if there are any plans to make this pf.conf 
propagation a feature in openbsd itself?

Alec

From: Kian Mohageri
Date: Tuesday, March 20, 2007 - 3:44 pm

for host in fw1 fw2 fw3 fw4 fw5; do scp ~/master.pf.conf
${host}:/etc/pf.conf; done

-- 
Kian Mohageri

From: Joachim Schipper
Date: Tuesday, March 20, 2007 - 4:38 pm

This is trivially scripted (the posted scp solution is perfectly
sensible). But do take a look at carp(4), pfsync(4), and so on.

		joachim

From: Didier Wiroth
Date: Wednesday, March 21, 2007 - 1:18 am

Hello,
You may want to have a look at
/usr/ports/sysutils/tentakel


--

Previous thread: Cardbus EHCI issues on Tecra 520CDT by David Given on Tuesday, March 20, 2007 - 3:24 pm. (2 messages)

Next thread: Meeting request by El Cid on Tuesday, March 20, 2007 - 4:43 pm. (1 message)