Security

From OESF

(Difference between revisions)
Jump to: navigation, search
(Zaurus Security - Top Level)

Line 7:

Line 7:

The Zaurus is a very flexible device when it comes to networking, not just 802.11 wireless networks but also bluetooth, GSM/GPRS/EDGE (and probably, soon 3G).
The Zaurus is a very flexible device when it comes to networking, not just 802.11 wireless networks but also bluetooth, GSM/GPRS/EDGE (and probably, soon 3G).
-
*Securing Bluetooth*
+
<b>Bluetooth</b>
-
http://www.oesf.org/index.php?title=Bluetooth#Securing_Bluetooth
+
 
 +
Securing bluetooth require several things, setting a good PIN (preferably more than 4 digits), hiding the device, and turning off services you don't need!
 +
 
 +
[http://www.oesf.org/index.php?title=Bluetooth#Securing_Bluetooth Securing Bluetooth] - notes about making your Zaurus less visible. Note that just because a device is not discoverable doesn't protect it - a brute-force scan is possible to discover "hidden" bluetooth devices!
 +
 
 +
 
 +
<b>IP Firewalls</b>
 +
 
 +
This is a big subject by itself. Most Zaurus operating systems have [http://www.iptables.org/ iptables] built in (or are packaged nicely in a feed), which allows you to control inbound, outbound and forwarding of packets. Most people only really need to control inbound packets and allow everything out. A very simple script to do this looks like:

Revision as of 17:23, 17 June 2005

Security

There are several aspects to Zaurus security.

Firstly, keeping someone with physical access to it from easily getting control. Secondly, ensuring that when it's on a network, an outsider can't break into it!

The Zaurus is a very flexible device when it comes to networking, not just 802.11 wireless networks but also bluetooth, GSM/GPRS/EDGE (and probably, soon 3G).

Bluetooth

Securing bluetooth require several things, setting a good PIN (preferably more than 4 digits), hiding the device, and turning off services you don't need!

Securing Bluetooth - notes about making your Zaurus less visible. Note that just because a device is not discoverable doesn't protect it - a brute-force scan is possible to discover "hidden" bluetooth devices!


IP Firewalls

This is a big subject by itself. Most Zaurus operating systems have iptables built in (or are packaged nicely in a feed), which allows you to control inbound, outbound and forwarding of packets. Most people only really need to control inbound packets and allow everything out. A very simple script to do this looks like:

Personal tools