From owner-freebsd-net@FreeBSD.ORG Sat Mar 17 14:39:22 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 78EAB16A402 for ; Sat, 17 Mar 2007 14:39:22 +0000 (UTC) (envelope-from freebsd@southportcomputers.co.uk) Received: from ivy.southportcomputers.co.uk (ivy.southportcomputers.co.uk [82.195.155.161]) by mx1.freebsd.org (Postfix) with ESMTP id D47CD13C459 for ; Sat, 17 Mar 2007 14:39:21 +0000 (UTC) (envelope-from freebsd@southportcomputers.co.uk) Received: from ivy.southportcomputers.co.uk (localhost [127.0.0.1]) by ivy.southportcomputers.co.uk (8.14.0/8.13.4) with ESMTP id l2HEAdWx096737 (version=TLSv1/SSLv3 cipher=DHE-DSS-AES256-SHA bits=256 verify=NO) for ; Sat, 17 Mar 2007 14:10:39 GMT (envelope-from freebsd@southportcomputers.co.uk) Received: (from www@localhost) by ivy.southportcomputers.co.uk (8.14.0/8.13.6/Submit) id l2HEAX1v096736; Sat, 17 Mar 2007 14:10:33 GMT (envelope-from freebsd@southportcomputers.co.uk) X-Authentication-Warning: ivy.southportcomputers.co.uk: www set sender to freebsd@southportcomputers.co.uk using -f Received: from 84.92.207.22 (SquirrelMail authenticated user scomp) by mail.southportcomputers.co.uk with HTTP; Sat, 17 Mar 2007 14:10:33 -0000 (GMT) Message-ID: <55580.84.92.207.22.1174140633.squirrel@mail.southportcomputers.co.uk> Date: Sat, 17 Mar 2007 14:10:33 -0000 (GMT) From: "Colin Waring" To: freebsd-net@freebsd.org User-Agent: SquirrelMail/1.4.9a MIME-Version: 1.0 Content-Type: text/plain;charset=iso-8859-15 Content-Transfer-Encoding: 8bit X-Priority: 3 (Normal) Importance: Normal Subject: 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 14:39:22 -0000 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. 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?