 




<?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: Windows 2k Server</title>
	<atom:link href="http://itknowledgeexchange.techtarget.com/itanswers/windows-2k-server/feed/" rel="self" type="application/rss+xml" />
	<link>http://itknowledgeexchange.techtarget.com/itanswers/windows-2k-server/</link>
	<description></description>
	<lastBuildDate>Sun, 26 May 2013 01:40:27 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	
	<item>
		<title>By: newsgazoo</title>
		<link>http://itknowledgeexchange.techtarget.com/itanswers/windows-2k-server/#comment-42950</link>
		<dc:creator>newsgazoo</dc:creator>
		<pubDate>Mon, 25 Oct 2004 16:22:05 +0000</pubDate>
		<guid isPermaLink="false">#comment-42950</guid>
		<description><![CDATA[Is netbeui installed?  If not it should fix the problem.]]></description>
		<content:encoded><![CDATA[<p>Is netbeui installed?  If not it should fix the problem.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: noneil</title>
		<link>http://itknowledgeexchange.techtarget.com/itanswers/windows-2k-server/#comment-42952</link>
		<dc:creator>noneil</dc:creator>
		<pubDate>Fri, 08 Oct 2004 13:57:53 +0000</pubDate>
		<guid isPermaLink="false">#comment-42952</guid>
		<description><![CDATA[this is probably because NETBIOS is disabled.  netbios is what makes machines show up in network neighborhood.]]></description>
		<content:encoded><![CDATA[<p>this is probably because NETBIOS is disabled.  netbios is what makes machines show up in network neighborhood.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: masterojnone</title>
		<link>http://itknowledgeexchange.techtarget.com/itanswers/windows-2k-server/#comment-42953</link>
		<dc:creator>masterojnone</dc:creator>
		<pubDate>Fri, 08 Oct 2004 13:49:46 +0000</pubDate>
		<guid isPermaLink="false">#comment-42953</guid>
		<description><![CDATA[In network setting on the server, do you have File and Print Sharing for Microsoft enabled?  This will cause you not to see your server in Network Neighborhood. See,if you can connect to server through your browser by typing servernamec$.]]></description>
		<content:encoded><![CDATA[<p>In network setting on the server, do you have File and Print Sharing for Microsoft enabled?  This will cause you not to see your server in Network Neighborhood. See,if you can connect to server through your browser by typing servernamec$.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: 131313</title>
		<link>http://itknowledgeexchange.techtarget.com/itanswers/windows-2k-server/#comment-42954</link>
		<dc:creator>131313</dc:creator>
		<pubDate>Fri, 08 Oct 2004 13:44:34 +0000</pubDate>
		<guid isPermaLink="false">#comment-42954</guid>
		<description><![CDATA[can you disable the Window Messenger service on the W2K server.]]></description>
		<content:encoded><![CDATA[<p>can you disable the Window Messenger service on the W2K server.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: isok2005</title>
		<link>http://itknowledgeexchange.techtarget.com/itanswers/windows-2k-server/#comment-42955</link>
		<dc:creator>isok2005</dc:creator>
		<pubDate>Fri, 08 Oct 2004 13:44:11 +0000</pubDate>
		<guid isPermaLink="false">#comment-42955</guid>
		<description><![CDATA[Do you have a primary WINS and secondary WINS defined on your network?  If so is one of them 2000 and one NT4?  Also what protocols do you have installed on the PDC?]]></description>
		<content:encoded><![CDATA[<p>Do you have a primary WINS and secondary WINS defined on your network?  If so is one of them 2000 and one NT4?  Also what protocols do you have installed on the PDC?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: yellowtuna</title>
		<link>http://itknowledgeexchange.techtarget.com/itanswers/windows-2k-server/#comment-42956</link>
		<dc:creator>yellowtuna</dc:creator>
		<pubDate>Fri, 08 Oct 2004 13:41:20 +0000</pubDate>
		<guid isPermaLink="false">#comment-42956</guid>
		<description><![CDATA[One possibility is that the server service is stopped on the W2k server.  If the server service is not running, no browser registration will take place and the server will not show up in network neighborhood. 

Try going to Start, Run and type in ipaddress of the server. If that does not work check the status of the server service.]]></description>
		<content:encoded><![CDATA[<p>One possibility is that the server service is stopped on the W2k server.  If the server service is not running, no browser registration will take place and the server will not show up in network neighborhood. </p>
<p>Try going to Start, Run and type in ipaddress of the server. If that does not work check the status of the server service.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: tedrizzi</title>
		<link>http://itknowledgeexchange.techtarget.com/itanswers/windows-2k-server/#comment-42957</link>
		<dc:creator>tedrizzi</dc:creator>
		<pubDate>Fri, 08 Oct 2004 13:37:43 +0000</pubDate>
		<guid isPermaLink="false">#comment-42957</guid>
		<description><![CDATA[In addition to the previous excellent suggestion. you should check to to make sure that you have netbios/tcp enabled in the network properties.. and that the wins server is listed there, as well as a the dns server and the dns server has an A record for the machine,, assuming that you have a dns server to resolve internal address. under nt4 that is not a requirement.NT4 primarily uses netbios to resolve names to ip.. where as win2k uses dns as the primary method to resolve names to IP. if your running a win2k dns server you can set it up to query your wins server for any addresses that it cannot resolve itself.
hope this helps]]></description>
		<content:encoded><![CDATA[<p>In addition to the previous excellent suggestion. you should check to to make sure that you have netbios/tcp enabled in the network properties.. and that the wins server is listed there, as well as a the dns server and the dns server has an A record for the machine,, assuming that you have a dns server to resolve internal address. under nt4 that is not a requirement.NT4 primarily uses netbios to resolve names to ip.. where as win2k uses dns as the primary method to resolve names to IP. if your running a win2k dns server you can set it up to query your wins server for any addresses that it cannot resolve itself.<br />
hope this helps</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: netfox</title>
		<link>http://itknowledgeexchange.techtarget.com/itanswers/windows-2k-server/#comment-42958</link>
		<dc:creator>netfox</dc:creator>
		<pubDate>Fri, 08 Oct 2004 13:35:20 +0000</pubDate>
		<guid isPermaLink="false">#comment-42958</guid>
		<description><![CDATA[From the new W2k server, can you browse the network at all?  Did you install DNS or WINS on that server?  It may be trying to dynamically register to itself, and never informs the NT box it exists.]]></description>
		<content:encoded><![CDATA[<p>From the new W2k server, can you browse the network at all?  Did you install DNS or WINS on that server?  It may be trying to dynamically register to itself, and never informs the NT box it exists.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: ctg023</title>
		<link>http://itknowledgeexchange.techtarget.com/itanswers/windows-2k-server/#comment-42959</link>
		<dc:creator>ctg023</dc:creator>
		<pubDate>Fri, 08 Oct 2004 13:34:50 +0000</pubDate>
		<guid isPermaLink="false">#comment-42959</guid>
		<description><![CDATA[Another thing that came to mind is if you have any files shared on the new server.]]></description>
		<content:encoded><![CDATA[<p>Another thing that came to mind is if you have any files shared on the new server.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: ctg023</title>
		<link>http://itknowledgeexchange.techtarget.com/itanswers/windows-2k-server/#comment-42960</link>
		<dc:creator>ctg023</dc:creator>
		<pubDate>Fri, 08 Oct 2004 13:32:55 +0000</pubDate>
		<guid isPermaLink="false">#comment-42960</guid>
		<description><![CDATA[I had a similar problem with a server on my network and the problem was that the wins ip address was not added on the new server.  But since you say that is properly configured then the only other thing I can think of to try to rejoin the domain.]]></description>
		<content:encoded><![CDATA[<p>I had a similar problem with a server on my network and the problem was that the wins ip address was not added on the new server.  But since you say that is properly configured then the only other thing I can think of to try to rejoin the domain.</p>
]]></content:encoded>
	</item>
</channel>
</rss>

<!-- Performance optimized by W3 Total Cache. Learn more: http://www.w3-edge.com/wordpress-plugins/

Page Caching using memcached
Database Caching 6/9 queries in 0.014 seconds using memcached
Object Caching 393/396 objects using memcached

Served from: itknowledgeexchange.techtarget.com @ 2013-05-26 09:35:19 -->