X-PHP-Originating-Script: 20001:class-phpmailer.php From: "Marcello Zin" X-Original-To: bind9-bugs@bugs.isc.org content-type: text/plain; charset="utf-8" To: bind-bugs@isc.org Return-Path: Date: Thu, 5 Oct 2017 12:23:34 +0000 X-RT-Incoming-Encryption: Not encrypted X-Spam-Checker-Version: SpamAssassin 3.4.1 (2015-04-28) on mx.pao1.isc.org Delivered-To: bind9-bugs@bugs.isc.org X-Spam-Status: No, score=0.2 required=5.0 tests=FREEMAIL_FORGED_FROMDOMAIN, FREEMAIL_FROM,HEADER_FROM_DIFFERENT_DOMAINS,RP_MATCHES_RCVD,UNPARSEABLE_RELAY autolearn=no autolearn_force=no version=3.4.1 X-Mailer: PHPMailer 5.2.22 (https://github.com/PHPMailer/PHPMailer) Received: from mx.pao1.isc.org (mx.pao1.isc.org [149.20.64.53]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "mx.pao1.isc.org", Issuer "COMODO RSA Organization Validation Secure Server CA" (not verified)) by bugs.isc.org (Postfix) with ESMTPS id 95027D78B0A for ; Thu, 5 Oct 2017 12:23:40 +0000 (UTC) Received: from iscwebprod.isc.org (iscwebprod.isc.org [IPv6:2001:4f8:1:d::16]) (using TLSv1 with cipher ECDHE-RSA-AES256-SHA (256/256 bits)) (No client certificate requested) by mx.pao1.isc.org (Postfix) with ESMTPS id 983E63AC5B1 for ; Thu, 5 Oct 2017 12:23:34 +0000 (UTC) Received: from www (uid 80) (envelope-from www@iscwebprod.isc.org) id 7b7eaa by iscwebprod.isc.org (DragonFly Mail Agent v0.11); Thu, 05 Oct 2017 12:23:34 +0000 From www@isc.org Thu Oct 5 12:23:41 2017 Subject: BIND 9.9.5 - loopback address issue on "listen-on" parameter MIME-Version: 1.0 Message-ID: <28c1d743800cc0edaf991c7cf9595002@www.isc.org> X-RT-Original-Encoding: utf-8 X-RT-Interface: Email Content-Length: 575 Bug Report from www.isc.org: Name: Marcello Zin Email: majinzin88@gmail.com Software Version: BIND 9.9.5 OS: Debian 7 Subject:loopback address issue on "listen-on" parameter Bug Detail =========== If a use a loopback ip address different than 127.0.0.1 (or ::1 on IPv6) on "listen-on" parameters, BIND doesn't create a LISTEN socket on that ip. (i.e. 127.0.0.2) I found a workaround adding 127.0.0.2 (ip addr add 127.0.0.2 dev lo) but, of course, it shouldn't be necessary thanks to AnyIP kernel feature. --- This email was received through isc.org Bug Submission Form