<?xml version="1.0" encoding="utf-8" ?>

<rss version="2.0" 
   xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
   xmlns:admin="http://webns.net/mvcb/"
   xmlns:dc="http://purl.org/dc/elements/1.1/"
   xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
   xmlns:wfw="http://wellformedweb.org/CommentAPI/"
   xmlns:content="http://purl.org/rss/1.0/modules/content/"
   >
<channel>
    
    <title>Hope This Helps - TCP/IP</title>
    <link>http://hope-this-helps.de/serendipity/</link>
    <description>IT Tipps</description>
    <dc:language>de</dc:language>
    <generator>Serendipity 1.6.2 - http://www.s9y.org/</generator>
    
    

<item>
    <title>Windows-Firewall: WMI für Firewall </title>
    <link>http://hope-this-helps.de/serendipity/archives/317-Windows-Firewall-WMI-fuer-Firewall.html</link>
            <category>Clients</category>
            <category>Server</category>
            <category>TCP/IP</category>
            <category>VBS / WSH</category>
            <category>Windows</category>
            <category>WMI / Powershell</category>
    
    <comments>http://hope-this-helps.de/serendipity/archives/317-Windows-Firewall-WMI-fuer-Firewall.html#comments</comments>
    <wfw:comment>http://hope-this-helps.de/serendipity/wfwcomment.php?cid=317</wfw:comment>

    <slash:comments>0</slash:comments>
    <wfw:commentRss>http://hope-this-helps.de/serendipity/rss.php?version=2.0&amp;type=comments&amp;cid=317</wfw:commentRss>
    

    <author>nospam@example.com (Ralf Entner)</author>
    <content:encoded>
    &lt;strong&gt;Problem&lt;/strong&gt;&lt;br /&gt;
Man möchte mittels WMI auf einen PC zugreifen wir jedoch von der Firewall blockiert.&lt;br /&gt;
Die Firewall-Konfiguration stellt den WMI-Dienst nicht zur Verfügung um diesen freizugeben.&lt;br /&gt;
&lt;br /&gt;
&lt;strong&gt;Lösung&lt;/strong&gt;&lt;br /&gt;
Die einfachste Möglichkeit die Freigabe zu aktivieren stellt der netsh-Befehl zur Verfügung.&lt;br /&gt;
Einfach in der Shell des Remote-Computers folgenden Befehl ausführen:&lt;br /&gt;
&lt;br /&gt;
&lt;blockquote&gt;netsh firewall set service RemoteAdmin enable&lt;/blockquote&gt;&lt;br /&gt;
&lt;br /&gt;
&lt;strong&gt;Quelle: &lt;/strong&gt;&lt;a href=&quot;http://www.poweradmin.com/help/enableWMI.aspx&quot;&gt;poweradmin.com: Enable WMI (Windows Management Instrumentation)&lt;/a&gt; 
    </content:encoded>

    <pubDate>Mon, 12 Dec 2011 09:40:21 +0100</pubDate>
    <guid isPermaLink="false">http://hope-this-helps.de/serendipity/archives/317-guid.html</guid>
    
</item>
<item>
    <title>Windows 7/Vista: TCP Auto-Tuning abschalten</title>
    <link>http://hope-this-helps.de/serendipity/archives/297-Windows-7Vista-TCP-Auto-Tuning-abschalten.html</link>
            <category>Clients</category>
            <category>TCP/IP</category>
    
    <comments>http://hope-this-helps.de/serendipity/archives/297-Windows-7Vista-TCP-Auto-Tuning-abschalten.html#comments</comments>
    <wfw:comment>http://hope-this-helps.de/serendipity/wfwcomment.php?cid=297</wfw:comment>

    <slash:comments>0</slash:comments>
    <wfw:commentRss>http://hope-this-helps.de/serendipity/rss.php?version=2.0&amp;type=comments&amp;cid=297</wfw:commentRss>
    

    <author>nospam@example.com (Ralf Entner)</author>
    <content:encoded>
    &lt;strong&gt;Problem&lt;/strong&gt;&lt;br /&gt;
Windows 7/Vista-Clients haben das Problem, dass es gelegentlich zu Netzwerkabbrüchen bzw. Speicherproblemen im Netzwerk kommt.&lt;br /&gt;
Auf den Switchen wird ein CRC-Error oder Excessiv Broadcast gemeldet.&lt;br /&gt;
&lt;br /&gt;
&lt;strong&gt;Lösung&lt;/strong&gt;&lt;br /&gt;
Man kann versuchen, die TCP Auto-Tuning Einstellungen, die bei Windows 7 und Vista standardmäßig aktiv sind, zu deaktivieren.&lt;br /&gt;
&lt;br /&gt;
Mit folgendem Befehl wird das Auto-Tuning deaktiviert:&lt;br /&gt;
&lt;blockquote&gt;netsh interface tcp set global autotuning=disabled&lt;/blockquote&gt;&lt;br /&gt;
&lt;br /&gt;
Mit folgendem Befehl wird das Auto-Tuning wieder mit dem Standardwert aktiviert:&lt;br /&gt;
&lt;blockquote&gt;netsh interface tcp set global autotuning=normal&lt;/blockquote&gt;&lt;br /&gt;
&lt;br /&gt;
&lt;strong&gt;Hinweis:&lt;/strong&gt;&lt;br /&gt;
Man beachte, bei aktivierter UAC, dass man CMD als Administrator ausführt!!&lt;br /&gt;
&lt;br /&gt;
&lt;strong&gt;Quelle:&lt;/strong&gt; &lt;u&gt;&lt;a href=&quot;http://www.mydigitallife.info/disable-tcp-auto-tuning-to-solve-slow-network-cannot-load-web-page-or-download-email-problems-in-vista/&quot;&gt;mydigitallife.info: Disable TCP Auto-Tuning to Solve Slow Network, Cannot Load Web Page or Download Email Problems in Vista&lt;/a&gt;&lt;/u&gt; 
    </content:encoded>

    <pubDate>Thu, 04 Aug 2011 15:08:03 +0200</pubDate>
    <guid isPermaLink="false">http://hope-this-helps.de/serendipity/archives/297-guid.html</guid>
    
</item>

</channel>
</rss>