Benutzer mit den meisten Antworten
Welche Protokolle verwendet WHS 2011?

Frage
Antworten
-
Hallo Sabine,
Ports die der WHS für den externen Zugriff benötigt sind hier beschrieben:
http://social.technet.microsoft.com/wiki/contents/articles/windows-home-server-router-setup.aspx
Service or Protocol
Port
HTTP
TCP 80
HTTPS
TCP 443
Remote Desktop Protocol (RDP)
TCP 4125
· HTTP is the protocol that your Web browser uses to view Web pages. You use this protocol to view your default Web page for Windows Home Server.
· HTTPS is the protocol that secures communication from a Web browser to your server. You use this protocol to view your Remote Access Web page for Windows Home Server.
· Remote Desktop Protocol is the service that is used to connect to your home computers via the Remote Access Computers tab.
Ports die der WHS intern benutzt kannst du wie folgt dokumentieren:
1. mit netstat
netstat: Zeigt alle geöffneten Netzwerkverbindungen an:
z.b.: netstat -n (Zeigt Adressen und Portnummern numerisch an)
2. mit fing von http://www.over-look.com
- zu Dokumentationszwecken kannst du das Tool installieren du erhälst eine Statistik im HTML Format, welche Protokolle und Services in diesem Zeitraum aktiv waren.
· Installiere das Tool auf einem Server
Der einfachste Parameter ist:
fing -s 192.168.1.10
Für deine Dokumentation würde ich die folgenen Parameter verwenden:
fing -s 192.168.1.10 -o html,report.html
Hier ist die Dokumentation : http://www.over-look.com/site/index.php/documentation/fing-manual
Die Ausgabe report.html sieht so aus:
Praktisch ist das du die Namen für die Protokolle gleich mit dokumentiert hast.
regards Andreas Brauckmann visit my blog on: http://www.brauckmann.ch
- Bearbeitet AndreasBrauckmann Sonntag, 9. Oktober 2011 18:11
- Als Antwort vorgeschlagen AndreasBrauckmann Mittwoch, 12. Oktober 2011 08:36
- Als Antwort markiert Sabine V Donnerstag, 13. Oktober 2011 09:52
Alle Antworten
-
Hallo Sabine,
Ports die der WHS für den externen Zugriff benötigt sind hier beschrieben:
http://social.technet.microsoft.com/wiki/contents/articles/windows-home-server-router-setup.aspx
Service or Protocol
Port
HTTP
TCP 80
HTTPS
TCP 443
Remote Desktop Protocol (RDP)
TCP 4125
· HTTP is the protocol that your Web browser uses to view Web pages. You use this protocol to view your default Web page for Windows Home Server.
· HTTPS is the protocol that secures communication from a Web browser to your server. You use this protocol to view your Remote Access Web page for Windows Home Server.
· Remote Desktop Protocol is the service that is used to connect to your home computers via the Remote Access Computers tab.
Ports die der WHS intern benutzt kannst du wie folgt dokumentieren:
1. mit netstat
netstat: Zeigt alle geöffneten Netzwerkverbindungen an:
z.b.: netstat -n (Zeigt Adressen und Portnummern numerisch an)
2. mit fing von http://www.over-look.com
- zu Dokumentationszwecken kannst du das Tool installieren du erhälst eine Statistik im HTML Format, welche Protokolle und Services in diesem Zeitraum aktiv waren.
· Installiere das Tool auf einem Server
Der einfachste Parameter ist:
fing -s 192.168.1.10
Für deine Dokumentation würde ich die folgenen Parameter verwenden:
fing -s 192.168.1.10 -o html,report.html
Hier ist die Dokumentation : http://www.over-look.com/site/index.php/documentation/fing-manual
Die Ausgabe report.html sieht so aus:
Praktisch ist das du die Namen für die Protokolle gleich mit dokumentiert hast.
regards Andreas Brauckmann visit my blog on: http://www.brauckmann.ch
- Bearbeitet AndreasBrauckmann Sonntag, 9. Oktober 2011 18:11
- Als Antwort vorgeschlagen AndreasBrauckmann Mittwoch, 12. Oktober 2011 08:36
- Als Antwort markiert Sabine V Donnerstag, 13. Oktober 2011 09:52