#!/bin/bash # for ((i=2;i<256;i++)) for ((i=2;i<25;i++)) do sudo ifconfig lo0 alias 127.0.0.$i up done