Re: Wireless Router Security Rick Stevens <rick-stevens@ntlworld.com> wrote:
> As part of the security on my wireless router, I have restricted the IP
> addresses to 2 and staticly assigned them to the 2 devicese on my network.
>
> Is this a good idea or are there other factors to consider.
>
> I have already done the other usual things such as used WPA-PSK TKIP
> enclryption, changed the default IP range, and changed the admin password.
After enabling WPA and changing the default password and SSID, fiddling
with IP (or MAC) addressing provides, at best, only miniscule additional
security benefits that aren't worth the hassle.
As others have pointed out, shrinking the pool of addresses handed out
by the DHCP server doesn't really restrict the number of IP addresses
that can use your network. To do that, you need to alter the subnet
masks of the router and other devices. For a two-device network (a
router and one computer), you'd use a subnet mask of 255.255.255.252.
The next smallest standard subnet (with a continuous range of addresses)
you can create is for six devices with a mask of 255.255.255.248. |