From owner-freebsd-questions Wed Sep 18 19:07:28 1996 Return-Path: owner-questions Received: (from root@localhost) by freefall.freebsd.org (8.7.5/8.7.3) id TAA27833 for questions-outgoing; Wed, 18 Sep 1996 19:07:28 -0700 (PDT) Received: from strech.cyber-naut.com ([204.118.47.5]) by freefall.freebsd.org (8.7.5/8.7.3) with ESMTP id TAA27803 for ; Wed, 18 Sep 1996 19:07:21 -0700 (PDT) Received: (from blair@localhost) by strech.cyber-naut.com (8.7.5/8.6.12) id UAA00775 for questions@freebsd.org; Wed, 18 Sep 1996 20:05:55 -0600 (MDT) Date: Wed, 18 Sep 1996 20:05:55 -0600 (MDT) From: Blair Schmittel Message-Id: <199609190205.UAA00775@strech.cyber-naut.com> To: questions@freebsd.org Subject: DNS lockout Sender: owner-questions@freebsd.org X-Loop: FreeBSD.org Precedence: bulk I just finished changing Class C's for my dialup users. I was on 204.118.47.0, and I changed to 192.41.77.0. My clients software is preset to have the gateway as 204.118.47.1, and DNS server as 204.118.47.5. I aliased the router port to accept 204.118.47.1, and my DNS server to accept 204.118.47.5 requests. For some reason, when the DNS servwer is set as 192.41.77.5, and an alias of 204.118.47.5 is installed, the server will not answer DNS queries if the DNS server is set as 204.118.47.5 in the software. When I change to IP to 204.118.47.5 in /etc/sysconfig, and then alias 192.41.77.5 to the interface. It will answer to queries set to 204.118.47.5, but not to 192.41.77.5. I need the DNS server to answer to both 192.41.77.5, and 204.118.47.5. I don't know why it's not, this is pretty wierd. Blair