Sziasztok!
Probalok osszehozni egy RIS szervert CentOS-on winXP telepitesehez. Alapvetoen hnsz2002 leirasa, es EZ alapjan probalkoztam. Addig eljutottam, hogy dhcp kapcsolat letrejon de a kliensen
PXE-E32: TFTP open timeout
hibat kapok. Amit igazan furcsalok semmifele bejegyzes nincs a /var/log/message fajlban, a sikeres cimkiosztason kivul.
Az idevonatkozo beallitofajok:
dhcpd.conf
default-lease-time 86400;
max-lease-time 604800;
ddns-update-style none;
ignore client-updates;
authoritative;
subnet 10.128.0.0 netmask 255.255.255.0 {
range 10.128.0.100 10.128.0.200;
option broadcast-address 10.128.0.255;
option routers 10.128.0.1;
option domain-name "attila.local";
option domain-name-servers 10.128.0.1;
option subnet-mask 255.255.255.0;
allow bootp;
host xena {
hardware ethernet 00:0f:1f:ab:cd:a6;
fixed-address 10.128.0.18;
server-name "10.128.0.1";
next-server 10.128.0.1;
filename "winxp.0";
}
}
samba:
[global]
workgroup = HNSZ
netbios name = Xena
server string = Xena
security = share
interfaces = 10.128.0.1/255.255.255.0
bind interfaces only = yes
case sensitive = no
[xpinstall]
browsable = true
path = /tftpboot
read only = yes
guest ok = yes
tftp
service tftp
{
disable = no
socket_type = dgram
protocol = udp
wait = yes
user = root
server = /usr/sbin/in.tftpd
server_args = -l -s /tftpboot -m /etc/xinet.d/tftp.rules -v
per_source = 11
cps = 100 2
flags = IPv4
}
tftp.rules
rg \\ /
winxp.sif
floppyless = "1"
msdosinitiated = "1"
OriSrc = "\xena\xpinstall\winxp\i386"
OriTyp = "4"
LocalSourceOnCD = 1
DisableAdminAccountOnDomainJoin = 1
[SetupData]
OsLoadOptions = "/fastdetect /minint"
SetupSourceDevice = "\Device\LanmanRedirector\xena\xpinstall\winxp"
[RemoteInstall]
Repartition = No
UseWholeDisk = No
[UserData]
ComputerName = CsillaXP