ριиg σr ρσиg ? Côté obscur
Publié : mer. 21 avr. 2010 23:34
biour ouais c'est sur mais le colis est parti depuis mercredi dernier et j'aimerais bien l'avoir avant ce w-e car après révision intense pour le bts :/
pong
pong
Personne n'a mis le schéma Cat 6 dans Wikipédia. Il n'y a que Cat 5pong non je crois que ça n'est pas la même chose (à confirmer)
Merci
Code : Tout sélectionner
// This is the primary configuration file for the BIND DNS server named.
//
// Please read /usr/share/doc/bind9/README.Debian.gz for information on the
// structure of BIND configuration files in Debian, *BEFORE* you customize
// this configuration file.
//
// If you are just adding zones, please do that in /etc/bind/named.conf.local
include "/etc/bind/named.conf.options";
// prime the server with knowledge of the root servers
zone "." {
type hint;
file "/etc/bind/db.root";
};
// be authoritative for the localhost forward and reverse zones, and for
// broadcast zones as per RFC 1912
zone "localhost" {
type master;
file "/etc/bind/db.local";
};
zone "127.in-addr.arpa" {
type master;
file "/etc/bind/db.127";
};
zone "0.in-addr.arpa" {
type master;
file "/etc/bind/db.0";
};
zone "255.in-addr.arpa" {
type master;
file "/etc/bind/db.255";
};
include "/etc/bind/named.conf.local";
Code : Tout sélectionner
//
// Do any local configuration here
//
// Consider adding the 1918 zones here, if they are not used in your
// organization
//include "/etc/bind/zones.rfc1918";
zone "unnati.local" {
type master;
file "/var/lib/bind/unnati.local.hosts";
};
zone "0.100.168.192.in-addr.arpa" {
type master;
file "/var/lib/bind/192.168.100.0.rev";
};
Code : Tout sélectionner
$ttl 38400
unnati.local. IN SOA nakkan.unnati.local. y\.mon.email.fr. (
1271948445
10800
3600
604800
38400 )
unnati.local. IN NS nakkan.unnati.local.
nakkan.unnati.local. IN A 192.168.100.115
unnati.local. IN A 192.168.100.115
Code : Tout sélectionner
$ttl 38400
0.100.168.192.in-addr.arpa. IN SOA nakkan.unnati.local. y\.mon.email.fr. (
1271948511
10800
3600
604800
38400 )
0.100.168.192.in-addr.arpa. IN NS nakkan.unnati.local.
115.100.168.192.in-addr.arpa. IN PTR nakkan.unnati.local.
115.100.168.192.in-addr.arpa. IN PTR unnati.local.
nslookup nakkan.unnati.localServer : 192.168.100.115
Address : 192.168.100.115#53
Name : unnati.local
Address : 192.168.100.115
Jusqu'à là tout va bien...Server : 192.168.100.115
Address : 192.168.100.115#53
Name : nakkan.unnati.local
Address : 192.168.100.115
Code : Tout sélectionner
C:\>ping nakkan.unnati.local
Envoi d'une requête 'ping' sur nakkan.unnati.local [192.168.100.115] avec
ets de données :
Réponse de 192.168.100.115 : octets=32 temps=3 ms TTL=64
Réponse de 192.168.100.115 : octets=32 temps=1 ms TTL=64
Réponse de 192.168.100.115 : octets=32 temps=1 ms TTL=64
Statistiques Ping pour 192.168.100.115:
Paquets : envoyés = 3, reçus = 3, perdus = 0 (perte 0%),
Durée approximative des boucles en millisecondes :
Minimum = 1ms, Maximum = 3ms, Moyenne = 1ms
Ctrl+C
^C
C:\>
Code : Tout sélectionner
C:\>nslookup unnati.local
*** Impossible de trouver le nom de serveur pour l'adresse 192.168.100.115 : Non
-existent domain
*** Les serveurs par défaut ne sont pas disponibles
Serveur : UnKnown
Address: 192.168.100.115
Nom : unnati.local
Address: 192.168.100.115
C:\>
Ping, j'espère que c'est pas toi qui me l'a sucré sur ebay y'a 10 jourspong du matin
reçu mon stacker 810 hier mais tellement crevé que même pas déballé
Code : Tout sélectionner
-------------------------------------------------------------------------------------------------------------
- fichier db.0
;
; BIND reverse data file for broadcast zone
;
$TTL 604800
@ IN SOA localhost. root.localhost. (
1 ; Serial
604800 ; Refresh
86400 ; Retry
2419200 ; Expire
604800 ) ; Negative Cache TTL
;
@ IN NS localhost.
`
- fichier db.127
;
; BIND reverse data file for local loopback interface
;
$TTL 604800
@ IN SOA localhost. root.localhost. (
1 ; Serial
604800 ; Refresh
86400 ; Retry
2419200 ; Expire
604800 ) ; Negative Cache TTL
;
@ IN NS localhost.
1.0.0 IN PTR localhost.
-------------------------------------------------------------------------------------------------------------
- fichier db 192.168.100.inv
$TTL 604800
@ IN SOA unnati.lan. root.unnati.lan. (
2009111102 ;Serial
8H ;Refresh
2H ;Retry
1W ;Expire
2D ) ;Minimum
;** Self conf
IN NS ns.unnati.lan.
IN NS ns2.unnati.lan.
141 IN PTR nakka.unnati.lan.
;** Aliases
-------------------------------------------------------------------------------------------------------------
- fichier db.255
;
; BIND reverse data file for broadcast zone
;
$TTL 604800
@ IN SOA localhost. root.localhost. (
1 ; Serial
604800 ; Refresh
86400 ; Retry
2419200 ; Expire
604800 ) ; Negative Cache TTL
;
@ IN NS localhost.
- fichier db.empty
; BIND reverse data file for empty rfc1918 zone
;
; DO NOT EDIT THIS FILE - it is used for multiple zones.
; Instead, copy it, edit named.conf, and use that copy.
;
$TTL 86400
@ IN SOA localhost. root.localhost. (
1 ; Serial
604800 ; Refresh
86400 ; Retry
2419200 ; Expire
86400 ) ; Negative Cache TTL
;
@ IN NS localhost.
-------------------------------------------------------------------------------------------------------------
- fichier db.unnati.lan
$TTL 3600
unnati.lan. IN SOA ns.unnati.lan. root.unnati.lan. (
2009111106 ;Serial
1H ;Refresh
15m ;Retry
1W ;Expire
1D ) ;Minimum
;** Self conf
$TTL 1D
@ IN NS ns.unnati.lan.
@ IN NS ns2.unnati.lan.
@ IN A 192.168.100.115
;** Records
ns IN A 192.168.100.115
ns2 IN A 192.168.100.116 ; Pour la réplication
nakkan IN A 192.168.100.115
;** Aliases
-------------------------------------------------------------------------------------------------------------
- fichiers db.local
;
; BIND data file for local loopback interface
;
$TTL 604800
@ IN SOA localhost. root.localhost. (
2 ; Serial
604800 ; Refresh
86400 ; Retry
2419200 ; Expire
604800 ) ; Negative Cache TTL
;
@ IN NS localhost.
@ IN A 127.0.0.1
@ IN AAAA ::1
-------------------------------------------------------------------------------------------------------------
- fichier named.conf.local
//
// Do any local configuration here
//
// Consider adding the 1918 zones here, if they are not used in your
// organization
//include "/etc/bind/zones.rfc1918";
//include "/etc/bind/named.conf.log"
zone "unnati.lan" IN {
type master;
file "/etc/bind/db.unnati.lan";
allow-update {none;};
};
zone "1000.168.192.in-addr.arpa" {
type master;
file "/etc/bind/db.192.168.100.inv";
forwarders {};
};
-------------------------------------------------------------------------------------------------------------
- fichier named.conf.options
options {
directory "/var/cache/bind";
// If there is a firewall between you and nameservers you want
// to talk to, you may need to fix the firewall to allow multiple
// ports to talk. See http://www.kb.cert.org/vuls/id/800113
// If your ISP provided one or more IP addresses for stable
// nameservers, you probably want to use them as forwarders.
// Uncomment the following block, and insert the addresses replacing
// the all-0's placeholder.
forwarders {
212.99.2.8;
};
auth-nxdomain no; # conform to RFC1035
listen-on-v6 { any; };
allow-transfer {
192.168.0.85;
};
};
-------------------------------------------------------------------------------------------------------------
- ficier tomv/db.192.168.100.inv
$TTL 604800
@ IN SOA unnati.lan. root.unnati.lan. (
2009111010 ;Serial
604800 ;Refresh
86400 ;Retry
2419200 ;Expire
604800 ) ;Minimum
;** Self conf
IN NS ns.unnati.lan.
141 IN PTR nakkan.unnati.lan.
;** Aliases
-------------------------------------------------------------------------------------------------------------
- fichier tomv/db.unnati.lan
$TTL 604800
kerberos.lan. IN SOA ns.unnati.lan. root.unnati.lan. (
2009111015 ;Serial
604800 ;Refresh
86400 ;Retry
2419200 ;Expire
604800 ) ;Minimum
;** Self conf
@ IN NS ns.unnati.lan.
@ IN A 192.168.0.141
;** Records
ns IN A 192.168.100.115
nakkan IN A 192.168.100.115
;** Aliases
-------------------------------------------------------------------------------------------------------------
- fichier /etc/resolv.conf
nameserer 127.0.0.1
nameserver 192.168.100.115
nameserver DNS-FAIT
search unnati.lan
-------------------------------------------------------------------------------------------------------------
$ hostname :
nakka