<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>Windows Server How To &#187; Networking</title>
	<atom:link href="http://windows-server-howto.com/categories/networking/feed/" rel="self" type="application/rss+xml" />
	<link>http://windows-server-howto.com</link>
	<description>Your Windows Server Knowledge Base</description>
	<lastBuildDate>Tue, 27 Jul 2010 12:13:32 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.8.4</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>Windows server 2008 Core &#8211; How to set static IP address via command line</title>
		<link>http://windows-server-howto.com/2009/07/30/windows-server-2008-core-how-to-set-static-ip-address-via-command-line/</link>
		<comments>http://windows-server-howto.com/2009/07/30/windows-server-2008-core-how-to-set-static-ip-address-via-command-line/#comments</comments>
		<pubDate>Thu, 30 Jul 2009 09:21:20 +0000</pubDate>
		<dc:creator>Mark</dc:creator>
				<category><![CDATA[Command line]]></category>
		<category><![CDATA[Networking]]></category>
		<category><![CDATA[Windows 2008]]></category>
		<category><![CDATA[2008]]></category>
		<category><![CDATA[command line]]></category>
		<category><![CDATA[core]]></category>
		<category><![CDATA[DNS]]></category>
		<category><![CDATA[how to]]></category>
		<category><![CDATA[IP]]></category>
		<category><![CDATA[server]]></category>
		<category><![CDATA[windows]]></category>

		<guid isPermaLink="false">http://windowshowtodo.com/?p=216</guid>
		<description><![CDATA[This topic will show how to set static IP 192.168.0.10 with mask 255.255.255.0 to your Windows server 2008 Core interface named &#8220;Local Area Connection&#8221; .
Also we will set DNS server IP 192.168.0.11.
To set static IP address and mask type:
netsh interface ipv4 set address name=&#8221;Local Area Connection&#8221; source=static address=192.168.0.10 mask 255.255.255.0
To set DNS server IP type:
netsh [...]]]></description>
		<wfw:commentRss>http://windows-server-howto.com/2009/07/30/windows-server-2008-core-how-to-set-static-ip-address-via-command-line/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Windows server 2003 and Windows XP &#8211; How to reset winsock catalog</title>
		<link>http://windows-server-howto.com/2009/05/19/windows-server-2003-and-windows-xp-how-to-reset-winsock/</link>
		<comments>http://windows-server-howto.com/2009/05/19/windows-server-2003-and-windows-xp-how-to-reset-winsock/#comments</comments>
		<pubDate>Tue, 19 May 2009 19:11:57 +0000</pubDate>
		<dc:creator>aidas</dc:creator>
				<category><![CDATA[Command line]]></category>
		<category><![CDATA[Networking]]></category>
		<category><![CDATA[Windows 2003]]></category>
		<category><![CDATA[Windows XP]]></category>
		<category><![CDATA[2003]]></category>
		<category><![CDATA[how to]]></category>
		<category><![CDATA[server]]></category>
		<category><![CDATA[windows]]></category>
		<category><![CDATA[xp]]></category>

		<guid isPermaLink="false">http://windowshowtodo.com/?p=1113</guid>
		<description><![CDATA[This post will show you how to clear up Winsock Catalog on your Windows server 2003 or Windows XP machine. To do it open command line and type:
netsh winsock reset
Restart your computer after this.
Note that you might need to run IP reset afterwards to completely rebuild your IP stack.
? Winsock catalog &#8211; is the interface [...]]]></description>
		<wfw:commentRss>http://windows-server-howto.com/2009/05/19/windows-server-2003-and-windows-xp-how-to-reset-winsock/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Windows server 2003 and Windows XP &#8211; How to reset IP stack</title>
		<link>http://windows-server-howto.com/2009/05/18/windows-server-2003-and-windows-xp-how-to-reset-ip-stack/</link>
		<comments>http://windows-server-howto.com/2009/05/18/windows-server-2003-and-windows-xp-how-to-reset-ip-stack/#comments</comments>
		<pubDate>Mon, 18 May 2009 19:12:16 +0000</pubDate>
		<dc:creator>aidas</dc:creator>
				<category><![CDATA[Command line]]></category>
		<category><![CDATA[Networking]]></category>
		<category><![CDATA[Windows 2003]]></category>
		<category><![CDATA[Windows XP]]></category>
		<category><![CDATA[2003]]></category>
		<category><![CDATA[how to]]></category>
		<category><![CDATA[server]]></category>
		<category><![CDATA[windows]]></category>
		<category><![CDATA[xp]]></category>

		<guid isPermaLink="false">http://windowshowtodo.com/?p=1099</guid>
		<description><![CDATA[This post will show you the way how to reset IP stack on your Windows server 2003 or Windows XP machine. Lets say we want to reset IP stack and write log to C:\resetlog.txt file. Note that log file is not optional parameter. To perform reset open command line and type:
netsh int ip reset C:\resetlog.txt
]]></description>
		<wfw:commentRss>http://windows-server-howto.com/2009/05/18/windows-server-2003-and-windows-xp-how-to-reset-ip-stack/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Windows XP &#8211; How to run Network Diagnostics scan</title>
		<link>http://windows-server-howto.com/2009/05/18/windows-xp-how-to-run-network-diagnostics-scan/</link>
		<comments>http://windows-server-howto.com/2009/05/18/windows-xp-how-to-run-network-diagnostics-scan/#comments</comments>
		<pubDate>Mon, 18 May 2009 13:05:20 +0000</pubDate>
		<dc:creator>aidas</dc:creator>
				<category><![CDATA[Networking]]></category>
		<category><![CDATA[Tools]]></category>
		<category><![CDATA[Windows XP]]></category>
		<category><![CDATA[how to]]></category>
		<category><![CDATA[server]]></category>
		<category><![CDATA[windows]]></category>
		<category><![CDATA[xp]]></category>

		<guid isPermaLink="false">http://windowshowtodo.com/?p=1083</guid>
		<description><![CDATA[This post will show you how to run Network Diagnostics scan to test your network connectivity and troubleshoot related issues. I personally run this tool first thing every time i troubleshoot network related issues on client system. To run scan open command line on your Windows XP and type:
netsh diag gui
In &#8220;Network Diagnostics&#8221; windows select [...]]]></description>
		<wfw:commentRss>http://windows-server-howto.com/2009/05/18/windows-xp-how-to-run-network-diagnostics-scan/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Windows server 2003 &#8211; How to build IPsec policy rule via command line</title>
		<link>http://windows-server-howto.com/2009/05/15/windows-server-2003-how-to-build-ipsec-policy-rule-via-command-line/</link>
		<comments>http://windows-server-howto.com/2009/05/15/windows-server-2003-how-to-build-ipsec-policy-rule-via-command-line/#comments</comments>
		<pubDate>Fri, 15 May 2009 11:10:14 +0000</pubDate>
		<dc:creator>aidas</dc:creator>
				<category><![CDATA[Command line]]></category>
		<category><![CDATA[Networking]]></category>
		<category><![CDATA[Windows 2003]]></category>
		<category><![CDATA[how to]]></category>
		<category><![CDATA[server]]></category>
		<category><![CDATA[windows]]></category>

		<guid isPermaLink="false">http://windowshowtodo.com/?p=1034</guid>
		<description><![CDATA[This post will show you how to build IPsec policy rule using command line on your Windows server 2003.
Lets say we want to block TCP 80 port to make internal web sites inaccessible. First of all we need to create IPsec policy. To do it open command line and type:
netsh ipsec static add policy name=&#8221;Block [...]]]></description>
		<wfw:commentRss>http://windows-server-howto.com/2009/05/15/windows-server-2003-how-to-build-ipsec-policy-rule-via-command-line/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Windows server 2003 and Windows XP &#8211; How to change the binding order of network adapters</title>
		<link>http://windows-server-howto.com/2009/05/14/windows-server-2003-and-windows-xp-how-to-change-the-binding-order-of-network-adapters/</link>
		<comments>http://windows-server-howto.com/2009/05/14/windows-server-2003-and-windows-xp-how-to-change-the-binding-order-of-network-adapters/#comments</comments>
		<pubDate>Thu, 14 May 2009 06:03:24 +0000</pubDate>
		<dc:creator>aidas</dc:creator>
				<category><![CDATA[Networking]]></category>
		<category><![CDATA[Windows 2003]]></category>
		<category><![CDATA[Windows XP]]></category>
		<category><![CDATA[how to]]></category>
		<category><![CDATA[server]]></category>
		<category><![CDATA[windows]]></category>
		<category><![CDATA[xp]]></category>

		<guid isPermaLink="false">http://windowshowtodo.com/?p=952</guid>
		<description><![CDATA[This post will show you how to change binding order of network adapters in your Windows server. Usually you have several network adapters that are connected to different networks. Also you may have a program that uses only first connection in the network connections list and you may want to make sure that this network [...]]]></description>
		<wfw:commentRss>http://windows-server-howto.com/2009/05/14/windows-server-2003-and-windows-xp-how-to-change-the-binding-order-of-network-adapters/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Windows server 2003 and Windows XP &#8211; How to disable NetBIOS over TCP/IP</title>
		<link>http://windows-server-howto.com/2009/05/13/windows-server-2003-and-windows-xp-how-to-disable-netbios-over-tcpip/</link>
		<comments>http://windows-server-howto.com/2009/05/13/windows-server-2003-and-windows-xp-how-to-disable-netbios-over-tcpip/#comments</comments>
		<pubDate>Wed, 13 May 2009 09:11:25 +0000</pubDate>
		<dc:creator>aidas</dc:creator>
				<category><![CDATA[Networking]]></category>
		<category><![CDATA[Windows 2008]]></category>
		<category><![CDATA[Windows XP]]></category>
		<category><![CDATA[how to]]></category>
		<category><![CDATA[server]]></category>
		<category><![CDATA[windows]]></category>

		<guid isPermaLink="false">http://windowshowtodo.com/?p=591</guid>
		<description><![CDATA[This post will show you how to disable NetBIOS over TCP/IP on your Windows server 2003. NetBIOS over TCP/IP is a must for legacy windows os (pre windows 2000) and applications based on NetBIOS resolving. If you dont have any of these you can get rid of NetBIOS in a few clicks.
To disable NETBIOS over [...]]]></description>
		<wfw:commentRss>http://windows-server-howto.com/2009/05/13/windows-server-2003-and-windows-xp-how-to-disable-netbios-over-tcpip/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Windows server 2003 &#8211; How to clear arp cache via command line</title>
		<link>http://windows-server-howto.com/2009/05/08/windows-server-2003-how-to-clear-arp-cache-via-command-line/</link>
		<comments>http://windows-server-howto.com/2009/05/08/windows-server-2003-how-to-clear-arp-cache-via-command-line/#comments</comments>
		<pubDate>Fri, 08 May 2009 12:41:32 +0000</pubDate>
		<dc:creator>aidas</dc:creator>
				<category><![CDATA[Command line]]></category>
		<category><![CDATA[Networking]]></category>
		<category><![CDATA[Windows 2003]]></category>
		<category><![CDATA[2003]]></category>
		<category><![CDATA[command line]]></category>
		<category><![CDATA[how to]]></category>
		<category><![CDATA[server]]></category>
		<category><![CDATA[windows]]></category>

		<guid isPermaLink="false">http://windowshowtodo.com/?p=511</guid>
		<description><![CDATA[This post will show you how to clear arp cache on your Windows server 2003 using command line. To do it open command line and type:
netsh interface ip delete arpcache
]]></description>
		<wfw:commentRss>http://windows-server-howto.com/2009/05/08/windows-server-2003-how-to-clear-arp-cache-via-command-line/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Windows server 2008 &#8211; How to view network configuration remotely</title>
		<link>http://windows-server-howto.com/2009/05/07/windows-server-2008-how-to-view-network-configuration-remotely/</link>
		<comments>http://windows-server-howto.com/2009/05/07/windows-server-2008-how-to-view-network-configuration-remotely/#comments</comments>
		<pubDate>Thu, 07 May 2009 18:23:11 +0000</pubDate>
		<dc:creator>aidas</dc:creator>
				<category><![CDATA[Command line]]></category>
		<category><![CDATA[Networking]]></category>
		<category><![CDATA[Windows 2008]]></category>
		<category><![CDATA[2008]]></category>
		<category><![CDATA[command line]]></category>
		<category><![CDATA[how to]]></category>
		<category><![CDATA[server]]></category>
		<category><![CDATA[windows]]></category>

		<guid isPermaLink="false">http://windowshowtodo.com/?p=494</guid>
		<description><![CDATA[This post will show you how to view network configuration on remote server using command line. Lets say we want to check network configuration on remote server named &#8220;Testserver1&#8243;. To do it open command line on your Windows server 2008 and type:
netsh -r Testserver1 interface ip show config
If you need to supply different credentials to [...]]]></description>
		<wfw:commentRss>http://windows-server-howto.com/2009/05/07/windows-server-2008-how-to-view-network-configuration-remotely/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Windows server 2003 &#8211; How to check remote port availability</title>
		<link>http://windows-server-howto.com/2009/05/07/windows-server-2003-how-to-check-remote-port-availability/</link>
		<comments>http://windows-server-howto.com/2009/05/07/windows-server-2003-how-to-check-remote-port-availability/#comments</comments>
		<pubDate>Thu, 07 May 2009 07:52:37 +0000</pubDate>
		<dc:creator>aidas</dc:creator>
				<category><![CDATA[Command line]]></category>
		<category><![CDATA[Networking]]></category>
		<category><![CDATA[Tools]]></category>
		<category><![CDATA[Windows 2003]]></category>
		<category><![CDATA[2003]]></category>
		<category><![CDATA[command line]]></category>
		<category><![CDATA[how to]]></category>
		<category><![CDATA[server]]></category>
		<category><![CDATA[windows]]></category>

		<guid isPermaLink="false">http://windowshowtodo.com/?p=437</guid>
		<description><![CDATA[This post will show you how to check if remote port is listening for incoming connections. Lets say we want to query server named &#8220;testserver&#8221; to check if TCP port 3389 (Remote desktop connection) is listening. Open command line and type:
portqry /n testserver /p TCP /e 3389
Note that portqry is part of Windows server 2003 [...]]]></description>
		<wfw:commentRss>http://windows-server-howto.com/2009/05/07/windows-server-2003-how-to-check-remote-port-availability/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Windows server 2003 &#8211; How to capture network traffic</title>
		<link>http://windows-server-howto.com/2009/05/07/windows-server-2003-how-to-capture-network-traffic/</link>
		<comments>http://windows-server-howto.com/2009/05/07/windows-server-2003-how-to-capture-network-traffic/#comments</comments>
		<pubDate>Thu, 07 May 2009 07:35:11 +0000</pubDate>
		<dc:creator>aidas</dc:creator>
				<category><![CDATA[Command line]]></category>
		<category><![CDATA[Networking]]></category>
		<category><![CDATA[Windows 2003]]></category>
		<category><![CDATA[2003]]></category>
		<category><![CDATA[how to]]></category>
		<category><![CDATA[server]]></category>
		<category><![CDATA[windows]]></category>

		<guid isPermaLink="false">http://windowshowtodo.com/?p=433</guid>
		<description><![CDATA[If you want to capture network traffic on your Windows server 2003 this how to will show you the way to go. For this case we can use nice utility from Windows support tools netcap. When first run this tool will install Network Monitoring Driver on your server. Ok, lets say we want to monitor [...]]]></description>
		<wfw:commentRss>http://windows-server-howto.com/2009/05/07/windows-server-2003-how-to-capture-network-traffic/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Windows server 2003/2008 &#8211; How to check network connectivity</title>
		<link>http://windows-server-howto.com/2009/05/07/windows-server-20032008-how-to-check-network-connectivity/</link>
		<comments>http://windows-server-howto.com/2009/05/07/windows-server-20032008-how-to-check-network-connectivity/#comments</comments>
		<pubDate>Thu, 07 May 2009 06:43:40 +0000</pubDate>
		<dc:creator>aidas</dc:creator>
				<category><![CDATA[Command line]]></category>
		<category><![CDATA[Networking]]></category>
		<category><![CDATA[Windows 2003]]></category>
		<category><![CDATA[Windows 2008]]></category>
		<category><![CDATA[2003]]></category>
		<category><![CDATA[2008]]></category>
		<category><![CDATA[how to]]></category>
		<category><![CDATA[network]]></category>
		<category><![CDATA[server]]></category>
		<category><![CDATA[windows]]></category>

		<guid isPermaLink="false">http://windowshowtodo.com/?p=424</guid>
		<description><![CDATA[If you have network connectivity problems on your Windows server 2003 this how to is for you. Lets say we have problem with connecting to network resource and want to troubleshoot this. Open command line on your server and type:
netdiag
These tests are performed by running netdiag:
# Netcard queries test
# IpConfig test
# Autoconfiguration test (APIPA)
# NetBT [...]]]></description>
		<wfw:commentRss>http://windows-server-howto.com/2009/05/07/windows-server-20032008-how-to-check-network-connectivity/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
