On Sat, 10 Apr 2004 15:00:05 -0400, Pierre Forest <(E-Mail Removed)> wrote:
> mgrd wrote:
>> Pierre Forest wrote:
>>
>>>> When my redhat 9.0 boot it cannot get an ip address.
>>>> The network card is detected correctly.
>>>> I can go on internet via my modem everything is ok exept eth0
>>
>>
>> try `ifconfig eth0 up <address>'
>> where: <address> should be in the same network segment like
>> your windows box
> I type ifconfig eth0 up 169.254.52.43 netmask 255.255.0.0
> I now have an ip address with the same mask as the other windows 2000
> computer.
> I cannot ping the other computer.
> The yellow link led on the hub is on an both computer show correct link.
That is a dummy type address that Windows uses when it does not get an IP.
If neither your Linux nor Windows does DHCP than you should assign static
IPs to both machines in one of the normal private networks. For example
192.168.x.y addresses where x is same for both. If you use ifconfig
instead of network scripts, you might need to add a network route like:
/sbin/route add -net 192.168.x.0 dev eth0
Although, maybe Linux now automatically recognizes net routes based on IP
and netmask of interface (for example loopback route for lo interface is
not needed).
--
David Efflandt - All spam ignored
http://www.de-srv.com/