[Bug 633044] Re: ufw breaks ipv6

2010-12-16 Thread Launchpad Bug Tracker
[Expired for ufw (Ubuntu) because there has been no activity for 60 days.] ** Changed in: ufw (Ubuntu) Status: Incomplete = Expired -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/633044 Title:

[Bug 633044] Re: ufw breaks ipv6

2010-09-10 Thread Jamie Strandboge
** Changed in: ufw (Ubuntu) Status: Invalid = Incomplete -- ufw breaks ipv6 https://bugs.launchpad.net/bugs/633044 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

[Bug 633044] Re: ufw breaks ipv6

2010-09-10 Thread Jamie Strandboge
I cannot reproduce this. Getting back to a known state: $ grep IPV6 /etc/default/ufw IPV6=no $ sudo ufw reset ... $ sudo ufw enable Firewall is active and enabled on system startup $ sudo ufw status Status: active $ sudo ip6tables -L INPUT -v Chain INPUT (policy DROP 0 packets, 0 bytes) pkts

[Bug 633044] Re: ufw breaks ipv6

2010-09-09 Thread Reinhard Tartler
On Mi, Sep 08, 2010 at 14:23:11 (CEST), Jamie Strandboge wrote: ufw has IPv6 disabled by default (this will likely change very soon) in such a way that only traffic on the loopback is allowed. To enable IPv6 support in ufw, you adjust /etc/default/ufw as you did, then restart ufw with 'sudo

[Bug 633044] Re: ufw breaks ipv6

2010-09-09 Thread Jamie Strandboge
Your commands show ufw is operating correctly, but you are using the wrong commands to add a rule and to check it worked. What I think you meant to do is: $ sudo ufw reset $ sudo ufw enable $ sudo ufw allow OpenSSH Rule added Rule added (v6) $ sudo ufw status Status: active To

Re: [Bug 633044] Re: ufw breaks ipv6

2010-09-09 Thread Reinhard Tartler
On Do, Sep 09, 2010 at 18:58:59 (CEST), Jamie Strandboge wrote: Your commands show ufw is operating correctly, but you are using the wrong commands to add a rule and to check it worked. What I think you meant to do is: $ sudo ufw reset $ sudo ufw enable $ sudo ufw allow OpenSSH Rule added

[Bug 633044] Re: ufw breaks ipv6

2010-09-08 Thread Jamie Strandboge
ufw has IPv6 disabled by default (this will likely change very soon) in such a way that only traffic on the loopback is allowed. To enable IPv6 support in ufw, you adjust /etc/default/ufw as you did, then restart ufw with 'sudo ufw disable ; sudo ufw enable'. Once that is done, the default policy