mirror of
https://gitlab.com/shorewall/code.git
synced 2024-11-27 01:53:27 +01:00
Remove obsolete 'ping' stuff from released 'interfaces' file
git-svn-id: https://shorewall.svn.sourceforge.net/svnroot/shorewall/trunk@407 fbd18981-670d-0410-9b5c-8dc0c1a9a2bb
This commit is contained in:
parent
7fe133fe4a
commit
2fab4bd133
@ -46,18 +46,6 @@
|
|||||||
# a DHCP server running on the firewall or
|
# a DHCP server running on the firewall or
|
||||||
# you have a static IP but are on a LAN
|
# you have a static IP but are on a LAN
|
||||||
# segment with lots of Laptop DHCP clients.
|
# segment with lots of Laptop DHCP clients.
|
||||||
# noping - icmp echo-request (ping) packets
|
|
||||||
# addressed to the firewall should
|
|
||||||
# be ignored on this interface
|
|
||||||
# filterping - icmp echo-request (ping) packets
|
|
||||||
# addressed to the firewall should
|
|
||||||
# be controlled by the rules file and
|
|
||||||
# applicable policy. If neither 'noping'
|
|
||||||
# nor 'filterping' are specified then
|
|
||||||
# the firewall will respond to 'ping'
|
|
||||||
# requests. 'filterping' takes
|
|
||||||
# precedence over 'noping' if both are
|
|
||||||
# given.
|
|
||||||
# routestopped - (Deprecated -- use
|
# routestopped - (Deprecated -- use
|
||||||
# /etc/shorewall/routestopped)
|
# /etc/shorewall/routestopped)
|
||||||
# When the firewall is stopped, allow
|
# When the firewall is stopped, allow
|
||||||
@ -117,15 +105,14 @@
|
|||||||
# eth1 connected to your local network and that your
|
# eth1 connected to your local network and that your
|
||||||
# local subnet is 192.168.1.0/24. The interface gets
|
# local subnet is 192.168.1.0/24. The interface gets
|
||||||
# it's IP address via DHCP from subnet
|
# it's IP address via DHCP from subnet
|
||||||
# 206.191.149.192/27 and you want pings from the internet
|
# 206.191.149.192/27. You have a DMZ with subnet
|
||||||
# to be ignored. You interface a DMZ with subnet
|
|
||||||
# 192.168.2.0/24 using eth2. You want to be able to
|
# 192.168.2.0/24 using eth2. You want to be able to
|
||||||
# access the firewall from the local network when the
|
# access the firewall from the local network when the
|
||||||
# firewall is stopped.
|
# firewall is stopped.
|
||||||
#
|
#
|
||||||
# Your entries for this setup would look like:
|
# Your entries for this setup would look like:
|
||||||
#
|
#
|
||||||
# net eth0 206.191.149.223 noping,dhcp
|
# net eth0 206.191.149.223 dhcp
|
||||||
# local eth1 192.168.1.255 routestopped
|
# local eth1 192.168.1.255 routestopped
|
||||||
# dmz eth2 192.168.2.255
|
# dmz eth2 192.168.2.255
|
||||||
#
|
#
|
||||||
|
Loading…
Reference in New Issue
Block a user