From owner-freebsd-questions@FreeBSD.ORG Thu Mar 11 14:55:49 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 34A4316A4CE for ; Thu, 11 Mar 2004 14:55:49 -0800 (PST) Received: from ns1.tiadon.com (SMTP.tiadon.com [69.27.132.161]) by mx1.FreeBSD.org (Postfix) with ESMTP id F10BA43D31 for ; Thu, 11 Mar 2004 14:55:48 -0800 (PST) (envelope-from kdk@daleco.biz) Received: from daleco.biz ([69.27.131.0]) by ns1.tiadon.com with Microsoft SMTPSVC(6.0.3790.0); Thu, 11 Mar 2004 16:56:14 -0600 Message-ID: <4050EE72.6050301@daleco.biz> Date: Thu, 11 Mar 2004 16:55:46 -0600 From: "Kevin D. Kinsey, DaleCo, S.P." User-Agent: Mozilla/5.0 (X11; U; FreeBSD i386; en-US; rv:1.6) Gecko/20040212 X-Accept-Language: en-us, en MIME-Version: 1.0 To: darryl@osborne-ind.com References: <000e01c407ba$9918fe40$0701a8c0@darryl> In-Reply-To: <000e01c407ba$9918fe40$0701a8c0@darryl> Content-Type: text/plain; charset=us-ascii; format=flowed Content-Transfer-Encoding: 7bit X-OriginalArrivalTime: 11 Mar 2004 22:56:14.0578 (UTC) FILETIME=[0E252D20:01C407BC] cc: freebsd-questions@freebsd.org Subject: Re: Add a gateway 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: Thu, 11 Mar 2004 22:55:49 -0000 Darryl Hoar wrote: >>Darryl Hoar wrote: >> >> >> >>>Greetings, >>>I am running FreeBSD 4.7-stable on a computer. It is >>>configured to be my firewall. My IPS changed the >>>technology to access my DSL. How do I define a gateway >>>for an interface ? >>> >>>thanks, >>>Darryl >>>_______________________________________________ >>>freebsd-questions@freebsd.org mailing list >>>http://lists.freebsd.org/mailman/listinfo/freebsd-questions >>>To unsubscribe, send any mail to >>> >>> >>"freebsd-questions-unsubscribe@freebsd.org" >> >> >>> >>> >>> >>> >>> >>As root: >> >>$route add default ip.of.new.gw >> >>HTH, >> >>Kevin Kinsey >>DaleCo, S.P. >> >> > >Yep, route add default ip.of.new.gw works like a champ. How do I >make it perminent ? Just add the >defaultgateway="ip.of.new.gw" ? > >thanks, >Darryl > >(ah, 1.5Mb is sooo nice) > > Kent had that one for you; in /etc/rc.conf: defaultrouter=ip.of.your.gw KDK