<?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: log4net UdpAppender with IPv6 on Windows Vista and 7</title>
	<atom:link href="http://www.alteridem.net/2010/07/09/log4net-udpappender-with-ipv6-on-windows-vista-and-7/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.alteridem.net/2010/07/09/log4net-udpappender-with-ipv6-on-windows-vista-and-7/</link>
	<description>Software by Design</description>
	<lastBuildDate>Sat, 04 Feb 2012 10:08:18 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
	<item>
		<title>By: log4net UdpAppender with IPv6 on Windows Vista and 7 &#124; EntLib.net 技术分享平台</title>
		<link>http://www.alteridem.net/2010/07/09/log4net-udpappender-with-ipv6-on-windows-vista-and-7/comment-page-1/#comment-14653</link>
		<dc:creator>log4net UdpAppender with IPv6 on Windows Vista and 7 &#124; EntLib.net 技术分享平台</dc:creator>
		<pubDate>Fri, 29 Jul 2011 16:32:15 +0000</pubDate>
		<guid isPermaLink="false">http://www.alteridem.net/2010/07/09/log4net-udpappender-with-ipv6-on-windows-vista-and-7/#comment-14653</guid>
		<description>[...] log4net UdpAppender with IPv6 on Windows Vista and 7 [...]</description>
		<content:encoded><![CDATA[<p>[...] log4net UdpAppender with IPv6 on Windows Vista and 7 [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Create a .NET Windows Service in 5 steps with Topshelf &#187; Christoph De Baene</title>
		<link>http://www.alteridem.net/2010/07/09/log4net-udpappender-with-ipv6-on-windows-vista-and-7/comment-page-1/#comment-12077</link>
		<dc:creator>Create a .NET Windows Service in 5 steps with Topshelf &#187; Christoph De Baene</dc:creator>
		<pubDate>Wed, 16 Mar 2011 19:28:27 +0000</pubDate>
		<guid isPermaLink="false">http://www.alteridem.net/2010/07/09/log4net-udpappender-with-ipv6-on-windows-vista-and-7/#comment-12077</guid>
		<description>[...] the output directory of log4net.config is set to &#8216;Copy always&#8217; Note that there is an issue with log4net related to IPv6 and Windows Vista/7. You can fix it by adding the following [...]</description>
		<content:encoded><![CDATA[<p>[...] the output directory of log4net.config is set to &#8216;Copy always&#8217; Note that there is an issue with log4net related to IPv6 and Windows Vista/7. You can fix it by adding the following [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Ron Klein</title>
		<link>http://www.alteridem.net/2010/07/09/log4net-udpappender-with-ipv6-on-windows-vista-and-7/comment-page-1/#comment-11378</link>
		<dc:creator>Ron Klein</dc:creator>
		<pubDate>Tue, 15 Feb 2011 08:54:33 +0000</pubDate>
		<guid isPermaLink="false">http://www.alteridem.net/2010/07/09/log4net-udpappender-with-ipv6-on-windows-vista-and-7/#comment-11378</guid>
		<description>I had the same problem.
Here&#039;s a quick solution for those of you who still want to use log4net ;-)
Edit your Windows hosts file, and change the line:
# 127.0.0.1 localhost
to:
127.0.0.1 localhost
You&#039;ll need a simple text editor, but I guess you should run it as an administrator, otherwise your hosts file won&#039;t be saved.
Worked for me.
Cheers!</description>
		<content:encoded><![CDATA[<p>I had the same problem.<br />
Here&#8217;s a quick solution for those of you who still want to use log4net <img src='http://www.alteridem.net/wp-includes/images/smilies/icon_wink.gif' alt=';-)' class='wp-smiley' /><br />
Edit your Windows hosts file, and change the line:<br />
# 127.0.0.1 localhost<br />
to:<br />
127.0.0.1 localhost<br />
You&#8217;ll need a simple text editor, but I guess you should run it as an administrator, otherwise your hosts file won&#8217;t be saved.<br />
Worked for me.<br />
Cheers!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Shlomi</title>
		<link>http://www.alteridem.net/2010/07/09/log4net-udpappender-with-ipv6-on-windows-vista-and-7/comment-page-1/#comment-9723</link>
		<dc:creator>Shlomi</dc:creator>
		<pubDate>Mon, 15 Nov 2010 15:52:26 +0000</pubDate>
		<guid isPermaLink="false">http://www.alteridem.net/2010/07/09/log4net-udpappender-with-ipv6-on-windows-vista-and-7/#comment-9723</guid>
		<description>Hi!

Though your already moved to NLog - maybe for someone else who read this post.

We found a simple solution for this issue:
instead of using the UdpAppender on RemteAddress &#039;127.0.0.2&#039;:

for local machine:
use address such as &#039;log4view-local&#039; and add on your hosts file (C:\Windows\System32\drivers\etc\hosts)
127.0.0.1 log4view-local

don&#039;t forget to flush dns with ipconfig /flushdns, and ping log4view-local to make sure.

for other environments such as QA/Production - just set in your DNS - for example: log4view.qa.yourdomain.com - the related log4view machine&#039;s IP, and set in the UdpAppender RemoteAddress value &#039;log4view.qa.yourdomain.com&#039;.

worked great for us!

cheers,
Shlomi</description>
		<content:encoded><![CDATA[<p>Hi!</p>
<p>Though your already moved to NLog &#8211; maybe for someone else who read this post.</p>
<p>We found a simple solution for this issue:<br />
instead of using the UdpAppender on RemteAddress &#8217;127.0.0.2&#8242;:</p>
<p>for local machine:<br />
use address such as &#8216;log4view-local&#8217; and add on your hosts file (C:\Windows\System32\drivers\etc\hosts)<br />
127.0.0.1 log4view-local</p>
<p>don&#8217;t forget to flush dns with ipconfig /flushdns, and ping log4view-local to make sure.</p>
<p>for other environments such as QA/Production &#8211; just set in your DNS &#8211; for example: log4view.qa.yourdomain.com &#8211; the related log4view machine&#8217;s IP, and set in the UdpAppender RemoteAddress value &#8216;log4view.qa.yourdomain.com&#8217;.</p>
<p>worked great for us!</p>
<p>cheers,<br />
Shlomi</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: SteveW</title>
		<link>http://www.alteridem.net/2010/07/09/log4net-udpappender-with-ipv6-on-windows-vista-and-7/comment-page-1/#comment-8782</link>
		<dc:creator>SteveW</dc:creator>
		<pubDate>Tue, 20 Jul 2010 19:55:46 +0000</pubDate>
		<guid isPermaLink="false">http://www.alteridem.net/2010/07/09/log4net-udpappender-with-ipv6-on-windows-vista-and-7/#comment-8782</guid>
		<description>Just found this - many thanks for putting the revised build up there!</description>
		<content:encoded><![CDATA[<p>Just found this &#8211; many thanks for putting the revised build up there!</p>
]]></content:encoded>
	</item>
</channel>
</rss>

