<div>Thank you Michael, I have found how to resolve it:</div><div> </div><div>I configured the settings in the ESXi for the cloned VPS and changed</div><div>the MAC, rebooted the VPS and now the system continues keeping</div>
<div>the eth0 (with old MAC) and adds the eth1 (with new MAC).</div><div> </div><div>I understand that now the SO will use eth1 as primary interface (eth0</div><div>disabled and not able to bring it up)  so I did:</div><div>
 </div><div>1.- ifconfig eth1 up -> to bring the interface up.</div><div> </div><div>2.- system-config-network -> to change denomination from eth0 to eth1,</div><div>also give ip, netmask and gateway.</div><div> </div>
<div>3.- ./network_settings.sh -> to check the ip parameters and restart the</div><div>daemons.</div><div> </div><div>After this I had network access. </div><div> </div><div><br>Maybe there is a cleaner way of doing this, but at least it is working.</div>
<div> </div><div>Thank you very much for all your help.</div><div>Miguel</div><div> </div><div> </div><div> </div><div> </div><div class="gmail_quote">2011/9/12 Michael Stauber <span dir="ltr"><<a href="mailto:mstauber@blueonyx.it">mstauber@blueonyx.it</a>></span><br>
<blockquote style="margin: 0px 0px 0px 0.8ex; padding-left: 1ex; border-left-color: rgb(204, 204, 204); border-left-width: 1px; border-left-style: solid;" class="gmail_quote">Hi Miguel,<br>
<div class="im"><br>
> I am running a VMware ESXi 4.0 machine in which i have installed a<br>
> virtual server with a 5107R distro with all updates and some other<br>
> software.<br>
><br>
> I am trying to replicate the 5107R by copy-paste the vm files and then<br>
> starting the copy.<br>
><br>
> All is working well excpet that i can not figure how to change the mac<br>
> address of each  5107R  copy.<br>
<br>
</div>Actually the MAC addresses of network interfaces are hardware specific. As you<br>
know, they're a unique identifier which is different for every network<br>
interface - even of the same model and make.<br>
<br>
In a virtual environment the virtualization software (in your case ESXi)<br>
provides the MAC addresses. When you clone your VPS, it of apparently also<br>
keeps the MAC addresses the same, which is indeed undesireable.<br>
<br>
So you would need to change these not inside the VPS, but through the settings<br>
of ESXi.<br>
<br>
BlueOnyx just works with the MAC addresses that the hardware (or virtualized<br>
environment) provides and doesn't by itself care much about the MAC in<br>
general.<br>
<br>
Upon CCEd start (or restart) the constructor<br>
/usr/sausalito/constructor/base/network/30_addNetwork.pl and checks which<br>
active network interfaces are there. It reads their settings (IP, netmask and<br>
MAC) and simply stores that information into the GUI database for future<br>
usage.<br>
<br>
BlueOnyx itself has no mechanisms for changing the MAC, because usually the<br>
MACs don't need to be changed and the mechanisms for that are outside of the<br>
scope of the OS. As they're either provided by the hardware, or the<br>
virtualization layer.<br>
<br>
It's probably best if you check the ESIx settings for the cloned VPS and see<br>
if you can change the MAC there, or ask someone who knows ESXi better than I<br>
do.<br>
<br>
Maybe someone else on the list has an answer?<br>
<font color="#888888"><br>
--<br>
With best regards<br>
<br>
Michael Stauber<br>
_______________________________________________<br>
Blueonyx mailing list<br>
<a href="mailto:Blueonyx@mail.blueonyx.it">Blueonyx@mail.blueonyx.it</a><br>
<a href="http://mail.blueonyx.it/mailman/listinfo/blueonyx" target="_blank">http://mail.blueonyx.it/mailman/listinfo/blueonyx</a><br>
</font></blockquote></div><br>