Building a routing table
When you hear the term "routing table" it is easy to pass that off as something the network guys need to deal with, something that is configured within the network routers and firewalls. It doesn't apply to the server admins, right? Networking servers together has been made pretty easy for us by only requiring an IP address, subnet mask, and default gateway, and we can instantly communicate with everything inside the rest of our network. While there is indeed a lot of networking magic going on under the hood of that traffic that has been provided to us by networking equipment and network administrators, it is important to understand how routing inside Windows works because there will be some cases when you need to modify or build out a routing table right on a Windows Server itself.
Multihomed servers
Running multihomed servers is a case where you would certainly need to understand and work with a local Windows routing table, so let's start here. If you think this...