Hi there. i realise that DNSMASQ is not implemented in SME however i am setting up other systems on my network in addition to SME and i am having trouble with one that uses DNSMASQ so i thought i would see if anyone here might be able to help. I need to get the TFTP server identifier syntax correct. can anyone please help to convert this into DNSMASQ:
option domain-name "gateway.local";
option thinsrv code 193 = array of ip-address;
option thinsrv 10.0.2.1;
next-server 10.0.2.1;
option tftp-server-name "10.0.2.1";
server-identifier 10.0.2.1;
filename "/pxelinux.0";
This BASICALLY works but does not identify the TFTP server correctly. it seems that
next-server is the TFTP identifier that i need to include:
dhcp-boot=pxelinux.0,10.0.2.1
dhcp-option=193,10.0.2.1
regards,
brenton