From owner-freebsd-isp@FreeBSD.ORG Mon Sep 27 18:08:27 2004 Return-Path: Delivered-To: freebsd-isp@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id DA73A16A4CE for ; Mon, 27 Sep 2004 18:08:27 +0000 (GMT) Received: from intime.com.br (jacare.intime.com.br [200.103.155.71]) by mx1.FreeBSD.org (Postfix) with SMTP id 9E08343D48 for ; Mon, 27 Sep 2004 18:08:16 +0000 (GMT) (envelope-from lgcosta@intime.com.br) Received: (qmail 12223 invoked by uid 1013); 27 Sep 2004 17:53:51 -0000 Received: from lgcosta@intime.com.br by jacare by uid 1016 with qmail-scanner-1.22st (clamdscan: 0.70. spamassassin: 2.63. Clear:RC:1(192.168.1.1):. Processed in 0.057519 secs); 27 Sep 2004 17:53:51 -0000 X-Antivirus-InTime-Mail-From: lgcosta@intime.com.br via jacare X-Antivirus-InTime: 1.22st (Clear:RC:1(192.168.1.1):. Processed in 0.057519 secs Process 12216) Received: from unknown (HELO ?192.168.10.51?) (192.168.1.1) by intime.com.br with SMTP; 27 Sep 2004 17:53:51 -0000 Message-ID: <41585443.5060103@intime.com.br> Date: Mon, 27 Sep 2004 14:56:19 -0300 From: Gustavo User-Agent: Mozilla Thunderbird 0.7.2 (Windows/20040707) X-Accept-Language: pt-br, pt MIME-Version: 1.0 To: freebsd-isp@freebsd.org Content-Type: text/plain; charset=us-ascii; format=flowed Content-Transfer-Encoding: 7bit Subject: squid in other route X-BeenThere: freebsd-isp@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Internet Services Providers List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 27 Sep 2004 18:08:28 -0000 I have a FreeBSD 5.2 with 3 external interfaces (WAN) and with squid twirling. xl0 -> 200.x.x.x (default route) rl0 -> 192.168.254.253 (dsl) rl1 -> 192.168.254.254 (dsl) He would like to make squid to leave for the interface rl1 the same being that this twirling in this exactly gateway with default route xl0. how I could implement some soluction for this? thankz