"dhodgeh" <(E-Mail Removed)> wrote in message
news:(E-Mail Removed) ps.com...
> OK, this has just started happening, and that is another puzzle that
> I'm addressing elsewhere.
>
> Anyway, here what's happening.
>
> I start a large (100's of GB as in a backup scenario) data transfer to
> a multihomed server (Windows Server 2003 SP1). The IP addresses for
> the adapters in the server are on the same subnet.
Ok, no need to read futher. There's the problem. You cannot use the same subnet
on the nics. Each nic in the server needs to be a different subnet.
The only way to make the traffic flow over the right path is the make up "fake"
names for the machines that are associated with the "other" subnet and place
these in either host file or manually enter them in the DNS Server.
But the whole thing might be a waist of time based on a misconception of what
the "separation of traffic" is really like and how it works. On a fully
switched network all the traffic is *already* separated,...that is what switches
do. The reason you are getting flooded is because in your backup scenerio the
data is traveling over the same wire that other traffic is using and saturating
the physical wire. This is because the switches are not wired with the correct
physical layout compatible with what you are doing.
The servers being backed up and the ones recieving the backup data need to be on
the same switch and the switch needs to be of commercial quality (not home user
quality) so the Backplane of the switch can handle the traffic. If they can't
be on the same switch than pay careful attention to how you cable things up so
that the backup data isn't sharing a wire with everyone else. In the process of
doing that do not create any layer2 switching loops because STP will shut one
down to break the loop and you will be in an even bigger mess.
If you choose to use the two-subnet method then you have to do the fake names
like I described and make sure that everything involved in making the backup
"happen" uses these fake names so that it all resolves to the correct IP# and
the traffic follows the correct path.
--
Phillip Windell
www.wandtv.com
The views expressed, are my own and not those of my employer, or Microsoft, or
anyone else associated with me, including my cats.
-----------------------------------------------------