From owner-freebsd-hackers Wed Jan 15 16:04:32 1997 Return-Path: Received: (from root@localhost) by freefall.freebsd.org (8.8.4/8.8.4) id QAA08148 for hackers-outgoing; Wed, 15 Jan 1997 16:04:32 -0800 (PST) Received: from mail.cdsnet.net (mail.cdsnet.net [204.118.244.5]) by freefall.freebsd.org (8.8.4/8.8.4) with ESMTP id QAA08143 for ; Wed, 15 Jan 1997 16:04:28 -0800 (PST) Received: from mail.cdsnet.net (mail.cdsnet.net [204.118.244.5]) by mail.cdsnet.net (8.8.4/8.7.3) with SMTP id QAA19897 for ; Wed, 15 Jan 1997 16:04:19 -0800 (PST) Date: Wed, 15 Jan 1997 16:04:15 -0800 (PST) From: Jaye Mathisen To: hackers@freebsd.org Subject: Underscore in domainname? Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-hackers@freebsd.org X-Loop: FreeBSD.org Precedence: bulk I'm using squid as a proxy server under FreeBSD-current, and a few of our users are having trouble wiht www.mcafee.com, which is a CNAME for sc_axp2.mcafee.com. The _ is apparently causing the problem, as other hosts with _'s kill squid as well. BIND seems to think that anybody with an _ in their name is bogus, or at least, no response is ever authoritative. (I'm using BIND 4.9.5 on my main nameserver). If I had a better way to narrow this down, I would. Any tip appreciated.