tonysanchez
11-08-2008, 17:32:10
http://guias.ovh.es/ManualUtilizacionVmware
Conforme a vuestras condiciones de contratacion ( no añado el punto y parrafo o inversa) el nivel de inforgerenci¡a que cubre los manuales debria revisar la version española de est documento asi como el contenido
CAUTION: Don't bind the failover-IPs to your server's interface or interface aliases!
* the virtual server: The guests operating system has to be told where to send it's traffic: via its network interface to the host system, which acts as a router. Here an example for a Debian guest:
file /etc/network/interfaces:
auto eth0
iface eth0 inet static
address <FAILOVER IP> # the VM's address
netmask 255.255.255.255
post-up /sbin/ip route add default dev eth0
Conforme a vuestras condiciones de contratacion ( no añado el punto y parrafo o inversa) el nivel de inforgerenci¡a que cubre los manuales debria revisar la version española de est documento asi como el contenido
CAUTION: Don't bind the failover-IPs to your server's interface or interface aliases!
* the virtual server: The guests operating system has to be told where to send it's traffic: via its network interface to the host system, which acts as a router. Here an example for a Debian guest:
file /etc/network/interfaces:
auto eth0
iface eth0 inet static
address <FAILOVER IP> # the VM's address
netmask 255.255.255.255
post-up /sbin/ip route add default dev eth0