[LEFT]I can not put my server running.
Because the pxe does not work , or the menu is displayed but can not register a client.
So I gave a change to the notorious dnsmasq , but now freeze.
here is my config.[/LEFT]
[CODE]administrator@fogserver:~$ sudo nano /etc/dnsmasq.d/ltsp.conf
GNU nano 2.2.6 Ficheiro: /etc/dnsmasq.d/ltsp.conf
Don’t function as a DNS server:
port=0
Log lots of extra information about DHCP transactions.
log-dhcp
Set the root directory for files available via FTP.
tftp-root=/tftpboot
The boot filename, Server name, Server Ip Address
dhcp-boot=undionly.kpxe,fogserver,10.1.8.1
rootpath option, for NFS
#dhcp-option=17,/images
kill multicast
#dhcp-option=vendor:PXEClient,6,2b
Disable re-use of the DHCP servername and filename fields as extra
option space. That’s to avoid confusing some old or broken DHCP clients.
dhcp-no-override
PXE menu. The first part is the text displayed to the user. The second is the timeout, in seconds.
pxe-prompt=“Press F8 for boot menu”, 3
The known types are x86PC, PC98, IA64_EFI, Alpha, Arc_x86,
Intel_Lean_Client, IA32_EFI, BC_EFI, Xscale_EFI and X86-64_EFI
This option is first and will be the default if there is no input from the user.
pxe-service=X86PC, “Boot from network”, undionly
This range(s) is for the public interface, where dnsmasq functions
as a proxy DHCP server providing boot information but no IP leases.
Any ip in the subnet will do, so you may just put your server NIC ip here.
Since dnsmasq is not providing true DHCP services, you do not want it
handing out IP addresses. Just put your servers IP address for the interface
that is connected to the network on which the FOG clients exist.
If this setting is incorrect, the dnsmasq may not start, rendering
your proxyDHCP ineffective.
dhcp-range=10.1.8.1,proxy
[/CODE]
my /tftpboot folder
[CODE]drwxrwxrwx 2 fog root 4096 Dez 3 15:15 .
drwxr-xr-x 25 root root 4096 Dez 3 10:19 …
-rwxrwxrwx 1 fog root 840 Dez 3 10:19 boot.txt
-rwxrwxrwx 1 root root 290 Dez 3 10:19 default.ipxe
-rwxrwxrwx 1 fog root 389009 Dez 3 10:19 ipxe.kkpxe
-rwxrwxrwx 1 fog root 389057 Dez 3 10:19 ipxe.kpxe
-rwxrwxrwx 1 fog root 388044 Dez 3 10:19 ipxe.krn
-rwxrwxrwx 1 fog root 389073 Dez 3 10:19 ipxe.pxe
-rwxrwxrwx 1 fog root 25340 Dez 3 10:19 memdisk
-rwxrwxrwx 1 fog root 16794 Dez 3 10:19 pxelinux.0.old
-rwxrwxrwx 1 fog root 165088 Dez 3 10:19 snponly.efi
-rwxrwxrwx 1 fog root 101989 Dez 3 10:19 undionly.kkpxe
lrwxrwxrwx 1 root root 19 Dez 3 15:15 undionly.kpxe -> undionly.kpxe.INTEL
-rwxrwxrwx 1 fog root 0 Dez 3 12:36 undionly.kpxe.INTEL
-rwxrwxrwx 1 fog root 102037 Dez 3 10:19 undionly.kpxe.REAL
-rwxrwxrwx 1 fog root 102053 Dez 3 10:19 undionly.pxe
-rwxrwxrwx 1 fog root 147728 Dez 3 10:19 vesamenu.c32
administrator@fogserver:/tftpboot$[/CODE]
[LEFT]Now ipxe don’t boot.[/LEFT]
[ATTACH=full]1533[/ATTACH]
[LEFT]
Some advice or help please.
Thanks
Pedro Valente[/LEFT]
[url=“/_imported_xf_attachments/1/1533_20141203_154418.jpg?:”]20141203_154418.jpg[/url]