Re: Blocking access to a network
Available news archives: comp.lang.tcl - comp.lang.python - comp.security.firewalls - sci.crypt - comp.lang.php - comp.lang.javascript
Google
 
Web news.hping.org


comp.security.firewalls archive

Re: Blocking access to a network

From: MikeB <mikeb@dcagroup-online.com>
Date: Tue May 31 2005 - 19:51:40 CEST

All you need to do is to set the DHCP to allow only 3 IP addresses,
since you won't use the 4th one. So you could use 192.168.1.1 as your
DHCP server and use 192.168.1.100 -192.168.1.102 for your IP addresses.
 You can also filter the traffic by MAC address, so you can input only
the 3 valid MAC addresses that are allowed to access your network.
Even if he changes his MAC address, he must know the 3 valid MAC
addresses, and I doubt it that he has access to this information.

So it's very easy. Limit your network to only 3 IP addresses, and
specify which MAC address is allowed to access your network, all others
will be blocked.

Mike B
Received on Thu Sep 29 19:53:33 2005