Static Routes and the Routing Table
Posted
by
TheD
on Server Fault
See other posts from Server Fault
or by TheD
Published on 2012-09-01T18:45:14Z
Indexed on
2012/09/01
21:40 UTC
Read the original article
Hit count: 432
This is very much a learning question if someone would be happy to explain a couple of concepts. My question is - the default routing table that exists in, in my case, a default Windows 7 install, what do each of the routes in the table do?
Here is a screenshot:
The 10.128.4.0 is just a route I've added while messing.
I understand from a question I posted on Superuser the first route is just a default route that will route all traffic for any IP to my default gateway on my Interface in use. But what about the others? And how would the routing table handle a machine with multiple NIC's, perhaps connected to two different networks, or maybe even two NIC's on the same network so a VM can have a physical Network card instead of each VM sharing the hosts.
Thanks!
© Server Fault or respective owner