From owner-freebsd-net@FreeBSD.ORG Sat Mar 17 15:18:10 2007 Return-Path: X-Original-To: freebsd-net@freebsd.org Delivered-To: freebsd-net@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 2391A16A403 for ; Sat, 17 Mar 2007 15:18:10 +0000 (UTC) (envelope-from smithi@nimnet.asn.au) Received: from gaia.nimnet.asn.au (nimbin.lnk.telstra.net [139.130.45.143]) by mx1.freebsd.org (Postfix) with ESMTP id C6E8C13C457 for ; Sat, 17 Mar 2007 15:18:08 +0000 (UTC) (envelope-from smithi@nimnet.asn.au) Received: from localhost (smithi@localhost) by gaia.nimnet.asn.au (8.8.8/8.8.8R1.5) with SMTP id CAA01286; Sun, 18 Mar 2007 02:17:54 +1100 (EST) (envelope-from smithi@nimnet.asn.au) Date: Sun, 18 Mar 2007 02:17:53 +1100 (EST) From: Ian Smith To: Colin Waring In-Reply-To: <55580.84.92.207.22.1174140633.squirrel@mail.southportcomputers.co.uk> Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Cc: freebsd-net@freebsd.org Subject: Re: Troubleshooting aliases. X-BeenThere: freebsd-net@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Networking and TCP/IP with FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 17 Mar 2007 15:18:10 -0000 On Sat, 17 Mar 2007, Colin Waring wrote: > Hi folks, > Been running into brick walls since last night on this one. > Situation is that our server has 6.1-RELEASE on it with four IP addresses. > > The section of rc.conf is this: > > ifconfig_em0="inet a.a.a.a netmask 255.255.255.0" > ifconfig_em0_alias0="inet a.a.a.b netmask 255.255.255.255" > ifconfig_em0_alias1="inet a.a.a.c netmask 255.255.255.255" > ifconfig_em0_alias2="inet a.a.a.d netmask 255.255.255.255" > > For some reason, with no updates or changes both a.a.a.b and a.a.a.c have > stopped working properly. a.a.a.a works fine, as does a.a.a.d. Sorry if it should be obvious, but stopped working properly in what way? > Unfortunately, the nameservers for the domains hosted on the server use > a.a.a.b and a.a.a.c! > > So basically I can't figure out what's up as .d works fine..anyone able to > help me with some suggestions of where to look for fixing .b and .c? Works fine at doing what, by comparison? Cheers, Ian