Skip to content

Tag Archives: routing

Internet Failover Using Cisco HSRP

I have a very unique internet setup at my house, I currently have two Road Runner connections. One is for all the roommates and the other is for me, paid out of pocket for my consulting work. There are plenty of products out there that would allow failover but my version of failover, is like […]

Static Routes in Linux

Something that I have found very useful in small networks that have more than one subnet is the occasional static route. Routes can be added temporarily or permanently. The syntax is the same it is just a matter of where to enter the command. The command is: route add -net 10.0.0.0 netmask 255.255.255.0 gw 10.0.0.1 […]