Diferencia entre revisiones de «Instalación del servidor Paloma»
Ir a la navegación
Ir a la búsqueda
(Página creada con ''''Instalación''' Instalamos Ubuntu Server 10.04 LTS 64 bits Link de descarga: [ftp://ftp.ukc.mirrorservice.org/sites/releases.ubuntu.com//lucid/ubuntu-10.04.3-server-amd64.is...') |
m |
||
(No se muestran 2 ediciones intermedias de otro usuario) | |||
Línea 1: | Línea 1: | ||
+ | [[Category:Descontinuadas]] | ||
+ | |||
+ | |||
'''Instalación''' | '''Instalación''' | ||
Línea 7: | Línea 10: | ||
* Zona horaria: America/Montevideo | * Zona horaria: America/Montevideo | ||
* Disco: | * Disco: | ||
− | ** | + | ** Swaps: 2GB |
** /: 12 GB en ext4 | ** /: 12 GB en ext4 | ||
** /tmp: 6 GB en ext4 | ** /tmp: 6 GB en ext4 | ||
Línea 14: | Línea 17: | ||
** /home: 260 GB en ext4 | ** /home: 260 GB en ext4 | ||
* Red: | * Red: | ||
+ | ** /etc/network/interface: | ||
+ | auto eth0 | ||
+ | iface eth0 inet static | ||
+ | address 164.73.234.104 | ||
+ | netmask 255.255.255.0 | ||
+ | network 164.73.234.0 | ||
+ | broadcast 164.73.234.255 | ||
+ | gateway 164.73.234.1 | ||
+ | # dns-* options are implemented by the resolvconf package, if installed | ||
+ | dns-nameservers 164.73.128.5 164.73.128.70 | ||
+ | dns-search curerocha.edu.uy | ||
+ | ** /etc/resolv.conf: | ||
+ | search taller.curerocha.edu.uy | ||
+ | domain taller.curerocha.edu.uy | ||
+ | nameserver 127.0.0.1 | ||
+ | nameserver 164.73.128.5 | ||
+ | nameserver 164.73.128.70 |
Revisión actual - 16:50 14 ene 2022
Instalación
Instalamos Ubuntu Server 10.04 LTS 64 bits Link de descarga: descargar
- Nombre de equipo: paloma
- Zona horaria: America/Montevideo
- Disco:
- Swaps: 2GB
- /: 12 GB en ext4
- /tmp: 6 GB en ext4
- /usr: 20 GB en ext4
- /var: 20 GB en ext4
- /home: 260 GB en ext4
- Red:
- /etc/network/interface:
auto eth0 iface eth0 inet static address 164.73.234.104 netmask 255.255.255.0 network 164.73.234.0 broadcast 164.73.234.255 gateway 164.73.234.1 # dns-* options are implemented by the resolvconf package, if installed dns-nameservers 164.73.128.5 164.73.128.70 dns-search curerocha.edu.uy
- /etc/resolv.conf:
search taller.curerocha.edu.uy domain taller.curerocha.edu.uy nameserver 127.0.0.1 nameserver 164.73.128.5 nameserver 164.73.128.70