problem with ip
From: Robert Brown (eli_at_typhoon.xnet.com)
Date: 12/28/03
- Previous message: Robert Brown: "Re: A question for the expert"
- In reply to: Ricardo Mostalac: "problem with ip"
- Next in thread: Harry Hoffman: "Re: problem with ip"
- Reply: Harry Hoffman: "Re: problem with ip"
- Reply: Harry Hoffman: "Re: problem with ip"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
To: redhat-list@redhat.com Date: Sun, 28 Dec 2003 13:59:25 -0600 (CST)
Ricardo Mostalac writes:
> Hello folks, I have a RedHat 9 installed in my
> computer. This machine have the ip adress 192.168.0.1
> on eth0 (I have only one net card), but when execute
> the "route" command I see two net adress on this eth0
> (192.168.0.0/255.255.255.0 and
> 169.254.0.0/255.255.0.0). I have some problems with
> the file transfers between this computer and others in
> the net and I think the problem is this two net adress
> on the eth0. I try to delete the net 169.254.0.0 from
> the ip routes:
>
> #route del -net 169.254.0.0
>
> but the command respond with the error: this process
> is not running.... etc., etc., etc.....
>
> How can fix this problem?
I noticed the same thing, and I filed a bug report on it. That route
is a goof caused by an imporper parsing of a file at boot time. You
are right in trying to remove it. Here is what I put in my
/etc/rc.d/rc.local file:
# get rid of crap from stupid redhat network initialization bug! :-<
route del -net 169.254.0.0 netmask 255.255.0.0
-- -------- "And there came a writing to him from Elijah" [2Ch 21:12] -------- R. J. Brown III rj@elilabs.com http://www.elilabs.com/~rj voice 859 567-7311 Elijah Laboratories Inc. P. O. Box 166, Warsaw KY 41095 fax 859 567-7311 ----- M o d e l i n g t h e M e t h o d s o f t h e M i n d ------ -- redhat-list mailing list unsubscribe mailto:redhat-list-request@redhat.com?subject=unsubscribe https://www.redhat.com/mailman/listinfo/redhat-list
- Previous message: Robert Brown: "Re: A question for the expert"
- In reply to: Ricardo Mostalac: "problem with ip"
- Next in thread: Harry Hoffman: "Re: problem with ip"
- Reply: Harry Hoffman: "Re: problem with ip"
- Reply: Harry Hoffman: "Re: problem with ip"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
Relevant Pages
|
|