-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1

On Wed, May 21, 2008 at 05:48:27PM +0200, RalfGesellensetter wrote:

>is there an easy & quick way to block a list of MAC addresses from
>- gaining IPs from dhcpd server;

# Strip first octet (always "1" on ethernet hardware)
class "banned" {
        match substring (hardware, 1, 6);
}
subclass "banned" 00:14:BF:E8:75:EE;
subclass "banned" 00:14:BF:E8:75:EF;

subnet ... {
        deny members of "banned";

        range ...
        ...
}

>- gaining Network access at all;

This would require setting up a firewall, I believe.


  - Jonas

- -- 
* Jonas Smedegaard - idealist og Internet-arkitekt
* Tlf.: +45 40843136  Website: http://dr.jones.dk/

  - Enden er nær: http://www.shibumi.org/eoti.htm
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.6 (GNU/Linux)

iD8DBQFINFoNn7DbMsAkQLgRAjpoAJ9EnVqXImtWFkPvZaiHNmZVQDe3CwCfTk9y
RQJdxZS7zmbcHSvRyOwuZaI=
=E0pc
-----END PGP SIGNATURE-----


--
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]

Reply via email to