Wally Balljacker wrote:lately I've been toying with the idea of turning encryption off on my router for a few reasons. The first being, using WPA encryption is a pain in the ass, and it impacts performance and reliablity. I can't even count how many times my laptop has refused to connect to my AP, or completely dropped the connection and quit working.
Are you sure you don't have something in your walls that may block the signal, or cause a slight interference? It's not a good idea to place stuff like microwave ovens close to wireless access point (or router). Also, there could be other sorts of radio interference. If this behavior is only noticeable with WPA enabled, try stealing a friend's router while he's on vacation and see if it has the same problem. If it does, try a different WiFi card.
If working correctly (In the sense of no interferences), WPA should cause no loss of reliability and only a very thin bit of additional wordload that WEP.
Wally Balljacker wrote:The second is, I use open WiFi networks all the time, and I feel like i should be giving back. So, my question is, do you guys use encryption? Is it safe to leave an access point open and keep your systems secure?
Well, I don't actually have a wireless network, but I have "bugfixed" and set up a bunch of them for friends. I think encryption is sort of a must have. I don't want some stupid-ass 14 year old (Many 14 year olds aren't stupid, but many are) using my internet connection to download music off of some spyware riddled file-sharing network, and get me in trouble for it. I know some people have been able to say "My WiFi network was open, and I know it wasn't me, so it must have been some n00b!!", well, the RIAA won't buy those forever, because they can just tell a judge something like "Well, if he didn't want people to use his network for illegal stuff, he should turn on encryption", and if you argue that that is either too difficult or something, the RIAA could just throw you an RTFM and told you to look at the router manual to figure out how to enable encryption. Also, the dumb 14 year olds that I know of, all have their "oh so hip gaming rigs" riddled with spyware and worms, and for completeness of this topic, to people with Windows boxes, the thing that generally has killed worms like Blaster is that routers just block it, and then people feel OK about disabling Windows built-in firewall, but if some moron gets on your network, you're toast!
Also, regarding to you being secure on an unencrypted wireless network. Unless you use something to encrypt your traffic, while it's
in the air, then I can just grab it, no matter how much time you have spent on hiding your SSIDs, or tweaking your MAC address filtering (

).
Linc wrote:Wally Balljacker wrote:lately I've been toying with the idea of turning encryption off on my router for a few reasons. The first being, using WPA encryption is a pain in the ass, and it impacts performance and reliablity. I can't even count how many times my laptop has refused to connect to my AP, or completely dropped the connection and quit working. The second is, I use open WiFi networks all the time, and I feel like i should be giving back. So, my question is, do you guys use encryption? Is it safe to leave an access point open and keep your systems secure?
While I don't keep my access point completely open, I only use mac address filtering for the reasons you already stated.
Since we're talking about wireless networking, and security issues around it, I just thought I'd refer to an earlier post of mine, because MAC address filtering is absolutely NOT security. It's like having a dog outside the door of your house that will bite everyone except the people you've explicitly told it not to bite, but if I have a gun and shoot the dog before trying to enter your house, no problem at all getting into your house.
I went into details about this here:
Wireless suggestions? #2
Linc wrote:The only thing you should pay particular attention to is your EULA agreement with your ISP. Many of them have issues with you sharing your bandwidth publicly. If your ISP is cool with it, and you can afford the bandwidth, it's a noble venture afaic.
It's not just "many" ISPs, pretty much
no ISP allows sharing your internet connection with your neighbor.
Snarkout wrote:I used to DMZ my WAP and leave it open. In San Diego I'd get between 20 to 50 unique MACs pulling IPs per day. In Santa Fe I'd get 1 or 2 a week. Sometimes I'd sniff traffic for grins - it's amazing the # of people who are stupid enough to steal bandwidth but use unencrypted protocols.
I wonder why you're having so many issues with WPA though.
DMZing your wireless connection, now that's a really great idea, especially if you have access to true-DMZ possibilities, because a regular router won't isolate a DMZ computer from the rest of your LAN, it will just forward any incoming traffic to that machine, and if it gets compromised, well, once again you're toast in terms of security. A true DMZ separates the computers in the DMZ from the rest of the LAN, often the LAN machines can access the machines in the DMZ, but not the other way around, this way you're not screwed if some machine in the DMZ gets rooted.
chuck wrote:I've never noticed a significant speed loss using encryption. I do not run any of my wireless networks unencrypted for privacy reasons. At some small companies that I've set up public wireless access for using IPCop we've allowed the wireless to go out to the net through the proxy and throttled the bandwidth, while keeping them off the internal network.
If you don't segment the public, you will tend to be abused at some point. Your network will be vulnerable.
Firewall distros such as IPCop, m0n0wall, pfSense etc. offer a lot of extra stuff compared to your average D-Link or Netgear router, which can be used to aid in securing wireless, such as
a true DMZ.
Wally Balljacker wrote:Thanks for the input. Would tunneling a web browser/IM Client over SSH be secure?
Oh yeah! Dude, who's gonna try to crack a 2048-bit RSA encryption?
By the time you would be done, mankind have already migrated to Mars, because we have foobared the Earth and then the sun toasted it.
Wally Balljacker wrote:Is there any way for someone to sniff packets before or after they go through SSH?
Nope, because the tunnel is set up before you start transmitting any of your actual data, and the data is not, in any way, exposed on the network before going into the tunnel, so you there's no way to sniff it, without first breaking into your machine and doing something that might do some weird things.
Wally Balljacker wrote:Looks like it's against Comcast's Terms of Service to share wifi. They also forbid running servers at home.

You're not allowed to run a server? Well, you can always use some nice encryption stuff so that they can't see what you're doing. To them, SFTP (OpenSSH's FTP-like feature) traffic looks just as garbled as running an X app over OpenSSH.