[Date Prev] [Date Index] [Date Next] [Thread Prev] [Thread Index] [Thread Next]
Felipe Rechia feliperechia@gmail.com
Fri, 21 Oct 2011 21:04:58 GMT
I give up on the point of not using the workaround at the /etc/hosts file... I was reluctant at first, but your 4-line shell script has convinced me that it is the easiest way. Thinking about it, I am feeling quite dumb now. Lol! >for i in `seq 1 254` >do > echo "10.1.64.${i} host-10-1-64-${i}.yourdomain.com" >> /etc/hosts >done Thanks for all the quick feedback you guys provided! :) Cheers Felipe