Page 761 sur 3351

ριиg σr ρσиg ? Côté obscur

Publié : lun. 12 juil. 2010 20:09
par Zedoune
Il est fou :D

pong

ριиg σr ρσиg ? Côté obscur

Publié : lun. 12 juil. 2010 22:30
par dricfr
ping > levend, t'es le seul qui arrive à me suivre .... je ne suis pas sûr que ce soit rassurant pour toi :D

ριиg σr ρσиg ? Côté obscur

Publié : mar. 13 juil. 2010 00:42
par Zedoune
ping

Je viens de finir Full Metal Alchemist Brotherhood
40 épisodes en 2 jours, dur dur :D

ριиg σr ρσиg ? Côté obscur

Publié : mar. 13 juil. 2010 07:28
par dricfr


pong > Ne lui as-tu pas mijoté un petit plat ?? :o

ριиg σr ρσиg ? Côté obscur

Publié : mar. 13 juil. 2010 10:52
par dricfr
pong > J'espère au moins que ce n'était pas du domino pizza ou assimilé :O

ριиg σr ρσиg ? Côté obscur

Publié : mar. 13 juil. 2010 11:00
par Zedoune
Pong :o

ριиg σr ρσиg ? Côté obscur

Publié : mar. 13 juil. 2010 11:13
par Zedoune
pong [:bob-coums:1]

ριиg σr ρσиg ? Côté obscur

Publié : mar. 13 juil. 2010 13:39
par Zedoune
Pong ! :D

ριиg σr ρσиg ? Côté obscur

Publié : mar. 13 juil. 2010 15:31
par iori666
ping, vive la clim :)

ριиg σr ρσиg ? Côté obscur

Publié : mar. 13 juil. 2010 15:31
par gizmo78
clair :love:

pong

ριиg σr ρσиg ? Côté obscur

Publié : mar. 13 juil. 2010 15:33
par Zedoune
Pingggggggg !

ριиg σr ρσиg ? Côté obscur

Publié : mar. 13 juil. 2010 15:59
par gizmo78
c'est le médecin qu'il faut aller voir quand on est un humain raf....

ping

ριиg σr ρσиg ? Côté obscur

Publié : mar. 13 juil. 2010 16:06
par c0bw3b
Aujourd'hui j'ai vu un moine bouddhiste au volant d'une Integra type R blanche dernier modèle... il ping bien le bonhomme! :D

ριиg σr ρσиg ? Côté obscur

Publié : mar. 13 juil. 2010 17:17
par Kronick
ping; passé le we à l'hosto :D chute en vélo, 4 doigts utilisables sur les 10, double fracture (dont une déplacée) arrêté jusqu'au 30 aout :bounce:

ριиg σr ρσиg ? Côté obscur

Publié : mar. 13 juil. 2010 17:24
par gizmo78
comment t'as fait??? [:angel call:3]

revend le vélo kro xD

pong

ριиg σr ρσиg ? Côté obscur

Publié : mar. 13 juil. 2010 17:29
par dricfr
Kronick > Arf ! J'espère que ce n'est pas une voiture !!!!
Deux mois d'arrêt ça ne doit pas être drôle :/
Bon courage !!

et ping


ριиg σr ρσиg ? Côté obscur

Publié : mar. 13 juil. 2010 17:51
par Kronick
pong, j'essayais de passer un poteau en métal de plus en plus haut (derrière le poteau des marches de 2m30 de long), il me restait qu'une marche à passer, ma roue a tapé contre le poteau et j'ai rattéri sur une grille en métal, donc j'ai pleins de coupures en forme de quadrillage !

ριиg σr ρσиg ? Côté obscur

Publié : mar. 13 juil. 2010 17:53
par gizmo78
...... xD winner \o/

t'étais en jackass mode?? :D

ping

ριиg σr ρσиg ? Côté obscur

Publié : mar. 13 juil. 2010 18:44
par gizmo78
on a pas fini mon chère ^^

ping

ριиg σr ρσиg ? Côté obscur

Publié : mar. 13 juil. 2010 20:43
par gizmo78
une tite interrogation:

dans un PE 2850 y a la barrette, la batterie et la clé raid, mais quand je passe le scsi en raid ca me met qu'il n'y a pas de firmware pour le raid, y a un truc que j'ai loupé?

ping

ριиg σr ρσиg ? Côté obscur

Publié : mar. 13 juil. 2010 21:40
par gizmo78
pong :)
@Kaly, 127.0.0.1 correspond au loopback. Bind se résouds lui-même donc utilise la 127.0.0.1 qui est une interface virtuelle.


Voici une conf que j'utilise en prod (j'ai adapté avec ta zone), c'est la conf du serveur DNS. N'oublies pas de donner en DNS primaire sur les clients l'ip nakkan (.115)
Le plus simple est de le configurer au niveau du serveur DHCP (DNS primaire : .115, DNS secondaire : FAI ou DNS de réplication)

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
pense bête :D

pong

ριиg σr ρσиg ? Côté obscur

Publié : mar. 13 juil. 2010 22:22
par Zedoune
y a le topic control+v pour ça :D

ping

ριиg σr ρσиg ? Côté obscur

Publié : mer. 14 juil. 2010 00:14
par Zedoune
j'ai vu

ping

ριиg σr ρσиg ? Côté obscur

Publié : mer. 14 juil. 2010 01:15
par Zedoune
Ping ^^

je l'ai pas encore vendu, mais je sais pas trop si je vais le vendre. Pour le prix, autant que t'en achètes un neuf ;)

ριиg σr ρσиg ? Côté obscur

Publié : mer. 14 juil. 2010 12:51
par gizmo78
question: pour un .fr chez ovh, à chaque fois que j'essaye de modifier le dns primaire pour mettre le miens, y a une erreur (évidemment je sais pas laquelle...), y a un truc spécial à faire?

ping