<?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>Tech.It.2.Me-&#62;{By.Anton.Perez} &#187; Networking</title>
	<atom:link href="http://antonperez.com/category/networking/feed/" rel="self" type="application/rss+xml" />
	<link>http://antonperez.com</link>
	<description>Technical satisfaction guaranteed...</description>
	<lastBuildDate>Fri, 10 Feb 2012 02:06:52 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
		<item>
		<title>The Internet&#8217;s under the sea fiber optic cables</title>
		<link>http://antonperez.com/2008/06/27/the-internets-under-the-sea-fiber-optic-cables/</link>
		<comments>http://antonperez.com/2008/06/27/the-internets-under-the-sea-fiber-optic-cables/#comments</comments>
		<pubDate>Fri, 27 Jun 2008 06:16:21 +0000</pubDate>
		<dc:creator>anton</dc:creator>
				<category><![CDATA[Networking]]></category>
		<category><![CDATA[Resource]]></category>
		<category><![CDATA[Travel]]></category>

		<guid isPermaLink="false">http://antonperez.com/?p=631</guid>
		<description><![CDATA[Here&#8217;s a diagram (on the Guardian website) showing the fiber optic cables under the sea that connects the world together.  Very interesting!]]></description>
			<content:encoded><![CDATA[<p>Here&#8217;s a <a href="http://image.guardian.co.uk/sys-images/Technology/Pix/pictures/2008/02/01/SeaCableHi.jpg">diagram</a> (on the Guardian website) showing the fiber optic cables under the sea that connects the world together.  Very interesting!</p>
]]></content:encoded>
			<wfw:commentRss>http://antonperez.com/2008/06/27/the-internets-under-the-sea-fiber-optic-cables/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>PsTools communication errors</title>
		<link>http://antonperez.com/2007/11/28/pstools-access-denied-error/</link>
		<comments>http://antonperez.com/2007/11/28/pstools-access-denied-error/#comments</comments>
		<pubDate>Wed, 28 Nov 2007 23:29:18 +0000</pubDate>
		<dc:creator>anton</dc:creator>
				<category><![CDATA[How-to]]></category>
		<category><![CDATA[Microsoft]]></category>
		<category><![CDATA[Networking]]></category>
		<category><![CDATA[Security]]></category>

		<guid isPermaLink="false">http://antonperez.com/2007/12/04/pstools-access-denied-error/</guid>
		<description><![CDATA[My friend Anthony was getting &#8220;access denied&#8221; and &#8220;logon failure&#8221; errors when trying to to run psexec (from one of the PsTools suite) from an XP&#160;machine on a domain to an XP&#160;machine in a workgroup.&#160; It was something similar to: PsInfo 1.34 &#8211; local and remote system information viewerCopyright (C) 2001-2002 Mark RussinovichSysinternals &#8211; www.sysinternals.com [...]]]></description>
			<content:encoded><![CDATA[<p>My friend Anthony was getting &#8220;access denied&#8221; and &#8220;logon failure&#8221; errors when trying to to run <strong>psexec </strong>(from one of the PsTools suite) from an XP&nbsp;machine on a domain to an XP&nbsp;machine in a workgroup.&nbsp; It was something similar to:</p>
<p><font face="Courier New" color="#0000ff" size="2">PsInfo 1.34 &#8211; local and remote system information viewer<br />Copyright (C) 2001-2002 Mark Russinovich<br />Sysinternals &#8211; www.sysinternals.com </font></p>
<p><font face="Courier New" color="#0000ff" size="2">Could not connect to <em>machine_name</em>:<br />Access is denied.</font></p>
<p>And&#8230;</p>
<p><font face="Courier New" color="#0000ff" size="2">PsInfo 1.34 &#8211; local and remote system information viewer<br />Copyright (C) 2001-2002 Mark Russinovich<br />Sysinternals &#8211; www.sysinternals.com </font></p>
<p><font face="Courier New" color="#0000ff" size="2">Couldn&#8217;t access&nbsp;<em>machine_name</em>:<br />Logon failure: unknown user name or bad password.</font></p>
<p>Here are the settings/steps I checked/took that resolved the issue:</p>
<p align="left">1. <strong>ping </strong>- was able to ping the machine by hostname.&nbsp; So no problem here.</p>
<p align="left">2. <strong>net share </strong>- verified the ADMIN$ share was enabled.&nbsp; Again no problem here.</p>
<p align="left">3. <strong>Remote Registry service </strong>- verified the service was started because the PsTools suite makes use of RPC calls via port 445.&nbsp; Was fine here.</p>
<p align="left">4. <strong>Administrator password </strong>- verified the Administrator did <strong>not </strong>have an empty password.&nbsp; Was set here.</p>
<p align="left">5. <strong>Test account </strong>- created a test account to use for <strong>psexec</strong> (e.g., psexec <a href="file://\\computer_name">\\computer_name</a> notepad.exe -u test -p test).&nbsp; Was available here.</p>
<p align="left">6. <strong>Access hidden share &#8211; </strong>tried to access <strong>C$ </strong>and found that user name field grayed out.&nbsp; This tipped off the problem &#8211; cool!</p>
<p align="left">To fix it, I had to set the <strong>Network Access: Sharing and security model for local accounts </strong>security option <strong>Classic &#8211; local users authenticate as themselves</strong>.</p>
<p align="left">Access it via <strong>Start &gt; Run &gt; secpol.msc &gt; Local Policies &gt; Security Options </strong>(see screenshot below).</p>
<p align="left"><a href="http://antonperez.com/wp-content/uploads/2007/12/image1.png" atomicselection="true"><img style="border-right: 0px; border-top: 0px; border-left: 0px; border-bottom: 0px" height="169" alt="image" src="http://antonperez.com/wp-content/uploads/2007/12/image-thumb.png" width="240" border="0"></a> </p>
<p align="left">Apparently, updates to Windows XP now sets this security option to <strong>Guest only &#8211; local users authenticate as Guest</strong>, which denies the ability to implicitly or explicitly use of a specific user name/password combo.</p>
<p align="left">Hope this helps someone out there.&nbsp; Peace.</p>
]]></content:encoded>
			<wfw:commentRss>http://antonperez.com/2007/11/28/pstools-access-denied-error/feed/</wfw:commentRss>
		<slash:comments>4</slash:comments>
		</item>
		<item>
		<title>Vista error: &quot;Trust relationship between this workstation &amp; primary domain failed&quot;</title>
		<link>http://antonperez.com/2007/11/14/error-trust-relationship-between-this-workstation-primary-domain-failed/</link>
		<comments>http://antonperez.com/2007/11/14/error-trust-relationship-between-this-workstation-primary-domain-failed/#comments</comments>
		<pubDate>Wed, 14 Nov 2007 20:59:41 +0000</pubDate>
		<dc:creator>anton</dc:creator>
				<category><![CDATA[How-to]]></category>
		<category><![CDATA[Microsoft]]></category>
		<category><![CDATA[Networking]]></category>

		<guid isPermaLink="false">http://antonperez.com/2007/11/14/error-trust-relationship-between-this-workstation-primary-domain-failed/</guid>
		<description><![CDATA[My Vista lab box presented this error when I tried to login into my company&#8217;s domain after several months of not doing so: Trust relationship between this workstation &#38; primary domain failed I suspected my [Vista] installation was using cached domain information to login, which was the case and why it was being denied access.&#160; [...]]]></description>
			<content:encoded><![CDATA[<p>My Vista lab box presented this error when I tried to login into my company&#8217;s domain after several months of not doing so:<br />
<blockquote>
<p><strong>Trust relationship between this workstation &amp; primary domain failed</strong></p>
</blockquote>
<p>I suspected my [Vista] installation was using cached domain information to login, which was the case and why it was being denied access.&nbsp; This is because a computer that is not active for a certain period, is usually removed as a member of the domain.&nbsp; </p>
<p>If you encounter this, you&#8217;ll need to <strong>rejoin </strong>the computer to the domain via <strong>My Computer &gt; Properties &gt; Computer Name &gt; Change </strong>(you may need Help Desk/IT to do it for you).</p>
]]></content:encoded>
			<wfw:commentRss>http://antonperez.com/2007/11/14/error-trust-relationship-between-this-workstation-primary-domain-failed/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>ICANN tweaks root DNS server</title>
		<link>http://antonperez.com/2007/11/06/icann-tweaks-root-dns-server/</link>
		<comments>http://antonperez.com/2007/11/06/icann-tweaks-root-dns-server/#comments</comments>
		<pubDate>Tue, 06 Nov 2007 21:34:42 +0000</pubDate>
		<dc:creator>anton</dc:creator>
				<category><![CDATA[Networking]]></category>
		<category><![CDATA[News]]></category>

		<guid isPermaLink="false">http://antonperez.com/2007/11/06/icann-tweaks-root-dns-server/</guid>
		<description><![CDATA[I read about it via The Register&#8230;ICANN set up a new IP address for one of the &#8220;root name servers,&#8221; and is retiring the old address, i.e., from 198.32.64.12 to 199.7.83.42.&#160; They&#8217;re apparently doing it for two reasons:&#160;&#160;For one, the old IP address wasn&#8217;t officially under ICANN&#8217;s control. &#160;But (two)&#160;more importantly, the organization wanted to [...]]]></description>
			<content:encoded><![CDATA[<p>I read about it via The Register&#8230;ICANN set up a new IP address for one of the &#8220;root name servers,&#8221; and is retiring the old address, i.e., from <strong>198.32.64.12 </strong>to <strong>199.7.83.42</strong>.&nbsp; They&#8217;re apparently doing it for two reasons:&nbsp;&nbsp;For one, the old IP address wasn&#8217;t officially under ICANN&#8217;s control. &nbsp;But (two)&nbsp;more importantly, the organization wanted to make the switch to &#8220;any casting,&#8221; a way of streamlining DNS queries.</p>
<p>Take note that each &#8220;root name server&#8221; is actually a collection of several physical servers, and with anycasting, ICANN can spread its machines across multiple geographical locations.
<p>Read more via <a href="http://www.theregister.co.uk/2007/11/06/icann_rolls_out_new_root_name_server_address/">The Register</a>.</p>
]]></content:encoded>
			<wfw:commentRss>http://antonperez.com/2007/11/06/icann-tweaks-root-dns-server/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>A comprehensive router password database</title>
		<link>http://antonperez.com/2007/06/22/a-comprehensive-router-password-database/</link>
		<comments>http://antonperez.com/2007/06/22/a-comprehensive-router-password-database/#comments</comments>
		<pubDate>Fri, 22 Jun 2007 20:01:27 +0000</pubDate>
		<dc:creator>anton</dc:creator>
				<category><![CDATA[Networking]]></category>
		<category><![CDATA[Resource]]></category>

		<guid isPermaLink="false">http://antonperez.com/?p=166</guid>
		<description><![CDATA[If you like (or are required) to help/assist people&#160;with their wireless router needs, you&#8217;ve probably had the need to reset and reconfigure them many, many times.&#160; The problem, however, is that most of time time you don&#8217;t have the admin username and password to do so; you ask them if they have their user manual [...]]]></description>
			<content:encoded><![CDATA[<p>If you like (or are required) to help/assist people&nbsp;with their wireless router needs, you&#8217;ve probably had the need to reset and reconfigure them many, many times.&nbsp; The problem, however, is that most of time time you don&#8217;t have the <strong>admin username </strong>and <strong>password </strong>to do so; you ask them if they have their user manual laying around somewhere, or just google it, right?</p>
<p>Well then&#8230;to make your life a lot easier, here&#8217;s a great <a title="Default router password database" href="http://www.routerpasswords.com/" target="_blank">site</a>&nbsp;that you can take advantage of.</p>
<p>Take care!</p>
]]></content:encoded>
			<wfw:commentRss>http://antonperez.com/2007/06/22/a-comprehensive-router-password-database/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

