Thank you for the help. The issue wasn't with the bridge at all, and I was confused because I thought it had a web interface again this year. Setting a static address for the RoboRio at 10.3.3.2 worked beautifully.
With everything working so far we decided to test our luck and try to get a camera feed on the Smart Dashboard.
We reset our Axis Camera to factory settings and reconfigutred it to a static address of 10.3.3.31. Sure enough, the camera started returning some errors I've never seen before, and the feed refuses to show up on the Smart Dashboard. We are running the Axis Camera Sample example code on our Rio (java), with "axis-camera.local" substituted for our camera's ip, "10.3.3.31".
The errors are:
Code:
ERROR: select() to 10.3.3.31 port 80 error 113 - No route to host (TCPConnector.cpp:167)
ERROR: connect() to 10.3.3.31 port 80 error 101 - Network is unreachable (TCPConnector.cpp:175)
ERROR: serve_Rectangle - Too many simultaneous data streams (MjpegServerImpl.cpp:403)
Thanks again in advance for the help.