<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	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/"
		>
<channel>
	<title>Comments on: HOW TO : Microsoft Windows &#8211; Routing to /dev/null</title>
	<atom:link href="http://kudithipudi.org/2009/01/21/microsoft-windows-routing-to-devnull/feed/" rel="self" type="application/rss+xml" />
	<link>http://kudithipudi.org/2009/01/21/microsoft-windows-routing-to-devnull/</link>
	<description>Too much time on hand!!!</description>
	<lastBuildDate>Mon, 21 May 2012 11:58:43 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.2</generator>
	<item>
		<title>By: HOW TO : Route traffic to loopback interface in Linux &#124; Kudithipudi.Org</title>
		<link>http://kudithipudi.org/2009/01/21/microsoft-windows-routing-to-devnull/comment-page-1/#comment-159862</link>
		<dc:creator>HOW TO : Route traffic to loopback interface in Linux &#124; Kudithipudi.Org</dc:creator>
		<pubDate>Tue, 27 Mar 2012 04:02:15 +0000</pubDate>
		<guid isPermaLink="false">http://kudithipudi.org/?p=478#comment-159862</guid>
		<description>[...] in 2009 (last decade!!  ), I wrote a blog post on how you can trick windows to route traffic destined to a particular IP address to a black-hole. [...]</description>
		<content:encoded><![CDATA[<p>[...] in 2009 (last decade!!  ), I wrote a blog post on how you can trick windows to route traffic destined to a particular IP address to a black-hole. [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: AlexeyAA</title>
		<link>http://kudithipudi.org/2009/01/21/microsoft-windows-routing-to-devnull/comment-page-1/#comment-142534</link>
		<dc:creator>AlexeyAA</dc:creator>
		<pubDate>Wed, 03 Aug 2011 13:07:05 +0000</pubDate>
		<guid isPermaLink="false">http://kudithipudi.org/?p=478#comment-142534</guid>
		<description>Upss! With the MS Loopback I bumped into an issue today. On Windows 2000 Server it was revealed that you must not disable &quot;File and Printer Sharing for MS Network&quot; option for this adapter on Active Directory Domain Controller, otherwise you will not be able to configure Group Policy Objects on this server. There is the hint from Microsoft about: http://support.microsoft.com/kb/257435/en-us</description>
		<content:encoded><![CDATA[<p>Upss! With the MS Loopback I bumped into an issue today. On Windows 2000 Server it was revealed that you must not disable &#8220;File and Printer Sharing for MS Network&#8221; option for this adapter on Active Directory Domain Controller, otherwise you will not be able to configure Group Policy Objects on this server. There is the hint from Microsoft about: <a href="http://support.microsoft.com/kb/257435/en-us" rel="nofollow">http://support.microsoft.com/kb/257435/en-us</a></p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Vinay</title>
		<link>http://kudithipudi.org/2009/01/21/microsoft-windows-routing-to-devnull/comment-page-1/#comment-141610</link>
		<dc:creator>Vinay</dc:creator>
		<pubDate>Mon, 25 Jul 2011 02:03:31 +0000</pubDate>
		<guid isPermaLink="false">http://kudithipudi.org/?p=478#comment-141610</guid>
		<description>Thx for sharing this Alexey.</description>
		<content:encoded><![CDATA[<p>Thx for sharing this Alexey.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: AexeyAA</title>
		<link>http://kudithipudi.org/2009/01/21/microsoft-windows-routing-to-devnull/comment-page-1/#comment-141511</link>
		<dc:creator>AexeyAA</dc:creator>
		<pubDate>Sat, 23 Jul 2011 23:10:52 +0000</pubDate>
		<guid isPermaLink="false">http://kudithipudi.org/?p=478#comment-141511</guid>
		<description>better to see once than hear ten times :-)
http://www.youtube.com/watch?v=uIKOQHbMXOo
loopback returns packets back where they came from, so they die in the system</description>
		<content:encoded><![CDATA[<p>better to see once than hear ten times <img src='http://kudithipudi.org/wp-includes/images/smilies/icon_smile.gif' alt=':-)' class='wp-smiley' /><br />
<a href="http://www.youtube.com/watch?v=uIKOQHbMXOo" rel="nofollow">http://www.youtube.com/watch?v=uIKOQHbMXOo</a><br />
loopback returns packets back where they came from, so they die in the system</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: AexeyAA</title>
		<link>http://kudithipudi.org/2009/01/21/microsoft-windows-routing-to-devnull/comment-page-1/#comment-141503</link>
		<dc:creator>AexeyAA</dc:creator>
		<pubDate>Sat, 23 Jul 2011 22:16:59 +0000</pubDate>
		<guid isPermaLink="false">http://kudithipudi.org/?p=478#comment-141503</guid>
		<description>windows dn&#039;t permit forwarding packets to 127.0.0.1 but you can add/create loopback device in a system, assing stupid ip address to it and create any route to forward packets to it. So, you should open control panel/add hardware/select &quot;add a new hardware&quot;/select &quot;install the hardware manualy&quot;/select &quot;network adapters&quot;/select Microsoft-Microsoft Loopback Adapter. After that you will see a knew network adapter in Network Connections. In its properties you are better to disable all options besides tcp/ip-ip address, which you may assing as 1.0.0.1 255.255.255.252, 
for example (and no gateway, of course). Now you may ban google dns like that
route -p add 8.8.8.8 mask 255.255.255.255 1.0.0.1</description>
		<content:encoded><![CDATA[<p>windows dn&#8217;t permit forwarding packets to 127.0.0.1 but you can add/create loopback device in a system, assing stupid ip address to it and create any route to forward packets to it. So, you should open control panel/add hardware/select &#8220;add a new hardware&#8221;/select &#8220;install the hardware manualy&#8221;/select &#8220;network adapters&#8221;/select Microsoft-Microsoft Loopback Adapter. After that you will see a knew network adapter in Network Connections. In its properties you are better to disable all options besides tcp/ip-ip address, which you may assing as 1.0.0.1 255.255.255.252,<br />
for example (and no gateway, of course). Now you may ban google dns like that<br />
route -p add 8.8.8.8 mask 255.255.255.255 1.0.0.1</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Vinay</title>
		<link>http://kudithipudi.org/2009/01/21/microsoft-windows-routing-to-devnull/comment-page-1/#comment-140045</link>
		<dc:creator>Vinay</dc:creator>
		<pubDate>Thu, 14 Jul 2011 16:09:24 +0000</pubDate>
		<guid isPermaLink="false">http://kudithipudi.org/?p=478#comment-140045</guid>
		<description>Juha - Thx for sharing your experience..

- V</description>
		<content:encoded><![CDATA[<p>Juha &#8211; Thx for sharing your experience..</p>
<p>- V</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Juha Jurvanen</title>
		<link>http://kudithipudi.org/2009/01/21/microsoft-windows-routing-to-devnull/comment-page-1/#comment-139776</link>
		<dc:creator>Juha Jurvanen</dc:creator>
		<pubDate>Tue, 12 Jul 2011 11:30:42 +0000</pubDate>
		<guid isPermaLink="false">http://kudithipudi.org/?p=478#comment-139776</guid>
		<description>Good article. 
What I wanted to achiev was actually to block an incoming IP from an external source and I didn&#039;ät want to do via firewall rules for variuos reasons

I didn&#039;t actually get it to work exactly the way you descripbed it. If I used an unusued IP address the server actually still would route trafic to the target.

 So , here&#039;s what I did instead. I used the local machines IP address instead i.e. 
if the server had local IP address 192.168.0.2 and the defalut GW was 192.168.0.1 I just used route add {unwanted IP address] 192.168.0.2  
 instead of having it use 192.168.0.1 as default. Of course the IP address one would point it to can&#039;t have routing enabled.. 

but still, you did point me in the right direction . 
Oh, system was a 2008 server so there might be a difference in windows releases also 


Cheers /
Juha Jurvanen 
CTO Red Cloud IT</description>
		<content:encoded><![CDATA[<p>Good article.<br />
What I wanted to achiev was actually to block an incoming IP from an external source and I didn&#8217;ät want to do via firewall rules for variuos reasons</p>
<p>I didn&#8217;t actually get it to work exactly the way you descripbed it. If I used an unusued IP address the server actually still would route trafic to the target.</p>
<p> So , here&#8217;s what I did instead. I used the local machines IP address instead i.e.<br />
if the server had local IP address 192.168.0.2 and the defalut GW was 192.168.0.1 I just used route add {unwanted IP address] 192.168.0.2<br />
 instead of having it use 192.168.0.1 as default. Of course the IP address one would point it to can&#8217;t have routing enabled.. </p>
<p>but still, you did point me in the right direction .<br />
Oh, system was a 2008 server so there might be a difference in windows releases also </p>
<p>Cheers /<br />
Juha Jurvanen<br />
CTO Red Cloud IT</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Daniel Harrell</title>
		<link>http://kudithipudi.org/2009/01/21/microsoft-windows-routing-to-devnull/comment-page-1/#comment-126920</link>
		<dc:creator>Daniel Harrell</dc:creator>
		<pubDate>Mon, 07 Feb 2011 14:41:36 +0000</pubDate>
		<guid isPermaLink="false">http://kudithipudi.org/?p=478#comment-126920</guid>
		<description>Thank you for posting this. Goog content. I bookmarked your blog. Thanks again.</description>
		<content:encoded><![CDATA[<p>Thank you for posting this. Goog content. I bookmarked your blog. Thanks again.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Jesse Phaneuf</title>
		<link>http://kudithipudi.org/2009/01/21/microsoft-windows-routing-to-devnull/comment-page-1/#comment-121497</link>
		<dc:creator>Jesse Phaneuf</dc:creator>
		<pubDate>Mon, 23 Aug 2010 06:52:50 +0000</pubDate>
		<guid isPermaLink="false">http://kudithipudi.org/?p=478#comment-121497</guid>
		<description>flash</description>
		<content:encoded><![CDATA[<p>flash</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: David Webster</title>
		<link>http://kudithipudi.org/2009/01/21/microsoft-windows-routing-to-devnull/comment-page-1/#comment-114822</link>
		<dc:creator>David Webster</dc:creator>
		<pubDate>Sat, 07 Nov 2009 20:19:54 +0000</pubDate>
		<guid isPermaLink="false">http://kudithipudi.org/?p=478#comment-114822</guid>
		<description>Sometimes &quot;smart&quot; gets trumped by &quot;urgency&quot;.  I enjoyed reading your post.</description>
		<content:encoded><![CDATA[<p>Sometimes &#8220;smart&#8221; gets trumped by &#8220;urgency&#8221;.  I enjoyed reading your post.</p>
]]></content:encoded>
	</item>
</channel>
</rss>

