Request for Question Clarification by
supermacman-ga
on
04 Aug 2003 09:02 PDT
If you login to your router (http://192.168.1.1), enter your network
password (default: admin) and click on the "Setup" tab, you can enter
a unique SSID and disable SSID Broadcast. This should help prevent
unauthorized users from discovering your wireless network.
Similar to monobovo's suggestion, you can limit the number of DHCP
clients you serve. If you have twenty machines that need to access the
router, you can specify the router to assign IP addresses to only
twenty clients. Configure this under the DHCP tab, with the field
"Number of DHCP users". This solution is fully secure if all your DHCP
clients are turned on, all the time.
If some clients are turned off (thus freeing up some IP addresses),
you may want to resort to the static IP/DHCP off solution. This
involves:
1) assigning each of your computers an IP address, preferably one that
begins in 192.168.1.x, starting at 192.168.1.2.
2) turning off the DHCP server in the router
3) fitering all IP addresses outside the range of your own machines
(i.e. 0.0.0.0 to 192.168.1.0, and 192.168.1.20 to 255.255.255.255 if
you have 19 machines)
With regards to my earlier question clarification - Unfortunately, MAC
filtering is exclusive, not inclusive. In other words, you specify MAC
addresses to filter, rather than specifying MAC addresses to allow.
Therefore, this feature does not prevent unauthorized users from
accessing your network.
Let me know if this is a satisfactory answer.
- supermacman