[ALTSP] Одна сетевая карта

Victor Zhuravlyov vitich at gmail.com
Wed Apr 9 19:20:39 MSD 2008


Поставил ltsp5-4.0-RC1.iso
Адрес получаю, но застряю
PXE-E32: TFTP open timeout
TFTP....

#cat /etc/dhcp/dhcpd.conf
ddns-update-style interim;
ignore client-updates;
allow booting;
allow bootp;

option option-128 code 128 = string;
option option-129 code 129 = string;

use-host-decl-nameson;

next-server 192.168.226.2;

subnet 192.168.226.0 netmask 255.255.255.0 {
    range 192.168.226.101 192.168.226.111;
    option domain-name "kr.msl.intranet";
    option domain-name-servers 192.168.226.2;
    option broadcast-address 192.168.226.255;
    option routers 192.168.226.2;
    option subnet-mask 255.255.255.0;
    option root-path "192.168.226.2:/var/lib/ltsp5/i586";
    if substring( option vendor-class-identifier, 0, 9 ) = "PXEClient" {
	filename "/ltsp5/i586/pxelinux.0";
    } else if substring( option vendor-class-identifier, 0, 9 ) = "Etherboot" {
	filename "/ltsp5/i586/nbi.img";
    } else {
	option-129 = "initrd=/ltsp5/i586/initrd.img";
	filename "/ltsp5/i586/vmlinuz";
    }
}

# cat /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
	wait		= yes
	user		= root
	server		= /usr/sbin/in.tftpd
	server_args	= -u tftp -s /var/lib/tftpboot
}

dhcpd          	0:off	1:off	2:off	3:on	4:on	5:on	6:off
xinetd         	0:off	1:off	2:on	3:on	4:on	5:on	6:off
tftp:          	on


Где что я пропустил?


-- 
Regards, vitich at gmail dot com


More information about the Ltsp-server mailing list