Return to BSD News archive
Path: euryale.cc.adfa.oz.au!newshost.carno.net.au!harbinger.cc.monash.edu.au!munnari.OZ.AU!news.ecn.uoknor.edu!news.ysu.edu!news.cps.udayton.edu!news.engr.udayton.edu!blackbird.afit.af.mil!zombie.ncsc.mil!nntp.coast.net!news.kei.com!newsfeed.internetmci.com!news.ac.net!news.serv.net!nntp.teleport.com!kirk From: kirk@teleport.com (Kirkpatrick) Newsgroups: comp.unix.bsd.freebsd.misc Subject: Re: Route cloning (disable - how to?) Date: 1 Aug 1996 19:14:01 GMT Organization: Teleport - Portland's Public Access (503) 220-1016 Lines: 26 Message-ID: <4tqvlp$lgh@nadine.teleport.com> References: <4t0g99$pni@mandolin.qnet.com> <31F518A3.2781E494@freebsd.org> <4te4pe$2ts@uriah.heep.sax.de> <Dv9t7r.A32@ottnews.shl.com> NNTP-Posting-Host: kelly.teleport.com X-Newsreader: TIN [version 1.2 PL2] I should probably have let this one die.. but here goes anyhow: Tom Torrance at home (tom@tomqnx.tomqnx.com) wrote: : I would if I could! I have a demand-dial setup and I have not figured : out how to keep gated from tearing down the connection after the : phone hangs up. That routing is necessary to allow the next : connection to be made. Any hints? Try adding a directive like this to your gated.conf, it'll keep the interface from being marked as down even after it comes down... static { 111.22.333.0 mask 255.255.255.0 gateway 216.42.123.30 retain ; } ; As far as dial-on-demand connections go I've had some luck with installing a route before started gated that gated doesn't overwrite... I think it does generally overwrite everything though. Hope this makes some sense... :) : : Seriously, dump routed, and use GateD if you need. Maybe the updated : : routed in -current is worth the while, i haven't tried it. It's a : : total rework by the author (Michael VanLoon, if i'm not mistaken). Yes, gated is just all around better once you get over the learning curve. -- --Ben Kirkpatrick IBS 503.227.7010 fax 503.227.5778 www.ibs-us.net/~ben