Skip to content

Tag Archives: Scripts

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

IPCop DHCP Fixed/Static Lease Script

About a year ago I found the need to create a lot of fixed leases for use with IPCop. I sat down and using some loop and awk magic I was able to develop a fairly decent script to get the job done. I will post the file with a day or two but here […]