/* HINT: Search archives @ http://www.indyramp.com/masq/ before posting!
/* ALSO: Don't quote this header. It makes you look lame :-) */
StevieB wrote:
> Packet log: input REJECT eth0 PROTO=17 24.2.2.
> 70:67 255.255.255.255:68 L=356 S=0x00 I=28315 F=0x0000 T=250 (#6)
>
> So I decided to add an ipchains rule that would drop those requests and NOT
> log them:
>
> # Deny DHCP broadcasts and don't log
> ipchains -A input -p udp -s 0.0.0.0/0 68 -i $extint -j DENY
>
> Yet still the logs fill up with these DHCP requests. What am I missing?
A destination description. Since the destination is not your machine,
your rule doesn't catch these requests.
Try ipchains -A input -p udp -s 0.0.0.0/0 68 -i $extint -j DENY -d 0.0.0.0/0
Works for me.
-Joe
_______________________________________________
Masq maillist - [EMAIL PROTECTED]
Admin requests can be handled at http://www.indyramp.com/masq-list/ --
THIS INCLUDES UNSUBSCRIBING!
or email to [EMAIL PROTECTED]
PLEASE read the HOWTO and search the archives before posting.
You can start your search at http://www.indyramp.com/masq/
Please keep general linux/unix/pc/internet questions off the list.