Discussion:
[Ltsp-discuss] LTSP With Cisco DHCP Router.
Mahmoud Ramadan
2015-09-27 20:13:07 UTC
Permalink
Hi dears,
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

But when booting the LTSP clients none of them can get the boot image, and
shows the following error.

[image: Inline image 1]

If anyone can figure out what I'm missing or upload a sample for DHCP
configuration file for LTSP server on Cisco router, that will be very
helpful.

Best Regards,

Mahmoud Ramadan Ali

Network and VOIP Specialist.

Mobil: (+2) 01276877112

Blog <http://hotciscolabs.blogspot.com/>| Website
<http://telecomandsecurity.com/>| LinkedIn
<http://ch.linkedin.com/pub/mahmoud-ali/99/923/421/en>
Vagrant Cascadian
2015-09-27 21:01:30 UTC
Permalink
Post by Mahmoud Ramadan
I want to configure a Cisco router as LTSP DHCP server, my configuration on
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
Mahmoud Ramadan
2015-09-28 10:23:53 UTC
Permalink
Thank you so much vagrant, i really appreciate your help...one i added
ltsp/i386/pxelinux.0 i was able to boot my clients...you saved my time
...thank u so much again.

Best Regards,

Mahmoud Ramadan Ali

Network and VOIP Specialist.

Mobil: (+2) 01276877112

Blog <http://hotciscolabs.blogspot.com/>| Website
<http://telecomandsecurity.com/>| LinkedIn
<http://ch.linkedin.com/pub/mahmoud-ali/99/923/421/en>
Post by Vagrant Cascadian
Post by Mahmoud Ramadan
I want to configure a Cisco router as LTSP DHCP server, my configuration
on
Post by Mahmoud Ramadan
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
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.
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
------------------------------------------------------------------------------
_____________________________________________________________________
https://lists.sourceforge.net/lists/listinfo/ltsp-discuss
For additional LTSP help, try #ltsp channel on irc.freenode.net
Loading...