From 11:00 PM CDT Friday, Nov 8 - 2:30 PM CDT Saturday, Nov 9, ni.com will undergo system upgrades that may result in temporary service interruption.
We appreciate your patience as we improve our online experience.
From 11:00 PM CDT Friday, Nov 8 - 2:30 PM CDT Saturday, Nov 9, ni.com will undergo system upgrades that may result in temporary service interruption.
We appreciate your patience as we improve our online experience.
10-10-2018 12:36 PM
So, I went ahead and just formatted the device and the sbRIO seems to have come up with DHCP enabled and falling back to 0.0.0.0 when there is no router response. Now, I have no idea what to do with this. Thoughts?
10-10-2018 12:47 PM
Can you move temporarily to a network that has a DHCP server so that it will obtain an address. From there you can change the configuration to a static address that will work on the small private network.
10-10-2018 01:09 PM
> Can you move temporarily to a network that has a DHCP server so that it will obtain an address.
This was my thought - but I thought there might be a more elegant solution.
10-10-2018 01:28 PM
So, this is awesome - I hook up a router with DHCP enabled. Network is 192., sbRIO comes up 169. Well, at least it has an IP address now, even if it didn't come up on the correct subnet. Arrrrggggghhhhhh!
10-10-2018 02:08 PM
Is the DHCP server enabled on the router? That sounds like some very odd behavior.
10-10-2018 02:13 PM
> Is the DHCP server enabled on the router? That sounds like some very odd behavior.
Yup, and to be honest, I have seen similar behavior before. THIS is why I didn't want to have to format and reconfigure the network settings.
10-10-2018 02:28 PM
Are you able to get a network trace at the time the sbRIO is booting up? Does the sbRIO include the option to disable the link local address? If so, you may want to give that a try too.
10-10-2018 02:41 PM - edited 10-10-2018 02:42 PM
@cirrusio wrote:
So, this is awesome - I hook up a router with DHCP enabled. Network is 192., sbRIO comes up 169. Well, at least it has an IP address now, even if it didn't come up on the correct subnet. Arrrrggggghhhhhh!
169.254.x.x/255.255.0.0 is APIPA, i.e. a random address that devices assign themselves if they cannot find a DHCP server but are configured to obtain one. By default, this is also enabled for windows, so if you don't have a DHCP server, your windows machine will also be on that same network and local communication can proceed. This is useful when connecting random devices on a simple network. (... but boot is slower, because it waits for DHCP timeout before completing startup).
So the question is why your sbRIO does not see the router (DHCP server). Are there any firewall rules, MAC filtering, or such configured on the router?