<?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/"
	xmlns:georss="http://www.georss.org/georss" xmlns:geo="http://www.w3.org/2003/01/geo/wgs84_pos#" xmlns:media="http://search.yahoo.com/mrss/"
		>
<channel>
	<title>Comments for Dennis Ray G Dumaguin</title>
	<atom:link href="http://ddumaguin.wordpress.com/comments/feed/" rel="self" type="application/rss+xml" />
	<link>http://ddumaguin.wordpress.com</link>
	<description>Blogsite for My Network Administration and Computer Networks Classes</description>
	<lastBuildDate>Fri, 20 Feb 2009 11:01:57 +0000</lastBuildDate>
	<generator>http://wordpress.com/</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>Comment on CS 423 &#8211; Network Admin Case Study No. 4 by Christy E. Peñarubia</title>
		<link>http://ddumaguin.wordpress.com/2009/02/16/cs-423-network-admin-case-study-no-4/#comment-140</link>
		<dc:creator>Christy E. Peñarubia</dc:creator>
		<pubDate>Fri, 20 Feb 2009 11:01:57 +0000</pubDate>
		<guid isPermaLink="false">http://ddumaguin.wordpress.com/?p=78#comment-140</guid>
		<description>Answer to study no. 4: 

Select the Allow incoming echo requests check box on the ICMP tab of the Internet connection firewall settings.</description>
		<content:encoded><![CDATA[<p>Answer to study no. 4: </p>
<p>Select the Allow incoming echo requests check box on the ICMP tab of the Internet connection firewall settings.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on CS 423 &#8211; Network Admin Case Study No. 4 by Vanpar Rivera</title>
		<link>http://ddumaguin.wordpress.com/2009/02/16/cs-423-network-admin-case-study-no-4/#comment-137</link>
		<dc:creator>Vanpar Rivera</dc:creator>
		<pubDate>Fri, 20 Feb 2009 09:52:51 +0000</pubDate>
		<guid isPermaLink="false">http://ddumaguin.wordpress.com/?p=78#comment-137</guid>
		<description>you must allowing the response echo of the internet connection firewall settings.</description>
		<content:encoded><![CDATA[<p>you must allowing the response echo of the internet connection firewall settings.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on CS 423 &#8211; Network Admin Case Study No. 4 by Joebert Tajanlangit</title>
		<link>http://ddumaguin.wordpress.com/2009/02/16/cs-423-network-admin-case-study-no-4/#comment-135</link>
		<dc:creator>Joebert Tajanlangit</dc:creator>
		<pubDate>Fri, 20 Feb 2009 07:59:32 +0000</pubDate>
		<guid isPermaLink="false">http://ddumaguin.wordpress.com/?p=78#comment-135</guid>
		<description>Try typing this (things within parenthisis are just comments)
ipconfig /release (there is a space between ipconfig and /)
ipconfig /renew (the first command removes your old IP, this second one polls for a new one)

And here&#039;s an interesting factoid. When told to ping your own IP, which IP are they talking about?
You actually have 2 IP&#039;s, although most hackers are only aware of one. 

IP #1, the one you&#039;ll find by typing ipconfig at a command prompt is probably what you&#039;re trying to ping. To do that you have to go out to a device, and have it route back to your machine. It&#039;s possible that PING has been disabled at that device.</description>
		<content:encoded><![CDATA[<p>Try typing this (things within parenthisis are just comments)<br />
ipconfig /release (there is a space between ipconfig and /)<br />
ipconfig /renew (the first command removes your old IP, this second one polls for a new one)</p>
<p>And here&#8217;s an interesting factoid. When told to ping your own IP, which IP are they talking about?<br />
You actually have 2 IP&#8217;s, although most hackers are only aware of one. </p>
<p>IP #1, the one you&#8217;ll find by typing ipconfig at a command prompt is probably what you&#8217;re trying to ping. To do that you have to go out to a device, and have it route back to your machine. It&#8217;s possible that PING has been disabled at that device.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on CS 423 &#8211; Network Admin Case Study No. 4 by fluffycheer</title>
		<link>http://ddumaguin.wordpress.com/2009/02/16/cs-423-network-admin-case-study-no-4/#comment-134</link>
		<dc:creator>fluffycheer</dc:creator>
		<pubDate>Fri, 20 Feb 2009 06:05:04 +0000</pubDate>
		<guid isPermaLink="false">http://ddumaguin.wordpress.com/?p=78#comment-134</guid>
		<description>Problem: Office computer unable to connect to home computer
Cause: Possibility of home computer firewall blocking the ping request of the IP from the office computer.
Solution: Configuration of firewall of home computer

In the Windows XP Firewall settings:

- Set the firewall to “On”
- Make sure the “Don’t allow exceptions” selection box is left unchecked.
Note: When this check box is selected, the firewall is placed into On With No Exceptions mode which blocks all unsolicited requests to connect to your computer. This includes requests to programs or services that you select on the Exceptions tab. Use the Don&#039;t allow exceptions setting when you need maximum protection for your computer, such as when you connect to a public network in a hotel or airport, or when a vulnerability is discovered and either you have not had time to download a hotfix for your computer or a hotfix is unavailable.

- Configuring the Firewall Exceptions:
	- On the Exceptions Tab, look for and click the Add Port button. Assign the name and port number for your Exception. Keep the TCP Option Selected.
	- Look for and click the Change scope button.
	- Set the Option to Custom List, and input the IP Address and Subnet of the Office Computer.
	- Confirm all settings and Save
The Custom List allows only the Office Computer to access the Port of the Home Computer.</description>
		<content:encoded><![CDATA[<p>Problem: Office computer unable to connect to home computer<br />
Cause: Possibility of home computer firewall blocking the ping request of the IP from the office computer.<br />
Solution: Configuration of firewall of home computer</p>
<p>In the Windows XP Firewall settings:</p>
<p>- Set the firewall to “On”<br />
- Make sure the “Don’t allow exceptions” selection box is left unchecked.<br />
Note: When this check box is selected, the firewall is placed into On With No Exceptions mode which blocks all unsolicited requests to connect to your computer. This includes requests to programs or services that you select on the Exceptions tab. Use the Don&#8217;t allow exceptions setting when you need maximum protection for your computer, such as when you connect to a public network in a hotel or airport, or when a vulnerability is discovered and either you have not had time to download a hotfix for your computer or a hotfix is unavailable.</p>
<p>- Configuring the Firewall Exceptions:<br />
	- On the Exceptions Tab, look for and click the Add Port button. Assign the name and port number for your Exception. Keep the TCP Option Selected.<br />
	- Look for and click the Change scope button.<br />
	- Set the Option to Custom List, and input the IP Address and Subnet of the Office Computer.<br />
	- Confirm all settings and Save<br />
The Custom List allows only the Office Computer to access the Port of the Home Computer.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on CS 423 &#8211; Network Admin Case Study No. 3 by fluffycheer</title>
		<link>http://ddumaguin.wordpress.com/2009/02/16/cs-423-network-admin-case-no-3/#comment-133</link>
		<dc:creator>fluffycheer</dc:creator>
		<pubDate>Fri, 20 Feb 2009 06:04:25 +0000</pubDate>
		<guid isPermaLink="false">http://ddumaguin.wordpress.com/?p=75#comment-133</guid>
		<description>Michael David Bayson Deseo - BSCS 4

Run the Windows XP Network Setup Wizard manually on all the portable computers, as well as the different home computers. This sets up the Home Network or Domain. When setting up the home network, make sure to enable simple file sharing for files and printers. 

To access another computer on the network from your portable computer
1. Click Start, click Run, and then type two backslashes and the name of the other computer: \\computername
 2. Click OK. A folder containing the shared folders and resources on the other computer will open.

 To connect with an IP address instead of a computer’s name
1. Click Start, click Run, and then type the IP address of the computer you are connecting to: \\192.168.0.3
2. Click OK.</description>
		<content:encoded><![CDATA[<p>Michael David Bayson Deseo &#8211; BSCS 4</p>
<p>Run the Windows XP Network Setup Wizard manually on all the portable computers, as well as the different home computers. This sets up the Home Network or Domain. When setting up the home network, make sure to enable simple file sharing for files and printers. </p>
<p>To access another computer on the network from your portable computer<br />
1. Click Start, click Run, and then type two backslashes and the name of the other computer: \\computername<br />
 2. Click OK. A folder containing the shared folders and resources on the other computer will open.</p>
<p> To connect with an IP address instead of a computer’s name<br />
1. Click Start, click Run, and then type the IP address of the computer you are connecting to: \\192.168.0.3<br />
2. Click OK.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on CS 423 &#8211; Network Admin Case Study No. 4 by mcsabandal</title>
		<link>http://ddumaguin.wordpress.com/2009/02/16/cs-423-network-admin-case-study-no-4/#comment-132</link>
		<dc:creator>mcsabandal</dc:creator>
		<pubDate>Fri, 20 Feb 2009 05:16:44 +0000</pubDate>
		<guid isPermaLink="false">http://ddumaguin.wordpress.com/?p=78#comment-132</guid>
		<description>To ensure the connection of home computer using ping command from office and to prevent any unauthorized access of the home computer by internet users, it must be configured properly in the Internet Connection Firewall Settings.

These are the steps on how to configure the firewall settings:

1. Click Start, point to Settings, click Control Panel
2. In the Control Panel Window, open Windows Firewall
3. In the Windows Firewall, click the Advanced tab
4. Go to ICMP or the Internet Control Message Protocol and click Settings
5. Select the &quot;Allow incoming echo requests&quot;
6. Click OK</description>
		<content:encoded><![CDATA[<p>To ensure the connection of home computer using ping command from office and to prevent any unauthorized access of the home computer by internet users, it must be configured properly in the Internet Connection Firewall Settings.</p>
<p>These are the steps on how to configure the firewall settings:</p>
<p>1. Click Start, point to Settings, click Control Panel<br />
2. In the Control Panel Window, open Windows Firewall<br />
3. In the Windows Firewall, click the Advanced tab<br />
4. Go to ICMP or the Internet Control Message Protocol and click Settings<br />
5. Select the &#8220;Allow incoming echo requests&#8221;<br />
6. Click OK</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on CS 423 &#8211; Network Admin Case Study No. 3 by Lee Andro D. Estamo</title>
		<link>http://ddumaguin.wordpress.com/2009/02/16/cs-423-network-admin-case-no-3/#comment-131</link>
		<dc:creator>Lee Andro D. Estamo</dc:creator>
		<pubDate>Thu, 19 Feb 2009 03:37:14 +0000</pubDate>
		<guid isPermaLink="false">http://ddumaguin.wordpress.com/?p=75#comment-131</guid>
		<description>Answer: Configure the IP properties of the portable computers so that they have an alternate configuration.</description>
		<content:encoded><![CDATA[<p>Answer: Configure the IP properties of the portable computers so that they have an alternate configuration.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on CS 423 &#8211; Network Admin Case Study No. 4 by Lee Andro D. Estamo</title>
		<link>http://ddumaguin.wordpress.com/2009/02/16/cs-423-network-admin-case-study-no-4/#comment-130</link>
		<dc:creator>Lee Andro D. Estamo</dc:creator>
		<pubDate>Thu, 19 Feb 2009 03:32:32 +0000</pubDate>
		<guid isPermaLink="false">http://ddumaguin.wordpress.com/?p=78#comment-130</guid>
		<description>Answer: Select the Allow incoming echo requests check box on the ICMP tab of the Internet connection firewall settings.</description>
		<content:encoded><![CDATA[<p>Answer: Select the Allow incoming echo requests check box on the ICMP tab of the Internet connection firewall settings.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on CS 423 &#8211; Network Admin Case Study No. 3 by Vanpar Rivera</title>
		<link>http://ddumaguin.wordpress.com/2009/02/16/cs-423-network-admin-case-no-3/#comment-129</link>
		<dc:creator>Vanpar Rivera</dc:creator>
		<pubDate>Wed, 18 Feb 2009 09:13:12 +0000</pubDate>
		<guid isPermaLink="false">http://ddumaguin.wordpress.com/?p=75#comment-129</guid>
		<description>If I will be an administrator of the 15 windows XP professional portable computer in a company. I will configure all the properties of the internet protocol properties  in order to have an alternate configuratoins. So, that all the computers will be connected in there homes.</description>
		<content:encoded><![CDATA[<p>If I will be an administrator of the 15 windows XP professional portable computer in a company. I will configure all the properties of the internet protocol properties  in order to have an alternate configuratoins. So, that all the computers will be connected in there homes.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on CS 423 &#8211; Network Admin Case Study No. 3 by ryan cabante</title>
		<link>http://ddumaguin.wordpress.com/2009/02/16/cs-423-network-admin-case-no-3/#comment-128</link>
		<dc:creator>ryan cabante</dc:creator>
		<pubDate>Wed, 18 Feb 2009 09:06:49 +0000</pubDate>
		<guid isPermaLink="false">http://ddumaguin.wordpress.com/?p=75#comment-128</guid>
		<description>As an administrator of 15 windows xp proffessional portable computer in a copmpany, i will configure all the properties in the Internet Protocol Properties in order to have an alternate configurations so that all computers will be connected to the home and to the company network when they are in the office.</description>
		<content:encoded><![CDATA[<p>As an administrator of 15 windows xp proffessional portable computer in a copmpany, i will configure all the properties in the Internet Protocol Properties in order to have an alternate configurations so that all computers will be connected to the home and to the company network when they are in the office.</p>
]]></content:encoded>
	</item>
</channel>
</rss>
