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? -- mathieu -- [EMAIL PROTECTED] mailing list
