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

<rss version="2.0" xmlns:blogChannel="http://backend.userland.com/blogChannelModule">

<channel>
<title>Topic &#x27;Re: [Other] Windows 2008 ping issue&#x27; in forum &#x27;IPv6&#x27; - dslreports.com</title>
<link>http://www.dslreports.com/forum/Re-Other-Windows-2008-ping-issue-21022964</link>
<description></description>
<language>en</language>
<pubDate>Sat, 11 Feb 2012 06:33:10 EDT</pubDate>
<lastBuildDate>Sat, 11 Feb 2012 06:33:10 EDT</lastBuildDate>

<item>
<title>Re: [Other] Windows 2008 ping issue</title>
<link>http://www.dslreports.com/forum/Re-Other-Windows-2008-ping-issue-21048498</link>
<description><![CDATA[teknoman posted : Now to figure out how to setup my DHCPv6 server to the prefix information...]]></description>
<guid isPermaLink="true">http://www.dslreports.com/forum/Re-Other-Windows-2008-ping-issue-21048498</guid>
<pubDate>Tue, 02 Sep 2008 23:18:50 EDT</pubDate>
</item>

<item>
<title>Re: [Other] Windows 2008 ping issue</title>
<link>http://www.dslreports.com/forum/Re-Other-Windows-2008-ping-issue-21048482</link>
<description><![CDATA[teknoman posted : I figured it out!  It seems for some reason my DHCPv6 server is not sending out the subnet prefix.  I checked my routing table with netstat -rn and I did not find an entry regarding my fd00::/64 dhcpv6 prefix.<br><br>To those who want to add it in by hand<br><br>netsh interface ipv6 add route *IPv6Address/Integer(Prefix)* *Name of Interface* *Next hop* " (this can be changed how your network is setup.  Like ::/0 to make a default gateway path)<br><br>More details on the command here<br>&raquo;<A HREF="http://technet.microsoft.com/en-us/library/cc740203.aspx#BKMK_6" >technet.microsoft.com/en-us/libr&middot;&middot;&middot;x#BKMK_6</A><br><br>Thank you everybody.  Had to combine what everybody said and use it as a hint...]]></description>
<guid isPermaLink="true">http://www.dslreports.com/forum/Re-Other-Windows-2008-ping-issue-21048482</guid>
<pubDate>Tue, 02 Sep 2008 23:16:34 EDT</pubDate>
</item>

<item>
<title>Re: [Other] Windows 2008 ping issue</title>
<link>http://www.dslreports.com/forum/Re-Other-Windows-2008-ping-issue-21047161</link>
<description><![CDATA[teknoman posted : I turned off the firewall on both systems.  I can ping using the local-link address.]]></description>
<guid isPermaLink="true">http://www.dslreports.com/forum/Re-Other-Windows-2008-ping-issue-21047161</guid>
<pubDate>Tue, 02 Sep 2008 19:04:08 EDT</pubDate>
</item>

<item>
<title>Re: [Other] Windows 2008 ping issue</title>
<link>http://www.dslreports.com/forum/Re-Other-Windows-2008-ping-issue-21047124</link>
<description><![CDATA[ajmas posted : Another possibility is that the host has been configured not to respond to pings (note that the IPv4 and IPv6 rules may be different if a firewall is involved). In this case the only alternative it to attempt a connection to a known open port and see if you can temporarily establish a connection.]]></description>
<guid isPermaLink="true">http://www.dslreports.com/forum/Re-Other-Windows-2008-ping-issue-21047124</guid>
<pubDate>Tue, 02 Sep 2008 18:57:18 EDT</pubDate>
</item>

<item>
<title>Re: [Other] Windows 2008 ping issue</title>
<link>http://www.dslreports.com/forum/Re-Other-Windows-2008-ping-issue-21047097</link>
<description><![CDATA[teknoman posted : Ping6 is now part of regular ping in Windows 2008 (The Command is no longer there).  I did try ping -6 as well to force IPv6.]]></description>
<guid isPermaLink="true">http://www.dslreports.com/forum/Re-Other-Windows-2008-ping-issue-21047097</guid>
<pubDate>Tue, 02 Sep 2008 18:53:50 EDT</pubDate>
</item>

<item>
<title>Re: [Other] Windows 2008 ping issue</title>
<link>http://www.dslreports.com/forum/Re-Other-Windows-2008-ping-issue-21045564</link>
<description><![CDATA[ajmas posted : What command are you using for doing your ping? Generally you will need to use the ping6 command to ping IPv6 addresses]]></description>
<guid isPermaLink="true">http://www.dslreports.com/forum/Re-Other-Windows-2008-ping-issue-21045564</guid>
<pubDate>Tue, 02 Sep 2008 14:30:02 EDT</pubDate>
</item>

<item>
<title>Re: [Other] Windows 2008 ping issue</title>
<link>http://www.dslreports.com/forum/Re-Other-Windows-2008-ping-issue-21030208</link>
<description><![CDATA[R2 posted : Probably belongs in the Networking forum or IPv6 forum - I have to assume the IPv6 forum exists, I have never seen it! :)<br><br>Regardless, all I can tell you is that Error Code 1231 = "The network location cannot be reached"...]]></description>
<guid isPermaLink="true">http://www.dslreports.com/forum/Re-Other-Windows-2008-ping-issue-21030208</guid>
<pubDate>Sat, 30 Aug 2008 01:18:20 EDT</pubDate>
</item>

<item>
<title>[Other] Windows 2008 ping issue</title>
<link>http://www.dslreports.com/forum/Other-Windows-2008-ping-issue-21022964</link>
<description><![CDATA[teknoman posted : Hello Everyone,<br><br>I'm not sure if I should post it here or in IPv6 section but here goes.<br><br>I have a Windows 2008x64 DHCPv6 and DNS server setup with a static IPv6 address.<br><br>I setup another Windows 2008x64 system (PC1) as a test system.<br>For this system I enabled stateful mode by using netsh<br><br>netsh interface ipv6 set interface "Local Area Connection 2" advertise=enable managed=enable<br><br>So now PC1 picks up the DHCPv6 address and DNS from the server.<br><br>However when I try to ping the server I receive a<br>"PING: transmit failed, error code 1231."<br><br>The odd thing is that when I create a static IPv6 address <br>netsh interface ipv6 add address "Local Area Connection 2" fd00::1 now ping works.<br><br>Does anybody know why this works?<br><br>Someone else had the same issue here<br>&raquo;<A HREF="http://forums.technet.microsoft.com/en-US/winserverPN/thread/33f0cfe7-2f81-46e4-93c0-2a6f2c1bf2f7/" >forums.technet.microsoft.com/en-&middot;&middot;&middot;c1bf2f7/</A><br><br>Thank you]]></description>
<guid isPermaLink="true">http://www.dslreports.com/forum/Other-Windows-2008-ping-issue-21022964</guid>
<pubDate>Thu, 28 Aug 2008 20:37:06 EDT</pubDate>
</item>

</channel>
</rss>

