Skip to content

Tag Archives: subnets

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 […]