#!/bin/bash for ((a=0;a<255;a++))do for ((b=0;b<255;b++))do for ((c=0;c<255;c++))do for ((d=0;d<255;d++))do host $a.$b.$c.$d done done done done :D -- >'The time has come,' the Walrus said<