Les configure las ip para poder navergar y descargar paquetes...
Instale el Servidor de ISPconfig
de esta guia: LINK
de repente a la noche el servicio de apache2 fue detenido, mientras consultaba en foros de hosting... puse actualizar el ubuntu... y de repente cuando me pide reiniciar:
Código:
Que solucion tiene esto. destaco que en la guia de ISPconfig no hice lo siguiente:Ubuntuª ...... El controlador de disco para /boot no está listo o presente Continúe esperando o pulse S para omitir o M para recuperar manualmente
Paso 7:
7 Configure The Network
Because the Ubuntu installer has configured our system to get its network settings via DHCP, we have to change that now because a server should have a static IP address. Edit /etc/network/interfaces and adjust it to your needs (in this example setup I will use the IP address 192.168.0.100):
nano /etc/network/interfaces
Código:
por que eso me arruina la placa de red...# This file describes the network interfaces available on your system # and how to activate them. For more information, see interfaces(5). # The loopback network interface auto lo iface lo inet loopback # The primary network interface auto eth0 iface eth0 inet static address 192.168.0.100 netmask 255.255.255.0 network 192.168.0.0 broadcast 192.168.0.255 gateway 192.168.0.1
simplemente lo dejo:
auto lo
iface lo inet loopback
y todo funciona.
Muchas gracias por su tiempo.
Aprete S y me sale:
Código:
espero y automaticamente arranca Ubuntu Ubuntuª ...... El controlador de disco para /dev/mapper/serve1-sqp_1 no esta listo o presente Continúe esperando o pulse S para omitir o M para recuperar manualmente