Ray Leventhal wrote:
Hi all,I need to (quickly!grrr) update IP addresses for which a given machine will answer.
for f in 10 11 30 31 13 15 20 21 22 ; do ip addr add dev eth0 xx.xx.xx.${f}/24 ; done; ip addr ls; ip route ls;
check firewall to make sure traffic is allowed in/out for those IP's -- Karanbir Singh : http://www.karan.org/ : [EMAIL PROTECTED] _______________________________________________ CentOS mailing list [email protected] http://lists.centos.org/mailman/listinfo/centos

