<?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>X-files</title>
	<atom:link href="http://shin0b1.wordpress.com/feed/" rel="self" type="application/rss+xml" />
	<link>http://shin0b1.wordpress.com</link>
	<description>secure your brain &#38; explore your mind</description>
	<lastBuildDate>Fri, 13 Aug 2010 01:49:39 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.com/</generator>
<cloud domain='shin0b1.wordpress.com' port='80' path='/?rsscloud=notify' registerProcedure='' protocol='http-post' />
<image>
		<url>http://s2.wp.com/i/buttonw-com.png</url>
		<title>X-files</title>
		<link>http://shin0b1.wordpress.com</link>
	</image>
	<atom:link rel="search" type="application/opensearchdescription+xml" href="http://shin0b1.wordpress.com/osd.xml" title="X-files" />
	<atom:link rel='hub' href='http://shin0b1.wordpress.com/?pushpress=hub'/>
		<item>
		<title>setting IP di mikrotik</title>
		<link>http://shin0b1.wordpress.com/2010/08/13/setting-ip-di-mikrotik/</link>
		<comments>http://shin0b1.wordpress.com/2010/08/13/setting-ip-di-mikrotik/#comments</comments>
		<pubDate>Fri, 13 Aug 2010 01:29:23 +0000</pubDate>
		<dc:creator>sin0b1</dc:creator>
				<category><![CDATA[Mikrotik]]></category>
		<category><![CDATA[setting ip mikrotik]]></category>

		<guid isPermaLink="false">http://shin0b1.wordpress.com/?p=4</guid>
		<description><![CDATA[setting IP di Mikrotik pada sebuah system router kebanyakan didalamnya terdapat dua buah ethernet dan pastinya ethernet pertama terhubung ke client ( local ) dan yang kedua ke Internet ( public ). secara default mikrotik akan memberi nama ethernet dengan ether1, ether2 dan seterusnya. akan tetapi kita bisa merubah namanya sesuka hati kita. sebagai contoh [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=shin0b1.wordpress.com&amp;blog=15177263&amp;post=4&amp;subd=shin0b1&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<div id="_mcePaste">
<p style="margin-bottom:0;">setting IP di Mikrotik</p>
<p style="margin-bottom:0;">
<p style="margin-bottom:0;">pada sebuah system router kebanyakan didalamnya terdapat dua buah ethernet dan pastinya ethernet pertama  terhubung ke client ( local ) dan yang kedua ke Internet ( public ).</p>
<p style="margin-bottom:0;">
<p style="margin-bottom:0;">secara default mikrotik akan memberi nama ethernet dengan ether1, ether2 dan seterusnya. akan tetapi kita bisa  merubah namanya sesuka hati kita. sebagai contoh seumpamanya ether1 adalah ethernet yang terhubung kedalam  jaringan local dan akan kita beri nama lanlocal dan ether2 terhubung ke jaringan public yang akan kita beri nama  lanpublic.</p>
<p style="margin-bottom:0;">
<p style="margin-bottom:0;">untuk merubahnya kita stepnya adalah sebagai berikut. ohya disini saya menggunaka winbox sebagai medianya.</p>
<p style="margin-bottom:0;">
<p style="margin-bottom:0;">1. cek interface dengan cara ketikan</p>
<blockquote>
<p style="margin-bottom:0;">interface print</p>
</blockquote>
<p style="margin-bottom:0;">sehingga tampil seperti dibawah ini.</p>
<blockquote>
<p style="margin-bottom:0;">[admin@MikroTik] &gt; interface print</p>
<p style="margin-bottom:0;">Flags: X &#8211; disabled, D &#8211; dynamic, R &#8211; running</p>
<p style="margin-bottom:0;">#    NAME               TYPE             RX-RATE    TX-RATE    MTU</p>
<p style="margin-bottom:0;">0  R ether1</p>
<p style="margin-bottom:0;">
</blockquote>
<p style="margin-bottom:0;">2. setelah itu ketikan perintah</p>
<blockquote>
<p style="margin-bottom:0;">interface set ether1 name=lanlocal</p>
</blockquote>
<p style="margin-bottom:0;">setelah itu ketikan perintah seperti pada langkah pertama dan akan tampil seperti dibawah ini</p>
<blockquote>
<p style="margin-bottom:0;">[admin@MikroTik] &gt; interface print</p>
<p style="margin-bottom:0;">Flags: X &#8211; disabled, D &#8211; dynamic, R &#8211; running</p>
<p style="margin-bottom:0;">#    NAME                 TYPE             RX-RATE    TX-RATE    MTU</p>
<p style="margin-bottom:0;">0  R lanlocal                ether            0          0          1500</p>
<p style="margin-bottom:0;">
</blockquote>
<p style="margin-bottom:0;"><span id="more-4"></span>kita lihat ether1 telah berganti namanya menjadi lanlocal untuk setting ether / atau ethernet lainya langkahnyapun sama</p>
<p style="margin-bottom:0;">dan untuk menyeting IP caranyapun cukup mudah</p>
<p style="margin-bottom:0;">
<p style="margin-bottom:0;">1. ketikan perintah</p>
<ol>
<p style="margin-bottom:0;">
</ol>
<blockquote>
<p style="margin-bottom:0;">ip address add \</p>
</blockquote>
<p style="margin-bottom:0;">
<p style="margin-bottom:0;">sehingga tampil seperti dibawah ini</p>
<p style="margin-bottom:0;">
<blockquote>
<p style="margin-bottom:0;">[admin@MikroTik] &gt; ip address add \</p>
<p style="margin-bottom:0;">\&#8230;</p>
<p style="margin-bottom:0;">
</blockquote>
<p style="margin-bottom:0;">2. setelah itu ketikan</p>
<p style="margin-bottom:0;">
<blockquote>
<p style="margin-bottom:0;">address=192.168.1.32/24 interface=lanlocal</p>
</blockquote>
<p style="margin-bottom:0;">
<p style="margin-bottom:0;">untuk lebih jelasnya bisa dilihat dibawah ini</p>
<p style="margin-bottom:0;">
<blockquote>
<p style="margin-bottom:0;">[admin@MikroTik] &gt; ip address add \</p>
<p style="margin-bottom:0;">\&#8230; address=192.168.1.32/24 interface=lanlocal</p>
<p style="margin-bottom:0;">
</blockquote>
<p style="margin-bottom:0;">3. dan untuk mengeceknya ketikan perintah</p>
<p style="margin-bottom:0;">
<blockquote>
<p style="margin-bottom:0;">ip address print</p>
</blockquote>
<p style="margin-bottom:0;">
<p style="margin-bottom:0;">dan hasilnya seperti dibawah ini</p>
<p style="margin-bottom:0;">
<blockquote>
<p style="margin-bottom:0;">[admin@MikroTik] &gt; ip address print</p>
<p style="margin-bottom:0;">Flags: X &#8211; disabled, I &#8211; invalid, D &#8211; dynamic</p>
<p style="margin-bottom:0;">#   ADDRESS            NETWORK         BROADCAST       INTERFACE</p>
<p style="margin-bottom:0;">0   192.168.1.32/24    192.168.1.0     192.168.1.255   lanlocal</p>
<p style="margin-bottom:0;">
</blockquote>
<p style="margin-bottom:0;">sampai disini kita sudah bisa untuk menyeting ip address didalam mikrotik</p>
<p style="margin-bottom:0;">
<p style="margin-bottom:0;">
<p style="margin-bottom:0;">
<p style="margin-bottom:0;">
<p style="margin-bottom:0;">
<p style="margin-bottom:0;">
<p style="margin-bottom:0;">
<p style="margin-bottom:0;">
<p style="margin-bottom:0;">
<p style="margin-bottom:0;">
<p style="margin-bottom:0;">
</div>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/shin0b1.wordpress.com/4/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/shin0b1.wordpress.com/4/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/shin0b1.wordpress.com/4/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/shin0b1.wordpress.com/4/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/shin0b1.wordpress.com/4/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/shin0b1.wordpress.com/4/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/shin0b1.wordpress.com/4/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/shin0b1.wordpress.com/4/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/shin0b1.wordpress.com/4/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/shin0b1.wordpress.com/4/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/shin0b1.wordpress.com/4/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/shin0b1.wordpress.com/4/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/shin0b1.wordpress.com/4/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/shin0b1.wordpress.com/4/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=shin0b1.wordpress.com&amp;blog=15177263&amp;post=4&amp;subd=shin0b1&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://shin0b1.wordpress.com/2010/08/13/setting-ip-di-mikrotik/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://0.gravatar.com/avatar/683aa3056a5e9d0c1632f8c7f6232b02?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">gandrung683</media:title>
		</media:content>
	</item>
	</channel>
</rss>
