Foros del Web » Administración de Sistemas » Unix / Linux »

Instalar Bind9 + Duda

Estas en el tema de Instalar Bind9 + Duda en el foro de Unix / Linux en Foros del Web. Buenas a todos. Tengo Ubuntu instalado, y necesito instalar bind9, pero fisicamente la pc esta en otro lado, entonses no tengo manera de poner el ...
  #1 (permalink)  
Antiguo 13/02/2010, 21:28
 
Fecha de Ingreso: julio-2008
Mensajes: 61
Antigüedad: 15 años, 8 meses
Puntos: 2
Instalar Bind9 + Duda

Buenas a todos.

Tengo Ubuntu instalado, y necesito instalar bind9, pero fisicamente la pc esta en otro lado, entonses no tengo manera de poner el cd.

Cual es el comando? para descargar el bind9 desde internet y instalarlo ( pasos a seguir? )

saludos y gracias
__________________
Necesitas Hosting? Que no se caiga Nunca? con buen ping?
Visita http://www.baraghost.com

http://www.baragnet.com
  #2 (permalink)  
Antiguo 13/02/2010, 21:58
Avatar de newboy_master  
Fecha de Ingreso: enero-2008
Ubicación: Granada
Mensajes: 882
Antigüedad: 16 años, 3 meses
Puntos: 46
Respuesta: Instalar Bind9 + Duda

¿El CD para qué? Instálalo desde el terminal como superusuario:

#apt-get install bind9

Tutoriales:
http://ayudaredes.wordpress.com/2009/02/19/38/
http://www.nosolounix.com/2010/01/se...en-ubuntu.html
http://www.softwarelibre.net/howto_d...nldapcourier_i

Salu2.
__________________
@jslirola - Programador Web Freelance.
  #3 (permalink)  
Antiguo 13/02/2010, 22:16
 
Fecha de Ingreso: julio-2008
Mensajes: 61
Antigüedad: 15 años, 8 meses
Puntos: 2
Respuesta: Instalar Bind9 + Duda

Cita:
Iniciado por newboy_master Ver Mensaje
¿El CD para qué? Instálalo desde el terminal como superusuario:

#apt-get install bind9

Tutoriales:
http://ayudaredes.wordpress.com/2009/02/19/38/
http://www.nosolounix.com/2010/01/se...en-ubuntu.html
http://www.softwarelibre.net/howto_d...nldapcourier_i

Salu2.
eso es lo que hago y mira lo que me hace

Código:
login as: root
[email protected]'s password:
Linux panel 2.6.26-2-686 #1 SMP Sat Dec 26 09:01:51 UTC 2009 i686

panel:~# apt-get install bind9
Leyendo lista de paquetes... Hecho
Creando árbol de dependencias
Leyendo la información de estado... Hecho
Paquetes sugeridos:
  bind9-doc resolvconf ufw
Se instalarán los siguientes paquetes NUEVOS:
  bind9
0 actualizados, 1 se instalarán, 0 para eliminar y 1 no actualizados.
1 no instalados del todo o eliminados.
Se necesita descargar 0B/243kB de archivos.
Se utilizarán 762kB de espacio de disco adicional después de esta operación.
Cambio de medio: Por favor inserte el disco etiquetado
 'Debian GNU/Linux 5.0.4 _Lenny_ - Official i386 CD Binary-1 20100131-18:53'
en la unidad '/cdrom/' y presione Intro
^C
panel:~#
__________________
Necesitas Hosting? Que no se caiga Nunca? con buen ping?
Visita http://www.baraghost.com

http://www.baragnet.com
  #4 (permalink)  
Antiguo 28/04/2010, 15:31
 
Fecha de Ingreso: febrero-2009
Ubicación: En la wired.......
Mensajes: 49
Antigüedad: 15 años, 2 meses
Puntos: 0
Respuesta: Instalar Bind9 + Duda

Bueno al parecer los repositorios de software estan dirigidos al cd-rom , lo que podrias hacer es añadir los repositorios manualmente:



Código:
Primero que nada , logea en tu maquina de Ubuntu por medio de ssho telnet el que tengas instalado.

Segundo , dirigite hacia /etc/apt/

Tercero localiza el archivo de source.list , despues por seguridad haz una copia de este "cp /etc/apt/source.list /etc/apt/source.list.back

Cuarto , Abre el archivo con "sudo nano source.list

Quinto , ya abierto solo añade esto :

root@Donatello:/etc/apt# more sources.list
#
# deb cdrom:[Ubuntu-Server 9.04 _Jaunty Jackalope_ - Release i386 (20090421.1)]/ jaunty main restricted

#deb cdrom:[Ubuntu-Server 9.04 _Jaunty Jackalope_ - Release i386 (20090421.1)]/ jaunty main restricted
# See http://help.ubuntu.com/community/UpgradeNotes for how to upgrade to
# newer versions of the distribution.

deb http://mx.archive.ubuntu.com/ubuntu/ jaunty main restricted
deb-src http://mx.archive.ubuntu.com/ubuntu/ jaunty main restricted

## Major bug fix updates produced after the final release of the
## distribution.
deb http://mx.archive.ubuntu.com/ubuntu/ jaunty-updates main restricted
deb-src http://mx.archive.ubuntu.com/ubuntu/ jaunty-updates main restricted

## N.B. software from this repository is ENTIRELY UNSUPPORTED by the Ubuntu
## team. Also, please note that software in universe WILL NOT receive any
## review or updates from the Ubuntu security team.
deb http://mx.archive.ubuntu.com/ubuntu/ jaunty universe
deb-src http://mx.archive.ubuntu.com/ubuntu/ jaunty universe
deb http://mx.archive.ubuntu.com/ubuntu/ jaunty-updates universe
deb-src http://mx.archive.ubuntu.com/ubuntu/ jaunty-updates universe

## 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
## multiverse WILL NOT receive any review or updates from the Ubuntu
## security team.
deb http://mx.archive.ubuntu.com/ubuntu/ jaunty multiverse
deb-src http://mx.archive.ubuntu.com/ubuntu/ jaunty multiverse
deb http://mx.archive.ubuntu.com/ubuntu/ jaunty-updates multiverse
deb-src http://mx.archive.ubuntu.com/ubuntu/ jaunty-updates multiverse

## 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 receive any review
## or updates from the Ubuntu security team.
# deb http://mx.archive.ubuntu.com/ubuntu/ jaunty-backports main restricted universe multiverse
# deb-src http://mx.archive.ubuntu.com/ubuntu/ jaunty-backports main restricted universe multiverse

## Uncomment the following two lines to add software from Canonical's
## 'partner' repository.
## This software is not part of Ubuntu, but is offered by Canonical and the
## respective vendors as a service to Ubuntu users.
# deb http://archive.canonical.com/ubuntu jaunty partner
# deb-src http://archive.canonical.com/ubuntu jaunty partner

deb http://security.ubuntu.com/ubuntu jaunty-security main restricted
deb-src http://security.ubuntu.com/ubuntu jaunty-security main restricted
deb http://security.ubuntu.com/ubuntu jaunty-security universe
deb-src http://security.ubuntu.com/ubuntu jaunty-security universe
deb http://security.ubuntu.com/ubuntu jaunty-security multiverse
deb-src http://security.ubuntu.com/ubuntu jaunty-security multiverse
Espero que esto te sirva.


saludos.

Etiquetas: bind
Atención: Estás leyendo un tema que no tiene actividad desde hace más de 6 MESES, te recomendamos abrir un Nuevo tema en lugar de responder al actual.
Respuesta




La zona horaria es GMT -6. Ahora son las 11:21.