On Thu, Oct 30, 2003 at 04:11:34PM -0600, Jason Bradley Nance wrote: > I have a user on my internal network who is running all sorts of p2p and > I'm trying to block his ass, but when I put his MAC into the config, he > is still allowed to connect.
The MAC block doesn't care which interface the packet was received on, it simply drops any match. Any packet not originating on the firewall shoudl pass through the mangle prerouting chain where the MAC blocking is done. Is it possible that you entered the MAC address wrong? -- Jamin W. Collins Linux is not The Answer. Yes is the answer. Linux is The Question. - Neo
