Re: Ubuntu 18.04 - dnsmasq trouble
BACHELIER Richard <[email protected]>
| Newsgroups | gmane.linux.terminal-server.general |
|---|---|
| Organization | Aesis Conseil |
| Message-ID | <[email protected]> |
Hi Alkis,
Thanks for your reply
I have the same issue. thin client doesn't boot
I join you an screenshot of the error and my dnsmaq configuration
Thanks for your help
Best regards
Richard
Le mardi 15 janvier 2019 à 18:02 +0200, Alkis Georgopoulos a écrit :
> Στις 15/1/19 3:06 μ.μ., ο BACHELIER Richard έγραψε:We have disabled
> the port = 0 option in the dnsmasq.conf file.
> Run:ltsp-config dnsmasq --enable-dns --overwrite
> This disables port = 0 (enabling DNS),but additionally it configures
> Ubuntu/systemd-resolved etc so that dnsmasq works.
>
> _____________________________________________________________________
> Ltsp-discuss mailing list. To un-subscribe, or change prefs,
> goto:
> https://lists.sourceforge.net/lists/listinfo/ltsp-discussFor
> additional LTSP help, try #ltsp channel on irc.freenode.net
_____________________________________________________________________
Ltsp-discuss mailing list. To un-subscribe, or change prefs, goto:
https://lists.sourceforge.net/lists/listinfo/ltsp-discuss
For additional LTSP help, try #ltsp channel on irc.freenode.net
Capture du 2019-01-17 10-05-56.png
(image/png, 40.3 KB) - not displayed
ltsp-server-dnsmasq.conf
(text/plain, 1.9 KB)
# Configures dnsmasq for PXE client booting. # All the files in /etc/dnsmasq.d/ override the main dnsmasq configuration in # /etc/dnsmasq.conf. # You may modify this file to suit your needs, or create new ones in dnsmasq.d/. # Log lots of extra information about DHCP transactions. #log-dhcp # IP ranges to hand out. dhcp-range=192.168.20.100,192.168.20.150,8h # If another DHCP server is present on the network, you may use a proxy range # instead. This makes dnsmasq provide boot information but not IP leases. # (needs dnsmasq 2.48+) #dhcp-range=192.168.20.0,proxy #dhcp-range=192.168.100.0,proxy # The rootpath option is used by both NFS and NBD. dhcp-option=17,/opt/ltsp/epn # Define common netboot types. dhcp-vendorclass=etherboot,Etherboot dhcp-vendorclass=pxe,PXEClient dhcp-vendorclass=ltsp,"Linux ipconfig" # Set the boot filename depending on the client vendor identifier. # The boot filename is relative to tftp-root. dhcp-boot=net:pxe,/ltsp/epn/pxelinux.0 dhcp-boot=net:etherboot,/ltsp/epn/nbi.img dhcp-boot=net:ltsp,/ltsp/epn/lts.conf # Kill multicast. dhcp-option=vendor:pxe,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 # We don't want a PXE menu since we're using a graphical PXELinux menu. #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 pxe-service=X86PC, "Boot from network", /ltsp/epn/pxelinux # A boot service type of 0 is special, and will abort the # net boot procedure and continue booting from local media. #pxe-service=X86PC, "Boot from local hard disk", 0 # Comment the following to disable the TFTP server functionality of dnsmasq. enable-tftp # The TFTP directory. Sometimes /srv/tftp is used instead. tftp-root=/var/lib/tftpboot/ # Disable the DNS server functionality of dnsmasq by setting port=0 #port=0