cancel
Showing results for 
Search instead for 
Did you mean: 
cancel
5041
Views
0
Helpful
2
Replies

Configuring DHCP for PXE booting

nwleaphart
Level 1
Level 1

Hello.

I'm trying to set up some thin clients to boot from a TFTP server. DHCP is controlled on our network by a 3825 router. As I understand it (I've never set up thin clients before) in order for the terminals to boot from the TFTP server they need to get the address for the TFTP server from the DHCP server. I'm not sure what commands I have to input into the router in order to point the thin clients to the TFTP server. I believe I have to set up a DHCP reservation?

Thanks for any help.

-nwleaphart

2 Replies 2

mohammedmahmoud
Level 11
Level 11

Hi there,

If your router is running the DHCP and you which to point your clients to the tftp server x.x.x.x you should add one of the following lines in the DHCP pool configuration (i actually don't remember is it option code 066 or 150):

option 066 ip x.x.x.x

or

option 150 ip x.x.x.x

HTH, please rate if it does help,

Mohammed Mahmoud.

Hi

you can use option 150 command. Pl find example

ip dhcp excluded-address 10.42.2.1 10.42.2.10

!

ip dhcp pool IPNET1

network 10.42.2.0 255.255.255.0

default-router 10.42.2.1

option 150 ip 10.3.0.2

here 10.3.0.2 is TFTP server address

Regards

param

Review Cisco Networking products for a $25 gift card