<?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 for iPCNetworking Blog</title>
	<atom:link href="http://blog.ipcnetworking.com/comments/feed" rel="self" type="application/rss+xml" />
	<link>http://blog.ipcnetworking.com</link>
	<description></description>
	<lastBuildDate>Fri, 10 Jul 2009 09:38:24 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
	<item>
		<title>Comment on Trouble shoot domain name issue using nslookup by admin</title>
		<link>http://blog.ipcnetworking.com/archives/trouble-shoot-domain-name-issue-using-nslookup.html/comment-page-1#comment-214</link>
		<dc:creator>admin</dc:creator>
		<pubDate>Fri, 10 Jul 2009 09:38:24 +0000</pubDate>
		<guid isPermaLink="false">http://blog.ipcnetworking.com/?p=400#comment-214</guid>
		<description>The easiest way - use network port scanner software - a lot are available on the internet ^^

The error message shows that the email server has implemented policy such that it will not allow other people to use it as an email relay server - a waste of resource from their organization view of point.</description>
		<content:encoded><![CDATA[<p>The easiest way &#8211; use network port scanner software &#8211; a lot are available on the internet ^^</p>
<p>The error message shows that the email server has implemented policy such that it will not allow other people to use it as an email relay server &#8211; a waste of resource from their organization view of point.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Trouble shoot domain name issue using nslookup by ojchong</title>
		<link>http://blog.ipcnetworking.com/archives/trouble-shoot-domain-name-issue-using-nslookup.html/comment-page-1#comment-213</link>
		<dc:creator>ojchong</dc:creator>
		<pubDate>Fri, 10 Jul 2009 03:30:34 +0000</pubDate>
		<guid isPermaLink="false">http://blog.ipcnetworking.com/?p=400#comment-213</guid>
		<description>I found out that some email server able to connect by telnet to port 25 and 587. How do we determine which port they using? 

Thanks for your help. I got it. 

220 sgperak.mschosting.com
helo xxxxxxxxx
250 sgperak.mschosting.com Hello [115.132.2.248]
mail from:xxx@domain.com
250 OK  Sender ok
rcpt to:xxxxxxx@domain.com
550 Authentication is required for relay
rcpt to:xxx@domain.com
250 OK  Recipient ok

*550 Authentication is required for relay [what possible this error message could be?]

haha. Still remember me huh? (happy) YES, in network industry now.</description>
		<content:encoded><![CDATA[<p>I found out that some email server able to connect by telnet to port 25 and 587. How do we determine which port they using? </p>
<p>Thanks for your help. I got it. </p>
<p>220 sgperak.mschosting.com<br />
helo xxxxxxxxx<br />
250 sgperak.mschosting.com Hello [115.132.2.248]<br />
mail from:xxx@domain.com<br />
250 OK  Sender ok<br />
rcpt to:xxxxxxx@domain.com<br />
550 Authentication is required for relay<br />
rcpt to:xxx@domain.com<br />
250 OK  Recipient ok</p>
<p>*550 Authentication is required for relay [what possible this error message could be?]</p>
<p>haha. Still remember me huh? (happy) YES, in network industry now.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Trouble shoot domain name issue using nslookup by admin</title>
		<link>http://blog.ipcnetworking.com/archives/trouble-shoot-domain-name-issue-using-nslookup.html/comment-page-1#comment-212</link>
		<dc:creator>admin</dc:creator>
		<pubDate>Thu, 09 Jul 2009 11:08:16 +0000</pubDate>
		<guid isPermaLink="false">http://blog.ipcnetworking.com/?p=400#comment-212</guid>
		<description>same, result are the same whether it is set type=MX and set q=MX.

You may telnet to port 25 of the email server. Some server will check the email address for the recipient to see if it is exist or not like the following:
---
c:\telnet mx.domain.com 25
...
RCPT TO:&lt;user1@domain.com&gt;
450 Service unavailable
RCPT TO:&lt;user2@domain.com&gt;
250 Ok
quit
221 Closing connection. Good bye.
---

In this case, apparently user2 is exist, however, user1 is not.

Hope help Joon Chong. Are you in network industry now?</description>
		<content:encoded><![CDATA[<p>same, result are the same whether it is set type=MX and set q=MX.</p>
<p>You may telnet to port 25 of the email server. Some server will check the email address for the recipient to see if it is exist or not like the following:<br />
&#8212;<br />
c:\telnet mx.domain.com 25<br />
&#8230;<br />
RCPT TO:<user1 @domain.com><br />
450 Service unavailable<br />
RCPT TO:<user2 @domain.com><br />
250 Ok<br />
quit<br />
221 Closing connection. Good bye.<br />
&#8212;</p>
<p>In this case, apparently user2 is exist, however, user1 is not.</p>
<p>Hope help Joon Chong. Are you in network industry now?</user2></user1></p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Trouble shoot domain name issue using nslookup by ojchong</title>
		<link>http://blog.ipcnetworking.com/archives/trouble-shoot-domain-name-issue-using-nslookup.html/comment-page-1#comment-211</link>
		<dc:creator>ojchong</dc:creator>
		<pubDate>Thu, 09 Jul 2009 02:21:34 +0000</pubDate>
		<guid isPermaLink="false">http://blog.ipcnetworking.com/?p=400#comment-211</guid>
		<description>interesting! set type=MX and set q=MX; is it the same? Can we check whether that email address exist or not? by using telnet?</description>
		<content:encoded><![CDATA[<p>interesting! set type=MX and set q=MX; is it the same? Can we check whether that email address exist or not? by using telnet?</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on How to encrypt Cisco Password by configuring cisco waas</title>
		<link>http://blog.ipcnetworking.com/archives/how-to-encrypt-cisco-password.html/comment-page-1#comment-107</link>
		<dc:creator>configuring cisco waas</dc:creator>
		<pubDate>Wed, 24 Dec 2008 12:11:59 +0000</pubDate>
		<guid isPermaLink="false">http://blog.ipcnetworking.com/?p=251#comment-107</guid>
		<description>I wish Cisco could get their WAAS solution right and finally beat up on Riverbed.</description>
		<content:encoded><![CDATA[<p>I wish Cisco could get their WAAS solution right and finally beat up on Riverbed.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Problem installing Google Talk on Vista by Fumba</title>
		<link>http://blog.ipcnetworking.com/archives/problem-installing-google-talk-on-vista.html/comment-page-1#comment-71</link>
		<dc:creator>Fumba</dc:creator>
		<pubDate>Sun, 30 Nov 2008 04:19:59 +0000</pubDate>
		<guid isPermaLink="false">http://blog.ipcnetworking.com/?p=45#comment-71</guid>
		<description>Wow!!! It worked!!! Thanks.</description>
		<content:encoded><![CDATA[<p>Wow!!! It worked!!! Thanks.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Static route configuration by Cisco Static Route &#124; Internet PC Networking</title>
		<link>http://blog.ipcnetworking.com/archives/static-route-configuration.html/comment-page-1#comment-9</link>
		<dc:creator>Cisco Static Route &#124; Internet PC Networking</dc:creator>
		<pubDate>Tue, 04 Nov 2008 11:58:26 +0000</pubDate>
		<guid isPermaLink="false">http://blog.ipcnetworking.com/?p=115#comment-9</guid>
		<description>[...] my previous post on Static route configuration, I have touched on some basic of static route configuration. In this post, I will show you more [...]</description>
		<content:encoded><![CDATA[<p>[...] my previous post on Static route configuration, I have touched on some basic of static route configuration. In this post, I will show you more [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on How to test if a port is open on a server or PC by Do not enable unnecessary services on your PC or server &#124; Internet PC Networking</title>
		<link>http://blog.ipcnetworking.com/archives/how-to-test-if-a-port-is-open-on-a-server-or-pc.html/comment-page-1#comment-7</link>
		<dc:creator>Do not enable unnecessary services on your PC or server &#124; Internet PC Networking</dc:creator>
		<pubDate>Mon, 27 Oct 2008 02:10:49 +0000</pubDate>
		<guid isPermaLink="false">http://blog.ipcnetworking.com/?p=79#comment-7</guid>
		<description>[...] One way to check the list of ports running on your system is to go to one of the many web sites that can run a remote scan of your system and tell you how secure the system. You may also manually test if a port is open using command prompt interface in your PC. [...]</description>
		<content:encoded><![CDATA[<p>[...] One way to check the list of ports running on your system is to go to one of the many web sites that can run a remote scan of your system and tell you how secure the system. You may also manually test if a port is open using command prompt interface in your PC. [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on How to find port number by Disable unnecessary network services for security &#171; Soon Giap&#8217;s wordpress blog</title>
		<link>http://blog.ipcnetworking.com/archives/how-to-find-port-number.html/comment-page-1#comment-6</link>
		<dc:creator>Disable unnecessary network services for security &#171; Soon Giap&#8217;s wordpress blog</dc:creator>
		<pubDate>Thu, 16 Oct 2008 12:09:30 +0000</pubDate>
		<guid isPermaLink="false">http://blog.ipcnetworking.com/?p=83#comment-6</guid>
		<description>[...] easily establish a telnet session to the system; it needs only the address of the system and the port or socket number of the network service running on the system. The rule of thumb for TCP and UDP ports is: Turn off [...]</description>
		<content:encoded><![CDATA[<p>[...] easily establish a telnet session to the system; it needs only the address of the system and the port or socket number of the network service running on the system. The rule of thumb for TCP and UDP ports is: Turn off [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on How to test if a port is open on a server or PC by How to test if a port is open on a server or PC - Part II</title>
		<link>http://blog.ipcnetworking.com/archives/how-to-test-if-a-port-is-open-on-a-server-or-pc.html/comment-page-1#comment-5</link>
		<dc:creator>How to test if a port is open on a server or PC - Part II</dc:creator>
		<pubDate>Sun, 12 Oct 2008 09:19:21 +0000</pubDate>
		<guid isPermaLink="false">http://blog.ipcnetworking.com/?p=79#comment-5</guid>
		<description>[...] How to test if a port is open on a server or PC - Part II [...]</description>
		<content:encoded><![CDATA[<p>[...] How to test if a port is open on a server or PC &#8211; Part II [...]</p>
]]></content:encoded>
	</item>
</channel>
</rss>

