For more information regarding the security incident at F5, the actions we are taking to address it, and our ongoing efforts to protect our customers, click here.

Forum Discussion

FrontmanFin's avatar
FrontmanFin
Icon for Altostratus rankAltostratus
Mar 20, 2024
Solved

Making a default route is breaking my management auth

Hello,   I have TACACS configured for Configuration Utility/GUI access and it works.   My problem is, when i make a default route on the box network > routes:                 source: 0.0.0.0  ...
  • FrontmanFin's avatar
    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.