<?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/"
	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>&#34; wEb'Na mOzZa gEtOeO &#34;</title>
	<atom:link href="http://f4dzh4.wordpress.com/feed/" rel="self" type="application/rss+xml" />
	<link>http://f4dzh4.wordpress.com</link>
	<description>www.f4dzh4.wordpress.com</description>
	<lastBuildDate>Mon, 06 Jul 2009 07:34:45 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.com/</generator>
<cloud domain='f4dzh4.wordpress.com' port='80' path='/?rsscloud=notify' registerProcedure='' protocol='http-post' />
<image>
		<url>http://s2.wp.com/i/buttonw-com.png</url>
		<title>&#34; wEb'Na mOzZa gEtOeO &#34;</title>
		<link>http://f4dzh4.wordpress.com</link>
	</image>
	<atom:link rel="search" type="application/opensearchdescription+xml" href="http://f4dzh4.wordpress.com/osd.xml" title="&#34; wEb&#039;Na mOzZa gEtOeO &#34;" />
	<atom:link rel='hub' href='http://f4dzh4.wordpress.com/?pushpress=hub'/>
		<item>
		<title>&#8216; WEB SERVER &#8216;</title>
		<link>http://f4dzh4.wordpress.com/2009/07/06/web-server/</link>
		<comments>http://f4dzh4.wordpress.com/2009/07/06/web-server/#comments</comments>
		<pubDate>Mon, 06 Jul 2009 07:34:45 +0000</pubDate>
		<dc:creator>muza yana</dc:creator>
				<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://f4dzh4.wordpress.com/?p=73</guid>
		<description><![CDATA[[1] Install Apache2, and in addition to it, Install PHP too. www:~# aptitude -y install apache2 php5 libapache2-mod-php5 php5-common php-pear www:~# ln -s /usr/bin/perl /usr/local/bin/perl [2] Configuration Apache2 www:~# vi /etc/apache2/apache2.conf ServerTokens Prod // line 214: change ServerSignature Off // line 224: change AddHandler cgi-script .cgi .pl // line 512: add type for CGI DirectoryIndex [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=f4dzh4.wordpress.com&amp;blog=2262575&amp;post=73&amp;subd=f4dzh4&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<table class="t4" border="0" cellspacing="0" cellpadding="0">
<tbody>
<tr>
<td class="ko">[1]</td>
<td>Install Apache2, and in addition to it, Install PHP too.</td>
</tr>
<tr>
<td colspan="2">
<div class="c1">
<table class="t9" border="0" cellspacing="0" cellpadding="0">
<tbody>
<tr>
<td>www:~#</p>
<div class="color1">aptitude -y install apache2 php5 libapache2-mod-php5 php5-common php-pear</div>
<p>www:~#</p>
<div class="color1">ln -s /usr/bin/perl /usr/local/bin/perl</div>
</td>
</tr>
</tbody>
</table>
</div>
</td>
</tr>
</tbody>
</table>
<table class="t4" border="0" cellspacing="0" cellpadding="0">
<tbody>
<tr>
<td class="ko">[2]</td>
<td>Configuration Apache2</td>
</tr>
<tr>
<td colspan="2">
<div class="c1">
<table class="t9" border="0" cellspacing="0" cellpadding="0">
<tbody>
<tr>
<td>www:~#</p>
<div class="color1">vi /etc/apache2/apache2.conf</div>
<p>ServerTokens</p>
<div class="color1">Prod</div>
<div class="pos5">
<div class="color2">// line 214: change</div>
</div>
<p>ServerSignature</p>
<div class="color1">Off</div>
<div class="pos5">
<div class="color2">// line 224: change</div>
</div>
<p>AddHandler cgi-script .cgi</p>
<div class="color1">.pl</div>
<div class="pos5">
<div class="color2">// line 512: add type for CGI</div>
</div>
<div class="color1">DirectoryIndex index.html index.cgi index.php</p>
<div class="color2">// bottom: add file type</div>
</div>
<p>www:~#</p>
<div class="color1">a2dissite default</div>
<p>Site default disabled; run /etc/init.d/apache2 reload to fully disable.<br />
www:~#</p>
<div class="color1">cp /etc/apache2/sites-available/default /etc/apache2/sites-available/debian</div>
<p>www:~#</p>
<div class="color1">vi /etc/apache2/sites-available/debian</div>
<p>ServerAdmin</p>
<div class="color1">webmaster@server-linux.info</div>
<div class="color2">// line 3: change address</div>
<p>DocumentRoot</p>
<div class="color1">/var/www/html/</div>
<div class="pos5">
<div class="color2">// line 5: change document root</div>
</div>
<p>&lt;Directory</p>
<div class="color1">/var/www/html/</div>
<p>&gt;</p>
<div class="pos5">
<div class="color2">// line 10: change</div>
</div>
<p>Options</p>
<div class="color1">FollowSymLinks ExecCGI</div>
<div class="pos5">
<div class="color2">// line 11: change</div>
</div>
<p>AllowOverride</p>
<div class="color1">All</div>
<div class="pos5">
<div class="color2">// line 12: change</div>
</div>
<div class="color1">#</div>
<p>RedirectMatch ^/$ /apache2-default/</p>
<div class="color2">// line 17: make it comment</div>
<p>ServerSignature</p>
<div class="color1">Off</div>
<div class="pos5">
<div class="color2">// line 35: change</div>
</div>
<p>www:~#</p>
<div class="color1">mkdir /var/www/html</div>
<p>www:~#</p>
<div class="color1">a2ensite debian</div>
<p>Site debian installed; run /etc/init.d/apache2 reload to enable.<br />
www:~#</p>
<div class="color1">/etc/init.d/apache2 restart</div>
<p>Forcing reload of web server (apache2)&#8230;.</td>
</tr>
</tbody>
</table>
</div>
</td>
</tr>
</tbody>
</table>
<table class="t4" border="0" cellspacing="0" cellpadding="0">
<tbody>
<tr>
<td class="ko">[3]</td>
<td>Make HTML test page and make sure apache is working normally. It&#8217;s OK if following screen is shown.</td>
</tr>
<tr>
<td colspan="2">
<div class="c1">
<table class="t9" border="0" cellspacing="0" cellpadding="0">
<tbody>
<tr>
<td>www:~#</p>
<div class="color1">vi /var/www/html/index.html</div>
<div class="color1">&lt;html&gt;<br />
&lt;body&gt;<br />
&lt;div style=&#8221;width:100%;font-size:40px;font-weight:bold;text-align:center&#8221;&gt;<br />
Test Page<br />
&lt;/div&gt;<br />
&lt;/body&gt;<br />
&lt;/html&gt;</div>
</td>
</tr>
</tbody>
</table>
<p><img src="http://www.server-world.info/en/deb4/httpd/img/1.jpg" alt="" width="560" height="212" /></div>
</td>
</tr>
<tr>
<td></td>
</tr>
</tbody>
</table>
<table class="t4" border="0" cellspacing="0" cellpadding="0">
<tbody>
<tr>
<td class="ko">[4]</td>
<td>Make CGI test page and make sure apache is working normally. It&#8217;s OK if following screen is shown.</td>
</tr>
<tr>
<td colspan="2">
<div class="c1">
<table class="t9" border="0" cellspacing="0" cellpadding="0">
<tbody>
<tr>
<td>www:~#</p>
<div class="color1">vi /var/www/html/index.cgi</div>
<div class="color1">#!/usr/local/bin/perl<br />
print &#8220;Content-type: text/html\n\n&#8221;;<br />
print &lt;&lt;&#8221;EOM&#8221;;<br />
&lt;html&gt;<br />
&lt;body&gt;<br />
&lt;div style=&#8221;width:100%;font-size:40px;font-weight:bold;text-align:center&#8221;&gt;<br />
CGI Test Page<br />
&lt;/div&gt;<br />
&lt;/body&gt;<br />
&lt;/html&gt;<br />
EOM<br />
exit;</div>
<p>www:~#</p>
<div class="color1">chmod 705 /var/www/html/index.cgi</div>
</td>
</tr>
</tbody>
</table>
<p><img src="http://www.server-world.info/en/deb4/httpd/img/2.jpg" alt="" width="560" height="212" /></div>
</td>
</tr>
<tr>
<td></td>
</tr>
</tbody>
</table>
<table class="t4" border="0" cellspacing="0" cellpadding="0">
<tbody>
<tr>
<td class="ko">[5]</td>
<td>Make PHP test page and make sure apache is working normally. It&#8217;s OK if following screen is shown.</td>
</tr>
<tr>
<td colspan="2">
<div class="c1">
<table class="t9" border="0" cellspacing="0" cellpadding="0">
<tbody>
<tr>
<td>www:~#</p>
<div class="color1">vi /var/www/html/index.php</div>
<div class="color1">&lt;html&gt;<br />
&lt;body&gt;<br />
&lt;div style=&#8221;width:100%;font-size:40px;font-weight:bold;text-align:center&#8221;&gt;<br />
&lt;?php</p>
<div class="pos13">print Date(&#8220;Y/m/d&#8221;);</div>
<p>?&gt;<br />
&lt;/div&gt;<br />
&lt;/body&gt;<br />
&lt;/html&gt;</p></div>
</td>
</tr>
</tbody>
</table>
<p><img src="http://www.server-world.info/en/deb4/httpd/img/3.jpg" alt="" width="560" height="212" /></div>
</td>
</tr>
<tr>
<td></td>
</tr>
</tbody>
</table>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/f4dzh4.wordpress.com/73/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/f4dzh4.wordpress.com/73/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/f4dzh4.wordpress.com/73/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/f4dzh4.wordpress.com/73/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/f4dzh4.wordpress.com/73/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/f4dzh4.wordpress.com/73/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/f4dzh4.wordpress.com/73/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/f4dzh4.wordpress.com/73/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/f4dzh4.wordpress.com/73/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/f4dzh4.wordpress.com/73/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/f4dzh4.wordpress.com/73/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/f4dzh4.wordpress.com/73/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/f4dzh4.wordpress.com/73/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/f4dzh4.wordpress.com/73/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=f4dzh4.wordpress.com&amp;blog=2262575&amp;post=73&amp;subd=f4dzh4&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://f4dzh4.wordpress.com/2009/07/06/web-server/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://0.gravatar.com/avatar/e78193605ac7131a4d2a27212f69e89a?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">moza</media:title>
		</media:content>

		<media:content url="http://www.server-world.info/en/deb4/httpd/img/1.jpg" medium="image" />

		<media:content url="http://www.server-world.info/en/deb4/httpd/img/2.jpg" medium="image" />

		<media:content url="http://www.server-world.info/en/deb4/httpd/img/3.jpg" medium="image" />
	</item>
		<item>
		<title>SETTING INTERFACES</title>
		<link>http://f4dzh4.wordpress.com/2009/07/06/setting-interfaces/</link>
		<comments>http://f4dzh4.wordpress.com/2009/07/06/setting-interfaces/#comments</comments>
		<pubDate>Mon, 06 Jul 2009 07:28:09 +0000</pubDate>
		<dc:creator>muza yana</dc:creator>
				<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://f4dzh4.wordpress.com/?p=74</guid>
		<description><![CDATA[[1] Change network settings because networking is set for DHCP now as the default setting. ns:~# vi /etc/network/interfaces # This file describes the network interfaces available on your system # and how to activate them. For more information, see interfaces(5). # The loopback network interface auto lo iface lo inet loopback # The primary network [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=f4dzh4.wordpress.com&amp;blog=2262575&amp;post=74&amp;subd=f4dzh4&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<table class="t4" border="0" cellspacing="0" cellpadding="0">
<tbody>
<tr>
<td class="ko">[1]</td>
<td>Change network settings because networking is set for DHCP now as the default setting.</td>
</tr>
<tr>
<td colspan="2">
<div class="c1">
<table class="t9" border="0" cellspacing="0" cellpadding="0">
<tbody>
<tr>
<td>ns:~#</p>
<div class="color1">vi /etc/network/interfaces</div>
<p># This file describes the network interfaces available on your system<br />
# and how to activate them. For more information, see interfaces(5).</p>
<p># The loopback network interface<br />
auto lo<br />
iface lo inet loopback</p>
<p># The primary network interface<br />
allow-hotplug eth0</p>
<div class="color1">#</div>
<p>iface eth0 inet dhcp</p>
<div class="pos5">
<div class="color2">// make it comment</div>
</div>
<div class="color2">// add these lines</div>
<div class="color1">iface eth0 inet static<br />
address 192.168.0.17</p>
<div class="pos5">
<div class="color2">// IP address</div>
</div>
<p>network 192.168.0.0</p>
<div class="pos5">
<div class="color2">// network address</div>
</div>
<p>netmask 255.255.255.0</p>
<div class="pos5">
<div class="color2">// subnet mask</div>
</div>
<p>broadcast 192.168.0.255</p>
<div class="pos5">
<div class="color2">// broadcast address</div>
</div>
<p>gateway 192.168.0.1</p>
<div class="pos5">
<div class="color2">// default gateway</div>
</div>
<p>auto eth0</p></div>
<p>ns:~#</p>
<div class="color1">/etc/init.d/networking restart</div>
<p>Reconfiguring network interfaces&#8230;done.</td>
</tr>
</tbody>
</table>
</div>
</td>
</tr>
</tbody>
</table>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/f4dzh4.wordpress.com/74/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/f4dzh4.wordpress.com/74/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/f4dzh4.wordpress.com/74/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/f4dzh4.wordpress.com/74/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/f4dzh4.wordpress.com/74/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/f4dzh4.wordpress.com/74/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/f4dzh4.wordpress.com/74/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/f4dzh4.wordpress.com/74/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/f4dzh4.wordpress.com/74/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/f4dzh4.wordpress.com/74/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/f4dzh4.wordpress.com/74/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/f4dzh4.wordpress.com/74/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/f4dzh4.wordpress.com/74/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/f4dzh4.wordpress.com/74/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=f4dzh4.wordpress.com&amp;blog=2262575&amp;post=74&amp;subd=f4dzh4&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://f4dzh4.wordpress.com/2009/07/06/setting-interfaces/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://0.gravatar.com/avatar/e78193605ac7131a4d2a27212f69e89a?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">moza</media:title>
		</media:content>
	</item>
		<item>
		<title>&#8216; SQUID SERVER &#8216;</title>
		<link>http://f4dzh4.wordpress.com/2009/07/06/squid-server/</link>
		<comments>http://f4dzh4.wordpress.com/2009/07/06/squid-server/#comments</comments>
		<pubDate>Mon, 06 Jul 2009 07:24:10 +0000</pubDate>
		<dc:creator>muza yana</dc:creator>
				<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://f4dzh4.wordpress.com/?p=71</guid>
		<description><![CDATA[Build proxy server and make web browzing fast. Install squid for it. [1] Install and configure squid lan:~# aptitude -y install squid Reading package lists&#8230; Done Building dependency tree&#8230; Done Reading extended state information Initializing package states&#8230; Done Reading task descriptions&#8230; Done Building tag database&#8230; Done The following NEW packages will be automatically installed: squid-common [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=f4dzh4.wordpress.com&amp;blog=2262575&amp;post=71&amp;subd=f4dzh4&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<table class="t4" border="0" cellspacing="0" cellpadding="0">
<tbody>
<tr>
<td class="ko"></td>
<td>Build proxy server and make web browzing fast. Install squid for it.</td>
</tr>
<tr>
<td class="ko">[1]</td>
<td>Install and configure squid</td>
</tr>
<tr>
<td colspan="2">
<div class="c1">
<table class="t9" border="0" cellspacing="0" cellpadding="0">
<tbody>
<tr>
<td>lan:~#</p>
<div class="color1">aptitude -y install squid</div>
<p>Reading package lists&#8230; Done<br />
Building dependency tree&#8230; Done<br />
Reading extended state information<br />
Initializing package states&#8230; Done<br />
Reading task descriptions&#8230; Done<br />
Building tag database&#8230; Done<br />
The following NEW packages will be automatically installed:<br />
squid-common<br />
The following NEW packages will be installed:<br />
squid squid-common<br />
0 packages upgraded, 2 newly installed, 0 to remove and 0 not upgraded.<br />
Need to get 1093kB of archives. After unpacking 6607kB will be used.<br />
Writing extended state information&#8230; Done<br />
Get:1 http://ftp.jp.debian.org etch/main squid-common 2.6.5-6 [438kB]<br />
Get:2 http://ftp.jp.debian.org etch/main squid 2.6.5-6 [654kB]<br />
Fetched 1093kB in 1s (695kB/s)<br />
Preconfiguring packages &#8230;<br />
Selecting previously deselected package squid-common.<br />
(Reading database &#8230; 21856 files and directories currently installed.)<br />
Unpacking squid-common (from &#8230;/squid-common_2.6.5-6_all.deb) &#8230;<br />
Selecting previously deselected package squid.<br />
Unpacking squid (from &#8230;/squid_2.6.5-6_i386.deb) &#8230;<br />
Setting up squid-common (2.6.5-6) &#8230;<br />
Setting up squid (2.6.5-6) &#8230;<br />
Creating squid spool directory structure<br />
2007/07/15 02:28:12| Creating Swap Directories<br />
Restarting Squid HTTP proxy: squid.</p>
<p>lan:~#</p>
<div class="color1">vi /etc/squid/squid.conf</div>
<p>http_port</p>
<div class="color1">8080</div>
<div class="pos5">
<div class="color2">// line 73: change</div>
</div>
<p>acl CONNECT method CONNECT</p>
<div class="color1">acl lan src 192.168.0.0/255.255.255.0</div>
<div class="color2">// line 2449: add (permit only LAN)</div>
<div class="color1">http_access allow lan</div>
<div class="pos5">
<div class="color2">// line 2551: add (permit only LAN)</div>
</div>
<p>http_access deny all</p>
<div class="pos5">
<div class="color2">// line 2552: make valid</div>
</div>
<div class="color1">visible_hostname lan.server-linux.info</div>
<div class="color2">// line 2885: add (specify hostname)</div>
<p># forwarded_for on</p>
<div class="color1">forwarded_for off</div>
<div class="pos5">
<div class="color2">// line 3162: add (hide IP address)</div>
</div>
<div class="color1">header_access Referer deny all</p>
<div class="pos5">
<div class="color2">// line 3482: add</div>
</div>
<p>header_access X-Forwarded-For deny all<br />
header_access Via deny all<br />
header_access Cache-Control deny all</p></div>
<p>lan:~#</p>
<div class="color1">/etc/init.d/squid restart</div>
<p>Restarting Squid HTTP proxy: squid.</td>
</tr>
</tbody>
</table>
</div>
</td>
</tr>
</tbody>
</table>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/f4dzh4.wordpress.com/71/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/f4dzh4.wordpress.com/71/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/f4dzh4.wordpress.com/71/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/f4dzh4.wordpress.com/71/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/f4dzh4.wordpress.com/71/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/f4dzh4.wordpress.com/71/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/f4dzh4.wordpress.com/71/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/f4dzh4.wordpress.com/71/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/f4dzh4.wordpress.com/71/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/f4dzh4.wordpress.com/71/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/f4dzh4.wordpress.com/71/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/f4dzh4.wordpress.com/71/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/f4dzh4.wordpress.com/71/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/f4dzh4.wordpress.com/71/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=f4dzh4.wordpress.com&amp;blog=2262575&amp;post=71&amp;subd=f4dzh4&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://f4dzh4.wordpress.com/2009/07/06/squid-server/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://0.gravatar.com/avatar/e78193605ac7131a4d2a27212f69e89a?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">moza</media:title>
		</media:content>
	</item>
		<item>
		<title>&#8221; DNS SERVER &#8220;</title>
		<link>http://f4dzh4.wordpress.com/2008/12/21/dns-server/</link>
		<comments>http://f4dzh4.wordpress.com/2008/12/21/dns-server/#comments</comments>
		<pubDate>Sun, 21 Dec 2008 13:33:26 +0000</pubDate>
		<dc:creator>muza yana</dc:creator>
				<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://f4dzh4.wordpress.com/?p=65</guid>
		<description><![CDATA[Pertama kali yang harus kita lakukan adalah menginstall BIND9 dulu, caranya : Ketik apt-get install bind9 Setelah instalasi kita masuk ke directory etc (cd etc/bind). Pada dir bind kita melakukan konfigurasi, yang kita edit adalah file named.conf. Kita hanya menambahkan perintah pada line yang bercetak tebal saja, seperti dibawah ini : / / This Lo [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=f4dzh4.wordpress.com&amp;blog=2262575&amp;post=65&amp;subd=f4dzh4&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p>Pertama kali yang harus kita lakukan adalah menginstall BIND9 dulu, caranya : <strong>Ketik apt-get install bind9</strong></p>
<p>Setelah instalasi kita masuk ke directory etc (cd etc/bind). Pada dir bind kita melakukan konfigurasi, yang kita edit adalah file named.conf. Kita hanya menambahkan perintah pada line yang bercetak tebal saja, seperti dibawah ini :</p>
<p>/ / This Lo the primary configuration file for the BIND DNS Server named.<br />
/ /<br />
/ / Please read /usr/share/doc/bind9/README.Debian.gz for information on<br />
the<br />
/ / structure of BIND configuration files in Debian, *BEFORE* you<br />
customize<br />
/ / this configuration file.<br />
/ /<br />
/ / If you are just adding zones, please do that in<br />
/ etc/bind/named.conf.local</p>
<p>include “/etc/bind/named.conf.option”;</p>
<p>/ / prime the server with knowledge of the root servers<br />
zone “.” {<br />
type hint;<br />
file ‘/etc/bind/db.root”;<br />
};</p>
<p>/ / be authoritative for the localhost forward and reverse zones, and for<br />
/ / broadcast zones as per RFC 1912</p>
<p>zone “localhost” {<br />
type master;<br />
file “/etc/bind/db.local”;<br />
};</p>
<p>zone “127.in-addr.arpa” {<br />
type master;<br />
file “/etc/bind/db.127”;<br />
};</p>
<p><strong>zone “tkj.com.” {          =&gt;    Nama Server</strong><strong><br />
</strong><strong> type master;</strong><strong><br />
</strong><strong> file “/var/cache/bind/db.debian”; File disimpan</strong><strong><br />
</strong><strong> };</strong></p>
<p><strong> </strong></p>
<p><strong>zone “192.in-addr.arpa” {</strong><strong><br />
</strong><strong> type master;</strong><strong><br />
</strong><strong> file “/var/cache/bind/db.192”;</strong><strong><br />
</strong><strong> };</strong></p>
<p>zone “0.in-addr.arpa” {<br />
type master;<br />
file “/etc/bind/db.0”;<br />
};</p>
<p>zone “255.in-addr.arpa” {<br />
type master;<br />
file “/etc/bind/db.255”;<br />
};</p>
<p>/ / zone “com” { type delegation-only; };<br />
/ / zone “net” { type delegation-only; };</p>
<p>/ / From the release notes:<br />
/ / Because use many of our users are uncomfortable receiving undelegated</p>
<p>/ / from root or top level domains, other than a few for whom that<br />
behavion<br />
/ / has been trusted and expected _____ name length of time, we have<br />
now<br />
/ / introduced the “root-delegations-only” feature which applies<br />
delegation-only<br />
/ / Logic to all top level domains, and to the root domain. An<br />
exception list<br />
/ / should be specified, including “MUSEUM” and “DE”, and any other top<br />
level<br />
/ / domains from whom undelegated responses are expected and trusted.<br />
/ / root-delegatin-only exclude { “DE”; “MUSEUM”; };</p>
<p>include “/etc/bind/named.conf.local”;</p>
<p>Setelah selesai edit dan menambahkan file kemudian save filenya.<br />
Copy file db.127 dan db.local pada directory yang sama dan kita pindahkan pada directory /var/cache/bind dengan cara cp nama file yang dicopy/tempat directory yg nantinya akan ditempati lalu nama penggantinya misal <strong>[cp db.local/var/cache/bind/db.deb</strong>ian], kemudian kita ganti namanya menjadi :<br />
Db.127 menjadi db.192<br />
Db.local menjadi db.debian</p>
<p>Sekarang kita edit file db.192 menjadi :</p>
<p><strong>$TTL 604800                       @ IN SOA tkj.com. root.tkj.com.</strong><strong><br />
</strong><strong> 1 ; serial</strong><strong><br />
</strong><strong> 604800 ; refresh</strong><strong><br />
</strong><strong> 86400 ; retry</strong><strong><br />
</strong><strong> 2419200 ; expire</strong><strong><br />
</strong><strong> 604800 ; negative cache TTL</strong></p>
<p><strong> </strong></p>
<p><strong>:</strong><strong><br />
</strong><strong> @               IN     NS         tkj.com.</strong><strong><br />
</strong><strong> 1.1.168      IN     PTR       tkj.com.</strong><strong><br />
</strong><strong> www          IN     PTR        tkj.com.</strong></p>
<p><strong> </strong></p>
<p><strong>Pada file db.debian kita juga edit filenya :</strong></p>
<p><strong> </strong></p>
<p><strong>$TTL 604800                    @ IN SOA tkj.com. root.tkj.com.</strong><strong><br />
</strong><strong> 2 ; serial</strong><strong><br />
</strong><strong> 604800 ; refresh</strong><strong><br />
</strong><strong> 86400 ; retry</strong><strong><br />
</strong><strong> 2419200 ; expire</strong><strong><br />
</strong><strong> 604800 ; negative cache TTL</strong></p>
<p><strong> </strong></p>
<p><strong>:</strong><strong><br />
</strong><strong> @          IN       NS         tkj.com.</strong><strong><br />
</strong><strong> @          IN        A          192.168.1.1</strong><strong><br />
</strong><strong> www     IN        A           192.168.1.1</strong></p>
<p>Setelah mengedit kedua file tadi. Yang harus kita lakukan selanjutnya adalah restart bind9 dengan menggunakan perintah : /etc/init.d/bind9 restart<br />
Pastikan tidak ada kata failed ya, kalo ada berarti kemungkinan ada file yang keliru waktu mengedit.</p>
<p>Untuk pengecekan, kita ping, dengan cara mengetik : ping www.tkj.com<br />
Jika ada jawaban reply maka DNS server berhasil.</p>
<p>sELaMat MeNcOba&#8230;&#8230;&#8230;..</p>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/f4dzh4.wordpress.com/65/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/f4dzh4.wordpress.com/65/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/f4dzh4.wordpress.com/65/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/f4dzh4.wordpress.com/65/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/f4dzh4.wordpress.com/65/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/f4dzh4.wordpress.com/65/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/f4dzh4.wordpress.com/65/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/f4dzh4.wordpress.com/65/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/f4dzh4.wordpress.com/65/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/f4dzh4.wordpress.com/65/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/f4dzh4.wordpress.com/65/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/f4dzh4.wordpress.com/65/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/f4dzh4.wordpress.com/65/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/f4dzh4.wordpress.com/65/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=f4dzh4.wordpress.com&amp;blog=2262575&amp;post=65&amp;subd=f4dzh4&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://f4dzh4.wordpress.com/2008/12/21/dns-server/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://0.gravatar.com/avatar/e78193605ac7131a4d2a27212f69e89a?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">moza</media:title>
		</media:content>
	</item>
		<item>
		<title>&#8221; DHCP SERVER &#8220;</title>
		<link>http://f4dzh4.wordpress.com/2008/12/21/dhcp-server/</link>
		<comments>http://f4dzh4.wordpress.com/2008/12/21/dhcp-server/#comments</comments>
		<pubDate>Sun, 21 Dec 2008 13:05:10 +0000</pubDate>
		<dc:creator>muza yana</dc:creator>
				<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://f4dzh4.wordpress.com/?p=61</guid>
		<description><![CDATA[Pertama kali yang harus kita lakukan adalah menginstall dhcp3-server dulu dengan cara : Ketik apt-get install dhcp3-server Setelah instalasi kita masuk pada dir etc dan edit file dhcpd.conf, seperti dibawah ini : • Ketik kan cd /etc/dhcp-3 [enter] ; • Lalu masuk pada configurasi yaitu pico dhcpd.conf [enter] ; • Setelah itu mulai lah edit [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=f4dzh4.wordpress.com&amp;blog=2262575&amp;post=61&amp;subd=f4dzh4&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p>Pertama kali yang harus kita lakukan adalah menginstall dhcp3-server dulu dengan cara : Ketik apt-get install dhcp3-server</p>
<p>Setelah instalasi kita masuk pada dir etc dan edit file dhcpd.conf, seperti dibawah ini :<br />
•	Ketik kan cd /etc/dhcp-3 [enter] ;<br />
•	Lalu masuk pada configurasi yaitu pico dhcpd.conf [enter] ;<br />
•	Setelah itu mulai lah edit configurasi yg seperti dibawah ini :</p>
<p>#<br />
# Sample configuration file for ISC dhcpd for Debian<br />
#<br />
# $Id: dhcpd.conf,v 1.1.1 2002/05/21 00:07:44 peloy Exp $<br />
#</p>
<p># The ddns-update-style parameter controls whether or not the server<br />
will<br />
# attempt to do a DNS update when a lease is confirmed. We default to<br />
the<br />
# behavior of the version 2 packages ‘none’, since DHCP v2 didn’t<br />
# have support for DDNS.)<br />
ddns-updated-style none;</p>
<p># option definitions common to all supported network . . .<br />
#option domain-name “example.org”;<br />
#option domain-name-servers nsl.example.org, ns2.example.org;</p>
<p>#default-lease-time 600;<br />
#max-lease-time 7200;</p>
<p># If this DHCP server is the official DHCP server for the local<br />
# network, the authoritative directive should be uncommented.<br />
#authoritative;</p>
<p># Use this to send dhcp log message to a different log file (you also<br />
# have to hack syslog.conf to complete the redirection).<br />
log-facility local7;</p>
<p># No service will be given on this subnet, but declaring it helps the<br />
# DHCP server to understand the network topology.</p>
<p>#subnet 10.152.187.0 netmask 255.255.255.0 {<br />
#}<br />
# This is a very basic subnet declaration.</p>
<p>#subnet 10.254.239.0 netmask 255.255.255.254 {<br />
# range 10.254.239.10 10.254.239.20;<br />
# option routers rtr-239-0-1. example.org, rtr-239-0-2. example.org;<br />
#}.</p>
<p># This declaration allows BOOTP client to get dynamic addresses,<br />
# which we don’t really recommend.</p>
<p>#subnet 10.254.239.32 netmask 255.255.255.224 {<br />
# range dynamic-bootp 10.254.139.40 10.254.239.60;<br />
# option broadcast-address 10.254.239.31;<br />
# option routers rtr-239-32-1. example.org;<br />
#}</p>
<p><strong># A slightly different configuration for an internal subnet.<br />
Subnet 192.168.25.0 netmask 255.255.255.0 {<br />
range 192.168.25.2 192.169.25.10;<br />
option domain-name-servers www.debian.com;<br />
# option domain-name “internal.example.org”;<br />
option routers 192.168.25.1;<br />
option broadcast-address 192.168.25.255;<br />
default-lease-time 600;<br />
max-lease-time 7200;<br />
}</strong></p>
<p># Hosts which require special configuration options can be listed in<br />
# host statements. If no address is specified, the address will be<br />
# allocated dynamically (if possible), but the host-specific information<br />
# will still come from the host declaration.</p>
<p>#host passacaglia {<br />
# hardware Ethernet 0:0:c0:5d:bd:95;<br />
# filename “vmunix.passacaglia”;<br />
# server-name “toccata.fufue.com”;<br />
#}</p>
<p># Fixed IP addresses can also be specified for hosts. These addresses<br />
# should not also be listed as being available for dynamic assignment.<br />
# Hosts for which fixed IP addresses have been specified can boot using<br />
# BOOT or DHCP. Host for which no fixed address is specified can<br />
only<br />
# be booted with DHCP, unless there is an address range on the subnet<br />
# to which a BOOTP client is connected which has the dynamic-bootp flag<br />
# set.<br />
#host fantasia {<br />
# hardware Ethernet 08:00:07:26:c0:a5;<br />
# fixed-address fantasia.ufue.com;<br />
#}</p>
<p># You can ceclare a class of clients and then do address allocation<br />
# based on that. The example below shows a case where all clients<br />
# in a certain class get addresses on the 10.17.244/24 subnet, and all<br />
# other clients get addresses on the 10.0.29/24 subnet.</p>
<p>#class “foo” {<br />
# match if substring (option vendor-class-identifier, 0, 4) = “SUNW“;<br />
#}</p>
<p>#shared-network 224-29 {<br />
# subnet 10.17.224.0 netmask 255.255.255.0 {<br />
# option routers rtr-224.example.org;<br />
# }<br />
# subnet 10.0.29.0 netmask 255.255.255.0 {<br />
# option routers rtr-29.example.org;<br />
# }<br />
# pool {<br />
# allow members of “foo”;<br />
# range 10.17.224.10 10.17.224.250;<br />
# }<br />
# pool {<br />
# deny members of “foo”;<br />
# range 10.0.29.10 10.0.29.230;<br />
# }<br />
•	Perlu anda perhatikan yang di edit adalah perintah yang bergaris bawah saja ;<br />
•	Kemudian save file yang sudah kita edit.</p>
<p>•	Terus kita restart dengan cara mengetikkan : /etc/initd/dhcp3-server restart;</p>
<p>Untuk pengecekan, pada client windows pertama kita harus mengubah pengelamatan IP secara Automatically. Setelah itu kita ping pada alamat server kita yaitu 192.168.1.1. Jika ada jawaban dan tidak muncul failed maka dhcp server berhasil.</p>
<p>sELaMaT mEncObA &#8230;&#8230;..</p>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/f4dzh4.wordpress.com/61/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/f4dzh4.wordpress.com/61/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/f4dzh4.wordpress.com/61/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/f4dzh4.wordpress.com/61/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/f4dzh4.wordpress.com/61/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/f4dzh4.wordpress.com/61/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/f4dzh4.wordpress.com/61/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/f4dzh4.wordpress.com/61/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/f4dzh4.wordpress.com/61/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/f4dzh4.wordpress.com/61/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/f4dzh4.wordpress.com/61/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/f4dzh4.wordpress.com/61/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/f4dzh4.wordpress.com/61/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/f4dzh4.wordpress.com/61/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=f4dzh4.wordpress.com&amp;blog=2262575&amp;post=61&amp;subd=f4dzh4&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://f4dzh4.wordpress.com/2008/12/21/dhcp-server/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://0.gravatar.com/avatar/e78193605ac7131a4d2a27212f69e89a?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">moza</media:title>
		</media:content>
	</item>
		<item>
		<title>&#8221; Membuat Router dengan Linux Debian &#8220;</title>
		<link>http://f4dzh4.wordpress.com/2008/09/09/46/</link>
		<comments>http://f4dzh4.wordpress.com/2008/09/09/46/#comments</comments>
		<pubDate>Tue, 09 Sep 2008 14:02:31 +0000</pubDate>
		<dc:creator>muza yana</dc:creator>
				<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://f4dzh4.wordpress.com/?p=46</guid>
		<description><![CDATA[Untuk Router kita setting seperti di bawah ini : Masuk pada root kemudian masuk pada cd /etc/network enter ; Selanjutnya masuk pada Pico Interfaces mengatur ip untuk Routernya, misalkan saja Router tersambung pada eth0 maka anda harus mengaturnya di eth0 ; Dengan mengetikkan demikian : auto eth0 iface eth0 inet static address 192.168.11.1 netmask 255.255.255.0 [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=f4dzh4.wordpress.com&amp;blog=2262575&amp;post=46&amp;subd=f4dzh4&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p>Untuk Router kita setting seperti di bawah ini :</p>
<ol>
<li>Masuk pada <strong>root </strong>kemudian masuk pada <strong>cd /etc/network enter ;<br />
</strong></li>
<li>Selanjutnya masuk pada <strong>Pico Interfaces </strong>mengatur ip untuk Routernya, misalkan saja Router tersambung pada eth0 maka anda harus mengaturnya di eth0 ;</li>
<li>Dengan mengetikkan demikian :</li>
</ol>
<p>auto eth0</p>
<p>iface eth0 inet static</p>
<p>address 192.168.11.1</p>
<p>netmask 255.255.255.0</p>
<p>network 192.168.11.0</p>
<p>broadcast 192.168.11.255</p>
<p>gateway 192.168.11.1</p>
<p>auto lo</p>
<p>iface lo inet loopback</p>
<ul>
<li>Kemudian simpan dengan menekan tombol <strong>ctrl + x + y enter</strong></li>
</ul>
<p>Untuk Pc Yang kita buat Clien :</p>
<ul>
<li>langkah pertama yang kita lakukan yaitu masuk pada root, dengan ketikkan <strong>root</strong><em> </em>dan kemudian masukkan passwordnya.</li>
<li>ketik cd /</li>
<li>kemudian masuk <strong>cd etc/network</strong><em><strong> </strong> </em>untuk mengatur ip address, netmask, gateway,broadcast, dan network</li>
<li>kemudian ketik <strong>Pico interfaces</strong><strong><em> </em></strong></li>
</ul>
<p>yang isinya kita ketikkan :</p>
<p>auto eth1</p>
<p>iface eth1 inet static</p>
<p>address 192.168.11.25</p>
<p>netmask 255.255.255.0</p>
<p>network 192.168.11.0</p>
<p>broadcast 192.168.11.255</p>
<p>gateway 192.168.11.1</p>
<p>auto lo</p>
<p>iface lo inet loopback</p>
<ul>
<li>kemudian untuk menyimpannya tekan <strong>Ctrl+x </strong>dan kemudian <strong>Y enter<br />
</strong></li>
<li>lalu ketikkan <strong>vi sysctl.conf</strong></li>
</ul>
<p>- untuk mengaktifkan hapus tanda pagar (#) pada kata <strong> #net .ipv4.conf.default.fordwarding=1</strong></p>
<p>- untuk menyimpan ketik <strong>:wq!</strong> <strong>enter</strong></p>
<p>- untuk merestart network dengan <strong>:<strong>/tc/init.d/networking restart enter<br />
</strong></strong></p>
<p>- dan pastikan kabel clien terhubung dengan router</p>
<ul>
<li>lalu kemudian yang kita lakukan adalah Routing , langkahnya yaitu :</li>
</ul>
<p><strong>-</strong> ketikkan kata di bawah ini :</p>
<p><strong> * iptables -t nat -A Postrouting -s 192.168.1.0/24 -j MASQUERADE</strong></p>
<p><strong> * iptables-save </strong>untuk menyimpannya</p>
<p>Langkah terakhir ping ke clien apakah sudah terhubung dengan Router yang telah anda buat tadi dengan mengetikkan perintah :</p>
<p><strong>ping ip untuk router anda </strong>misalkan : <strong>ping 192.168.11.1 enter</strong></p>
<p>apabila muncul kata-kata demikian maka Routing anda berhasil</p>
<br /><img alt="" border="0" src="http://feeds.wordpress.com/1.0/categories/f4dzh4.wordpress.com/46/" /> <img alt="" border="0" src="http://feeds.wordpress.com/1.0/tags/f4dzh4.wordpress.com/46/" /> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/f4dzh4.wordpress.com/46/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/f4dzh4.wordpress.com/46/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/f4dzh4.wordpress.com/46/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/f4dzh4.wordpress.com/46/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/f4dzh4.wordpress.com/46/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/f4dzh4.wordpress.com/46/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/f4dzh4.wordpress.com/46/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/f4dzh4.wordpress.com/46/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/f4dzh4.wordpress.com/46/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/f4dzh4.wordpress.com/46/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/f4dzh4.wordpress.com/46/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/f4dzh4.wordpress.com/46/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/f4dzh4.wordpress.com/46/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/f4dzh4.wordpress.com/46/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=f4dzh4.wordpress.com&amp;blog=2262575&amp;post=46&amp;subd=f4dzh4&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://f4dzh4.wordpress.com/2008/09/09/46/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://0.gravatar.com/avatar/e78193605ac7131a4d2a27212f69e89a?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">moza</media:title>
		</media:content>
	</item>
		<item>
		<title>oLiMpIaDe bEijInG uDaH dMuLaI</title>
		<link>http://f4dzh4.wordpress.com/2008/08/11/olimpiade-beijing-udah-dmulai/</link>
		<comments>http://f4dzh4.wordpress.com/2008/08/11/olimpiade-beijing-udah-dmulai/#comments</comments>
		<pubDate>Mon, 11 Aug 2008 02:43:01 +0000</pubDate>
		<dc:creator>muza yana</dc:creator>
				<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://f4dzh4.wordpress.com/?p=38</guid>
		<description><![CDATA[YUHUUUUU!!!! pesta besar bentar lagi dimulai!!! Wuuzz&#8230; Deg-degan niih&#8230; Sayangnya pertandingan bulu tangkisnya waktu jam-jam sekolah,huhhuuuu&#8230;nggak bisa nonton kakak,,,, WAWAWAAAA!!! Ayo temanku sebangsa setanah air&#8230;. Doakan teman2 kita yg di Beijing sana,yg lagi berjuang bertaruh nyawa (halah,lebay..) untuk membela Indonesia kita!!! GO INDONESIA!!! Hmm&#8230;olimpiade selesai tanggal 17 nanti,TEPAT WAKTU HUT INDONESIA!! Bayangin,deh..kalo kamu yang berjuang [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=f4dzh4.wordpress.com&amp;blog=2262575&amp;post=38&amp;subd=f4dzh4&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p>YUHUUUUU!!!!<br />
pesta besar bentar lagi dimulai!!!<br />
Wuuzz&#8230; Deg-degan niih&#8230;<br />
Sayangnya pertandingan bulu tangkisnya waktu jam-jam sekolah,huhhuuuu&#8230;nggak bisa nonton kakak,,,, WAWAWAAAA!!!</p>
<p>Ayo temanku sebangsa setanah air&#8230;.<br />
Doakan teman2 kita yg di Beijing sana,yg lagi berjuang bertaruh nyawa (halah,lebay..) untuk membela Indonesia kita!!!<br />
GO INDONESIA!!!</p>
<p>Hmm&#8230;olimpiade selesai tanggal 17 nanti,TEPAT WAKTU HUT INDONESIA!!<br />
Bayangin,deh..kalo kamu yang berjuang di Beijing sana,trus kamu bawa pulang medali emas sebagai oleh-oleh dari sana TEPAT WAKTU HUT INDONESIA&#8230;<br />
Bangga nggak,sih??? Aq bakalan nangis-nangis darah dah!!!</p>
<p>Semoga semuanya sabet medali emas!!<br />
Terutama cabang bulutangkisnya&#8230;.</p>
<p>Tapi ada berita buruk&#8230;<br />
Nanti setelah Olimpiade,kk Vita akan keluar dari Pelatnas trus denger-denger katanya Nova juga mw keluar atau pensi gitu&#8230;.<br />
Haduu..kok gini jalannya???</p>
<p><strong><span style="color:#006600;"><span style="font-size:180%;"><span><span>LHA NtAr MENGKO BUTET KARO SAPA???<br />
MASAK RAK ANA PASANGANE JAL???<br />
MASAK DADI TUNGGAL?? RAK LUCU!!! ***</span></span></span></span></strong></p>
<p>nggak seru,ah&#8230;<br />
Tapi liat aja nanti gimana keputusan PBSI&#8230;sama Greysia Polii??<br />
Oke aja&#8230;<br />
Eh,btw nanti kalo Lily/Vita dapet medali emas,bisa aja peringkatnya naik jadi nomor satu&#8230;WOOOOOOO KEREEEN!!<br />
trus Maria Kristin juga&#8230;kalo dpt medali emas peringkatnya bisa naik drastis tuh!!<br />
Pokoknya dukung kontingen Indonesia yaaah!!!</p>
<br /><img alt="" border="0" src="http://feeds.wordpress.com/1.0/categories/f4dzh4.wordpress.com/38/" /> <img alt="" border="0" src="http://feeds.wordpress.com/1.0/tags/f4dzh4.wordpress.com/38/" /> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/f4dzh4.wordpress.com/38/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/f4dzh4.wordpress.com/38/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/f4dzh4.wordpress.com/38/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/f4dzh4.wordpress.com/38/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/f4dzh4.wordpress.com/38/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/f4dzh4.wordpress.com/38/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/f4dzh4.wordpress.com/38/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/f4dzh4.wordpress.com/38/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/f4dzh4.wordpress.com/38/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/f4dzh4.wordpress.com/38/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/f4dzh4.wordpress.com/38/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/f4dzh4.wordpress.com/38/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/f4dzh4.wordpress.com/38/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/f4dzh4.wordpress.com/38/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=f4dzh4.wordpress.com&amp;blog=2262575&amp;post=38&amp;subd=f4dzh4&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://f4dzh4.wordpress.com/2008/08/11/olimpiade-beijing-udah-dmulai/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://0.gravatar.com/avatar/e78193605ac7131a4d2a27212f69e89a?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">moza</media:title>
		</media:content>
	</item>
		<item>
		<title>Membuat Router Dengan linux SuSE 9.1</title>
		<link>http://f4dzh4.wordpress.com/2008/06/06/membuat-router-dengan-linux-suse-91/</link>
		<comments>http://f4dzh4.wordpress.com/2008/06/06/membuat-router-dengan-linux-suse-91/#comments</comments>
		<pubDate>Fri, 06 Jun 2008 12:35:09 +0000</pubDate>
		<dc:creator>muza yana</dc:creator>
				<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://f4dzh4.wordpress.com/?p=36</guid>
		<description><![CDATA[Membuat Router Dengan linux SuSE Persyaratan yang harus di penuhi untuk membuat pc router adalah sebagai berikut: 1. Komputer yang akan di jadikan router harus mempunyai minimal 2 LAN Card. 2. Komputer yang akan di jadikan router dan server harus terinstall dengan system operasi linux SuSE 9.1 (dengan Minimum system). 3. PC yang akan di [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=f4dzh4.wordpress.com&amp;blog=2262575&amp;post=36&amp;subd=f4dzh4&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p>Membuat Router Dengan linux SuSE</p>
<ul>
<li>Persyaratan yang harus di penuhi untuk membuat pc router adalah sebagai berikut:</li>
</ul>
<p>1. Komputer yang akan di jadikan router harus mempunyai minimal 2 LAN Card.<br />
2. Komputer yang akan di jadikan router dan server harus terinstall dengan system<br />
operasi linux SuSE 9.1 (dengan Minimum system).<br />
3. PC yang akan di jadikan router harus sudah terkoneksi ke internet. Sebelum kita membuat router, pastikan computer telah terinstall system operasi linux ( contoh: suse) berbasis text.B.</p>
<p>B. Alat dan bahan :</p>
<p>1. PC</p>
<p>2. CD Install Linux (Suse)</p>
<p>3. Cramping tool</p>
<p>4. Kabel jaringan+RJ 45</p>
<p>5. 2 LAN Card</p>
<p>C. Langkah-langkah yang harus dilakukan :</p>
<p>1. Cramping kabel dengan posisi cross, pastinya sudah tau donk</p>
<p>2. Kemudian pasang 2 LAN Cardnya pada PC</p>
<p>3. Install PC dengan OS Linux</p>
<p>· Masukkan CD Install pada CD ROM</p>
<p>· Pilih text mode. Enter</p>
<p>· Ikuti langkah-langkahnya</p>
<p>· Untuk partisi, sisakan untuk swap (2x memory RAM )</p>
<p>· Jika sudah terinstall sekarang kita lakukan konfigurasi</p>
<p>4. Konfigurasi</p>
<p>· Melalui yast</p>
<p>1. Log In Root</p>
<p>2. Ketik “yast”</p>
<p>3. Muncul kotah dialog konfigurasi eth0</p>
<p>4. Beri tanda (x) pada static address setup untuk mengkonfigurasi manual</p>
<p>5. Ketik IP address dan gatewaynya. Next</p>
<p>6. Finish</p>
<p>· Melalui manual konfigurasi</p>
<p>1. Log In Root</p>
<p>2. Ketik “mc”</p>
<p>3. Pilih /etc. enter</p>
<p>4. Pilih /sysconfig. Enter</p>
<p>5. Pilih /network. Enter</p>
<p>6. Akan muncul 2 lan card yang terdeteksi. eth0 dan eth1. eth0 untuk dihubungkan ke router dan eth1 di hubungkan ke switch.</p>
<p>1. Melakukan setting</p>
<p>Bila berada dalam 1 Network maka paket di sampaikan direct<br />
* Bila berada dalam satu Network yang berbeda maka paket disampaikan ke gateway<br />
* routing by denstation<br />
* routing by entri ( permesin)</p>
<p>Command<br />
#route gw[option]</p>
<p>Contoh:<br />
1. #route add default gw 203.145.67.9<br />
Artinya: Tujuan default lewat gateway<br />
2. #route add -net 10.23.14.0/gw 10.22.88.9<br />
Artinya:Tujuan ke network 10.23.14.0/24 lewat 10.22.88.9<br />
3. #rote add -host 192.167.2.13 gw 10.22.77.5<br />
Artinya: Tujuan ke host 192.168.0.1 lewat 10.22.77.5</p>
<p>Langkah-langkahnya adalah sebagai berikut :<br />
1. Login ke system root<br />
2. berikan ip address untuk eth1 192.168.5.1 net mask 255.255.255.0<br />
3. berikan ip address untuk eth0 192.168.10.1 net mask 255.255.255.0<br />
4. cara 1 berikan command line<br />
#route add -net 192.168.5.1/24 gw 192.168.10.1</p>
<p>* aktifkan enable ip forwarding<br />
#echo 1 &gt; /proc/sys/net/ipv4/ip_forward</p>
<p>* #yast<br />
* Network service pilih routing<br />
* Masukan default gateway<br />
* Ok<br />
* Centang Enable forwarding<br />
* Finish</p>
<p>1. Instal Bind<br />
2. Lalu edit DNS Configuraton<br />
#mcedit /etc/named.conf<br />
Lakukan pencarian keyword : Forwards dan edit tag forwards dengan mengisikan IP DNS PC</p>
<p>* Simpan dan jalankan Bind dengan perintah sebagai berikut :<br />
# /etc/init.d/named restart</p>
<p>&gt; lakukan masqurade paket dengan perintah sebagai berikut:<br />
# iptables -t nat -A POSTROUTING -s ip eth1/24 -j MASQUERADE</p>
<p>* Lakukan pengecekan dengan perintah :<br />
ping dari komputer client dan apabila sudah bisa anda telah berhasil membuat router linux suse.</p>
<br /><img alt="" border="0" src="http://feeds.wordpress.com/1.0/categories/f4dzh4.wordpress.com/36/" /> <img alt="" border="0" src="http://feeds.wordpress.com/1.0/tags/f4dzh4.wordpress.com/36/" /> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/f4dzh4.wordpress.com/36/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/f4dzh4.wordpress.com/36/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/f4dzh4.wordpress.com/36/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/f4dzh4.wordpress.com/36/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/f4dzh4.wordpress.com/36/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/f4dzh4.wordpress.com/36/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/f4dzh4.wordpress.com/36/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/f4dzh4.wordpress.com/36/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/f4dzh4.wordpress.com/36/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/f4dzh4.wordpress.com/36/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/f4dzh4.wordpress.com/36/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/f4dzh4.wordpress.com/36/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/f4dzh4.wordpress.com/36/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/f4dzh4.wordpress.com/36/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=f4dzh4.wordpress.com&amp;blog=2262575&amp;post=36&amp;subd=f4dzh4&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://f4dzh4.wordpress.com/2008/06/06/membuat-router-dengan-linux-suse-91/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://0.gravatar.com/avatar/e78193605ac7131a4d2a27212f69e89a?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">moza</media:title>
		</media:content>
	</item>
		<item>
		<title>SETTING ROUTER dengan Packet Tracer 4.1</title>
		<link>http://f4dzh4.wordpress.com/2008/06/06/setting-router-dengan-packet-tracer-41/</link>
		<comments>http://f4dzh4.wordpress.com/2008/06/06/setting-router-dengan-packet-tracer-41/#comments</comments>
		<pubDate>Fri, 06 Jun 2008 12:15:20 +0000</pubDate>
		<dc:creator>muza yana</dc:creator>
				<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://f4dzh4.wordpress.com/?p=34</guid>
		<description><![CDATA[SETTING ROUTING MELALUI PACKET TRACER 4.1 Sebelum kita melakukan langkah yang pertama terlebih dahulu kita harus menginstall Network Simulatornya ( Packet Tracer 4.1 ). Langkah-langkahnya sebagai berikut: Pertama kita harus menyiapkan paket file Tracer 4.1 agar dapat kita install di computer; Kemudian install sampai prosesnya selesai ; Terakhir anda bisa langsung menggunakannya. Begitulah sedikit cara [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=f4dzh4.wordpress.com&amp;blog=2262575&amp;post=34&amp;subd=f4dzh4&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<div class="hide">
<div style="border-bottom:thin solid #eeeeee;background:#ffffcc none repeat scroll 0 0;font-family:Arial,sans-serif;padding:4px 8px;"><a href="http://mail.google.com/mail/?realattid=f_fh49q4vp0&amp;attid=0.1&amp;disp=attd&amp;view=att&amp;th=11a5c1b037d452a8"><br />
</a></div>
</div>
<div style="margin:1ex;">
<div><span style="font-size:small;"><strong>SETTING ROUTING MELALUI  PACKET TRACER 4.1</strong></span></p>
<p><span style="font-size:small;">Sebelum kita melakukan langkah  yang pertama terlebih dahulu kita harus menginstall Network Simulatornya  ( <strong>Packet Tracer 4.1</strong> ).</span></p>
<p><span style="font-size:small;"><strong>Langkah-langkahnya sebagai  berikut:</strong></span></p>
<ol type="a">
<li><span style="font-size:small;">Pertama kita harus    menyiapkan paket file Tracer 4.1 agar dapat kita install di computer;</span></li>
<li><span style="font-size:small;">Kemudian install    sampai prosesnya selesai ;</span></li>
<li><span style="font-size:small;">Terakhir anda bisa    langsung menggunakannya.</span></li>
</ol>
<p><span id="more-34"></span></p>
<p><span style="font-size:small;">Begitulah sedikit cara untuk  menginstall Packet Tracer 4.1 dan sekarang kita beralih kecara untuk  Routingnya.</span></p>
<p><span style="font-size:small;"><strong>Langkah-langkahnya :</strong></span></p>
<ul type="disc">
<li><span style="font-size:small;">Pertama anda harus    masuk terlebih dahulu pada <strong>Packet Tracer 4.1</strong>dengang cara klik    2 kali pada <strong>Icon</strong> yang tertera pada <strong>Desktop </strong> maka akan muncul kotak dialog sebagai berikut;<strong> <a name="0.1_graphic16"></a><img src="http://mail.google.com/mail/?name=edacf920b583f3fb.jpg&amp;attid=0.1&amp;disp=vahi&amp;view=att&amp;th=11a5c1b037d452a8" alt="Your browser may not support display of this image." width="612" height="426" /></strong></span></li>
</ul>
<ul type="disc">
<li><span style="font-size:small;">Kemudian kita pilih <strong> Router</strong> yang akan kita pakai sebagai <strong>Router</strong> anda pilih saja    yang Generik <a name="0.1_graphic17"></a><img src="http://mail.google.com/mail/?name=b13e08fc6dcaea03.jpg&amp;attid=0.1&amp;disp=vahi&amp;view=att&amp;th=11a5c1b037d452a8" alt="Your browser may not support display of this image." width="26" height="29" />;</span></li>
</ul>
<ul type="disc">
<li><span style="font-size:small;">Kemudian kita pilih    lagi computer clien sebagai clien dari router tersebut<strong>, </strong> sama dengan router tadi kita pilih saja yang Generic <a name="0.1_graphic18"></a><img src="http://mail.google.com/mail/?name=97df0483b7763020.jpg&amp;attid=0.1&amp;disp=vahi&amp;view=att&amp;th=11a5c1b037d452a8" alt="Your browser may not support display of this image." width="34" height="25" />;</span></li>
</ul>
<ul type="disc">
<li><span style="font-size:small;">Setelah itu kita    akan memilih <strong>kabel </strong>untuk menyambungkan computer router dengan    computer klien dengan klik gambar ini <a name="0.1_graphic19"></a><img src="http://mail.google.com/mail/?name=6932dba638d6fde9.jpg&amp;attid=0.1&amp;disp=vahi&amp;view=att&amp;th=11a5c1b037d452a8" alt="Your browser may not support display of this image." width="37" height="27" />;</span></li>
</ul>
<ul type="disc">
<li><span style="font-size:small;">Lalu anda pilih    kabel <strong>Copper Cross-Over <a name="0.1_graphic1A"></a><img src="http://mail.google.com/mail/?name=1937294b6f49a378.jpg&amp;attid=0.1&amp;disp=vahi&amp;view=att&amp;th=11a5c1b037d452a8" alt="Your browser may not support display of this image." width="34" height="26" /> </strong> untuk menghubungkan Router dengan Komputer ;</span></li>
</ul>
<ul type="disc">
<li><span style="font-size:small;">Selanjutnya sambungkan    kabel tersebut dari Router dengan Computer dengan mengklik  kabel    Copper Cross-over lalu sambungkan kerouter dengan mengklik pada router    FastEthernet0/0 begitu sebaliknya pada computer ;</span></li>
</ul>
<ul><a name="0.1_graphic1B"></a><span style="font-size:small;"><strong><img src="http://mail.google.com/mail/?name=bcca6de001c84cbb.jpg&amp;attid=0.1&amp;disp=vahi&amp;view=att&amp;th=11a5c1b037d452a8" alt="Your browser may not support display of this image." width="664" height="420" /></strong></span></ul>
<ul>
<p style="text-align:center;"><span style="font-size:small;"><strong>Gambar waktu router  diklik 2.1</strong></span></p>
</ul>
<ul><a name="0.1_graphic1C"></a><span style="font-size:small;"><strong><img src="http://mail.google.com/mail/?name=93133c8664eebb9f.jpg&amp;attid=0.1&amp;disp=vahi&amp;view=att&amp;th=11a5c1b037d452a8" alt="Your browser may not support display of this image." width="528" height="384" /></strong></span></ul>
<p style="text-align:center;"><span style="font-size:small;"><strong>Gambar  waktu computer yang di-klik 2.2</strong></span></p>
<ul type="disc">
<li><span style="font-size:small;">Setelah tersambung    maka harus dilakukan setting IP-nya ;</span></li>
</ul>
<div><span style="font-size:small;"><strong>SETTING IP LEWAT      GRAFIS</strong></span><span style="font-size:small;"><strong></strong></span></div>
<div>
<ul>
<li><span style="font-size:small;"><strong>Setting IP Pada      Router</strong></span></li>
</ul>
<ol>
<li><span style="font-size:small;">Langkah pertama        anda harus klik pada gambar router supaya anda dapat  men-setting        IP maka akan muncul kotak dialog sebagai berikut ;</span></li>
</ol>
</div>
<p><a name="0.1_graphic1D"></a><span style="font-size:small;"><strong><img src="http://mail.google.com/mail/?name=a15a5177c8f3c66d.jpg&amp;attid=0.1&amp;disp=vahi&amp;view=att&amp;th=11a5c1b037d452a8" alt="Your browser may not support display of this image." width="552" height="312" /></strong></span></p>
<p>2. <span style="font-size:small;">Lalu pilih <strong>CONFIG</strong> untuk me-setting IP-nya kemudian masuk pada <strong>FastEthernet0/0 </strong> untuk setting  <strong>IP Router-nya</strong> pada kotak <strong>IP Address</strong> isikan <strong> IP Router</strong> yang anda inginkan missal : <strong><a href="http://192.168.1.1/" target="_blank">192.168.1.1</a></strong> maka <strong> Subnet Mask</strong>-nya akan terisi dengan sendirinya ,selanjutnya <strong>Port        Status</strong> di <strong>ON</strong> kan agar dapat sambung dengan klien-nya kemudian        close ;</span></p>
<p><a name="0.1_graphic1E"></a><span style="font-size:small;"><strong><img src="http://mail.google.com/mail/?name=96a8e9202385bd48.jpg&amp;attid=0.1&amp;disp=vahi&amp;view=att&amp;th=11a5c1b037d452a8" alt="Your browser may not support display of this image." width="504" height="328" /></strong></span></p>
<ol type="1">
<li>Langkah yang ketiga        anda setting untuk Serial untuk Router anda masih tetap di-<strong>Config</strong> lalu pilih <strong>Serial2/0</strong>, pada kotak <strong>Ip Address</strong> isikan Ip        Serialnya misal : <strong><a href="http://10.0.0.1/" target="_blank">10.0.0.1</a></strong> maka <strong>Subnet Mask</strong>-nya akan terisi        dengan sendirinya, selanjutnya pada kotak <strong>Clock Rate</strong> isikan/pilih        yang <strong>64000 </strong>dan kemudian <strong>Port Status</strong> harus di-<strong>ON</strong><span style="font-size:small;"> kan supaya Router bisa berjalan ;</span></li>
</ol>
<p><a name="0.1_graphic1F"></a><span style="font-size:small;"><strong><img src="http://mail.google.com/mail/?name=29698a54a628d45a.jpg&amp;attid=0.1&amp;disp=vahi&amp;view=att&amp;th=11a5c1b037d452a8" alt="Your browser may not support display of this image." width="504" height="260" /></strong></span></p>
<p><span style="font-size:small;">4. Maka kabel Copper        Cross-Over akan berubah warna menjadi hijau yang semula merah, hijau        menandakan tersambung ;</span></p>
<p><a name="0.1_graphic20"></a><span style="font-size:small;"><strong><img src="http://mail.google.com/mail/?name=9029bd04111f2d7a.jpg&amp;attid=0.1&amp;disp=vahi&amp;view=att&amp;th=11a5c1b037d452a8" alt="Your browser may not support display of this image." width="528" height="365" /></strong></span></p>
<p><span style="font-size:small;">5. Maka setting untuk        Router nya sudah selesai.</span></p>
<ul>
<li> <span style="font-size:small;"><strong>SETTING IP UNTUK          KLIEN/ KOMPUTER</strong></span></li>
</ul>
<ol>
<li><span style="font-size:small;">Langkah pertama            anda masuk pada Physical pada computer klien dengan cara meng-klik computer            klien-nya maka akan muncul kotak dialog sebagai berikut ;</span></li>
</ol>
<p><a name="0.1_graphic21"></a><span style="font-size:small;"><strong><img src="http://mail.google.com/mail/?name=54fa2a0e33971b53.jpg&amp;attid=0.1&amp;disp=vahi&amp;view=att&amp;th=11a5c1b037d452a8" alt="Your browser may not support display of this image." width="540" height="285" /></strong></span></p>
<ol>
<li><span style="font-size:small;">Selanjutnya masukkan <strong> IP Router</strong> tadi ke <strong>Gateway</strong>-nya missal : <strong><a href="http://192.168.1.1/" target="_blank">192.168.1.1</a> </strong> untuk<strong> DNS Server-</strong>nya tidak usah diisi<strong> </strong> maka akan muncul kotak dialog sebagai berikut ;</span></li>
</ol>
<p><a name="0.1_graphic22"></a><span style="font-size:small;"><strong><img src="http://mail.google.com/mail/?name=6820367e00773574.jpg&amp;attid=0.1&amp;disp=vahi&amp;view=att&amp;th=11a5c1b037d452a8" alt="Your browser may not support display of this image." width="540" height="341" /></strong></span></p>
<p><span style="font-size:small;">2. Kemudian anda harus            setting IP computer klien anda, klik pada FastEthernet maka akan muncul            kotak dalog sebagai berikut ;</span></p>
<p><a name="0.1_graphic23"></a><span style="font-size:small;"><strong><img src="http://mail.google.com/mail/?name=7188223f9723c57a.jpg&amp;attid=0.1&amp;disp=vahi&amp;view=att&amp;th=11a5c1b037d452a8" alt="Your browser may not support display of this image." width="540" height="364" /></strong></span></p>
<p><span style="font-size:small;">3. Setelah muncul kotak            dialog diatas, lalu isikan IP Komputer klien anda pada kotak dialog <strong> IP ADDRESS</strong> missal : <strong><a href="http://192.168.1.2/" target="_blank">192.168.1.2</a></strong> maka <strong>Subnet Mask</strong>-nya            akan terisi dengan sendirinya, kemudian <strong>Port Status</strong>-nya harus <strong> ON</strong> agar IP yang kita buat bisa aktif ;</span></p>
<p><a name="0.1_graphic24"></a><span style="font-size:small;"><strong><img src="http://mail.google.com/mail/?name=d0bf5f638145f11a.jpg&amp;attid=0.1&amp;disp=vahi&amp;view=att&amp;th=11a5c1b037d452a8" alt="Your browser may not support display of this image." width="528" height="328" /></strong></span></p>
<p><span style="font-size:small;">4. Maka setting IP            untuk Komputer klien anda sudah selesai dan yang terakhir adalah mengcheck            apakah Router yang anda buat tadi sudah sambung dengan klien atau tidak            dengan cara klik pada gambar amplop lalu kirim dari Router ke Klien.</span></p>
<div><span style="font-size:small;"><strong>SETTING IP LEWAT              TEKS</strong></span></div>
<div>
<ul>
<li><span style="font-size:small;"><strong>SETTING IP ROUTER </strong></span></li>
</ul>
<ol>
<li><span style="font-size:small;">Langkah pertama                masuk pada <strong>Packet Tracer 4.1</strong> lalu klik saja pada Router yang                telah anda buat tadi kemudian pilih/klik <strong>CLI</strong> maka secara otomatis                anda akan setting lewat <strong>Teks</strong> dan ketikan <strong>[n] [enter]</strong>;</span></li>
</ol>
</div>
<p><a name="0.1_graphic25"></a><span style="font-size:small;"><img src="http://mail.google.com/mail/?name=3e17b87e32655690.jpg&amp;attid=0.1&amp;disp=vahi&amp;view=att&amp;th=11a5c1b037d452a8" alt="Your browser may not support display of this image." width="480" height="211" /></span></p>
<ol type="1">
<li><span style="font-size:small;">Setelah muncul tulisan <strong> Press RETURN to get started ! </strong>tekan <strong>[enter] ;</strong></span></li>
<li><span style="font-size:small;">Setelah itu masuk                pada <strong>Configuration Terminal</strong> dengan mengetikan <strong>[conf spasi                t] [enter]</strong> ;</span></li>
<li><span style="font-size:small;">Ke enam anda masuk                pada <strong>Interface FastEthernet0/0</strong> ketikan <strong>[interface spasi FastEthernet0/0]                [enter]</strong> ;</span></li>
<li><span style="font-size:small;">Kemudian anda membuat <strong> IP Routernya</strong> dengan mengetikan <strong>[ip spasi address spasi ip-nya                spasi subnet masknya , missal ip address <a href="http://192.168.1.1/" target="_blank">192.168.1.1</a> <a href="http://255.255.255.0/" target="_blank">255.255.255.0</a>]                [enter]</strong> ;</span></li>
<li><span style="font-size:small;">Terakhir anda <strong> ON</strong> kan IP yang telah anda buat tadi dengan mengetikan <strong>[no shut]</strong>maka                secara otomatis IP anda aktif lalu ketik <strong>[exit]</strong> untuk keluar                dari program tersebut ;</span></li>
<li><span style="font-size:small;">Setelah selesai                membuat IP sekarang satnya membuat <strong>Serial</strong> untuk <strong>Router</strong> yang telah anda buat tadi dengan mengetikkan <strong>[interface spasi Serial2/0]                [enter]</strong> ; </span></li>
<li><span style="font-size:small;">Kemudian buat <strong> IP Serial</strong> untuk <strong>Router</strong> anda ketikan <strong>[ip spasi address                spasi IP Serialnya spasi Subnet Masknya, missal ip address <a href="http://10.0.0.1/" target="_blank">10.0.0.1</a> <a href="http://255.0.0.0/" target="_blank">255.0.0.0</a>] [enter]</strong> ;</span></li>
<li><span style="font-size:small;">Lalu <strong>Setting                Clock Rate</strong>-nya ketikan <strong>[clock spasi rate spasi 64000 misal clock                rate 64000] [enter] </strong>lalu ketikan<strong> [no shut] [enter] </strong> agar IP Serial aktif ; </span></li>
</ol>
<p><a name="0.1_graphic26"></a><span style="font-size:small;"><strong><img src="http://mail.google.com/mail/?name=a1b41634cd7e5e5f.jpg&amp;attid=0.1&amp;disp=vahi&amp;view=att&amp;th=11a5c1b037d452a8" alt="Your browser may not support display of this image." width="540" height="430" /></strong></span><span style="font-size:small;"><strong></strong></span></p>
<ul>
<li><span style="font-size:small;"><strong>SETTING IP KOMPUTER                  KLIEN</strong></span></li>
</ul>
<ol>
<li><span style="font-size:small;">Pertama masuk pada <strong> Packet Tracer 4.1</strong>, lalu klik saja pada computer klien yang telah                    anda buat tadi kemudian klik <strong>Dekstop</strong>, pilih <strong>Comand Prompt</strong> maka akan muncul sebaga berikut ;</span></li>
</ol>
<p><a name="0.1_graphic27"></a><span style="font-size:small;"><strong><img src="http://mail.google.com/mail/?name=b1c1a2002e20ad28.jpg&amp;attid=0.1&amp;disp=vahi&amp;view=att&amp;th=11a5c1b037d452a8" alt="Your browser may not support display of this image." width="540" height="382" /></strong></span></p>
<p align="center"><span style="font-size:small;"><strong>Gambar sebelum  di-klik Comand Prompt</strong></span></p>
<p><a name="0.1_graphic28"></a><span style="font-size:small;"><strong><img src="http://mail.google.com/mail/?name=9a6c99e9bf37f5b9.jpg&amp;attid=0.1&amp;disp=vahi&amp;view=att&amp;th=11a5c1b037d452a8" alt="Your browser may not support display of this image." width="540" height="324" /></strong></span></p>
<p align="center"><span style="font-size:small;"><strong>Gambar sesudah  di-klik Comand Prompt</strong></span></p>
<ol type="a">
<li><span style="font-size:small;">Lalu ketikan <strong> [ipconfig spasi ip yang ingin anda buat spasi subnet masknya spasi ip                    dari router anda tadi/gateway-nya, missal : ipconfig <a href="http://192.168.1.2/" target="_blank">192.168.1.2</a> <a href="http://255.255.255.0/" target="_blank">255.255.255.0</a> <a href="http://192.168.1.1/" target="_blank">192.168.1.1</a>] [enter]</strong> ;</span></li>
<li><span style="font-size:small;">Setelah itu Check                    IP yg telah anda buat tadi dengan mengetikkan <strong>[ipconfig] [enter]                    ; </strong></span></li>
<li><span style="font-size:small;">Kalau anda ingin                    mengetahui apakah computer klien dengan router terhubung ketikan saja <strong> [ping spasi ip router anda, missal : ping <a href="http://192.168.1.1/" target="_blank">192.168.1.1</a>] [enter]</strong> apabila                    muncul tulisan <strong><em>Reply from <a href="http://192.168.1.1/" target="_blank">192.168.1.1</a> bytes=32 time=70ms TTL=255</em></strong> maka berhasil deh ;</span></li>
<li><span style="font-size:small;">Maka Setting untuk                    IP Komputer Klien anda selesai dengan versi Teks.</span></li>
</ol>
<ul>
<li><a name="0.1_graphic29"></a><span style="font-size:small;"><strong><img src="http://mail.google.com/mail/?name=98c5ececfac43c40.jpg&amp;attid=0.1&amp;disp=vahi&amp;view=att&amp;th=11a5c1b037d452a8" alt="Your browser may not support display of this image." width="540" height="385" /></strong></span></li>
<li><span style="font-size:small;"><strong>Menyambungkan                  Router dengan Router lewat Grafis</strong></span></li>
</ul>
<ol type="a">
<li><span style="font-size:small;">Pertama anda masuk    ke-Config pilih Routing lalu klik Static maka muncul kotak dialog sebagai    berikut ;</span></li>
</ol>
<ol type="a">
<li><span style="font-size:small;">Setelah itu isikan    IP <strong>Network </strong>anda pada kotak Network missal [<a href="http://192.168.1.0/" target="_blank">192.168.1.0</a>], lalu    isikan Subnet Mask-nya missal [<a href="http://255.255.255.0/" target="_blank">255.255.255.0</a>], kemudian isikan Serial    Router ke-2 misal [<a href="http://10.0.0.2/" target="_blank">10.0.0.2</a>] setelah itu klik [add] kemudian tutup ;</span></li>
<li><span style="font-size:small;">Begitu sebaliknya    pada router yang ke-2 atau ke-3 ;</span></li>
<li><span style="font-size:small;">Lalu coba untuk    dihubung kan antara Router 1 dan 2 kalau dapat terhubung maka berhasil</span></li>
<li><span style="font-size:small;"><strong>SELAMAT MENCOBA    SEMOGA BERHASIL GOOD LUCK</strong></span></li>
</ol>
<p><a name="0.1_graphic2A"></a><span style="font-size:small;"><strong><img src="http://mail.google.com/mail/?name=5b1ea0b41eca10ed.jpg&amp;attid=0.1&amp;disp=vahi&amp;view=att&amp;th=11a5c1b037d452a8" alt="Your browser may not support display of this image." width="516" height="288" /></strong></span><br />
<span style="font-size:small;"><strong></strong></span></p>
<ul>
<li><span style="font-size:small;"><strong>Menyambungkan                  Router dengan Router lewat Teks</strong></span></li>
</ul>
<ol type="a">
<li><span style="font-size:small;">Kalau lewat teks    mlah lebih mudah tingal ketikan Router(config) [ip spasi route spasi    Network-nya spasi Subnet Mask-nya spasi Next Hop-nya] missal : [ip route    <a href="http://192.168.1.0/" target="_blank">192.168.1.0</a> <a href="http://255.255.255.0/" target="_blank">255.255.255.0</a> <a href="http://10.0.0.2/" target="_blank">10.0.0.2</a>] [enter] untuk menyambungkan antara    Router 1, 2 dan 3 Network-nya menggunakan Network antara Router 1 dan    2 dan Next Hop-nya untuk sambungan di Router 2 dan untuk Router 3 Network-nya    untuk Router 1 dan Next Hop-nya Serial Router 2 yg terhubung dengan    Router 3;</span></li>
</ol>
<ol type="a">
<li><span style="font-size:small;">Setelah itu ketikan    [exit] lalu coba ping ke semua Router-nya dengan mengetikkan [ping spasi    serial dari Router yang lain] [enter].</span></li>
<li><span style="font-size:small;">Kalau muncul tulisan <strong><em> Success rate 100 percent (5/5), round trip min/avg/max = 19/33/46 ms</em></strong> maka berhasil.</span></li>
</ol>
</div>
</div>
<br /><img alt="" border="0" src="http://feeds.wordpress.com/1.0/categories/f4dzh4.wordpress.com/34/" /> <img alt="" border="0" src="http://feeds.wordpress.com/1.0/tags/f4dzh4.wordpress.com/34/" /> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/f4dzh4.wordpress.com/34/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/f4dzh4.wordpress.com/34/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/f4dzh4.wordpress.com/34/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/f4dzh4.wordpress.com/34/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/f4dzh4.wordpress.com/34/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/f4dzh4.wordpress.com/34/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/f4dzh4.wordpress.com/34/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/f4dzh4.wordpress.com/34/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/f4dzh4.wordpress.com/34/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/f4dzh4.wordpress.com/34/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/f4dzh4.wordpress.com/34/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/f4dzh4.wordpress.com/34/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/f4dzh4.wordpress.com/34/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/f4dzh4.wordpress.com/34/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=f4dzh4.wordpress.com&amp;blog=2262575&amp;post=34&amp;subd=f4dzh4&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://f4dzh4.wordpress.com/2008/06/06/setting-router-dengan-packet-tracer-41/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://0.gravatar.com/avatar/e78193605ac7131a4d2a27212f69e89a?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">moza</media:title>
		</media:content>

		<media:content url="http://mail.google.com/mail/?name=edacf920b583f3fb.jpg&#038;attid=0.1&#038;disp=vahi&#038;view=att&#038;th=11a5c1b037d452a8" medium="image">
			<media:title type="html">Your browser may not support display of this image.</media:title>
		</media:content>

		<media:content url="http://mail.google.com/mail/?name=b13e08fc6dcaea03.jpg&#038;attid=0.1&#038;disp=vahi&#038;view=att&#038;th=11a5c1b037d452a8" medium="image">
			<media:title type="html">Your browser may not support display of this image.</media:title>
		</media:content>

		<media:content url="http://mail.google.com/mail/?name=97df0483b7763020.jpg&#038;attid=0.1&#038;disp=vahi&#038;view=att&#038;th=11a5c1b037d452a8" medium="image">
			<media:title type="html">Your browser may not support display of this image.</media:title>
		</media:content>

		<media:content url="http://mail.google.com/mail/?name=6932dba638d6fde9.jpg&#038;attid=0.1&#038;disp=vahi&#038;view=att&#038;th=11a5c1b037d452a8" medium="image">
			<media:title type="html">Your browser may not support display of this image.</media:title>
		</media:content>

		<media:content url="http://mail.google.com/mail/?name=1937294b6f49a378.jpg&#038;attid=0.1&#038;disp=vahi&#038;view=att&#038;th=11a5c1b037d452a8" medium="image">
			<media:title type="html">Your browser may not support display of this image.</media:title>
		</media:content>

		<media:content url="http://mail.google.com/mail/?name=bcca6de001c84cbb.jpg&#038;attid=0.1&#038;disp=vahi&#038;view=att&#038;th=11a5c1b037d452a8" medium="image">
			<media:title type="html">Your browser may not support display of this image.</media:title>
		</media:content>

		<media:content url="http://mail.google.com/mail/?name=93133c8664eebb9f.jpg&#038;attid=0.1&#038;disp=vahi&#038;view=att&#038;th=11a5c1b037d452a8" medium="image">
			<media:title type="html">Your browser may not support display of this image.</media:title>
		</media:content>

		<media:content url="http://mail.google.com/mail/?name=a15a5177c8f3c66d.jpg&#038;attid=0.1&#038;disp=vahi&#038;view=att&#038;th=11a5c1b037d452a8" medium="image">
			<media:title type="html">Your browser may not support display of this image.</media:title>
		</media:content>

		<media:content url="http://mail.google.com/mail/?name=96a8e9202385bd48.jpg&#038;attid=0.1&#038;disp=vahi&#038;view=att&#038;th=11a5c1b037d452a8" medium="image">
			<media:title type="html">Your browser may not support display of this image.</media:title>
		</media:content>

		<media:content url="http://mail.google.com/mail/?name=29698a54a628d45a.jpg&#038;attid=0.1&#038;disp=vahi&#038;view=att&#038;th=11a5c1b037d452a8" medium="image">
			<media:title type="html">Your browser may not support display of this image.</media:title>
		</media:content>

		<media:content url="http://mail.google.com/mail/?name=9029bd04111f2d7a.jpg&#038;attid=0.1&#038;disp=vahi&#038;view=att&#038;th=11a5c1b037d452a8" medium="image">
			<media:title type="html">Your browser may not support display of this image.</media:title>
		</media:content>

		<media:content url="http://mail.google.com/mail/?name=54fa2a0e33971b53.jpg&#038;attid=0.1&#038;disp=vahi&#038;view=att&#038;th=11a5c1b037d452a8" medium="image">
			<media:title type="html">Your browser may not support display of this image.</media:title>
		</media:content>

		<media:content url="http://mail.google.com/mail/?name=6820367e00773574.jpg&#038;attid=0.1&#038;disp=vahi&#038;view=att&#038;th=11a5c1b037d452a8" medium="image">
			<media:title type="html">Your browser may not support display of this image.</media:title>
		</media:content>

		<media:content url="http://mail.google.com/mail/?name=7188223f9723c57a.jpg&#038;attid=0.1&#038;disp=vahi&#038;view=att&#038;th=11a5c1b037d452a8" medium="image">
			<media:title type="html">Your browser may not support display of this image.</media:title>
		</media:content>

		<media:content url="http://mail.google.com/mail/?name=d0bf5f638145f11a.jpg&#038;attid=0.1&#038;disp=vahi&#038;view=att&#038;th=11a5c1b037d452a8" medium="image">
			<media:title type="html">Your browser may not support display of this image.</media:title>
		</media:content>

		<media:content url="http://mail.google.com/mail/?name=3e17b87e32655690.jpg&#038;attid=0.1&#038;disp=vahi&#038;view=att&#038;th=11a5c1b037d452a8" medium="image">
			<media:title type="html">Your browser may not support display of this image.</media:title>
		</media:content>

		<media:content url="http://mail.google.com/mail/?name=a1b41634cd7e5e5f.jpg&#038;attid=0.1&#038;disp=vahi&#038;view=att&#038;th=11a5c1b037d452a8" medium="image">
			<media:title type="html">Your browser may not support display of this image.</media:title>
		</media:content>

		<media:content url="http://mail.google.com/mail/?name=b1c1a2002e20ad28.jpg&#038;attid=0.1&#038;disp=vahi&#038;view=att&#038;th=11a5c1b037d452a8" medium="image">
			<media:title type="html">Your browser may not support display of this image.</media:title>
		</media:content>

		<media:content url="http://mail.google.com/mail/?name=9a6c99e9bf37f5b9.jpg&#038;attid=0.1&#038;disp=vahi&#038;view=att&#038;th=11a5c1b037d452a8" medium="image">
			<media:title type="html">Your browser may not support display of this image.</media:title>
		</media:content>

		<media:content url="http://mail.google.com/mail/?name=98c5ececfac43c40.jpg&#038;attid=0.1&#038;disp=vahi&#038;view=att&#038;th=11a5c1b037d452a8" medium="image">
			<media:title type="html">Your browser may not support display of this image.</media:title>
		</media:content>

		<media:content url="http://mail.google.com/mail/?name=5b1ea0b41eca10ed.jpg&#038;attid=0.1&#038;disp=vahi&#038;view=att&#038;th=11a5c1b037d452a8" medium="image">
			<media:title type="html">Your browser may not support display of this image.</media:title>
		</media:content>
	</item>
		<item>
		<title>&#8221; Laporan Tugas OJT &#8220;</title>
		<link>http://f4dzh4.wordpress.com/2008/01/22/laporan-tugas-ojt/</link>
		<comments>http://f4dzh4.wordpress.com/2008/01/22/laporan-tugas-ojt/#comments</comments>
		<pubDate>Tue, 22 Jan 2008 02:14:23 +0000</pubDate>
		<dc:creator>muza yana</dc:creator>
				<category><![CDATA[Tugas'na Pak Tjipto]]></category>

		<guid isPermaLink="false">http://f4dzh4.wordpress.com/2008/01/22/laporan-tugas-ojt/</guid>
		<description><![CDATA[Tanggal 21 Januari 2008 Kegiatan : Entri Data dan Mengetik Dokumen Uraian    : Saya disuruh pembimbing untuk entri data sertifikat guru-guru  se-sidoarjo dan juga saya di suruh mengetik dokumen-dokumen TU Demikian laporan saya hari ini : Nama = Muzayyanah Kelas =  2 TKJ<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=f4dzh4.wordpress.com&amp;blog=2262575&amp;post=28&amp;subd=f4dzh4&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p>Tanggal 21 Januari 2008</p>
<p>Kegiatan : Entri Data dan Mengetik Dokumen</p>
<p>Uraian    : Saya disuruh pembimbing untuk entri data sertifikat guru-guru  se-sidoarjo dan juga saya di suruh mengetik dokumen-dokumen TU</p>
<p>Demikian laporan saya hari ini : Nama = Muzayyanah</p>
<p>Kelas =  2 TKJ</p>
<br /><img alt="" border="0" src="http://feeds.wordpress.com/1.0/categories/f4dzh4.wordpress.com/28/" /> <img alt="" border="0" src="http://feeds.wordpress.com/1.0/tags/f4dzh4.wordpress.com/28/" /> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/f4dzh4.wordpress.com/28/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/f4dzh4.wordpress.com/28/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/f4dzh4.wordpress.com/28/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/f4dzh4.wordpress.com/28/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/f4dzh4.wordpress.com/28/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/f4dzh4.wordpress.com/28/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/f4dzh4.wordpress.com/28/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/f4dzh4.wordpress.com/28/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/f4dzh4.wordpress.com/28/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/f4dzh4.wordpress.com/28/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/f4dzh4.wordpress.com/28/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/f4dzh4.wordpress.com/28/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/f4dzh4.wordpress.com/28/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/f4dzh4.wordpress.com/28/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=f4dzh4.wordpress.com&amp;blog=2262575&amp;post=28&amp;subd=f4dzh4&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://f4dzh4.wordpress.com/2008/01/22/laporan-tugas-ojt/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://0.gravatar.com/avatar/e78193605ac7131a4d2a27212f69e89a?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">moza</media:title>
		</media:content>
	</item>
	</channel>
</rss>
