* DHCP Help
@ 2003-09-14 12:46 Timothy J. Miller
0 siblings, 0 replies; only message in thread
From: Timothy J. Miller @ 2003-09-14 12:46 UTC (permalink / raw)
To: netfilter EMAIL
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
^ permalink raw reply [flat|nested] only message in thread
only message in thread, other threads:[~2003-09-14 12:46 UTC | newest]
Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2003-09-14 12:46 DHCP Help Timothy J. Miller
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox