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

Nutzer gelöscht

Hallo zusammen,

Versehentlich würde der letzt User in der L2TP Sektion der Sophos gelöscht, somit ist diese automatisch deaktiviert worden.

Nun lässt sich die L2TP over IPSec nicht mehr aktivieren, es folgt die Information

Das kein User ausgewählt worden ist, dies aber erforderlich wäre.

Das ist mir auch klar, jedoch ist der Bereich hell hinterlegt (deaktiviert) somit lässt sich kein User hinzufügen.

Kann mir da jemand helfen ?

Gruß und danke dome



This thread was automatically locked due to age.
Parents
  • (Sorry, my German-speaking brain isn't creating thoughts at the moment. [:(])

    This can be done as root at the command line:

    First, we need to know the REF_ of the L2TP/IPsec object:

    cc get remote_access l2tp

    (Assume that the result was REF_IpsL2t1.)

    Next, we need the REF_ for a user to add, let's assume the user object is named "dome":

    cc get_user_by_name dome

    (Assume that the result was REF_AaaUseDome.)

    Next, add the user to the User list in L2TP:

    cc change_object REF_IpsL2t1 users 'REF_AaaUseDome'

    Finally, enable L2TP/IPsec:

    cc change_object REF_IpsL2t1 status 1

    We can check our work with:

    cc get_object REF_IpsL2t1

    MfG - Bob (Bitte auf Deutsch weiterhin.)

     
    Sophos UTM Community Moderator
    Sophos Certified Architect - UTM
    Sophos Certified Engineer - XG
    Gold Solution Partner since 2005
    MediaSoft, Inc. USA
  • hab es zwar nicht so gelöst aber trotzdem Danke an alle.

    Hab die FW einfach auf Werkseinstellungen zurückgesetzt und neu konfiguriert.

    Gruß und danke

  • bei einer kleinen anlage ok, aber bei ner grossen konfiguration ist balfson's lösung angebracht ;)


    Sophos Platinum Partner 
    Sophos Certified Architect
    (Ceritfied UTM Architect / Certified XG Architect)

Reply Children
No Data