Mersi mult, o sa incerc. P.S. computerele pornite in acel moment o sa incerc sa le exclud in momentul in care rulez scriptul.
Ionut. > > for i in 1 2 ... ; do > /sbin/ifconfig eth0 1.1.1.$i netmask 255.255.255.0 > /sbin/route add default gw 1.1.1.254 dev eth0 > /bin/ping -w 2 -c 2 yahoo.com > if [ $? eq 0 ]; > echo $i >> ip_bun > fi > done > > > > > -- > Patrascu Eugeniu > > Any views or opinions presented within this e-mail > are solely those > of the author and do not necessarily represent those > of any company, > unless otherwise specifically stated. > > > -- > Pentru dezabonare, trimiteti mail la > [EMAIL PROTECTED] cu subiectul 'unsubscribe rlug'. > REGULI, arhive si alte informatii: > http://www.lug.ro/mlist/ > > __________________________________________________ Do you Yahoo!? Yahoo! Tax Center - forms, calculators, tips, more http://taxes.yahoo.com/ -- Pentru dezabonare, trimiteti mail la [EMAIL PROTECTED] cu subiectul 'unsubscribe rlug'. REGULI, arhive si alte informatii: http://www.lug.ro/mlist/
