This is for DFS servers. I was wondering if there was a way to make all server-to-server communication, such as syncing files, to occur over the second NICs and allow ONLY server-to-server traffic on the second NICS.
Here is what I'm trying right now:
Server1/NIC1, Server1/NIC2, Server2/NIC1, and Server2/NIC2 are all plugged in to Switch1. Switch1 is the same switch that all our network traffic is going through. All NICs are on the same IP subnet. However, I removed the DNS entries for both NIC2s, so no workstations should be able to communicate with the NIC2s.
Then I added an entry in LMHOSTS on Server1 pointing to Server2/NIC2, so all traffic from Server 1 to Server2 should be directed to Server2/NIC2. And, I added an entry in LMHOSTS on Server2 pointing to Server1/NIC2, so all traffic from Server2 to Server1 should be directed to Server1/NIC2.
Since it is a switch, I see no advantage to moving the NIC2s off of Switch1 - traffic between the two NIC2s won't interfere with other ports on the switch, and we are not close to approaching the bandwidth limit of this switch.
If anybody has any ideas for improvements, I'd like to know. Also, I have no way of testing to be sure all the server to server traffic is occurring on the second NICs. If anyone knows of a good way to test and monitor this, I'd like to know.
Here is what I'm trying right now:
Server1/NIC1, Server1/NIC2, Server2/NIC1, and Server2/NIC2 are all plugged in to Switch1. Switch1 is the same switch that all our network traffic is going through. All NICs are on the same IP subnet. However, I removed the DNS entries for both NIC2s, so no workstations should be able to communicate with the NIC2s.
Then I added an entry in LMHOSTS on Server1 pointing to Server2/NIC2, so all traffic from Server 1 to Server2 should be directed to Server2/NIC2. And, I added an entry in LMHOSTS on Server2 pointing to Server1/NIC2, so all traffic from Server2 to Server1 should be directed to Server1/NIC2.
Since it is a switch, I see no advantage to moving the NIC2s off of Switch1 - traffic between the two NIC2s won't interfere with other ports on the switch, and we are not close to approaching the bandwidth limit of this switch.
If anybody has any ideas for improvements, I'd like to know. Also, I have no way of testing to be sure all the server to server traffic is occurring on the second NICs. If anyone knows of a good way to test and monitor this, I'd like to know.