From owner-freebsd-hackers Thu Dec 28 12:37:48 1995 Return-Path: owner-hackers Received: (from root@localhost) by freefall.freebsd.org (8.7.3/8.7.3) id MAA27832 for hackers-outgoing; Thu, 28 Dec 1995 12:37:48 -0800 (PST) Received: from gvr.win.tue.nl (root@gvr.win.tue.nl [131.155.210.19]) by freefall.freebsd.org (8.7.3/8.7.3) with SMTP id MAA27827 for ; Thu, 28 Dec 1995 12:37:43 -0800 (PST) Received: by gvr.win.tue.nl (8.6.10/1.53) id VAA26377; Thu, 28 Dec 1995 21:37:23 +0100 From: guido@gvr.win.tue.nl (Guido van Rooij) Message-Id: <199512282037.VAA26377@gvr.win.tue.nl> Subject: Re: Freebsd IP alias and BIND To: volf@oasis.IAEhv.nl (Frank Volf) Date: Thu, 28 Dec 1995 21:37:22 +0100 (MET) Cc: freebsd-hackers@freeBSD.org, bind-users@vix.com In-Reply-To: <199512261919.UAA05384@oasis.IAEhv.nl> from "Frank Volf" at Dec 26, 95 08:19:10 pm X-Mailer: ELM [version 2.4 PL24] Content-Type: text Sender: owner-hackers@freeBSD.org Precedence: bulk Frank Volf wrote: > > THE PROBLEM: > When a query is sent to the IP alias two responses are generated: one > response with the real IP address as the source address, the other one with > the alias address as the source address: > > 17:02:20.146789 192.87.209.4.53 > 194.151.64.2.53: 52731+ NS? tue.nl. (24) > 17:02:20.148820 192.87.208.2.53 > 192.87.209.4.53: 52731* 3/0/3 NS kweetal.tue.nl. (144) > 17:02:20.150752 194.151.64.2.53 > 192.87.209.4.53: 52731* 3/0/3 NS ns1.surfnet.nl. (144) > I think this is caused by the netmask of the alias being set to 0xffffffff. When it is set to another netmask, named behaves correctly. I'll dive further into it. -Guido