<?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>ComputerChimp.com &#187; Networking</title> <atom:link href="http://computerchimp.com/category/networking/feed" rel="self" type="application/rss+xml" /><link>http://computerchimp.com</link> <description>Computer Basics for Beginners</description> <lastBuildDate>Mon, 14 Jun 2010 12:10:06 +0000</lastBuildDate> <language>en</language> <sy:updatePeriod>hourly</sy:updatePeriod> <sy:updateFrequency>1</sy:updateFrequency> <generator>http://wordpress.org/?v=3.0.1</generator> <item><title>Router Stuck on Acquiring Network Address</title><link>http://computerchimp.com/troubleshooting/router-stuck-on-acquiring-network-address.html</link> <comments>http://computerchimp.com/troubleshooting/router-stuck-on-acquiring-network-address.html#comments</comments> <pubDate>Mon, 31 May 2010 14:50:13 +0000</pubDate> <dc:creator>Joe Kraynak</dc:creator> <category><![CDATA[Networking]]></category> <category><![CDATA[Troubleshooting]]></category><guid
isPermaLink="false">http://computerchimp.com/?p=355</guid> <description><![CDATA[I just changed routers from a Netgear to a LinkSys. One of my computers found the wireless network but could not connect to it. It was stuck on &#8220;acquiring network address.&#8221; If I chose to repair the connection, I would get the message &#8220;renewing IP address,&#8221; but the system seemed unable to renew the IP address. [...]]]></description> <content:encoded><![CDATA[<p></p><p>I just changed routers from a Netgear to a LinkSys. One of my computers found the wireless network but could not connect to it. It was stuck on &#8220;acquiring network address.&#8221; If I chose to repair the connection, I would get the message &#8220;renewing IP address,&#8221; but the system seemed unable to renew the IP address. The computer would connnect to the router fine with a LAN cable.</p><p>What fixed the problem for me was to remove the wireless Netgear entry from my computer (PC running Windows XP):</p><ol><li>Click <strong>Start</strong>, <strong>Settings</strong>, <strong>Network Connections</strong>.</li><li>Right-click the icon for the wireless network and click <strong>Properties</strong>.</li><li>Click the <strong>Wireless Networks</strong> tab.</li><li>Below Preferred Networks, click the entry for your previous wireless router.</li><li>Click <strong>Remove</strong> and confirm the removal.</li></ol><p>What happens, it seems, is that the wireless network entry for the previous router prevents Windows from renewing or releasing the IP address it was using so that IP address can be reassigned to the computer. By deleting the entry, you release the IP address and Windows can renew it for the new router.</p><p>If you try this solution, please post a comment to let me know whether it worked for you.</p> ]]></content:encoded> <wfw:commentRss>http://computerchimp.com/troubleshooting/router-stuck-on-acquiring-network-address.html/feed</wfw:commentRss> <slash:comments>0</slash:comments> </item> <item><title>Can&#8217;t Access Shared Network Folder in Windows</title><link>http://computerchimp.com/networking/cant-access-shared-network-folder-in-windows.html</link> <comments>http://computerchimp.com/networking/cant-access-shared-network-folder-in-windows.html#comments</comments> <pubDate>Wed, 24 Mar 2010 11:21:42 +0000</pubDate> <dc:creator>Joe Kraynak</dc:creator> <category><![CDATA[Networking]]></category><guid
isPermaLink="false">http://computerchimp.com/?p=325</guid> <description><![CDATA[I have a small home network of three computers. Today, I could not access a shared folder from one of my computers. I could see the shared folder, but when I clicked its icon, a dialog box appeared requesting my username and password. If I right-clicked the shared folder and clicked Properties, I received the [...]]]></description> <content:encoded><![CDATA[<p></p><p>I have a small home network of three computers. Today, I could not access a shared folder from one of my computers. I could see the shared folder, but when I clicked its icon, a dialog box appeared requesting my username and password. If I right-clicked the shared folder and clicked Properties, I received the following error message:</p><blockquote><p><strong>You do not have the appropriate access rights for this server. For more information, contact your network supervisor.</strong></p></blockquote><h3>Cause</h3><p>I was using the same username on both computers, but not the same password. On the computer with the shared folder (running Windows 7), my username was Joe with no logon password. On the computer from which I was trying to access the shared folder (running Windows XP), my username was Joe with a logon password.</p><p>Because one Joe was using a password and the other wasn&#8217;t, Windows was confused.</p><h3>Solutions</h3><p>All of the following solutions worked for me (choose one):</p><ul><li>Change the username on either computer.</li><li>Use no logon password on either computer.</li><li>Use the same username and logon password on both computers.</li></ul><p>Some folks recommend using the same username and password on all computers on the network to avoid problems altogether, but this sort of defeats the purpose of Windows User Accounts.</p><blockquote><p><strong>From Microsoft: </strong>Create user accounts on the computer that is sharing the files. Create a user account and password for each person you want to be able to access files—whether they will access the files from their own account on the same computer <em>or from another computer on the network</em>. If you create the accounts using each user’s existing Windows logon username and password, the file-sharing computer will recognize the users when they connect and will not prompt them for a password. (From me: If the user doesn&#8217;t enter a password to log on to Windows, don&#8217;t add a password to the user account on the computer that is sharing the files.)</p></blockquote><h3>Other Possible Solutions</h3><p>If the shared folder is on a Windows 7 PC:</p><ol><li>Choose <strong>Start</strong>, <strong>Control Panel</strong>, <strong>Network and Internet</strong>, and then <strong>Network and Sharing Center</strong>.</li><li>On the left, click <strong>Change advanced sharing settings</strong>.</li><li>Make sure the following options are selected:<ul><li><strong>Turn on file and printer sharing </strong></li><li><strong>Turn on sharing so anyone with network access can read and write files in Public folders</strong></li><li><strong>Turn off password protected sharing</strong></li></ul></li><li>Click <strong>Save Changes</strong>.</li></ol><p>Here&#8217;s another possible solution &ndash; on the computer with the shared folder, edit the following Windows registry key:</p><p><strong>HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Control\LSA</strong></p><p>Editing this registry key made no difference on my ability to access shared folders on my network, but some people claim it has solved their problem.</p><blockquote><p><strong>Warning:</strong> Errors in the registry can cause serious problems. I recommend creating a Restore Point and <a
href="http://support.microsoft.com/kb/322756/">backing up the registry</a> before editing any registry keys.</p></blockquote><ol><li>Run regedit.<ul><li>In Windows 7, click <strong>Start</strong>, type <strong>regedit</strong>, press <strong>Enter</strong>, and click <strong>Yes</strong>.</li><li>In Windows XP, click <strong>Start</strong>, <strong>Run</strong>, type <strong>regedit</strong>, and press <strong>Enter</strong>.</li></ul></li><li>Navigate to HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Control\LSA</li><li>Right-click <strong>restrictanonymous</strong> and click <strong>Modify</strong>.</li><li>Make sure <strong>Value Data</strong> is set to <strong>0</strong> (zero) and then click <strong>OK</strong>.</li><li>If you changed Value Data to 0, reboot your computer for the change to take effect.</li></ol><h3>Other Resources</h3><p><a
href="http://windows.microsoft.com/en-US/windows7/Share-files-with-someone">How to share files and folders in Windows 7</a></p><p><a
href="http://support.microsoft.com/kb/304040">How to configure file sharing in Windows XP</a></p><p><a
href="http://support.microsoft.com/kb/246261">How to use the RestrictAnonymous registry value in Windows 2000</a></p><p><a
href="http://computerchimp.com/troubleshooting/cannot-connect-to-workgroup-computer-on-network.html">Cannot Connect to Workgroup Computer on Network</a></p> ]]></content:encoded> <wfw:commentRss>http://computerchimp.com/networking/cant-access-shared-network-folder-in-windows.html/feed</wfw:commentRss> <slash:comments>0</slash:comments> </item> <item><title>Cannot Connect to Workgroup Computer on Network</title><link>http://computerchimp.com/troubleshooting/cannot-connect-to-workgroup-computer-on-network.html</link> <comments>http://computerchimp.com/troubleshooting/cannot-connect-to-workgroup-computer-on-network.html#comments</comments> <pubDate>Fri, 05 Jun 2009 14:34:02 +0000</pubDate> <dc:creator>Joe Kraynak</dc:creator> <category><![CDATA[Networking]]></category> <category><![CDATA[Troubleshooting]]></category><guid
isPermaLink="false">http://computerchimp.com/?p=262</guid> <description><![CDATA[Network problems can be caused by all sorts of things, including aggressive firewalls, a faulty network installation, and even a defective or disconnected cable. Recently, however, I stumbled across a problem that didn&#8217;t respond to the usual solutions. Everything was installed properly and even without any firewall running, I couldn&#8217;t connect to other computers on [...]]]></description> <content:encoded><![CDATA[<p></p><p>Network problems can be caused by all sorts of things, including aggressive firewalls, a faulty network installation, and even a defective or disconnected cable. Recently, however, I stumbled across a problem that didn&#8217;t respond to the usual solutions. Everything was installed properly and even without any firewall running, I couldn&#8217;t connect to other computers on my network. When I tried, I would receive a <strong>Network Path Not Found</strong> or other error message.</p><p>After some research, I discovered the following article on Microsoft&#8217;s Web site entitled &#8220;<a
href="http://support.microsoft.com/kb/903267">You cannot view other workgroup computers on the network on a Windows XP-based computer</a>.&#8221; The article recommends the following course of action:</p><ol><li>Click <strong>Start</strong>, click <strong>Run</strong>,<br
/> type <strong>regedit</strong>, and then click <strong>OK</strong>.</li><li>Locate and then click the following registry subkey:<br
/> HKEY_LOCAL_MACHINE\System\CurrentControlSet\<br
/> Services\NetBt\Parameters</li><li>In the right pane of Registry Editor, delete the following values if they are present:<ul><li>NodeType</li><li>DhcpNodeType</li></ul><p><strong>Note</strong> If the NodeType value is present, this value will override the DhcpNodeType value. If neither subkey is present and if no WINS servers are configured for the client, the computer uses b-node mode. If at least one WINS server is configured, the computer uses h-node mode.</li><li>Quit Registry Editor.</li><li>Restart the computer.</li><li>Try to view workgroup computers on the network again.</li></ol><p><strong>Note:</strong> You may need to repeat these steps on every computer on your network.</p> ]]></content:encoded> <wfw:commentRss>http://computerchimp.com/troubleshooting/cannot-connect-to-workgroup-computer-on-network.html/feed</wfw:commentRss> <slash:comments>2</slash:comments> </item> </channel> </rss>
<!-- Performance optimized by W3 Total Cache. Learn more: http://www.w3-edge.com/wordpress-plugins/

Minified using disk
Page Caching using disk (user agent is rejected)
Database Caching 1/11 queries in 0.045 seconds using disk

Served from: computerchimp.com @ 2010-09-08 00:23:30 -->