~akapoor92/ubuntu-docs/fix-for-889089

« back to all changes in this revision

Viewing changes to keeping-safe/C/keeping-safe.xml

  • Committer: Bazaar Package Importer
  • Author(s): Matthew East
  • Date: 2009-09-27 17:26:16 UTC
  • Revision ID: james.westby@ubuntu.com-20090927172616-fdzuuzabrn1k3kal
Tags: 9.10.8
* General:
  - Refresh pot files
* hardware.xml:
  - Update jockey instructions to reflect UI changes from some time ago (LP: #281143)
  - Remove link to deprecated section in accessibility guide (LP: #293842)
* internet.xml:
  - Network manager network list no longer has radio buttons, Dean Sas
* keeping-safe.xml:
  - Update firewall section, Connor Imes / bodhi.zazen (LP: #377039)
* usb-creator.xml:
  - Add manual for usb-creator, new document by Augustina Blair
* serverguide.xml:
  - Add additional information for configuring TLS with OpenLDAP and gnutls, PeterNSteinmetz (LP: #437483)

Show diffs side-by-side

added added

removed removed

Lines of Context:
126
126
                    <para>To unlock the screen, move the mouse or press a key. Then, type your password and either press the <keycap>Enter</keycap> key or press the <guibutton>Unlock</guibutton> button.</para>
127
127
                    <para>If more than one person has a user account on your computer and the screen is locked, other users can press the <guibutton>Switch user...</guibutton> button to use the computer, even while the screen is locked. They will be unable to access your currently-open work, and you will be able to switch back to your locked session when they have finished using the computer.</para>
128
128
                </sect1>
129
 
                <sect1 id="firewall" status="review">
 
129
                <sect1 id="firewall" status="complete">
130
130
                        <title>Set up a firewall</title>
131
 
                        <para>You can optionally install a firewall to protect your computer against unauthorized access by people on the Internet or your network. Firewalls block connections to your computer from unknown sources, which helps to prevent security breaches.</para>
132
 
                        <procedure>
133
 
                                <step>
134
 
                                        <para><ulink url="apt:firestarter">Install the <application>firestarter</application> package</ulink> from the <quote>Universe</quote> repository.</para>
135
 
                                </step>
136
 
                                <step>
137
 
                                        <para>To start
138
 
                                        <application>Firestarter</application>,
139
 
                                        choose &firestarter-firewall-tool;, and enter your administrator password when prompted.
140
 
                                        </para>
141
 
                                </step>
142
 
                                <step>
143
 
                                        <para>The <application>Firewall Wizard</application> should run. If it does not, press <menuchoice><guimenu>Firewall</guimenu><guimenuitem>Run Wizard</guimenuitem></menuchoice>.</para>
144
 
                                </step>
145
 
                                <step>
146
 
                                        <para>Follow the steps in the <application>Firewall Wizard</application>. After completing all of the steps, the firewall should be configured and running.</para>
147
 
                                </step>
148
 
                                <step>
149
 
                                        <para>To check that your firewall is working correctly, make use of an online firewall testing service such as <ulink url="http://www.grc.com/">ShieldsUP</ulink>.</para>
150
 
                                </step>
151
 
                        </procedure>
152
 
                        <para>For help and advice on the advanced configuration of <application>Firestarter</application>, see the <ulink url='http://www.fs-security.com/docs.php'>Firestarter Online Manual</ulink>.</para>
153
 
                        <para>More advanced users may wish to use the UFW firewall, which is installed by default. See the <ulink type="help" url="man:ufw">UFW manual</ulink> for more information.</para>
154
 
                        
 
131
                        <para>You may wish to install a firewall to protect your computer against unauthorized access by people on the Internet or your network. Firewalls block connections to your computer from unknown sources, which helps to prevent security breaches. If you use a router to connect to the Internet, the router may already have a firewall configured which regulates connections from the Internet to your network. This section deals with setting up a firewall on Ubuntu to regulate connections to your computer.</para>
 
132
                        <sect2>
 
133
                                <title>Firewall configuration tools</title>
 
134
                                <para><application>Uncomplicated Firewall (UFW)</application> is the standard firewall configuration program in Ubuntu. It is a command line program. Most users will prefer to use <application>Gufw</application>, which is a graphical program to configure <application>UFW</application>.</para>
 
135
                                <para>Advanced users may wish to use <application>UFW</application> directly in the terminal. See the <ulink type="help" url="man:ufw">UFW manual</ulink> or the <ulink url='https://help.ubuntu.com/community/UFW'>Community Documentation page on <application>UFW</application></ulink> for more information.  Alternatively, you can use <application>iptables</application> - see the <ulink type="help" url="man:iptables">iptables manual</ulink>.</para>
 
136
                                <sect3 id="gufw" status="review">
 
137
                                        <title>Gufw</title>
 
138
                                        <para>To install and enable <application>Gufw</application>:</para>
 
139
                                        <procedure>
 
140
                                                <step>
 
141
                                                        <para><ulink url="apt:gufw">Install the <application>gufw</application> package.</ulink></para>
 
142
                                                </step>
 
143
                                                <step>
 
144
                                                        <para>To start <application>Gufw</application>, choose &gufw;.</para>
 
145
                                                </step>
 
146
                                                <step>
 
147
                                                        <para>To enable the firewall, simply check the box next to <guibutton>Enabled</guibutton> under <quote>Actual Status.</quote></para>
 
148
                                                </step>
 
149
                                        </procedure>
 
150
                                        <para>The default configuration is to deny connections. This means that a program attempting to connect to your computer will be denied. Certain programs or services which use the internet may require you to add an exception.</para>
 
151
                                        <para>To add an exception:</para>
 
152
                                        <procedure>
 
153
                                                <step>
 
154
                                                        <para>Click <guibutton>Add</guibutton>.</para>
 
155
                                                </step>
 
156
                                                <step>
 
157
                                                        <para>You can choose from <guibutton>Preconfigured</guibutton> options for common programs and services, or you can manually add port exceptions in the <guibutton>Simple</guibutton> or <guibutton>Advanced</guibutton> tabs.</para>
 
158
                                                </step>
 
159
                                                <step>
 
160
                                                        <para>To find out what type of exception a particular program requires, you should consult the help for that program.</para>
 
161
                                                </step>
 
162
                                        </procedure>
 
163
                                        <para>For a graphical walkthrough of basic Gufw usage, see the <ulink url='https://help.ubuntu.com/community/Gufw'>Ubuntu Community Documentation page on <application>Gufw</application></ulink>.</para>
 
164
                                </sect3>
 
165
                        </sect2>
 
166
                        <sect2>
 
167
                                <title>Testing the firewall and monitoring network traffic</title>
 
168
                                <para>To test the firewall it is best to scan it from a second computer. A popular application to use is called <application>nmap</application>.</para>
 
169
                                <procedure>
 
170
                                        <step>
 
171
                                                <para><ulink url="apt:nmap">Install the <application>nmap</application> package.</ulink></para>
 
172
                                        </step>
 
173
                                        <step>
 
174
                                                <para>Run: </para>
 
175
                                                <screen><command>nmap -vAPN 192.168.1.100</command></screen>
 
176
                                                <note><para>Substitute the IP address of the computer you want to scan for <emphasis>192.168.1.100</emphasis>.</para></note> 
 
177
                                        </step>
 
178
                                        <step>
 
179
                                                <para>To see what services are associated with the open ports, run: </para>
 
180
                                                <screen><command>lsof -i -n -P</command></screen>
 
181
                                        </step>
 
182
                                </procedure>
 
183
                                <para>You can also make use of an online firewall testing service such as <ulink url="http://www.grc.com/">ShieldsUP</ulink>.</para>
 
184
                                <para>Actual monitoring of your network traffic can be done with either <application>Wireshark</application> or <application>Snort</application>. <application>Wireshark</application> can analyze network packets and <application>Snort</application> is used in Network Intrusion Detection Systems (NIDS) and will notify you of unusual traffic.</para>
 
185
                        </sect2>
155
186
                </sect1>
156
187
                <sect1 id="avoid-internet-crime" status="review">
157
188
                        <title>Avoid Internet nuisances and crime</title>