now my router is wpa passworded so im not to worried but i just wanted to know how i would check if someone is leeching?
As far as I know, WPA is very hard to crack.
To check if anyone is leeching, you can either ping them using the Network Utility (ping an IP address above or below yours. Ex.: if your router's IP address is 10.0.1.1, and your IP address is 10.0.1.2, ping 10.0.1.3. )
I don't know if this is universally available across brands, but my Belkin pre-n has a setting to allow me to specify which MAC addys to either specifically allow or block wirelessly. Very handy. I also only allow a very small range of assignable IP's and block my SSID, which, just to give drive-bys and what few folks in my neighborhood may even have a computer a pause, is called "VIRUSTESTNET".
Hate to break it to you, but MAC address filtering is useless. It's very easy to obtain a valid MAC by sniffing packets (since a computer's MAC is attached to every packet, all someone needs to do is sniff all packets from a computer sent to your access point) and then it's just as easy to spoof that MAC. And if someone's spoofing your MAC on a Mac, then they're not going to worry about the VIRUSTESTNET SSIDHiding the SSID doesn't do a thing either since there are ways to sniff those out too.
The best way to secure a wireless network is encryption. WPA or better. WEP is just as useless as MAC filtering. And WPA is useless as well if you're not using a long, random password with it since although it can't be cracked, it's still susceptible to brute force attacks.
I use WPA and leave my SSID broadcasted. No point in not broadcasting when it's so easy to find anyways, and I have WPA. Not broadcasting just makes more work for me when I have to connect, since I would have to type in the network name and can't just choose it from the list. What can I say? I'm lazy![]()
For some people, the quest to break it is enough incentive. I'd never use WEP.Unless you want to steal a particular person's identity, or monitor their traffic, there is just no incentive where I live to bother trying to break even WEP.
Which would be better, having a WEP key or blocking it by putting in a specific MAC address to the router?
At least WEP would encrypt your traffic, but they both can be cracked in seconds by someone who knows what they're doing. Use WPA with a good password. It's secure.....
For some people, the quest to break it is enough incentive. I'd never use WEP.
Agreed. But if your router or computer doesn't support WPA, then I'd used MAC filtering, WEP, hiding the SSID, and only leasing as many IPs as computer your own.
I agree with you 100%. But if by chance WPA is not an option (and on many older routers it's not), putting as many barriers up as possible may be the only option. I'd rather put 5 plastic locks on my door than leave it wide open. Anything you can do to slow down an intruder is better than nothing.True...but still crackable. And limiting the number of IPs that can be leased won't do a thing either. All a cracker would need to do is disable DHCP on their computer and assign themselves an IP in the subnet...that's what I do on my network, just so my port forwarding doesn't break everytime my router's DHCP server decides to hand out new IPs. I could tell my router to only lease out 192.168.1.2-192.168.1.4 for the 3 computers on the network, but I still have 192.168.1.5-192.168.1.254 available for static IP assignment. And there's no way, at least on the cheap, home routers, to block those.
Plus, they don't even need an IP to sniff out packets. Once they crack your WEP key (in a matter of minutes) they can view everything sent to and from your computers. And if you're logging into things and not using SSL, all your passwords are sent over the air in clear text for a hacker to take and have fun with. People think that the only reason hackers crack WEP keys and spoof MACs is to get free internet. I'm sure they have adequate internet access at home, they're probably looking for personal information that's being transmitted.
When it comes down to it, the difference between MAC filtering and WEP is the difference between leaving your car door unlocked and locking your doors, but leaving the window wide open.