At 18:22 2002/05/17 -0700, Seth Arnold wrote:

>e.g., if your dhcp server has two NICs:
>
>eth0 is connected to the untrusted network
>eth1 is connected to trusted subnet
>
>you would want as some very early rules to block packets with source
>0.0.0.0 from entering on interface eth0. You would block similarly
>source 255.255.255.255, sources 10.x.x.x, or 172..xx.x or 192.168.x.x
>from entering on eth0, if the untrusted network would always have valid
>routable IPs, or perhaps require IPs in one of those ranges if the
>network connected to eth0 has IPs in only that range.

    It would help here to know what DHCP server is running on the host
on which iptables rules are sought for.  If the server is the ISC one,
one should remember that that particular implementation functions much
as a sniffer and actually sits _ahead_ of the iptables rulesets.  In
this case, the best practise would be to drop incoming DHCP packets (or
those that look like incoming DHCP packets) before they ever reach the
DHCP server; the border router is most likely the place for this.

    Cheers.

+----------------------------------------------+-----------------------+
| Carl Richard Friend (UNIX Sysadmin)          |         The MathWorks |
| Minicomputer Collector / Enthusiast          | Natick, Massachusetts |
| mailto:[EMAIL PROTECTED]             +-----------------------+
| http://www.ultranet.com/~crfriend/museum/    |  ICBM: 42:18N 71:21W  |
+----------------------------------------------+-----------------------+ 

Reply via email to