Hello Adam, or anyone else affected,

Accepted ufw into cosmic-proposed. The package will build now and be
available at
https://launchpad.net/ubuntu/+source/ufw/0.36-0ubuntu0.18.10.1 in a few
hours, and then in the -proposed repository.

Please help us by testing this new package.  See
https://wiki.ubuntu.com/Testing/EnableProposed for documentation on how
to enable and use -proposed.  Your feedback will aid us getting this
update out to other Ubuntu users.

If this package fixes the bug for you, please add a comment to this bug,
mentioning the version of the package you tested and change the tag from
verification-needed-cosmic to verification-done-cosmic. If it does not
fix the bug for you, please add a comment stating that, and change the
tag to verification-failed-cosmic. In either case, without details of
your testing we will not be able to proceed.

Further information regarding the verification process can be found at
https://wiki.ubuntu.com/QATeam/PerformingSRUVerification .  Thank you in
advance for helping!

N.B. The updated package will be released to -updates after the bug(s)
fixed by this package have been verified and the package has been in
-proposed for a minimum of 7 days.

** Changed in: ufw (Ubuntu Cosmic)
       Status: In Progress => Fix Committed

** Tags added: verification-needed verification-needed-cosmic

** Changed in: ufw (Ubuntu Bionic)
       Status: In Progress => Fix Committed

** Tags added: verification-needed-bionic

-- 
You received this bug notification because you are a member of Ubuntu
Touch seeded packages, which is subscribed to ufw in Ubuntu.
https://bugs.launchpad.net/bugs/1664133

Title:
  ipv6 multicast pings don't return

Status in ufw:
  Fix Released
Status in ufw package in Ubuntu:
  Fix Released
Status in ufw source package in Bionic:
  Fix Committed
Status in ufw source package in Cosmic:
  Fix Committed
Status in ufw source package in Disco:
  Fix Released

Bug description:
  [Impact]

  ping6 replies to multicast addresses are mistakenly blocked. ufw used
  to have correct ordering for these replies, but 0.34 reorganized the
  icmp rules and reintroduced LP: #720605 (this bug). multicast ping
  replies are part of the ok icmp codes for INPUT (rfc4890, 4.4.1 and
  4.4.2) but don't have an associated connection and are marked INVALID,
  so move this rule above the INVALID rules.

  [Test Case]

  On an IPv6 enabled system, perform a multicast ping like so:

  $ sudo ufw enable
  $ sudo ping6 ff02::1%wlp58s0 # where 'wlp58s0' is your network iface
  PING ff02::1%wlp58s0(ff02::1%wlp58s0) 56 data bytes
  64 bytes from ...addr1...: icmp_seq=1 ttl=64 time=0.081 ms
  64 bytes from ...addr2...: icmp_seq=2 ttl=64 time=0.155 ms
  ^C
  $

  Without this fix, only see responses from the ff80 address of the
  specified interface (ie, the 'wlp58s0' interface in the above
  example). With the fix, there should be a response from other IPv6
  enabled hosts on the network.

  [Regression Potential]

  The regression potential is extremely low since we are simply moving a
  single rule above another rule. The worst that could happen is that
  the ping6 would continue to not work.

  
  = Original description =

  Hi,
  I have the default settings from Linux Mint 18 for ufw. When I "ping6 
ff02::1%wlp3s0", I get only an answer from my own ip. Duplicates from other 
devices on the net get filtered. It works fine after "sudo ufw disable".

  ufw --version
  ufw 0.35
  Copyright 2008-2015 Canonical Ltd.

  I've attached the output of ip6tables-save.

  There is a similar old and long fixed bug:
  https://bugs.launchpad.net/ufw/+bug/720605

To manage notifications about this bug go to:
https://bugs.launchpad.net/ufw/+bug/1664133/+subscriptions

-- 
Mailing list: https://launchpad.net/~touch-packages
Post to     : touch-packages@lists.launchpad.net
Unsubscribe : https://launchpad.net/~touch-packages
More help   : https://help.launchpad.net/ListHelp

Reply via email to