in.tftpd -s /tftpboot -B 1468
Quando i client pxe caricano le immagini ci mette circa 5-6 minuti(da chiavetta usb 1 minuto,da cd 10 secondi)
come mai?
La rete non è congestionata.
Grazie a chi mi aiuterà
Moderatore: Staff


joseph ha scritto:Hai provato a monitorare la connessione lan?

Meskalamdug ha scritto:in.tftpd -s /tftpboot -B 1468
...
tftp dgram udp wait root /usr/sbin/tcpd in.tftpd -s /tftpboot -r blksize

zoros ha scritto:Meskalamdug ha scritto:in.tftpd -s /tftpboot -B 1468
...
immagino ti riferisca alla voce in /etc/inetd.conf ...
prova:
- Codice: Seleziona tutto
tftp dgram udp wait root /usr/sbin/tcpd in.tftpd -s /tftpboot -r blksize
riavviando il servizio, ovviamente

Meskalamdug ha scritto:...
Si blocca all'avvio e da opentime out
#------ /etc/dhcpd.conf (Remix4 default) ------
ddns-update-style none;
allow booting;
allow bootp;
default-lease-time -1;
max-lease-time 7200;
authoritative;
#
# default gateway
option routers 192.168.0.200;
#
option subnet-mask 255.255.255.0;
option broadcast-address 192.168.0.255;
option domain-name-servers 208.67.222.222;
#option domain-name "RemiX-domain";
server-name "RemiX-server";
#
subnet 192.168.0.0 netmask 255.255.255.0
{
#If set "auto" in Config this is the remote desktop server
next-server 192.168.0.1;
#
#Used in both PXEclient and gPXE as default
filename "/gpxelinux.0";
#
range dynamic-bootp 192.168.0.128 192.168.0.248;
option host-name "RemiX";
#
if exists user-class and option user-class = "gPXE"
{
filename "/gpxelinux.0";
}
#
group customIP
{
host pc-01 { hardware ethernet 00:11:22:33:44:55 ; fixed-address 192.168.0.11 ; }
}
}
zoros ha scritto:Meskalamdug ha scritto:...
Si blocca all'avvio e da opentime out
potrebbe mancare la voce "next-server" in dhcpd.conf, lo spiegano anche QUI ...
questo l' /etc/dhcpd.conf che uso io:
- Codice: Seleziona tutto
#------ /etc/dhcpd.conf (Remix4 default) ------
ddns-update-style none;
allow booting;
allow bootp;
default-lease-time -1;
max-lease-time 7200;
authoritative;
#
# default gateway
option routers 192.168.0.200;
#
option subnet-mask 255.255.255.0;
option broadcast-address 192.168.0.255;
option domain-name-servers 208.67.222.222;
#option domain-name "RemiX-domain";
server-name "RemiX-server";
#
subnet 192.168.0.0 netmask 255.255.255.0
{
#If set "auto" in Config this is the remote desktop server
next-server 192.168.0.1;
#
#Used in both PXEclient and gPXE as default
filename "/gpxelinux.0";
#
range dynamic-bootp 192.168.0.128 192.168.0.248;
option host-name "RemiX";
#
if exists user-class and option user-class = "gPXE"
{
filename "/gpxelinux.0";
}
#
group customIP
{
host pc-01 { hardware ethernet 00:11:22:33:44:55 ; fixed-address 192.168.0.11 ; }
}
}
ma usi PXE o gPXE?

Meskalamdug ha scritto:zoros ha scritto:ma usi PXE o gPXE?
PXE,e la voce next server è presente
...
Visitano il forum: Nessuno e 3 ospiti