mirror of
https://gitlab.com/shorewall/code.git
synced 2024-11-14 19:54:06 +01:00
Stop whining about DHCP vs. nobogons
git-svn-id: https://shorewall.svn.sourceforge.net/svnroot/shorewall/trunk@1507 fbd18981-670d-0410-9b5c-8dc0c1a9a2bb
This commit is contained in:
parent
6304de1731
commit
8507d941e5
@ -22,6 +22,7 @@
|
||||
#
|
||||
###############################################################################
|
||||
#SUBNET TARGET
|
||||
0.0.0.0 RETURN # Stop the DHCP whining
|
||||
255.255.255.255 RETURN # We need to allow limited broadcast
|
||||
169.254.0.0/16 DROP # DHCP autoconfig
|
||||
192.0.2.0/24 logdrop # Example addresses (RFC 3330)
|
||||
|
@ -41,4 +41,6 @@ Changes in 2.0.7
|
||||
|
||||
3) Enhance IP/Routing output in "shorewall status".
|
||||
|
||||
4) Correct handling of multiple 'blacklist' interfaces.
|
||||
4) Correct handling of multiple 'blacklist' interfaces.
|
||||
|
||||
5) Add "0.0.0.0 RETURN" to nobogons.
|
||||
|
@ -51,6 +51,13 @@ Problems Corrected in version 2.0.7
|
||||
2) Multiple interfaces with the 'blacklist' option no longer result in
|
||||
an error message at startup.
|
||||
|
||||
3) The following has been added to /etc/shorewall/bogons:
|
||||
|
||||
0.0.0.0 RETURN
|
||||
|
||||
This prevents the 'nobogons' option from logging DHCP 'DISCOVER'
|
||||
broadcasts.
|
||||
|
||||
New Features in version 2.0.7
|
||||
|
||||
1) To improve supportability, the "shorewall status" command now
|
||||
|
Loading…
Reference in New Issue
Block a user