From: Carsten Maass <cm@blinkenlichten.de>
To: netfilter@lists.netfilter.org
Subject: Re: Redirect DHCP requests to DMZ?
Date: Wed, 23 Apr 2003 18:58:10 +0200 [thread overview]
Message-ID: <3EA6C622.3020103@blinkenlichten.de> (raw)
In-Reply-To: <1051100353.12295.96.camel@elendil.intranet.cartel-securite.net>
Salut Cedric!
Cedric Blancher wrote:
>>redirect DHCP request from the clients on the local LAN to the DHCP
>>server inside the DMZ.
>
> You'll achieve this setting a DHCP Relay up. Due to what they are, DHCP
> packets cannot be routed through different IP networks (mainly because
> of destination addresses that are used).
This is exactly what I dont understand: What are they? After all they
are just IP packets. And if I am able to apply to them a rule like
$IPTABLES -A INPUT -p UDP -i $INET_IFACE -d 255.255.255.255
--destination-port 67:68 -j DROP
which discards them, why am I unable to apply a rule which redirects
them to another subnets interface? Shouldn't the DNAT thingy take care
of the new destination address?
Yes, a DHCP relay would be a solution, but I opted against it. I am
trying to keep the router/firewall as (c)lean as possible: just routing,
firewall and ssh stuff.
> But this kind of setup is no secure. If someones breaks into your DMZ,
> he will be able to have your LAN's configuration, and even tamper it,
> acting on DHCP stuff. That's _very bad_. DMZ compromission must not
> endanger rest of network security.
Right you are. But our setup was a compromise between money and
security: Another server is just not affordable at the moment.
But you make me considering if it wouldn't be better to convince our
Windows admin to let go his DHCP idea. The administrative overhead of a
static client setup might be a better price to pay, pondering the
security impact of the current setup. On the other hand I am also eager
to find out, why this doesn't work out as expected.
Thank you for your answer,
Carsten.
next prev parent reply other threads:[~2003-04-23 16:58 UTC|newest]
Thread overview: 7+ messages / expand[flat|nested] mbox.gz Atom feed top
2003-04-23 10:08 Redirect DHCP requests to DMZ? Carsten Maass
2003-04-23 12:19 ` Cedric Blancher
2003-04-23 16:21 ` Arnt Karlsen
2003-04-23 17:47 ` Carsten Maass
2003-04-23 16:58 ` Carsten Maass [this message]
2003-04-23 17:58 ` Jesper Lund
2003-04-24 9:00 ` Cedric Blancher
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=3EA6C622.3020103@blinkenlichten.de \
--to=cm@blinkenlichten.de \
--cc=netfilter@lists.netfilter.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.