Hi CodeGenius
But does the OAK work?
en5 is also set for the default destination.
You need to delete the existing default route that is using en5. This can be done with the following command:
sudo route delete default -ifscope en5
After making these changes, check the routing table again with netstat -nr to ensure that the default route (default or 0.0.0.0) is not going through en5, and the 169.254.x.x subnet is correctly routed through en5.
Thanks,
Jaka