Perhaps I’m misunderstanding something but we’ve tried multiple times to re-image our RoboRIO and are told by the imaging tool that it was successful. However upon re-booting / resetting the RoboRIO, the IP address is still 177.22.11.2. Shouldn’t the proper IP address have our team number in the middle two segments, e.g. 177.43.86.2?
What are we doing wrong?
Thanks for any help!
The roboRIO USB address is hardcoded to be 172.22.11.2
There are three general IP addresses that your roboRIO will have at various times:
- 172.22.11.2 on a USB connection to a PC
- 10.TE.AM.xxx when receiving an IP address from the radio AP or field AP via DHCP (at home on AP and on the playing field at competition)
*]169.254.105.xxx or something similar as a self-assigned link local IP address (at home or competition when directly connected via Ethernet to a PC)
Some more FRC networking information is here: http://wpilib.screenstepslive.com/s/4485/m/13503/l/242608-roborio-networking
Thanks Mark!
I had run across the hardwired address info just a bit ago and was going to re-post to here saying the problem was solved. You beat me to the punch.