From owner-freebsd-questions@FreeBSD.ORG Wed May 26 07:46:16 2004 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 1E06716A4CF for ; Wed, 26 May 2004 07:46:16 -0700 (PDT) Received: from smtp1.adl2.internode.on.net (smtp1.adl2.internode.on.net [203.16.214.181]) by mx1.FreeBSD.org (Postfix) with ESMTP id 7757843D2F for ; Wed, 26 May 2004 07:46:15 -0700 (PDT) (envelope-from malcolm.kay@internode.on.net) Received: from beta.home (ppp33-50.lns1.adl1.internode.on.net [150.101.33.50]) i4QEjJZq097465; Thu, 27 May 2004 00:15:30 +0930 (CST) From: Malcolm Kay Organization: at home To: leon@trusc.net, Date: Thu, 27 May 2004 00:15:18 +0930 User-Agent: KMail/1.5.4 References: In-Reply-To: MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit Content-Disposition: inline Message-Id: <200405270015.18692.malcolm.kay@internode.on.net> Subject: Re: Help with a routing issue X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 26 May 2004 14:46:16 -0000 On Wednesday 26 May 2004 18:25, Leon Botes wrote: > I have a freebsd 4.7 box at a client. > The box has an ip of 192.168.254.22 > The default gateway is 192.168.254.1 which is the inside interface of the > gateway. The outside interface of the gateway is 196.25.37.18 and it also > has an alias of 196.25.37.19. > > When i ping 196.25.37.18 from the clients box (192.168.254.22) i get this. > mmrserver# ping 196.25.37.18 > PING 196.25.37.18 (196.25.37.18): 56 data bytes > 36 bytes from brandford.trusc.net (192.168.254.24): Redirect Host(New addr: > 192.168.254.1) I don't know whether it has any relevance to your problem; but I find the symbolic address 'brandford.trusc.net' is being reported on the public network: beta:209> host brandford.trusc.net brandford.trusc.net has address 192.168.254.24 Which I don't believe should be the case. A misconfigured DNS ? Malcolm