chiark
/
gitweb
/
~mdw
/
firewall
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
3a68f68
)
bookends.m4: Allow responding to broadcast and multicast ping.
author
Mark Wooding
<mdw@distorted.org.uk>
Sun, 10 Jul 2011 20:46:41 +0000
(21:46 +0100)
committer
Mark Wooding
<mdw@distorted.org.uk>
Sun, 10 Jul 2011 21:13:23 +0000
(22:13 +0100)
This way, I can see which things are responding to multicasts.
bookends.m4
patch
|
blob
|
blame
|
history
diff --git
a/bookends.m4
b/bookends.m4
index 6ba28274aa7a527db03803763cfb1a5d3cb6263f..495e95a76e89667d5c1a5190281df0777d1e7147 100644
(file)
--- a/
bookends.m4
+++ b/
bookends.m4
@@
-52,6
+52,9
@@
setopt ip_local_port_range $open_port_min $open_port_max
## Deploy SYN-cookies if necessary.
setopt tcp_syncookies 1
+## Allow broadcast and multicast ping, because it's a useful diagnostic tool.
+setopt icmp_echo_ignore_broadcasts 0
+
## Turn off iptables filtering for bridges. We'll use ebtables if we need
## to; but right now the model is that we do filtering at the borders, and
## are tolerant of things which are local.