06-24-2016 04:10 AM
Hi!
Did anyone run a dhcp Server on a RT Linux cRIO?
In our laboratory, we have direct lan connections betwenn the cRIOs and the Windows PC. Because the Windows and of course our IT restrictions causes many network issues i would like to set up a DHCP server on the cRIOs, that do no net need to reconfigure the windows systems. Local link is not an option to me, because the Windows needs to identify the network in any way to set it to an "home" enviroment. If it "public" our IT restictions block every communication.
Regards Tobias
06-27-2016 05:05 AM
HI,
do I understand correctly that you want your PC to obtain an IP address which you provide from your cRIO as DHCP server?
So your PC is in no other network?
Is static IP address an option?
Best,
Anna
06-27-2016 05:48 AM - edited 06-27-2016 05:50 AM
Hi,
yes you understand right. My PCs have two network cards. One wich is connected to the companys network and a second one which is connected directly to the cRIO. At the moment I'm using static IP adresses on PC and on cRIO.
For me it would be helpfull to have a DHCP Server running on the cRIO that the PC gets it's address automatically.
Kind Regards,
Tobias
07-12-2016 03:37 PM
There is a dhcp-server package in the opkg repo: "opkg update"; "opkg list | grep dhcp" and then "opkg install" the package you want, like dhcp-server. I've never tried it but online resources for it (like https://www.isc.org/wp-content/uploads/2014/08/DHCP-4.3.1-Distribution-Documentation-Aug-4-14.pdf maybe?) should apply to NI Linux RT.
02-11-2019 08:44 AM
Hi
I know it was a while ago, but how did you get on with this problem? Did you manage to deploy an open-source DHCP server on NI Linux?
Thanks
04-20-2022 05:29 PM
any updates?