From: "Timothy J. Miller" <tj.miller@javaspotlet.com>
To: netfilter EMAIL <netfilter@lists.netfilter.org>
Subject: DHCP Help
Date: Sun, 14 Sep 2003 07:46:45 -0500 [thread overview]
Message-ID: <767f9555.9555767f@idirliontech.com> (raw)
Hoping that someone can help me with my problem. I have a small lan segemented across two families of ip's on a quad card.
eth0 -> Public IP
eth2 -> 10.2.3.1 -> internal DHCP for laptops
eth3 -> 10.2.1.1 -> internal static ips for servers
My problem is that my users sometimes must perform an ipconfig /renew on their laptops to get access to the outside world. My rules at this time are not very explicit but I am trying to change that and I can't seem to figure out what the heck is going on. My rules look like:
ipables -A INPUT -i $DHCP_INTERFACE -s 0.0.0.0 -d 255.255.255.255 \
-p udp --sport 68 --dport 67 -j ACCEPT
iptables -A INPUT -i $DHCP_INTERFACE -s $DMZ \
-d $DMZ -p udp --sport 68 --dport 67 -j ACCEPT
iptables -A INPUT -i $DMZ_INTERFACE -s $DMZ -d 10.2.1.1 -j ACCEPT
One last note, eth2 and eth3 are connected to a switch and I am not sure if that is going to effect this or not but thought that it may be relevent in solving my issues.
Any help or direction anyone can give is greatly appreciated.
- Tim
reply other threads:[~2003-09-14 12:46 UTC|newest]
Thread overview: [no followups] expand[flat|nested] mbox.gz Atom feed
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=767f9555.9555767f@idirliontech.com \
--to=tj.miller@javaspotlet.com \
--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 a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox