Since you have no Static Routes to worry about, you can do this.
1. Verify the TCP/IP "specs" of the Nics are correct (extremely important)
2. At a command prompt run "route /f" (clears the route table)
3. Reboot. The table is rebuilt automatically based on the Nic configuration
(hence why the nic config must be correct).
--
Phillip Windell [MCP, MVP, CCNA]
www.wandtv.com
The views expressed (as annoying as they are, and as stupid as they sound), are
my own and not those of my employer, or Microsoft, or anyone else associated
with me, including my cats.
-----------------------------------------------------
"Markus" <(E-Mail Removed)> wrote in message
news:71FE13E6-5D42-4FFA-963C-(E-Mail Removed)...
> Hi,
> I have 2 oracle servers that lose connectivity with each other, but they
> can communicate perfectly with other machines on the networks. The
> difference between these machines, and the others is a line in route print
> "255.255.255.255 255.255.255.255 10.0.0.5 10004 1".. Does anyone know what
> is 10004 interface and what would cause this entry? And could it be the
> source of the connectivity problems between the machines? below is a print
> out of the route print on one of the servers.
>
> Microsoft Windows [Version 5.2.3790]
> (C) Copyright 1985-2003 Microsoft Corp.
> C:\Documents and Settings\administrator.Windcom>route print
> IPv4 Route Table
> ================================================== =========================
> Interface List
> 0x1 ........................... MS TCP Loopback interface
> 0x10003 ...00 32 5r 1c 89 53 ...... Broadcom NetXtreme Gigabit Ethernet
> 0x10004 ... 00 32 5r 1c 89 54...... Broadcom NetXtreme Gigabit Ethernet #2
> ================================================== ===
> Active Routes:
> Network Destination Netmask Gateway Interface
> Metric
> 0.0.0.0 0.0.0.0 10.0.0.2 10.0.0.5
> 20
> 127.0.0.0 255.0.0.0 127.0.0.1 127.0.0.1
> 1
> 10.0.0.0 255.255.255.0 10.0.0.5 10.0.0.5
> 20
> 10.0.0.5 255.255.255.255 127.0.0.1 127.0.0.1
> 20
> 10.0.0.255 255.255.255.255 10.0.0.5 10.0.0.5
> 20
> 224.0.0.0 240.0.0.0 10.0.0.5 10.0.0.5
> 20
> 255.255.255.255 255.255.255.255 10.0.0.5 10.0.0.5
> 1
> 255.255.255.255 255.255.255.255 10.0.0.5 10004
> 1
> Default Gateway: 10.0.0.2
> ================================================== ===
> Persistent Routes:
> None
>