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

Volle Windows-Funktionalität über Sophos UTM 9.6

Hallo zusammen,

ich habe Windows 2016 Server in einem internen Netzwerk, unter anderen AD-Server und Fileserver mit Windows-Freigaben. Die Clients mit Windows 10 Pro stehen in einem Backbone-Netzwerk, vom internen Netzwerk durch eine Sophos UTM 9.6 Firewall getrennt.

Welche Ports müssen für volle Windows-Funktionalität über die Firewall offen sein? Mit voller Windows-Funktionalität meine ich:

  • Anmeldung am AD
  • Verbindung von Netzlaufwerken mit den Windows-Freigaben im internen Netz

Danke im Voraus für hilfreiche Antworten!

VG

U.P.



This thread was automatically locked due to age.
Parents Reply
  • Hallo Sascha,

    auf den Artikel bin ich mittlerweile selber auch schon gestoßen, dennoch vielen Dank!

    Teilweise hat es auch funktioniert, aber gelöst habe ich das Problem auf ganz andere Art. Ich bin noch am testen um herauszufinden, welche Lösung die bessere ist.

     

    VG, Ulrich

Children
  • Hi Ulrich, 

     

    lass und daran gern teilhaben. 

  • Hallo Ulrich,

    Herzlich willkommen hier in der Community !

    (Sorry, my German-speaking brain isn't creating thoughts at the moment. [:(])

    When using the Firewall Live Log, put the IP address of the server in the Filter box and touch enter - then you will only see the traffic to or from it.

    As an alternative, you can get a list of the ports being blocked with the following at the command line for a server with IP 172.21.3.4:

    grep block /var/log/packetfilter.log|grep '172.21.3.4'|grep -oP 'dstport=".*?"'|sort -n|uniq -c

    MfG - Bob (Bitte auf Deutsch weiterhin.)