This discussion has been locked.
You can no longer post new replies to this discussion. If you have a question you can start a new discussion

Is there a way to disable Policy routing from the cli?

Hi

I was testing if it was possible to group interfaces and use them as interface gateway in a policy route but I lost connection to the server after applying the route.

Now I can only connect to the server using a console connection.

Is there a way to disable policy routing from the console?

Thanks



This thread was automatically locked due to age.
Parents
  • Hi, Mauricio - first time I've seen you here - a belated welcome to the UTM Community!

    From the command line as root (substitute policy for static below if this is a policy route), enter the following one line at a time:

    cc
    OBJS
    route
    static

    At this point, touch [tab] twice and a list of REF_ objects will be displayed.  Let's say the one you want to disable is named "Test Route" and that corresponds to REF_RouStaToTestRoute.

    REF_RouStaToTestRoute
    status=0
    exit

    Check your work with: cc get_object REF_RouStaToTestRoute

    Cheers - Bob

     
    Sophos UTM Community Moderator
    Sophos Certified Architect - UTM
    Sophos Certified Engineer - XG
    Gold Solution Partner since 2005
    MediaSoft, Inc. USA
  • Thanks for very much for your help Bob! That's exactly what I was looking for.

    Cheers

Reply Children
No Data