Link to home
Start Free TrialLog in
Avatar of rahuldogra
rahuldograFlag for India

asked on

IP address Configration Problem

i have three nic card in server and have three different network in same server details given bellow:

Network One :
IP address            :      10.226.79.8
Subnet Mask            :      255.255.255.224
Gateway            :      10.226.79.1
Remote IP            :      10.1.101.62

Network Two :
IP address            :      172.10.10.157
Subnet Mask            :      255.255.255.0
Gateway            :      172.10.10.100
DNS            :      202.56.215.6

Network Three :
IP address            :      10.252.74.196
Subnet Mask            :      255.255.255.240
Gateway            :      10.252.74.193
Remote IP            :      192.168.13.5

if i configure same i am unable to ping my remote ip and DNS outof of three network i am able to access only two network same time pls tell me solution to access my all three network
ASKER CERTIFIED SOLUTION
Avatar of tim1128
tim1128
Flag of Hong Kong 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
Are you using Windows?  Try doing some traceroute (tracert).  And definitely you need to fix your routing table.

Check this link

http://www.tech-faq.com/windows-routing-table.shtml

And set the proper metric

route add [destination] [mask] [gateway] [metric] IF [interface]