If it works (it did not for me) there is a control panel applet…
C:\Program Files\Citrix\Provisioning Services\tftpcpl.cpl
And just make the change, easy (if it works)
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…
To find what port is listening look for UDP:69
netstat -an -p udp | find ":69"
This is it working on a VM guest
You can test this by using the Windows TFTP client
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:
Post a Comment