11-19-2019 04:35 AM
How may I have a static and persistent IP-address change of a sbRIO-9627 from shell/SSH?
I have tested
ifconfig eth0 <IP address> netmask <subnet MASK> up
without success.
I am aware of other options:
Solved! Go to Solution.
11-19-2019 05:56 AM
Solution found:
nirtcfg --set section=ETH0,token=ip_address,value=192.168.1.5
/etc/init.d/networking restart
12-03-2019 07:12 AM
In addition to the 3 (4) methods you mention you can also have your RT-application do the change itself through the System Configuration API. We use this to have the system change its own configuration if the current one fails (from DHCP to a last known static IP for example).