mirror of
https://gitlab.com/shorewall/code.git
synced 2025-02-02 10:59:27 +01:00
Update DHCP doc with 'ping-check' info
git-svn-id: https://shorewall.svn.sourceforge.net/svnroot/shorewall/trunk@4638 fbd18981-670d-0410-9b5c-8dc0c1a9a2bb
This commit is contained in:
parent
bfd1eef27c
commit
b0f18145f8
@ -67,6 +67,13 @@
|
|||||||
interfaces on the run line. On a RedHat system, this is done by
|
interfaces on the run line. On a RedHat system, this is done by
|
||||||
modifying <filename>/etc/sysconfig/dhcpd</filename>.</para>
|
modifying <filename>/etc/sysconfig/dhcpd</filename>.</para>
|
||||||
</listitem>
|
</listitem>
|
||||||
|
|
||||||
|
<listitem>
|
||||||
|
<para>If you set 'ping-check' true in your
|
||||||
|
<filename>/etc/shorewall/dhcpd.conf</filename> file then you will want
|
||||||
|
to <ulink url="ping.htm">accept 'ping'</ulink> from your firewall to
|
||||||
|
the zone(s) served by the firewall's DHCP server.</para>
|
||||||
|
</listitem>
|
||||||
</itemizedlist>
|
</itemizedlist>
|
||||||
</section>
|
</section>
|
||||||
|
|
||||||
@ -105,6 +112,13 @@
|
|||||||
gets assigned to the interface. Check your DHCP client's
|
gets assigned to the interface. Check your DHCP client's
|
||||||
documentation.</para>
|
documentation.</para>
|
||||||
</listitem>
|
</listitem>
|
||||||
|
|
||||||
|
<listitem>
|
||||||
|
<para>It is a good idea to <ulink url="ping.htm">accept 'ping'</ulink>
|
||||||
|
on any interface that gets it's IP address via DHCP. That way, if the
|
||||||
|
DHCP server is configured with 'ping-check' true, you won't be
|
||||||
|
blocking its 'ping' requests.</para>
|
||||||
|
</listitem>
|
||||||
</itemizedlist>
|
</itemizedlist>
|
||||||
</section>
|
</section>
|
||||||
|
|
||||||
@ -122,4 +136,23 @@
|
|||||||
</listitem>
|
</listitem>
|
||||||
</itemizedlist>
|
</itemizedlist>
|
||||||
</section>
|
</section>
|
||||||
|
|
||||||
|
<section>
|
||||||
|
<title>Running dhcrelay on the firewall</title>
|
||||||
|
|
||||||
|
<itemizedlist>
|
||||||
|
<listitem>
|
||||||
|
<para>Specify the "dhcp" option (in <filename><ulink
|
||||||
|
url="Documentation.htm#Interfaces">/etc/shorewall/interfaces</ulink></filename>)
|
||||||
|
on the interface facing the DHCP server and on the interfaces to be
|
||||||
|
relayed.</para>
|
||||||
|
</listitem>
|
||||||
|
|
||||||
|
<listitem>
|
||||||
|
<para>If the server is configured with 'ping-check' true, then you
|
||||||
|
must <ulink url="ping.htm">allow 'ping'</ulink> from the server's zone
|
||||||
|
to the zone(s) served by dhcrelay.</para>
|
||||||
|
</listitem>
|
||||||
|
</itemizedlist>
|
||||||
|
</section>
|
||||||
</article>
|
</article>
|
Loading…
Reference in New Issue
Block a user