Link to home
Start Free TrialLog in
Avatar of dave558
dave558

asked on

NLB and DFS : Duplicates and retransmission errors

I'm using wireshark to sniff traffic on our network and noticed there's a lot of retransmission errors.

It seems DFS replication is causing conflicts with the CAS array. After disable one of the file server momentarily, duplicates and retransmission errors has dropped off completely.

How things are setup are as follows:
* Two CAS servers setup in a CAS array  
* Two file servers with DFS replication

Each time I connect to Exchange using an email, I can see a lot of retransmission/duplication errors. What's really unusual is the source IP address of client computer contains the MAC address of the file server when these errors do occur.

Example of what I mean is as follows:
CAS IP: 192.168.0.1, MAC: AA
CLIENT COMPUTER: 192.168.0.2, MAC: BB
FILE SERVER 1: 192.168.0.3, MAC: CC
FILE SERVER 2: 192.168.0.4, MAC: DD

Duplication/retransmission are always with packets as follows:
Dest IP: 192.168.0.1, Source IP: 192.168.0.2, Dest MAC: AA, Source MAC: CC
Dest IP: 192.168.0.1, Source IP: 192.168.0.2, Dest MAC: AA, Source MAC: DD

Source MAC is ends up being one of the file servers MAC, even though the source IP belongs to the clients computer. Really, really odd.
 
Any known problem with having these two services on the same network? Your help is greatly appreciated. Thank you.
Avatar of dave558
dave558

ASKER

It appears not to be the DFS services as disabling still results in multiple retransmission and duplicates. Shutting down one of the file server does eliminate a huge proportion of duplicates/retransmissions.

However, I can still see a few duplicate/retransmission due to the same reason as the source MAC containing the file server's MAC instead of the clients.
ASKER CERTIFIED SOLUTION
Avatar of dave558
dave558

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 dave558

ASKER

Answers problem.