Forum Discussion
Making a default route is breaking my management auth
- Mar 21, 2024
Resolved my issue. I made management-routes but that wasn't populating in the kernel route table (route -n from bash)
so i added the routes to my TACACs
route add -net [network] netmask [mask] gw [gateway] metric 4096
and that seems to have worked.
Hello,
as specified in https://my.f5.com/manage/s/article/K28172750 if you need to use the management interface to communicate with the remote authentication server outside management subnet, then you must add a static management route that is more specific than any TMM routes to this server.
To add a management route just follow article https://my.f5.com/manage/s/article/K13284
tmsh create /sys management-route <name> network <destination network>/<netmask> gateway <management gateway
tmsh save /sys config
BR
- FrontmanFinMar 21, 2024Altostratus
interesting (cant copy and paste the config but ill elaborate)
I did make management routes and it didnt work. I compared this to one of the correctly working F5s and im noticing that all the management routes for the working box show up in the routing table in route -rn with the Iface being mgmt.
but in my broken box, thats not to case, the Kernel IP routing table doesn't show the mgmt routes i created at all.
Is there something I need to do to update the Kernel IP routing table?
Recent Discussions
Related Content
* Getting Started on DevCentral
* Community Guidelines
* Community Terms of Use / EULA
* Community Ranking Explained
* Community Resources
* Contact the DevCentral Team
* Update MFA on account.f5.com