Configuración de la red

De CURE - Informática
Revisión del 12:50 16 dic 2011 de Mrodriguez (discusión | contribs.) (Página creada con 'mrodriguez@polonio:~$ cat /etc/network/interfaces # This file describes the network interfaces available on your system # and how to activate them. For more information, see in...')
(difs.) ← Revisión anterior | Revisión actual (difs.) | Revisión siguiente → (difs.)
Ir a la navegación Ir a la búsqueda
La versión para imprimir ya no se admite y puede contener errores de representación. Actualiza los marcadores del navegador y utiliza en su lugar la función de impresión predeterminada del navegador.

mrodriguez@polonio:~$ cat /etc/network/interfaces

  1. This file describes the network interfaces available on your system
  2. and how to activate them. For more information, see interfaces(5).
  1. The loopback network interface

auto lo iface lo inet loopback

  1. The primary network interface

auto eth0 iface eth0 inet static address 164.73.234.111 netmask 255.255.255.0 gateway 164.73.234.1 dns-domain taller.curerocha.edu.uy dns-nameservers 164.73.234.104,164.73.128.5

  1. Interfaz Pedida por los Profes
  2. allow-hotplug eth0:0

auto eth0:0

  1. iface eth0:0 inet dhcp

iface eth0:0 inet static address 10.100.1.1 netmask 255.255.255.0