I have the following bash-function to add static-ip
function add_ip_addr() { for i in {100..200} do ipaddr="100.100.100."$i