Page
20
AN-X2-MOD-MON
May 2016
If there is no entry in the network destination column that starts with 169.254.0.0
(highlighted above), add a route using
route add 169.254.0.0 mask 255.255.0.0 10.10.0.20 metric 20
where 10.10.0.20 is replaced with the IP address of the interface in your computer that is
connected to the AN-X2.
Repeat the route print command and confirm that the table now has an entry similar to the
one shown.
Now try pinging the AN-X2 at 169.254.42.84. You should now be able to access it using
a browser to set the desired Ethernet configuration.
When you add a route in Windows and you want it to be 'persistent', use the -p option:
route –p add 169.254.0.0 mask 255.255.0.0 10.10.0.20 metric 20
That puts the route in the registry and it is added at each start up.