<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	>
<channel>
	<title>Comments on: UFW (Uncomplicated firewall) For Ubuntu Hardy</title>
	<atom:link href="http://www.ubuntugeek.com/ufw-uncomplicated-firewall-for-ubuntu-hardy.html/feed" rel="self" type="application/rss+xml" />
	<link>http://www.ubuntugeek.com/ufw-uncomplicated-firewall-for-ubuntu-hardy.html</link>
	<description>Ubuntu Linux Tips,Howtos&#38;Tutorials&#124;Edgy,Feisty,Gutsy,Hardy,Intrepid</description>
	<pubDate>Mon, 06 Oct 2008 15:50:44 +0000</pubDate>
	<generator>http://wordpress.org/?v=2.5.1</generator>
		<item>
		<title>By: Pavel</title>
		<link>http://www.ubuntugeek.com/ufw-uncomplicated-firewall-for-ubuntu-hardy.html#comment-128431</link>
		<dc:creator>Pavel</dc:creator>
		<pubDate>Wed, 23 Jul 2008 18:51:04 +0000</pubDate>
		<guid isPermaLink="false">http://www.ubuntugeek.com/ufw-uncomplicated-firewall-for-ubuntu-hardy.html#comment-128431</guid>
		<description>Why not just use iptables and INPUT rules statements? or write a perl/shell script if you dont like specify all options everytime?
ufw remind me ipfwadm which was in kernel 1.0.x :-D</description>
		<content:encoded><![CDATA[<p>Why not just use iptables and INPUT rules statements? or write a perl/shell script if you dont like specify all options everytime?<br />
ufw remind me ipfwadm which was in kernel 1.0.x <img src='http://www.ubuntugeek.com/wp-includes/images/smilies/icon_biggrin.gif' alt=':-D' class='wp-smiley' /></p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Lee</title>
		<link>http://www.ubuntugeek.com/ufw-uncomplicated-firewall-for-ubuntu-hardy.html#comment-124408</link>
		<dc:creator>Lee</dc:creator>
		<pubDate>Tue, 08 Jul 2008 07:00:00 +0000</pubDate>
		<guid isPermaLink="false">http://www.ubuntugeek.com/ufw-uncomplicated-firewall-for-ubuntu-hardy.html#comment-124408</guid>
		<description>How would you create rules for dynamic IPs such as those from a DSL connection?

I've been using rc.firewall scripts since rh73 and with every adsl-start, the rc.firewall script is run and the new ppp0 IP is resolved so that the firewall rules are updated by the script.

I'm trying to replace my trusty rh73 server with the 8.04 server and would like to try using ufw, but if necessary I'm more than willing to revert back to using iptables scripts.</description>
		<content:encoded><![CDATA[<p>How would you create rules for dynamic IPs such as those from a DSL connection?</p>
<p>I&#8217;ve been using rc.firewall scripts since rh73 and with every adsl-start, the rc.firewall script is run and the new ppp0 IP is resolved so that the firewall rules are updated by the script.</p>
<p>I&#8217;m trying to replace my trusty rh73 server with the 8.04 server and would like to try using ufw, but if necessary I&#8217;m more than willing to revert back to using iptables scripts.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: dol_TW</title>
		<link>http://www.ubuntugeek.com/ufw-uncomplicated-firewall-for-ubuntu-hardy.html#comment-121476</link>
		<dc:creator>dol_TW</dc:creator>
		<pubDate>Sun, 29 Jun 2008 04:23:49 +0000</pubDate>
		<guid isPermaLink="false">http://www.ubuntugeek.com/ufw-uncomplicated-firewall-for-ubuntu-hardy.html#comment-121476</guid>
		<description>"TrAndy"... that's a great, simple-but-critical 'command' list HowTo you posted for public consumptions in here! Kudos, well deserve.</description>
		<content:encoded><![CDATA[<p>&#8220;TrAndy&#8221;&#8230; that&#8217;s a great, simple-but-critical &#8216;command&#8217; list HowTo you posted for public consumptions in here! Kudos, well deserve.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: TrAndy</title>
		<link>http://www.ubuntugeek.com/ufw-uncomplicated-firewall-for-ubuntu-hardy.html#comment-115611</link>
		<dc:creator>TrAndy</dc:creator>
		<pubDate>Wed, 11 Jun 2008 13:52:48 +0000</pubDate>
		<guid isPermaLink="false">http://www.ubuntugeek.com/ufw-uncomplicated-firewall-for-ubuntu-hardy.html#comment-115611</guid>
		<description>To all this guys asking for UFW capabilities... install UFW on your system and type  in cli.
You will learn all about what you can do with UFW.

For your pleasure:

&#62; man ufw &#124; cat

UFW:(8)                                                                UFW:(8)



NAME
       ufw - program for managing a netfilter firewall


DESCRIPTION
       This  program  is  for managing a Linux firewall and aims to provide an
       easy to use interface for the user.


USAGE
       ufw [--dry-run] enable&#124;disable

       ufw [--dry-run] default allow&#124;deny

       ufw [--dry-run] logging on&#124;off

       ufw [--dry-run] status

       ufw [--dry-run] [delete] allow&#124;deny PORT[/protocol]

       ufw [--dry-run] [delete]  allow&#124;deny  [proto  protocol]  [from  ADDRESS
       [port PORT]] [to ADDRESS [port PORT]]


OPTIONS
       --version
              show program’s version number and exit

       -h, --help
              show help message and exit

       --dry-run
              don’t modify anything, just show the changes

       enable reloads firewall and enables firewall on boot

       disable
              unloads firewall and disables firewall on boot

       default allow&#124;deny
              change the default policy for incoming traffic. Note that exist‐
              ing  rules  will  have to be migrated manually when changing the
              default policy.

       logging on&#124;off
              toggle logging

       status show status of firewall and ufw managed rules

       allow RULE
              allow RULE.  See RULE SYNTAX

       deny RULE
              deny RULE.  See RULE SYNTAX

       delete allow&#124;deny RULE
              deletes the corresponding allow/deny RULE


RULE SYNTAX
       Users can specify rules using either a simple syntax or a full  syntax.
       The  simple  syntax only specifies the port and optionally the protocol
       to be allowed or denied on the host. For example:

         ufw allow 53

       This rule will allow tcp and udp port 53 to any address on  this  host.
       To specify a protocol, append ’/protocol’ to the port. For example:

         ufw allow 25/tcp

       This  will allow tcp port 25 to any address on this host. ufw will also
       check /etc/services for the port and protocol if specifying  a  service
       by name.  Eg:

         ufw allow smtp

       Users  can also use a fuller syntax, specifying the source and destina‐
       tion addresses and ports. This syntax is based on OpenBSD’s PF  syntax.
       For example:

         ufw deny proto tcp to any port 80

       This  will  deny all traffic to tcp port 80 on this host. Another exam‐
       ple:

         ufw deny proto tcp from 10.0.0.0/8 to 192.168.0.1 port 25

       This will deny all traffic from the RFC1918 Class A network to tcp port
       25 with the address 192.168.0.1.

         ufw deny proto tcp from 2001:db8::/32 to any port 25

       This  will  deny all traffic from the IPv6 2001:db8::/32 to tcp port 80
       on this host. Note that IPv6 must be enabled  in  /etc/default/ufw  for
       IPv6 firewalling to work.


       To  delete  a  rule,  simply  prefix the original rule with delete. For
       example, if the original rule was:

         ufw deny 80/tcp

       Use this to delete it:

         ufw delete deny 80/tcp


EXAMPLES
       Deny all access to port 53:

         ufw deny 53


       Allow all access to tcp port 80:

         ufw allow 80/tcp


       Allow all access from RFC1918 networks to this host:

         ufw allow from 10.0.0.0/8
         ufw allow from 172.16.0.0/12
         ufw allow from 192.168.0.0/16


       Deny access to udp port 514 from host 1.2.3.4:

         ufw deny proto udp from 1.2.3.4 to any port 514


       Allow access to udp 1.2.3.4 port 5469 from 1.2.3.5 port 5469:

         ufw allow proto udp from 1.2.3.5 port 5469 to 1.2.3.4 port 5469


REMOTE MANAGEMENT
       When running ufw enable or starting ufw via its  initscript,  ufw  will
       flush  its  chains.  This  is required so ufw can maintain a consistent
       state, but it will drop existing connections (eg ssh). ufw does support
       adding rules before enabling the firewall, so administrators can do:

         ufw allow proto tcp from any to any port 22

       before  running  ’ufw enable’. The rules will still be flushed, but the
       ssh port will be open after enabling the  firewall.  Please  note  that
       once the ufw is ’enabled’, ufw will not flush the chains when adding or
       removing rules (but will when modifying a rule or changing the  default
       policy).


NOTES
       Rule  ordering  is  important  and the first match wins. Therefore when
       adding rules, add the more specific rules first with more general rules
       later.

       ufw  is not intended to provide complete firewall functionality via its
       command interface, but instead provides an easy way to  add  or  remove
       simple rules. It is currently mainly used for host-based firewalls.

       Currently,  ufw  is  a  front-end  for iptables-restore, with its rules
       saved    in     /etc/ufw/before.rules,     /etc/ufw/after.rules     and
       /var/lib/ufw/user.rules.  Administrators can customize before.rules and
       after.rules as desired  using  the  standard  iptables-restore  syntax.
       Rules  are  evaluated  as follows: before.rules first, user.rules next,
       and after.rules last. IPv6 rules are evaluated in the  same  way,  with
       the  rules  files  named  before6.rules,  user6.rules and after6.rules.
       Please note that ufw status only shows rules added with ufw and not the
       rules found in the /etc/ufw rules files.

       ufw  will read in /etc/ufw/sysctl.conf on boot when enabled.  To change
       this behavior, modify /etc/default/ufw.


SEE ALSO
       iptables(8), ip6tables(8),  iptables-restore(8),  ip6tables-restore(8),
       sysctl(8), sysctl.conf(5)


AUTHOR
       ufw is (C) 2008, Canonical Ltd.


       This   manual   page   was   originally  written  by  Jamie  Strandboge
       



                                 January 2008                          UFW:(8)</description>
		<content:encoded><![CDATA[<p>To all this guys asking for UFW capabilities&#8230; install UFW on your system and type  in cli.<br />
You will learn all about what you can do with UFW.</p>
<p>For your pleasure:</p>
<p>&gt; man ufw | cat</p>
<p>UFW:(8)                                                                UFW:(8)</p>
<p>NAME<br />
       ufw - program for managing a netfilter firewall</p>
<p>DESCRIPTION<br />
       This  program  is  for managing a Linux firewall and aims to provide an<br />
       easy to use interface for the user.</p>
<p>USAGE<br />
       ufw [--dry-run] enable|disable</p>
<p>       ufw [--dry-run] default allow|deny</p>
<p>       ufw [--dry-run] logging on|off</p>
<p>       ufw [--dry-run] status</p>
<p>       ufw [--dry-run] [delete] allow|deny PORT[/protocol]</p>
<p>       ufw [--dry-run] [delete]  allow|deny  [proto  protocol]  [from  ADDRESS<br />
       [port PORT]] [to ADDRESS [port PORT]]</p>
<p>OPTIONS<br />
       &#8211;version<br />
              show program’s version number and exit</p>
<p>       -h, &#8211;help<br />
              show help message and exit</p>
<p>       &#8211;dry-run<br />
              don’t modify anything, just show the changes</p>
<p>       enable reloads firewall and enables firewall on boot</p>
<p>       disable<br />
              unloads firewall and disables firewall on boot</p>
<p>       default allow|deny<br />
              change the default policy for incoming traffic. Note that exist‐<br />
              ing  rules  will  have to be migrated manually when changing the<br />
              default policy.</p>
<p>       logging on|off<br />
              toggle logging</p>
<p>       status show status of firewall and ufw managed rules</p>
<p>       allow RULE<br />
              allow RULE.  See RULE SYNTAX</p>
<p>       deny RULE<br />
              deny RULE.  See RULE SYNTAX</p>
<p>       delete allow|deny RULE<br />
              deletes the corresponding allow/deny RULE</p>
<p>RULE SYNTAX<br />
       Users can specify rules using either a simple syntax or a full  syntax.<br />
       The  simple  syntax only specifies the port and optionally the protocol<br />
       to be allowed or denied on the host. For example:</p>
<p>         ufw allow 53</p>
<p>       This rule will allow tcp and udp port 53 to any address on  this  host.<br />
       To specify a protocol, append ’/protocol’ to the port. For example:</p>
<p>         ufw allow 25/tcp</p>
<p>       This  will allow tcp port 25 to any address on this host. ufw will also<br />
       check /etc/services for the port and protocol if specifying  a  service<br />
       by name.  Eg:</p>
<p>         ufw allow smtp</p>
<p>       Users  can also use a fuller syntax, specifying the source and destina‐<br />
       tion addresses and ports. This syntax is based on OpenBSD’s PF  syntax.<br />
       For example:</p>
<p>         ufw deny proto tcp to any port 80</p>
<p>       This  will  deny all traffic to tcp port 80 on this host. Another exam‐<br />
       ple:</p>
<p>         ufw deny proto tcp from 10.0.0.0/8 to 192.168.0.1 port 25</p>
<p>       This will deny all traffic from the RFC1918 Class A network to tcp port<br />
       25 with the address 192.168.0.1.</p>
<p>         ufw deny proto tcp from 2001:db8::/32 to any port 25</p>
<p>       This  will  deny all traffic from the IPv6 2001:db8::/32 to tcp port 80<br />
       on this host. Note that IPv6 must be enabled  in  /etc/default/ufw  for<br />
       IPv6 firewalling to work.</p>
<p>       To  delete  a  rule,  simply  prefix the original rule with delete. For<br />
       example, if the original rule was:</p>
<p>         ufw deny 80/tcp</p>
<p>       Use this to delete it:</p>
<p>         ufw delete deny 80/tcp</p>
<p>EXAMPLES<br />
       Deny all access to port 53:</p>
<p>         ufw deny 53</p>
<p>       Allow all access to tcp port 80:</p>
<p>         ufw allow 80/tcp</p>
<p>       Allow all access from RFC1918 networks to this host:</p>
<p>         ufw allow from 10.0.0.0/8<br />
         ufw allow from 172.16.0.0/12<br />
         ufw allow from 192.168.0.0/16</p>
<p>       Deny access to udp port 514 from host 1.2.3.4:</p>
<p>         ufw deny proto udp from 1.2.3.4 to any port 514</p>
<p>       Allow access to udp 1.2.3.4 port 5469 from 1.2.3.5 port 5469:</p>
<p>         ufw allow proto udp from 1.2.3.5 port 5469 to 1.2.3.4 port 5469</p>
<p>REMOTE MANAGEMENT<br />
       When running ufw enable or starting ufw via its  initscript,  ufw  will<br />
       flush  its  chains.  This  is required so ufw can maintain a consistent<br />
       state, but it will drop existing connections (eg ssh). ufw does support<br />
       adding rules before enabling the firewall, so administrators can do:</p>
<p>         ufw allow proto tcp from any to any port 22</p>
<p>       before  running  ’ufw enable’. The rules will still be flushed, but the<br />
       ssh port will be open after enabling the  firewall.  Please  note  that<br />
       once the ufw is ’enabled’, ufw will not flush the chains when adding or<br />
       removing rules (but will when modifying a rule or changing the  default<br />
       policy).</p>
<p>NOTES<br />
       Rule  ordering  is  important  and the first match wins. Therefore when<br />
       adding rules, add the more specific rules first with more general rules<br />
       later.</p>
<p>       ufw  is not intended to provide complete firewall functionality via its<br />
       command interface, but instead provides an easy way to  add  or  remove<br />
       simple rules. It is currently mainly used for host-based firewalls.</p>
<p>       Currently,  ufw  is  a  front-end  for iptables-restore, with its rules<br />
       saved    in     /etc/ufw/before.rules,     /etc/ufw/after.rules     and<br />
       /var/lib/ufw/user.rules.  Administrators can customize before.rules and<br />
       after.rules as desired  using  the  standard  iptables-restore  syntax.<br />
       Rules  are  evaluated  as follows: before.rules first, user.rules next,<br />
       and after.rules last. IPv6 rules are evaluated in the  same  way,  with<br />
       the  rules  files  named  before6.rules,  user6.rules and after6.rules.<br />
       Please note that ufw status only shows rules added with ufw and not the<br />
       rules found in the /etc/ufw rules files.</p>
<p>       ufw  will read in /etc/ufw/sysctl.conf on boot when enabled.  To change<br />
       this behavior, modify /etc/default/ufw.</p>
<p>SEE ALSO<br />
       iptables(8), ip6tables(8),  iptables-restore(8),  ip6tables-restore(8),<br />
       sysctl(8), sysctl.conf(5)</p>
<p>AUTHOR<br />
       ufw is (C) 2008, Canonical Ltd.</p>
<p>       This   manual   page   was   originally  written  by  Jamie  Strandboge</p>
<p>                                 January 2008                          UFW:(8)</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: gaiterin</title>
		<link>http://www.ubuntugeek.com/ufw-uncomplicated-firewall-for-ubuntu-hardy.html#comment-115573</link>
		<dc:creator>gaiterin</dc:creator>
		<pubDate>Wed, 11 Jun 2008 11:41:13 +0000</pubDate>
		<guid isPermaLink="false">http://www.ubuntugeek.com/ufw-uncomplicated-firewall-for-ubuntu-hardy.html#comment-115573</guid>
		<description>Hello.
I made a simple GUI in Python + Glade.
You can download it at:
http://code.google.com/p/gui-ufw/
To install follow the instructions of the file installation.
A greeting.</description>
		<content:encoded><![CDATA[<p>Hello.<br />
I made a simple GUI in Python + Glade.<br />
You can download it at:<br />
<a href="http://code.google.com/p/gui-ufw/" rel="nofollow">http://code.google.com/p/gui-ufw/</a><br />
To install follow the instructions of the file installation.<br />
A greeting.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: gadu33 pls help help</title>
		<link>http://www.ubuntugeek.com/ufw-uncomplicated-firewall-for-ubuntu-hardy.html#comment-115389</link>
		<dc:creator>gadu33 pls help help</dc:creator>
		<pubDate>Wed, 11 Jun 2008 01:03:53 +0000</pubDate>
		<guid isPermaLink="false">http://www.ubuntugeek.com/ufw-uncomplicated-firewall-for-ubuntu-hardy.html#comment-115389</guid>
		<description>I  have a toshiba satellite laptop A215-S4757 the wifi card does not work I try many things windows drivers madwi etc and still can not work on tjis laptop the model of the card is atheros 5007 eg 
pls neeeeed help thx and have a great day guys</description>
		<content:encoded><![CDATA[<p>I  have a toshiba satellite laptop A215-S4757 the wifi card does not work I try many things windows drivers madwi etc and still can not work on tjis laptop the model of the card is atheros 5007 eg<br />
pls neeeeed help thx and have a great day guys</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Casey</title>
		<link>http://www.ubuntugeek.com/ufw-uncomplicated-firewall-for-ubuntu-hardy.html#comment-101514</link>
		<dc:creator>Casey</dc:creator>
		<pubDate>Thu, 15 May 2008 02:09:27 +0000</pubDate>
		<guid isPermaLink="false">http://www.ubuntugeek.com/ufw-uncomplicated-firewall-for-ubuntu-hardy.html#comment-101514</guid>
		<description>Does any one have a more complete article on how to use UFW? There are a lot of /etc files that I have not seen explained anywhere. How can you setup basic NATing for my network?</description>
		<content:encoded><![CDATA[<p>Does any one have a more complete article on how to use UFW? There are a lot of /etc files that I have not seen explained anywhere. How can you setup basic NATing for my network?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Chuck</title>
		<link>http://www.ubuntugeek.com/ufw-uncomplicated-firewall-for-ubuntu-hardy.html#comment-100783</link>
		<dc:creator>Chuck</dc:creator>
		<pubDate>Tue, 13 May 2008 17:48:54 +0000</pubDate>
		<guid isPermaLink="false">http://www.ubuntugeek.com/ufw-uncomplicated-firewall-for-ubuntu-hardy.html#comment-100783</guid>
		<description>Does UFW allow the filtering of the hosts allowed to connect to the open port? I'd like to only allow certain hosts to connect to the port.</description>
		<content:encoded><![CDATA[<p>Does UFW allow the filtering of the hosts allowed to connect to the open port? I&#8217;d like to only allow certain hosts to connect to the port.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Kyle</title>
		<link>http://www.ubuntugeek.com/ufw-uncomplicated-firewall-for-ubuntu-hardy.html#comment-100019</link>
		<dc:creator>Kyle</dc:creator>
		<pubDate>Mon, 12 May 2008 12:50:41 +0000</pubDate>
		<guid isPermaLink="false">http://www.ubuntugeek.com/ufw-uncomplicated-firewall-for-ubuntu-hardy.html#comment-100019</guid>
		<description>I have started using UFW and it works fine and is relatively easy.  Is there a way to allow multiple ports from a command such as sudo ufw allow 28000-29100?  Instead of putting in all of those ports?

I initially put in sudo ufw deny all and then started going back and putting in the ports I needed opened. Any help would be great.</description>
		<content:encoded><![CDATA[<p>I have started using UFW and it works fine and is relatively easy.  Is there a way to allow multiple ports from a command such as sudo ufw allow 28000-29100?  Instead of putting in all of those ports?</p>
<p>I initially put in sudo ufw deny all and then started going back and putting in the ports I needed opened. Any help would be great.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: scotru</title>
		<link>http://www.ubuntugeek.com/ufw-uncomplicated-firewall-for-ubuntu-hardy.html#comment-97451</link>
		<dc:creator>scotru</dc:creator>
		<pubDate>Fri, 09 May 2008 16:41:36 +0000</pubDate>
		<guid isPermaLink="false">http://www.ubuntugeek.com/ufw-uncomplicated-firewall-for-ubuntu-hardy.html#comment-97451</guid>
		<description>Very handy for those of us not familiar enough to configure IP tables directly.  Thanks!  This was just what I needed for securing my server quickly.</description>
		<content:encoded><![CDATA[<p>Very handy for those of us not familiar enough to configure IP tables directly.  Thanks!  This was just what I needed for securing my server quickly.</p>
]]></content:encoded>
	</item>
</channel>
</rss>
