Saturday, August 24, 2013

Changing the Citrix Provisioning Server TFTP IP/NIC

 

If it works (it did not for me) there is a control panel applet…

C:\Program Files\Citrix\Provisioning Services\tftpcpl.cpl

image

And just make the change, easy (if it works)

image

 

or

 

If that did not work, do it via the registry.

HKLM\SOFTWARE\Microsoft\Windows NT\CurrentVersion\NetworkCards

Find the network card you want to use and copy the ‘ServiceName’ data

Export the key as you need one of the ‘ServiceName’

HKLM\SYSTEM\CurrentControlSet\services\BNTFTP\Parameters

Change the data for "Adapter" with what you just copied

Restart the "Citrix PVS TFTP Service"

Check you got the right adaptor, if not try again…

image

To find what port is listening look for UDP:69

netstat -an -p udp | find ":69"

image

This is it working on a VM guest

image

You can test this by using the Windows TFTP client

image

tftp Computer.Name.or.IP GET ardbp32.bin ardbp32.bin

 

Thanks for the insight:

http://1bitatatime.blogspot.com.au/2012/01/change-which-nic-provisioning-servers.html

 

No comments:

Blog Archive