Bonjour,
J'essaie d'installer un serveur tftpd-hpa interrogeable par xinetd.
Quand je fais un "tcpdchk" pour v�rifier ma config, j'obtiens cet
avertissement :
bazooka:~# tcpdchk
warning: /etc/hosts.allow, line 29: in.tftpd: service possibly not \
wrapped
Et effectivement je n'acc�de pas au serveur depuis un poste client avec
tftp.
Je suis sous Sarge. Le serveur a la version 0.40-4.
Voici mes fichiers de config :
bazooka:~# cat /etc/xinetd.d/tftpd
service tftp
/usr/sbin/in.tftpd /boot {
id = tftp
socket_type = dgram
protocol = udp
bind = 192.168.13.30
port = 69
server = /usr/sbin/in.tftpd
server_args = -s /var/lib/tftpboot
# only_from = 192.168.13.0
user = nobody
# no_access = 0.0.0.0/0
wait = yes
instances = 5
nice = -5
}
bazooka:~# cat /etc/hosts.allow
...
# serveur tftp
in.tftpd: all
...
La config marche si je prends le paquet tftpd mais bloque avec le paquet
tftpd-hpa dont j'ai besoin pour ma carte r�seau compatible PXE (sis900).
Le paquet recommande de configurer inetd avec la ligne suivante ;
tftp dgram udp wait root /usr/sbin/in.tftpd \
/usr/sbin/in.tftpd -s /var/lib/tftpboot
mais j'ai peur de mal faire la correspondance avec xinetd.
Quelqu'un a une id�e ?
Merci par avance.
Jean-Pierre
--
Pensez � lire la FAQ de la liste avant de poser une question :
http://wiki.debian.net/?DebianFrench
Pensez � rajouter le mot ``spam'' dans vos champs "From" et "Reply-To:"
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]