<div dir="ltr"><div><div>If you want to run tests on systems that use RH-style /etc/sysconfig/network-scripts, you can run:<br><br>for i in {1..9} ; do echo -e "DEVICE=lo:$i\nIPADDR=127.2.1.$i\nNETMASK=255.255.255.255\n" > ifcfg-lo:$i ; done<br>
</div>ifdown lo; ifup lo<br><br></div>That will bring up all the aliases necessary for the tests<br></div>