Bonjour,
Je viens d’installer debian 9 sur un de mes portables (celui-ci porte l’adresse ip 192.168.10.1)
à partir de ce portable, je pingue mon poste de travail (adresse ip 192.168.10.2) à l’aide de la commande :
ping jean-marie.local
Le ping marche parfaitement, mais à l’enregistrement des trames réseau, je constate ceci :
01) 18:24:31.306366 ARP, Request who-has 192.168.10.1 tell _gateway, length 28
02) 18:24:31.306887 ARP, Reply 192.168.10.1 is-at 00:21:86:a2:32:d5 (oui Unknown), length 46
03) 18:24:31.427852 ARP, Request who-has _gateway tell 192.168.10.1, length 46
04) 18:24:31.427861 ARP, Reply _gateway is-at 00:1e:37:18:68:b4 (oui Unknown), length 28
05) 18:24:32.794798 ARP, Request who-has _gateway tell 192.168.10.2, length 46
06) 18:24:32.794813 ARP, Reply _gateway is-at 00:1e:37:18:68:b4 (oui Unknown), length 28
07) 18:24:38.088422 IP6 fe80::221:86ff:fea2:32d5.mdns > ff02::fb.mdns: 0 A (QM)? jean-marie.local. (34)
08) 18:24:38.088430 IP 192.168.10.1.mdns > 224.0.0.251.mdns: 0 A (QM)? jean-marie.local. (34)
09) 18:24:38.089090 IP jean-marie.mdns > 224.0.0.251.mdns: 0*- [0q] 1/0/0 (Cache flush) A 192.168.10.2 (44)
10) 18:24:38.090026 ARP, Request who-has jean-marie tell 192.168.10.1, length 46
11) 18:24:38.090035 ARP, Reply jean-marie is-at 4c:cc:6a:f4:3d:3e (oui Unknown), length 46
12) 18:24:38.090040 IP 192.168.10.1 > jean-marie: ICMP echo request, id 1641, seq 1, length 64
13) 18:24:38.090281 IP jean-marie > 192.168.10.1: ICMP echo reply, id 1641, seq 1, length 64
14) 18:24:38.091236 IP 192.168.10.1.37587 > ns0.fdn.org.domain: 27076+ PTR? 2.10.168.192.in-addr.arpa. (43)
15) 18:24:38.126696 IP ns0.fdn.org.domain > 192.168.10.1.37587: 27076 NXDomain* 0/1/0 (102)
16) 18:24:39.091519 IP 192.168.10.1 > jean-marie: ICMP echo request, id 1641, seq 2, length 64
17) 18:24:39.092030 IP jean-marie > 192.168.10.1: ICMP echo reply, id 1641, seq 2, length 64
18) 18:24:40.099926 IP 192.168.10.1 > jean-marie: ICMP echo request, id 1641, seq 3, length 64
19) 18:24:40.100401 IP jean-marie > 192.168.10.1: ICMP echo reply, id 1641, seq 3, length 64
20) 18:24:43.290754 ARP, Request who-has 192.168.10.1 tell 192.168.10.2, length 46
21) 18:24:43.290761 ARP, Reply 192.168.10.1 is-at 00:21:86:a2:32:d5 (oui Unknown), length 46
J’aimerais comprendre pourquoi le portable se croit autorisé à emmerder le serveur DNS ns0.fdn.org avec la résolution inverse de l’adresse 192.168.10.2 (ligne 14) ) alors qu’il vient juste d’avoir la correspondance (ligne 09) ).
Amicalement.
Jean-Marie