I'm sorry to be unclear... I will try to rephrase the problem. I work in a school as IT-administrator and I'm not a specialist, but try to make the best out of it. I hope you guys have a little patience with me :-)
To see my network situation click here, (since I'm a newbie, I'm not allowed to post images in my posts). The red line is the problem. When I ping from the win7 clients to the win2003 server's FQDN, it randomly picks nic1, 2 or 3. (because they are like that in the DNS of Domain X). But I only get answer when it chooses NIC1 (with GW)
Is adding GW 172.21.0.254 to NIC 2 and GW 172.22.0.254 to NIC3 the right solution to solve this problem? (I googled around alot and all sites advice me to not have more than 1 gateway on a server)
So basically, I'm looking for a solution that my win7 clients can access the FQDN for my win2003 server all the time.
Here is the routing table (route print) from the 2003 server
IPv4 Route Table
Interface List
0x1 ........................... MS TCP Loopback interface
0x10003 ...00 0c 29 3f df 49 ...... Intel(R) PRO/1000 MT Network Connection #2
0x10004 ...00 0c 29 3f df 3f ...... Intel(R) PRO/1000 MT Network Connection #3
0x10005 ...00 0c 29 3f df 53 ...... Intel(R) PRO/1000 MT Network Connection
===========================================================================
===========================================================================
Active Routes:
Network Destination Netmask Gateway Interface Metric
0.0.0.0 0.0.0.0 172.20.0.254 172.20.0.6 10
127.0.0.0 255.0.0.0 127.0.0.1 127.0.0.1 1
172.20.0.0 255.255.0.0 172.20.0.6 172.20.0.6 10
172.20.0.6 255.255.255.255 127.0.0.1 127.0.0.1 10
172.20.255.255 255.255.255.255 172.20.0.6 172.20.0.6 10
172.21.0.0 255.255.0.0 172.21.0.6 172.21.0.6 10
172.21.0.6 255.255.255.255 127.0.0.1 127.0.0.1 10
172.21.255.255 255.255.255.255 172.21.0.6 172.21.0.6 10
172.22.0.0 255.255.0.0 172.22.0.6 172.22.0.6 10
172.22.0.6 255.255.255.255 127.0.0.1 127.0.0.1 10
172.22.255.255 255.255.255.255 172.22.0.6 172.22.0.6 10
224.0.0.0 240.0.0.0 172.20.0.6 172.20.0.6 10
224.0.0.0 240.0.0.0 172.21.0.6 172.21.0.6 10
224.0.0.0 240.0.0.0 172.22.0.6 172.22.0.6 10
255.255.255.255 255.255.255.255 172.20.0.6 172.20.0.6 1
255.255.255.255 255.255.255.255 172.21.0.6 172.21.0.6 1
255.255.255.255 255.255.255.255 172.22.0.6 172.22.0.6 1
Default Gateway: 172.20.0.254
===========================================================================
Persistent Routes:
None
Thank's
Thierry.