Link to home
Start Free TrialLog in
Avatar of menefre
menefreFlag for Israel

asked on

Windows Server 2 NICs - routing problem

Hi,

Following situation;
1 Server 2008 with 2 NICs.
NIC 1: connected to network: 10.0.0.105 with MASK 255.0.0.0 GW 10.0.0.5
NIC 2: connected to NAS: 10.0.10.12 with MASK 255.255.0.0 no GW

Generally it works, BUT when I try to ping into the network then the first ping's answer is "destination host unreachable". The second ping already works normal.
(ping to NAS works just fine)

Here is my "route print":
===========================================================================
Interface List
 14...00 50 56 96 00 09 ......Intel(R) PRO/1000 MT Network Connection #2
 11...00 50 56 96 00 01 ......Intel(R) PRO/1000 MT Network Connection
  1...........................Software Loopback Interface 1
 13...00 00 00 00 00 00 00 e0 Microsoft ISATAP Adapter
 12...00 00 00 00 00 00 00 e0 Teredo Tunneling Pseudo-Interface
 15...00 00 00 00 00 00 00 e0 Microsoft ISATAP Adapter #2
===========================================================================

IPv4 Route Table
===========================================================================
Active Routes:
Network Destination        Netmask          Gateway       Interface  Metric
          0.0.0.0          0.0.0.0         10.0.0.5       10.0.0.105    266
         10.0.0.0        255.0.0.0         On-link        10.0.0.105    266
         10.0.0.0      255.255.0.0         On-link        10.0.10.12    266
       10.0.0.105  255.255.255.255         On-link        10.0.0.105    266
       10.0.10.12  255.255.255.255         On-link        10.0.10.12    266
     10.0.255.255  255.255.255.255         On-link        10.0.10.12    266
   10.255.255.255  255.255.255.255         On-link        10.0.0.105    266
        127.0.0.0        255.0.0.0         On-link         127.0.0.1    306
        127.0.0.1  255.255.255.255         On-link         127.0.0.1    306
  127.255.255.255  255.255.255.255         On-link         127.0.0.1    306
        224.0.0.0        240.0.0.0         On-link         127.0.0.1    306
        224.0.0.0        240.0.0.0         On-link        10.0.0.105    266
        224.0.0.0        240.0.0.0         On-link        10.0.10.12    266
  255.255.255.255  255.255.255.255         On-link         127.0.0.1    306
  255.255.255.255  255.255.255.255         On-link        10.0.0.105    266
  255.255.255.255  255.255.255.255         On-link        10.0.10.12    266
===========================================================================
Persistent Routes:
  Network Address          Netmask  Gateway Address  Metric
          0.0.0.0          0.0.0.0         10.0.0.5  Default
===========================================================================

IPv6 Route Table
===========================================================================
Active Routes:
 If Metric Network Destination      Gateway
  1    306 ::1/128                  On-link
  1    306 ff00::/8                 On-link
===========================================================================
Persistent Routes:
  None


I want the connection to work normally in both direction.
Do I have to add a route?
Thanks for your help,

ASKER CERTIFIED SOLUTION
Avatar of Share-IT
Share-IT
Flag of United Kingdom of Great Britain and Northern Ireland image

Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial
Avatar of menefre

ASKER

I will try that tonight and get back to you. Thanks so far!
Avatar of menefre

ASKER

Worked. I changed the subnet. thank you very much.
Avatar of menefre

ASKER

I applied the changes as suggested and it works wonderfully. Thanks a lot.