Your message dated Mon, 03 Jul 2023 23:41:23 +0000 with message-id <e1qgtaz-000zjm...@fasolo.debian.org> and subject line Bug#1040236: Removed package(s) from unstable has caused the Debian Bug report #178791, regarding mason: Masquerading with iptables fails to be marked as done.
This means that you claim that the problem has been dealt with. If this is not the case it is now your responsibility to reopen the Bug report if necessary, and/or fix the problem forthwith. (NB: If you are a system administrator and have no idea what this message is talking about, this may indicate a serious mail system misconfiguration somewhere. Please contact ow...@bugs.debian.org immediately.) -- 178791: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=178791 Debian Bug Tracking System Contact ow...@bugs.debian.org with problems
--- Begin Message ---Package: mason Version: 1.0.0-0.1 Severity: normal When changing a forwarding rule from ACCEPT to MASQ with mason-decide, the following rule will be generated: /sbin/iptables -A POSTROUTING -t nat -i isdn6 -o eth0 -p tcp -s 10.254.1.0/24 --sport 1024:65535 -d 10.7.96.24/32 --dport ldap -j MASQUERADE correct would be to not change the forwarding rule and add a nat rule without the -i flag: /sbin/iptables -A FORWARD -i isdn6 -o eth0 -p tcp -s 10.254.1.0/24 --sport 1024:65535 -d 10.7.96.60/32 --dport ldap -j ACCEPT /sbin/iptables -A POSTROUTING -t nat -o eth0 -p tcp -s 10.254.1.0/24 --sport 1024:65535 -d 10.7.96.60/32 --dport ldap -j MASQUERADE Christoph
pgp5oWrFagAZd.pgp
Description: PGP signature
--- End Message ---
--- Begin Message ---Version: 1.0.0-13+rm Dear submitter, as the package mason has just been removed from the Debian archive unstable we hereby close the associated bug reports. We are sorry that we couldn't deal with your issue properly. For details on the removal, please see https://bugs.debian.org/1040236 The version of this package that was in Debian prior to this removal can still be found using https://snapshot.debian.org/. Please note that the changes have been done on the master archive and will not propagate to any mirrors until the next dinstall run at the earliest. This message was generated automatically; if you believe that there is a problem with it please contact the archive administrators by mailing ftpmas...@ftp-master.debian.org. Debian distribution maintenance software pp. Scott Kitterman (the ftpmaster behind the curtain)
--- End Message ---