Network Load Balancing and MAC Addresses
I learned something new yesterday. It kind of flipped me out, but now it almost makes sense. You can try this to confirm. From a client, ping the IP address of your NLB cluster. From the same client, run arp -a fom the command prompt. You should see something like this (I will assume 192.168.2.11 for the NLB cluster IP address): Internet Address Physical Address Type 192.168.2.11 02-bf-c0-a8-02-0b Dynamic It will list other addresses and their MACs as well, but we are only interested in the NLB address. 02-bf-c0-a8-02-0b breaks down into nice little components like so: The first … Continue reading Network Load Balancing and MAC Addresses