Return to BSD News archive
Path: euryale.cc.adfa.oz.au!newshost.anu.edu.au!harbinger.cc.monash.edu.au!news.rmit.EDU.AU!news.unimelb.EDU.AU!munnari.OZ.AU!spool.mu.edu!howland.reston.ans.net!newsfeed.internetmci.com!in2.uu.net!thoughtport!usenet From: "Chad B. Attermann" <chada@censoft.com> Newsgroups: comp.unix.bsd.freebsd.misc Subject: Re: Routing confusion!!! Date: 12 Dec 1995 18:11:53 GMT Organization: Century Software, Inc. Lines: 12 Message-ID: <4akgl9$9j1@chinx4.thoughtport.COM> References: <4a7or8$jp8@saba.info.ucla.edu> NNTP-Posting-Host: 206.185.69.148 Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit X-Mailer: Mozilla 1.22 (Windows; I; 32bit) To: mdarcy@fim.ucla.edu It seems like adding a simple default gateway to the nearest router (xxx.yyy.18.1) should suffice. This tells FreeBSD to route all packets that it does not the route to to the gateway router: route add default xxx.yyy.18.1 Good luck. Chad.