Pagina 1 di 1
bootp lentoooo
Inviato: lun 11 feb 2013, 17:47
da Meskalamdug
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à
Re: bootp lentoooo
Inviato: lun 11 feb 2013, 22:16
da joseph
Hai provato a monitorare la connessione lan?
Re: bootp lentoooo
Inviato: lun 11 feb 2013, 22:50
da Meskalamdug
joseph ha scritto:Hai provato a monitorare la connessione lan?
Proverò con wireshark.
Re: bootp lentoooo
Inviato: mar 12 feb 2013, 0:31
da zoros
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

Re: bootp lentoooo
Inviato: mar 12 feb 2013, 12:26
da Meskalamdug
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

Si blocca all'avvio e da opentimemout
Re: bootp lentoooo
Inviato: mar 12 feb 2013, 16:31
da zoros
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?
Re: bootp lentoooo
Inviato: mar 12 feb 2013, 16:35
da Meskalamdug
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?
PXE,e la voce next server è presente
Re: bootp lentoooo
Inviato: mar 12 feb 2013, 22:02
da zoros
Meskalamdug ha scritto:zoros ha scritto:
ma usi PXE o gPXE?
PXE,e la voce next server è presente
ok,
per me è chiusa qui ... sono l'unico a mettere dei feedback (diversi da sì o no) ... direi, dati insufficienti

...