From himanshu sahdev@21:1/5 to All on Thu Jun 24 05:37:38 2021
Telnet as a client from a Linux machine fails even when the route is set up on target.
routeShow marks this extra entry:
Destination Gateway Flags Use If Metric
0.0.0.0/0 169.254.0.41 UGS 13 ipEnd0 0
telnet to the target simply works from linux machine when above route is deleted using routeDelete("0.0.0.0","169.254.0.41")
arpShow
...
169.254.0.41 at 00:aa:aa:aa:29:00 permanent on ipEnd0
...
Now, I am looking forward to having a way to delete this route permanently(as the above entry got generated again and I need to delete it again) so it won't get generated again or if we have a way to set priority to routes(if that what is hindering me to
telnet)?
Maybe a way I can still telnet without deleting this route?
Or I wonder if I can have a cronjob running in the loop through the VxWorks shell to delete this entry whenever found, any other solution?