On Mon, Feb 19, 2007 at 07:57:44PM +0100, Radovan Stas wrote: > I want to ask how to make IP - MAC pair rule in shorewall. I`m working on > accounting and I want to decline quota stealing by entering static ip > address instead of DHCP. Maclist is not useful, because I need redirect > users which are not in Maclist.
It's not apparent what you're trying to do, but whatever it is, this is not a sane way to do it and is unlikely to accomplish anything. Perhaps you are under the impression that MAC addresses are fixed? They aren't. ifconfig eth0 hw ether 0a:bb:cc:dd:ee:ff sets your MAC address. Physical layer accounting must be based on the interface, not the MAC address. ------------------------------------------------------------------------- Take Surveys. Earn Cash. Influence the Future of IT Join SourceForge.net's Techsay panel and you'll get the chance to share your opinions on IT & business topics through brief surveys-and earn cash http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDEV _______________________________________________ Shorewall-users mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/shorewall-users
