Configuración de la red

De CURE - Informática
Revisión del 16:40 14 ene 2022 de Lorena.duhalde (discusión | contribs.)
(difs.) ← Revisión anterior | Revisión actual (difs.) | Revisión siguiente → (difs.)
Ir a la navegación Ir a la búsqueda

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