forked from extern/shorewall_code
72f67478b2
git-svn-id: https://shorewall.svn.sourceforge.net/svnroot/shorewall/trunk@207 fbd18981-670d-0410-9b5c-8dc0c1a9a2bb
60 lines
2.4 KiB
HTML
60 lines
2.4 KiB
HTML
<html>
|
||
|
||
<head>
|
||
<meta http-equiv="Content-Language" content="en-us">
|
||
<meta http-equiv="Content-Type" content="text/html; charset=windows-1252">
|
||
<meta name="GENERATOR" content="Microsoft FrontPage 5.0">
|
||
<meta name="ProgId" content="FrontPage.Editor.Document">
|
||
<title>DHCP</title>
|
||
</head>
|
||
|
||
<body>
|
||
|
||
<table border="0" cellpadding="0" cellspacing="0" style="border-collapse: collapse" bordercolor="#111111" width="100%" id="AutoNumber1" bgcolor="#400169" height="90">
|
||
<tr>
|
||
<td width="100%">
|
||
<h1 align="center"><font color="#FFFFFF">DHCP</font></h1>
|
||
</td>
|
||
</tr>
|
||
</table>
|
||
<h2 align="left">DHCP Server on your firewall</h2>
|
||
<ul>
|
||
<li>
|
||
<p align="left">Specify the "dhcp" option on each interface to be
|
||
served by your server in the <a href="Documentation.htm#Interfaces">/etc/shorewall/interfaces</a>
|
||
file.</li>
|
||
<li>
|
||
<p align="left">When starting "dhcpd", you need to list those
|
||
interfaces on the run line. On a RedHat system, this is done by modifying
|
||
/etc/sysconfig/dhcpd.</li>
|
||
</ul>
|
||
<h2 align="left">A Firewall Interface gets its IP Address via DHCP</h2>
|
||
<ul>
|
||
<li>
|
||
<p align="left">Specify the "dhcp" option for this interface in
|
||
the <a href="Documentation.htm#Interfaces">/etc/shorewall/interfaces</a>
|
||
file.</li>
|
||
<li>
|
||
<p align="left">If you know that the dynamic address is always going to be
|
||
in the same subnet, you can specify the subnet address in the interface's
|
||
entry in the <a href="Documentation.htm#Interfaces">/etc/shorewall/interfaces</a>
|
||
file.</li>
|
||
<li>
|
||
<p align="left">If you don't know the subnet address in advance, you should
|
||
specify "detect" for the interface's subnet address in the <a href="Documentation.htm#Interfaces">/etc/shorewall/interfaces</a>
|
||
file and start Shorewall after the interface has started.</li>
|
||
<li>
|
||
<p align="left">In the event that the subnet address might change while
|
||
Shorewall is started, you need to arrange for a "shorewall
|
||
refresh" command to be executed when a new dynamic IP address gets
|
||
assigned to the interface. Check your DHCP client's documentation.</li>
|
||
</ul>
|
||
<p align="left"><font size="2">Last updated 1/26/2002 - <a href="support.htm">Tom
|
||
Eastep</a></font></p>
|
||
|
||
<p><font face="Trebuchet MS"><a href="copyright.htm"><font size="2">Copyright</font>
|
||
<EFBFBD> <font size="2">2001, 2002 Thomas M. Eastep.</font></a></font></p>
|
||
|
||
</body>
|
||
|
||
</html> |