Descargar la presentación
La descarga está en progreso. Por favor, espere
Publicada porAlfredo Villalobos Marín Modificado hace 8 años
1
Configuración de Redes (UBUNTU)
2
Estatica ● Direccion IP ● Mascara de Subred ● Puerta de Enlace ● DNS Dinámica ● DHCP Elementos necesarios
3
Nuestra Topologia
4
Modos de Configuracion – Comandos de Sistema – Archivos de Configuracion (nunca falla) – Entorno Grafico
5
COMANDOS DE SISTEMA
6
● ifconfig ● route ● nameserver (RH)
7
ifconfig ifconfig [DEVICE] IPADDRESS netmask MASCARA up Ej: # ifconfig eth0 192.162.1.2 netmask 255.255.255.0 up
8
route route add -net default gw IP_GATEWAY ej: # route add -net default gw 192.168.1.1
9
servername (Red-Hat, Fedora, CentOS) Servername IP_DNS ej: # servername 200.48.225.130 # servername 200.48.225.146
10
ARCHIVOS DE CONFIGURACION
11
Archivos necesarios ● /etc/network/interfaces para colocar IP_ADDRESS, MASCARA, default_gateway ● /etc/resolv.conf para colocar ip_dns
12
/etc/network/interfaces ● IP ESTATICO: auto lo iface lo inet loopback auto eth0 iface eth0 inet static address 192.168.1.2 netmask 255.255.255.0 gateway 192.168.1.1 auto eth1 iface eth1 inet dhcp auto wlan0 iface wlan0 inet dhcp
13
● DHCP: auto lo iface lo inet loopback auto eth0 iface eth0 inet dhcp address 192.168.1.2 netmask 255.255.255.0 gateway 192.168.1.1 auto eth1 iface eth1 inet dhcp auto wlan0 iface wlan0 inet dhcp “dhcp” hace caso omiso a lo que encuentre en las siguientes lineas /etc/network/interfaces
14
● DHCP search lan nameserver 192.168.1.1 /etc/resolv.conf
15
● IP ESTATICO: search lan nameserver 192.168.1.1 nameserver 200.48.225.130 nameserver 200.48.225.146 /etc/resolv.conf
16
ENTORNO GRAFICO
17
● Sistemas -> Administracion -> Red
22
Redes inalambricas
23
● iwconfig essid "wifipucp" key "s:tuClave" open ethX sera la interfaz relacionada con la tarjeta wireless para obtener una direccion ip (DHCP) ● dhclient
24
GRACIAS
25
Expositor: Juan Enrique Sánchez Hidalgo Ing. Informática PUCP 2007
Presentaciones similares
© 2025 SlidePlayer.es Inc.
All rights reserved.