[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]

Re: persistant routes!



Tom Diehl said:
> On Fri, 27 Jun 2003, Michael Schwendt wrote:
>
>> -----BEGIN PGP SIGNED MESSAGE-----
>> Hash: SHA1
>>
>> On Thu, 26 Jun 2003 21:06:16 -0400 (EDT), Tom Diehl wrote:
>>
>> > Assuming you did not like my suggestion above try running a
>> > egrep -R "(203\.16\.234)|(203\.39\.28)" *  at first on /etc.
>> > If that turns up
>> > nothing then do it as root from /. The worst thing that will happen
>> > is you will
>> > get nothing useful.
>>
>> find /etc/sysconfig -name eth\*\.route
>> find /etc/sysconfig -name route-eth\*
>
> That would have been my first choice also but he said he did that. :(
>
> --
> ......Tom		Registered Linux User #14522

My version of searching with find would be (as root):

find /etc -type f -exec grep -H "203\.[0-9]*\." {} \;

-- 
-Cheers
-Andrew

MS ... if only he hadn't been hang gliding!




[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]