Aula3. IES Nicolau Copèrnic

De SergiTurWiki

Share/Save/Bookmark
Dreceres ràpides: navegació, cerca

Contingut

Persones del grup

  • Jose Maria Galindo
Responsables de recollir dades a les aules i crear el fitxer de DNS
  • Igor Mishko
Responsable de coordinar la pujada de dades a la base de dades
  • Oleguer Palet
Responsables de recollir dades a les aules i crear el fitxer de DHCP
  • Alberto Serrano
Responsable de la gràfica
  • Carlos Codina

Distribució de l'aula

Imatge:Practicadiaclase3.png

Llista d'adreces MAC

Criteris a seguir:

  • La màquina acabada en 2 correspon sempre a la màquina del professor
  • Cal seguir un ordre lògic i correlatiu a les màquines (dues màquines que estan juntes han de tenir IPs correlatives)

Adreces físiques de xarxa(MAC):

  • 192.168.203.2:00:17:a4:42:a9:03 3.00
  • 192.168.203.3:00:13:8f:b5:a2:15 3.01
  • 192.168.203.4:00:13:8f:b5:a2:0d 3.02
  • 192.168.203.5:00:13:8f:b5:a2:31 3.05
  • 192.168.203.6:00.13:8f:b4:e6:92 3.06
  • 192.168.203.7:00:13:8F:B5:A1:5F 3.09
  • 192.168.203.8:00:13:8f:b5:a1:ae 3.10
  • 192.168.203.9:00.13.8f.b4.e7.22 3.13
  • 192.168.203.10:00:13:8F:B5:A2:1B 3.14
  • 192.168.203.11:00:13:8f:b4:24:8b 3.15
  • 192.168.203.12:00:13:8f:b5:a2:20 3.16
  • 192.168.203.13:00:13:8f:b4:e6:df 3.03
  • 192.168.203.14:00:13:8F:B5:A2:2D 3.04
  • 192.168.203.15:00:13:8f:b5:a2:12 3.07
  • 192.168.203.16:00:13:8f:b5:a1:d5 3.08
  • 192.168.203.17:00:13:8f:b5:a1:e3 3.11
  • 192.168.203.18:00:13:8F:B5:A1:FA 3.12

Fitxer de DHCP

Plantilla:

 subnet 192.168.203.0 netmask 255.255.255.0{
        option subnet-mask 255.255.255.192;
        option domain-name-servers 192.168.0.7, 213.176.161.16, 213.176.161.18;
        option routers 192.168.203.1;
        range 192.168.203.32 192.168.203.63;
}

host profaula3{
     hardware ethernet 00:17:a4:42:a9:03;
     fixed-address  192.168.203.2;
} 

host pc01aula3 {
     hardware ethernet 00:13:8f:b5:a2:15;
     fixed-address 192.168.203.3;
} 
 
host pc02aula3 {
     hardware ethernet 00:13:8f:b5:a2:0d;
     fixed-address 192.168.203.4;
} 
 
host pc03aula3 {
     hardware ethernet 00:13:8f:b5:a2:31;
     fixed-address 192.168.203.5;
} 
 
host pc04aula3 {
     hardware ethernet 00:13:8f:b4:e6:92;
     fixed-address 192.168.203.6;
} 
 
host pc05aula3 {
     hardware ethernet 00:13:8F:B5:A1:5F;
     fixed-address 192.168.203.7;
} 
 
host pc06aula3 {
     hardware ethernet 00:13:8f:b5:a1:ae;
     fixed-address 192.168.203.8;
} 
 
host pc07aula3 {
     hardware ethernet 00:13:8f:b4:e7:22;
     fixed-address 192.168.203.9;
} 
 
host pc08aula3 {
     hardware ethernet 00:13:8F:B5:A2:1B;
     fixed-address 192.168.203.10;
} 
 
host pc09aula3 {
     hardware ethernet 00:13:8f:b4:24:8b;
     fixed-address 192.168.203.11;
} 
 
host pc10aula3 {
     hardware ethernet 00:13:8f:b5:a2:20;
     fixed-address 192.168.203.12;
} 
 
host pc11aula3 {
     hardware ethernet 00:13:8f:4:e6:df;
     fixed-address 192.168.203.13;
} 
 
host pc12aula3 {
     hardware ethernet 00:13:8F:B5:A2:2D;
     fixed-address 192.168.203.14;
} 
 
host pc13aula3 {
     hardware ethernet 00:13:8:b5:a2:12;
     fixed-address 192.168.203.15;
} 
 
host pc14aula3 {
     hardware ethernet 00:13:8f:b5:a1:d5;
     fixed-address 192.168.203.16;
} 
 
host pc15aula3 {
     hardware ethernet 00:13:8f:b5:a1:e3;
     fixed-address 192.168.203.17;
} 
 
host pc16aula3 {
     hardware ethernet 00:13:8F:B5:A1:FA;
     fixed-address 192.168.203.18;

Fitxer de DNS

Plantilla:

$TTL 1H
@                       IN      SOA     aula1.iescopernic.com. alertes (
                                2007050301      ; serial
                                8H              ; refresh for slaves
                                3H              ; retry
                                4W              ; expire time at slaves
                                1H              ; negative TTL
                                )

                                IN      NS      aula1.iescopernic.com
;;;;;;;;;;;;;;;;;;;;;;
; Noms de màquina
;;;;;;;;;;;;;;;;;;;;;;
gateway                          IN      A       192.168.203.1
profaula3                        IN      A       192.168.203.2
pc01aula3                        IN      A       192.168.203.3
pc02aula3                        IN      A       192.168.203.4
pc03aula3                        IN      A       192.168.203.5
pc04aula3                        IN      A       192.168.203.6
pc05aula3                        IN      A       192.168.203.7
pc06aula3                        IN      A       192.168.203.8
pc07aula3                        IN      A       192.168.203.9
pc08aula3                        IN      A       192.168.203.10
pc09aula3                        IN      A       192.168.203.11
pc10aula3                        IN      A       192.168.203.12
pc11aula3                        IN      A       192.168.203.13
pc12aula3                        IN      A       192.168.203.14
pc13aula3                        IN      A       192.168.203.15
pc14aula3                        IN      A       192.168.203.16
pc15aula3                        IN      A       192.168.203.17
pc16aula3                        IN      A       192.168.203.18
.........................

Recursos

IES Nicolau Copèrnic