On 2003.10.28 17:35, mathieu perrenoud wrote:
On Monday 27 October 2003 23:15, Chris I wrote:
> > > allowed to be used. I've tried ip and mac filtering in iptables,
 
> > > but it doesnt seem to be effective.

why isn't it effective? Did you try -j LOG before the -j DROP to see
if the
rule is matched?

iptables -t filter -A INPUT -m mac --mac-source 00:11:22:33:44:44 -j
LOG
iptables -t filter -A INPUT -m mac --mac-source 00:11:22:33:44:44 -j
DROP

don't you have a rule before this one that would accept packets from
the rogue
server?

I'll try with the logging to see whats going on.

--

Chris I

Regnant populi.

Attachment: pgp00000.pgp
Description: PGP signature



Reply via email to