From owner-freebsd-questions@FreeBSD.ORG Fri Oct 19 19:19:20 2007 Return-Path: Delivered-To: questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id D21CC16A417 for ; Fri, 19 Oct 2007 19:19:20 +0000 (UTC) (envelope-from joost@jodocus.org) Received: from bps.jodocus.org (unknown [IPv6:2001:618:400:2973::1]) by mx1.freebsd.org (Postfix) with ESMTP id 3DF8913C467 for ; Fri, 19 Oct 2007 19:19:20 +0000 (UTC) (envelope-from joost@jodocus.org) Received: from jodocus.org (localhost [IPv6:::1]) by bps.jodocus.org (8.13.8/8.13.8) with ESMTP id l9JJJIx0074208; Fri, 19 Oct 2007 21:19:18 +0200 (CEST) (envelope-from joost@jodocus.org) Received: from 192.168.100.227 (SquirrelMail authenticated user joost) by jodocus.org with HTTP; Fri, 19 Oct 2007 21:19:18 +0200 (CEST) Message-ID: <1434.192.168.100.227.1192821558.squirrel@jodocus.org> In-Reply-To: <4718F63C.9080709@ridecharge.com> References: <4718F63C.9080709@ridecharge.com> Date: Fri, 19 Oct 2007 21:19:18 +0200 (CEST) From: "Joost Bekkers" To: "Philip M. Gollucci" User-Agent: SquirrelMail/1.5.1 MIME-Version: 1.0 Content-Type: text/plain;charset=iso-8859-1 Content-Transfer-Encoding: 8bit X-Greylist: Sender IP whitelisted, not delayed by milter-greylist-3.0 (bps.jodocus.org [IPv6:::1]); Fri, 19 Oct 2007 21:19:18 +0200 (CEST) X-Virus-Scanned: ClamAV 0.91.1/4545/Wed Oct 17 23:05:57 2007 on bps.jodocus.org X-Virus-Status: Clean Cc: "questions@freebsd.org" Subject: Re: FreeBSD and barracudas X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 19 Oct 2007 19:19:20 -0000 On Fri, October 19, 2007 20:23, Philip M. Gollucci wrote: > > The problem is the barracuda can not get to it. I actually don't see > any reason why it should. Its supposed to merely rewrite the MAC to one of > the 'Real Servers' when it receives a request for a VIP (Virtual IP). > > Network: 192.168.0.0/22 > Firewall/Gateway: 192.168.0.1 > DNS: 192.168.0.25, 192.168.0.24, 172.28.0.50(different class C) > Broadcast: 192.168.3.255 > Netmask: 255.255.252.0 > > > Barracdua WAN: 192.168.0.169 > Barracuda LAN: N/A in DSR mode. > VIP: 192.168.0.49 > Real Server 1: 192.168.0.50 > Real Server 2: 192.168.t0.51 > .... > If you're trying to do what I think you're doing (yep, that's a big IF) you've got things reversed. "Real Server #:" should point to the ip address on the PHYSICAL interface of the Dell(s). The address to add to lo0 is the VIP, in this case 192.168.0.49 Hope this helps. Joost.