Ven 26 Jan, 2007 00:38
bonjour j'aimerai avoir de l'aidre de votre part !!!
Damien j'ai suivie votre debat sur le parametrage de LTSP sous ubuntu. J'ai l'erreur TFTP OPEN TIMEOUT
Le client recois bien l'adresse et celui du serveur ltsp mais tftp ne passe pas.
Je travaille sous redhat entreprise et damien comme toi tu as travaille sur les redhat j'aimerai avoir ton aide.
Tous les autres j'aimerai aussi avoir votre aide.
Merci
voila la configuration de mon fichier /etc/dhcp.conf
# dhcpd.conf
ddns-update-style ad-hoc;
option subnet-mask 255.255.255.0;
option broadcast-address 192.168.0.255;
option routers 192.168.0.26;
option domain-name-servers 192.168.0.26;
option domain-name "ltsp"; # You really should fix this
option option-128 code 128 = string;
option option-129 code 129 = text;
get-lease-hostnames true;
next-server 192.168.0.26;
option root-path "192.168.0.26:/opt/ltsp/i386";
subnet 192.168.0.0 netmask 255.255.255.0 {
range 192.168.0.2 192.168.0.7;
if substring (option vendor-class-identifier, 0, 9) = "PXEClient" {
filename "/tftpboot/lts/2.6.17.8-ltsp-1/pxelinux.0";
}
else{
filename "/tftpboot/lts/vmlinuz-2.6.17.8-ltsp-1";
}
}
#
# If you need to pass parameters on the kernel command line, you can
# do it with option-129. In order for Etherboot to look at option-129,
# you MUST have option-128 set to a specific value. The value is a
# special Etherboot signature of 'e4:45:74:68:00:00'.
#
# Add these two lines to the host entry that needs kernel parameters
#
option option-128 00:06:29:05:DF:9B;
option option-128 00:13:D4:D7:84:DA;
# option option-128 e4:45:74:68:00:00; # NOT a mac address
# option option-129 "NIC=ne IO=0x300";
#
et celui de mon fichier /etc/xinetd.d/tftp
# default: off
# description: The tftp server serves files using the trivial file transfer \
# protocol. The tftp protocol is often used to boot diskless \
# workstations, download configuration files to network-aware printers, \
# and to start the installation process for some operating systems.
service tftp
{
disable = no
socket_type = dgram
protocol = udp
wait = yes
user = root
server = /usr/sbin/in.tftpd
server_args = -s /tftpboot/lts/2.6.17.8-ltsp-1/pxelinux.0
per_source = 11
cps = 100 2
flags = IPv4
}
Merci de me repondre