Technological Blog
Posts tagged Routing
command line networking: route
Sep 1st
Posted by technoblogical in Networking
command line networking: route
This is a video on two common uses of the command route. Route allows you to see your computers routing table. That’s the table that your computer uses to decide if information on the network is addressed to it. The route command can also help your computer decide how to route packets when there are two directions that it can go to connect to other networks.
commands used
route print
route add 10.0.0.0 mask 255.0.0.0 192.168.0.110
route delete 10.0.0.0 mask 255.0.0.0 192.168.0.110
subnetting IP addresses part 5
Aug 24th
Posted by technoblogical in Networking
subnetting IP addresses part 5
How to subnet. It’s amazing the number of network guys that I meet that never understand IP Addresses. I’ve had to explain it so many times, that I’ve pretty much got a routine down. I’m to the point now that it becomes hard to explain this stuff to others.
subnetting IP addresses part 4
Aug 24th
Posted by technoblogical in Networking
subnetting IP addresses part 4
How to subnet. It’s amazing the number of network guys that I meet that never understand IP Addresses. I’ve had to explain it so many times, that I’ve pretty much got a routine down. I’m to the point now that it becomes hard to explain this stuff to others.