I have just installed Ubuntu 10.10 (dual booted with Windows 7) on a laptop which will connect to the internet through a wireless internet connection and I want to ensure that this is secure. I have installed GUFW and enabled the UFW firewall and set incoming to deny. What else can I do to secure this laptop?
|
|
||||
|
|
|
As mentioned previously, go with protected wireless, using WPA/WPA2, avoiding WEP or open wireless. Also, avoid unknown applications, or those that have not been reviewed first. Anything you do on the internet today should all be encrypted using SSH/HTTPS. Although Ubuntu is not installing services by default, this is something that a local Linux guru should check to make sure nothing that you don't know is running. There also may be services for things such as Bluetooth, Eudora or other end-user services that you don't need. The less programs you run, the better/safer you are. For example, Ubuntu is known to run an email agent of some kind for checking your email, regardless of the email software you use. I usually disable half a dozen of such services on my installation, before starting to really use it. |
|||
|
|
|
The problem is not the security of the laptop (incoming ports etc) you've taken care of those. The problem is that wifi is inherently insecure by the nature of you broadcasting all your information for a 30 foot radius. Always use ssl/https, always ensure you're using an encrypted WPA2 network (not WEP) and plug in via ethernet if you really want to make sure. |
|||
|
|
|
That's pretty much all you need. By default, no "server" services run on Ubuntu, so technically even starting ufw (using gufw) is overkill. Obviously if you later configure services, then these should be ideally firewall protected so that only your desired clients can see them. Having said that, you still want to ensure that your wireless connection is properly protected (which isn't really Ubuntu specific but I'll add it here for completeness) : Go to the network manager applet, right click and choose "Connection Information". Highlight your wireless network, then check the "Security" :
That should say either "WPA/WPA2" or "WEP". If it's "Open", then you have to reconfigure your router, then reconnect your laptop with the proper key. |
|||||||||
|
|
Get rid of Windows 7? More seriously, always use SSL websites (https://) where possible and install some security/privacy-related extensions in Firefox, e.g. NoScript, Adblock Plus, Better Privacy, Cookie Monster, Ghostery, HTTPS-Anywhere, Passwordmaker. |
|||
|
|


