[Bug 626155] Re: Ufw firewal not activated by default after ubuntu 10.04 installation.

2010-09-19 Thread Costales
** Changed in: gui-ufw
   Status: New => Invalid

-- 
Ufw firewal not activated by default after ubuntu 10.04 installation.
https://bugs.launchpad.net/bugs/626155
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 626155] Re: Ufw firewal not activated by default after ubuntu 10.04 installation.

2010-09-04 Thread Costales
** Also affects: gui-ufw
   Importance: Undecided
   Status: New

** Changed in: gui-ufw (Ubuntu)
   Status: New => Invalid

-- 
Ufw firewal not activated by default after ubuntu 10.04 installation.
https://bugs.launchpad.net/bugs/626155
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 626155] Re: Ufw firewal not activated by default after ubuntu 10.04 installation.

2010-08-30 Thread Jamie Strandboge
This sounds like a gufw specific issue. ufw by default does not have IPv6 
support enabled, so what it does instead is that if it is available on the 
host, it will disallow all incoming and outgoing traffic, except on the 
loopback. This is not clear with 'ip6tables -L'. Use the following:
$ sudo ip6tables -n -v -L
Chain INPUT (policy DROP 32 packets, 7237 bytes)
 pkts bytes target prot opt in out source   destination 

2   140 ACCEPT all  lo *   ::/0 ::/0


Chain FORWARD (policy DROP 47 packets, 4997 bytes)
 pkts bytes target prot opt in out source   destination 


Chain OUTPUT (policy DROP 466 packets, 77344 bytes)
 pkts bytes target prot opt in out source   destination 

2   140 ACCEPT all  *  lo  ::/0 ::/0

See 'man ufw' for more information on IPv6 support.

** Package changed: ufw (Ubuntu) => gui-ufw (Ubuntu)

** Visibility changed to: Public

** This bug is no longer flagged as a security vulnerability

-- 
Ufw firewal not activated by default after ubuntu 10.04 installation.
https://bugs.launchpad.net/bugs/626155
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs