hi all
I have a SME 7.3 running as a guest on an ESX machine.. I have no control on ESX..
SME is setup as server only..
for backup purpose, sysadmin has connected a nas on the second physical lan adapter of ESX host, added an second virtual lan adapter on each virtual machine and told us to use it to store backup.
10.0.0.X/8 is internal lan, currently used by SME and all the other servers and clients
192.168.1.X/24 is the secondary lan for virtual servers and nas only for backup purpose.
I'm in the need of configure eth1 and make its setup persistent..
the script I'm using to backup is something like
ifup eth1
mount //nas_storage /my_mount_point
do backup into my_mount_point
umount
ifdown eth1
all is working fine, but each time I run the signal-event post-upgrade command I loose my ifcfg-eth1 file.
I've already tried to create a template in /etc/e-smth/templates-custom/etc/sysconfig/networks-scripts/ifcfg-eth1/ but without success.
any hint?
what's the SME's way to achieve this setup?
TIA
Ciao
Stefano