> pourquoi son resolv.conf ne contient pas
> domain son_domaine.tld
> ou
> search son_domaine.tld
> avant la ligne nameserver
bof, si tu veux.... voir suite.
> ce n'est pas une requete DNS mais une requete arp. Visiblement par
Je pense pas ... à voir
Bon, je vais vite .... pas trop le temps.
Encore mieux : serveur ftp éteint ==> moins de logs sur tcpdump
xp1500:~# cat /etc/resolv.conf
domain stMury.fr
nameserver 81.220.255.4
xp1500:~# cat /etc/hosts
127.0.0.1 localhost localhost.stMury.fr
80.236.118.208 xp1500.stMury.fr xp1500
xp1500:~# hostname
xp1500
xp1500:~# hostname --fqdn
xp1500.stMury.fr
xp1500:~# ifconfig
eth0 Link encap:Ethernet HWaddr 00:04:76:23:CC:96
inet addr:80.236.118.208 Bcast:80.236.119.255 Mask:255.255.254.0
[...]
lo Link encap:Local Loopback
inet addr:127.0.0.1 Mask:255.0.0.0
[...]
xp1500:~# route -n
Kernel IP routing table
Destination Gateway Genmask Flags Metric Ref Use Iface
80.236.118.0 0.0.0.0 255.255.254.0 U 0 0 0 eth0
0.0.0.0 80.236.118.1 0.0.0.0 UG 0 0 0 eth0
lance tcpdump
prompt> id
uid=1001(jeanluc) gid=1001(jeanluc) groupes=1001(jeanluc)
prompt> date && ftp localhost
lun fév 2 23:19:09 CET 2004
ftp: connect: Connection refused
ftp> bye
xp1500:~# tcpdump -n 'ether host 00:04:76:23:CC:96'
tcpdump: listening on eth0
23:19:09.640440 80.236.118.208.32768 > 81.220.255.4.53: 3441+
AAAA? localhost.stMury.fr. (37) (DF)
23:19:09.657706 81.220.255.4.53 > 80.236.118.208.32768: 3441
NXDomain 0/1/0 (85)
23:19:09.658366 80.236.118.208.32768 > 81.220.255.4.53: 3442+
AAAA? localhost. (27) (DF)
23:19:09.671439 81.220.255.4.53 > 80.236.118.208.32768: 3442*
0/1/0 (68)
(4 lignes mais je les ai coupees ici ).
NB: si le serveur ftp tourne vraiment, c'est pareil mais en beaucoup
moins clair parce qu'il y a touts l'autentification sur le port 21.
Jean-Luc.