martes, 16 de noviembre de 2010

U2. Examen i ultims casos pràctics

El dimarts 16 de novembre de 2010 estem tots, per fi, l'examen vos cura a tots de totes les malalties.

 

Vos he enviat la configuració del servidor de l'aula 53 per a que l'adapteu a la vostra fila:
# Servidor DHCP de l'aula 53
ddns-update-style                       none;
option domain-name   "aulaSER.com"; 
option domain-name-servers   192.168.20.2, 80.58.0.33, 80.58.61.250, 80.58.61.254;
server-name     servidor;

default-lease-time   600;
max-lease-time    7200;
one-lease-per-client on;
server-identifier   10.0.53.254;
option subnet-mask   255.255.255.0;
option broadcast-address  10.0.53.255;
option routers    10.0.53.254;

   # reserva per al server
   host servidor53 
   {
  # eth1 del servidor de aula53
         hardware ethernet 00:19:db:21:94:f0;
         fixed-address 10.0.53.254;
   }
   # reserves estacions clients fixes:
   include "/etc/dhcp3/dhcpd.aula53.conf";
   # reserves estacions clients variables:
   subnet 10.0.53.0 netmask 255.255.255.0 
   {
    range 10.0.53.51 10.0.53.99;
   }
# =====================================
#  /etc/dhcp3/dhcpd.aula53.conf
#  IES Sant Vicent Ferrer - Algemesí
# =====================================
#
#
      # AULA 53 EQUIP DEL PROFESSOR ---------------------------------
       host a53-profe {
         hardware ethernet 00:1d:60:af:db:53;
         fixed-address 10.0.53.253;
         option host-name "a53-profe";
      }
      # AULA 53 FILA 1 ---------------------------------
      host a53-pc11 {
         hardware ethernet 00:1d:60:af:d7:eb;
         fixed-address 10.0.53.11;
         option host-name "a53-pc11";
      }
      host a53-pc12 {
         hardware ethernet 00:1d:60:af:d9:7b;
         fixed-address 10.0.53.12;
         option host-name "a52-pc12";
      }
      host a53-pc13 {
         hardware ethernet 00:1d:60:d8:63:d6;
         fixed-address 10.0.53.13;
         option host-name "a53-pc13";
      }
      host a53-pc14 {
         hardware ethernet 00:1d:60:af:d8:b3;
         fixed-address 10.0.53.14;
         option host-name "a53-pc14";
      }

      # AULA 53 FILA 2 ---------------------------------
      host a53-pc21 {
         hardware ethernet 00:1d:60:af:d7:51;
         fixed-address 10.0.53.21;
         option host-name "a53-pc21";
      }
      host a53-pc22 {
         hardware ethernet 00:1d:60:af:d9:7f;
         fixed-address 10.0.53.22;
         option host-name "a53-pc22";
      }
      host a53-pc23 {
         hardware ethernet 00:1d:60:af:d9:6a;
         fixed-address 10.0.53.23;
         option host-name "a53-pc23";
      }      
      host a53-pc24 {
         hardware ethernet 00:1d:60:af:d7:55;
         fixed-address 10.0.53.24;
         option host-name "a53-pc24";
      }

      # AULA 52 FILA 3 ---------------------------------
      host a53-pc31 {
         hardware ethernet 00:1d:60:a1:aa:03;
         fixed-address 10.0.53.31;
         option host-name "a53-pc31";
      }
      host a53-pc32 {
         hardware ethernet 00:1d:60:af:d7:e3;
         fixed-address 10.0.53.32;
         option host-name "a53-pc32";
      }
      host a53-pc33 {
         hardware ethernet 00:1d:60:af:d7:d1;
         fixed-address 10.0.53.33;
         option host-name "a53-pc33";
      }
      host a53-pc34 {
         hardware ethernet 08:00:27:ef:0c:8f;
         fixed-address 10.0.53.34;
         option host-name "a53-pc34";
      }

 

No hay comentarios:

Publicar un comentario