On 2015-09-27, Mahmoud Ramadan wrote:
> I want to configure a Cisco router as LTSP DHCP server, my configuration on
> the Cisco IOS as follows:
>
> ip dhcp pool LTSP-DHCP-Pool
> network 192.168.1.0 255.255.255.0
> bootfile pxelinux.0
> next-server 192.168.1.10
> default-router 192.168.1.1
> domain-name pharmaoverseas.dom
> dns-server 192.168.0.71 192.168.0.72

You might try setting the boot file to one of:

  ltsp/amd64/pxelinux.0
  ltsp/i386/pxelinux.0
  /ltsp/amd64/pxelinux.0
  /ltsp/i386/pxelinux.0

Depending on the location of pxelinux.0 on your LTSP server and the TFTP
server settings.


Alternately, you could explore setting up ProxyDHCP:

  https://help.ubuntu.com/community/UbuntuLTSP/ProxyDHCP

You may not need to follow all those steps exactly, but it gives the
general idea.


live well,
  vagrant

Attachment: signature.asc
Description: PGP signature

------------------------------------------------------------------------------
_____________________________________________________________________
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

Reply via email to