Replace DHCP rules with 'dhcp' on the local interface

git-svn-id: https://shorewall.svn.sourceforge.net/svnroot/shorewall/trunk@1636 fbd18981-670d-0410-9b5c-8dc0c1a9a2bb
This commit is contained in:
teastep 2004-09-22 17:13:54 +00:00
parent 0bfd399344
commit 20b0715586
2 changed files with 1 additions and 3 deletions

View File

@ -191,5 +191,5 @@
##############################################################################
#ZONE INTERFACE BROADCAST OPTIONS
net eth0 detect dhcp,routefilter,norfc1918
loc eth1 detect
loc eth1 detect dhcp
#LAST LINE -- ADD YOUR ENTRIES BEFORE THIS ONE -- DO NOT REMOVE

View File

@ -344,8 +344,6 @@ ACCEPT fw net icmp
# Bering specific rules:
# allow loc to fw udp/53 for local/caching DNS servers to work
# allow loc to fw tcp/80 for weblet to work
# allow loc to fw udp/67 and udp/68 for dnsmasq's dhcpd to work
ACCEPT loc fw udp 53
ACCEPT loc fw tcp 80
ACCEPT loc fw udp 67,68
#LAST LINE -- ADD YOUR ENTRIES BEFORE THIS ONE -- DO NOT REMOVE