Como crear un servidor ubunto

Páginas: 5 (1193 palabras) Publicado: 24 de agosto de 2012
Como Crear un Servidor con Ubuntu
hace 6 años por laga_systems

¿Como Montar un Servidor con Ubuntu 5.10?
Esta Mini Guia Detalla la Instalación y Configuración
de Ubuntu 5.10 en modo "server" y otras apliciaciones
para asi obtener un Servidor Web.
si No Posee un CD de Ubuntu puede descargar la imagen iso
y grabarla en un cd o pedir que ubuntu le envie por c
orreo postal cd's de ubuntu.Instalación de Ubuntu
=====================
1- Introducir el INSTALL CD de Ubuntu 5.10
en la Unidad para que arranque con este.
2- Al Iniciar con el CD en la Linea de
Comandos Ingresar "server" y Realizar
la instalación normal mente.
3- Luego de Terminar la Instalación se le
pedira Usuario y Contraseña,
estos son los ingresados en la instalación
Configuración de Ubuntu=======================
1-0- Configurar Internet y Red
1-1- en la consola ingrese sudo nano /etc/network/interfaces
1-2- Modificar de esta Forma:
################################################################################
# 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 loiface lo inet loopback
# This is a list of hotpluggable network interfaces.
# They will be activated automatically by the hotplug subsystem.
mapping hotplug
script grep
map eth0
# The primary network interface
auto eth0
iface eth0 inet static
address 192.168.0.2
netmask 255.255.255.0
network 192.168.0.0
broadcast 192.168.0.255
gateway 192.168.0.1
# dns-* options are implemented by theresolvconf package, if installed
dns-nameservers 192.168.0.1
# The primary network interface
auto eth0
iface eth0 inet static
address 192.168.0.4
netmask 255.255.255.0
network 192.168.0.0
broadcast 192.168.0.255
gateway 192.168.0.1
# dns-* options are implemented by the resolvconf package, if installed
dns-nameservers 192.168.0.1
# The primary network interface
auto eth0:0
ifaceeth0:0 inet static
address 192.168.0.5
netmask 255.255.255.0
network 192.168.0.0
broadcast 192.168.0.255
gateway 192.168.0.1
# dns-* options are implemented by the resolvconf package, if installed
dns-nameservers 192.168.0.1
################################################################################
1-3- Guardar los Cambios y Cerrar el programa con F2.
1-4- en la consola ingrese sudo/etc/init.d/networking restart
2-0- Configurar Repositos y Actualizar Sistema
2-1- en la consola ingrese sudo nano /etc/apt/sources.list
2-2- Modificar de esta Forma:
################################################################################
# deb cdrom:[Ubuntu 5.10 _Breezy Badger_ - Release i386 (20051012)]/ breezy main restricted
deb http://ar.archive.ubuntu.com/ubuntu breezy mainrestricted
deb-src http://ar.archive.ubuntu.com/ubuntu breezy main restricted
## Major bug fix updates produced after the final release of the
## distribution.
deb http://ar.archive.ubuntu.com/ubuntu breezy-updates main restricted
deb-src http://ar.archive.ubuntu.com/ubuntu breezy-updates main restricted
## Uncomment the following two lines to add software from the 'universe'
## repository.## N.B. software from this repository is ENTIRELY UNSUPPORTED by the Ubuntu
## team, and may not be under a free licence. Please satisfy yourself as to
## your rights to use the software. Also, please note that software in
## universe WILL NOT receive any review or updates from the Ubuntu security
## team.
deb http://ar.archive.ubuntu.com/ubuntu breezy universe
deb-srchttp://ar.archive.ubuntu.com/ubuntu breezy universe
## Uncomment the following two lines to add software from the 'backports'
## repository.
## N.B. software from this repository may not have been tested as
## extensively as that contained in the main release, although it includes
## newer versions of some applications which may provide useful features.
## Also, please note that software in backports WILL NOT...
Leer documento completo

Regístrate para leer el documento completo.

Estos documentos también te pueden resultar útiles

  • Como crear un servidor ftp en ubuntu
  • configurar servidor en ubunto
  • Como crear un servidor ftp en linux
  • Crear grupos de servidores en sql
  • Tutorial Crear Servidor Dhcp
  • Crear servidor dhcp
  • Crear Un Servidor Ftp
  • Crear un servidor de correo

Conviértase en miembro formal de Buenas Tareas

INSCRÍBETE - ES GRATIS