[Date Prev][Date Next] [Thread Prev][Thread Next]
[Thread Index]
[Date Index]
[Author Index]
Re: persistant routes!
- From: "Andrew Smith" <rhml2 k1k2 com>
- To: shrike-list redhat com
- Subject: Re: persistant routes!
- Date: Sat, 28 Jun 2003 00:33:50 +1000 (EST)
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]