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.