<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>Techonia.com &#187; Mikrotik</title>
	<atom:link href="http://www.techonia.com/category/mikrotik/feed" rel="self" type="application/rss+xml" />
	<link>http://www.techonia.com</link>
	<description>News, Tutorials, and How-tos about Technology</description>
	<lastBuildDate>Fri, 30 Jul 2010 11:19:59 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0.1</generator>
		<item>
		<title>How to create tunnel interface on Mikrotik</title>
		<link>http://www.techonia.com/create-tunnel-interface-mikrotik</link>
		<comments>http://www.techonia.com/create-tunnel-interface-mikrotik#comments</comments>
		<pubDate>Tue, 27 Apr 2010 12:45:10 +0000</pubDate>
		<dc:creator>Fuad NAHDI</dc:creator>
				<category><![CDATA[Mikrotik]]></category>
		<category><![CDATA[EoIP Tunnel]]></category>
		<category><![CDATA[IPIP Tunnel]]></category>
		<category><![CDATA[tunnel]]></category>

		<guid isPermaLink="false">http://www.techonia.com/?p=1432</guid>
		<description><![CDATA[In this article I want to show you how to create tunnel interface on Mikrotik. There are two types of tunneling supported by Mikrotik, IP-IP (IP over IP) tunnel and EoIP (Ethernet over IP) tunnel.]]></description>
			<content:encoded><![CDATA[<div class="socialize-in-content" style="float:left;"><div class="socialize-in-button-left"><script type="text/javascript">
			<!-- 
			tweetmeme_url = "http://www.techonia.com/create-tunnel-interface-mikrotik";
			tweetmeme_source = "techonia";
			//-->
		</script>
		<script type="text/javascript" src="http://tweetmeme.com/i/scripts/button.js"></script></div></div><div class="KonaBody"><p>In this article I want to show you how to create tunnel interface on Mikrotik. There are two types of tunneling supported by Mikrotik, IP-IP (IP over IP) tunnel and EoIP (Ethernet over IP) tunnel.<br />
<span id="more-1432"></span><br />
This article will show you how to create both tunneling. In this article we have to achieve the condition below.</p>
<p><strong>Conditions:</strong><br />
Mikrotik Router A IP Address: 111.222.123.34/28<br />
Mikrotik Router B IP Address: 100.200.101.130/27<br />
Point to Point IP Address: 192.168.201.0/30</p>
<p><strong>1. IP-IP (IP over IP) Tunnel</strong></p>
<p><strong>Router A:</strong></p>

<div class="wp_syntax"><div class="code"><pre class="mikrotik" style="font-family:monospace;">interface ipip add name=ipip1 local-address=111.222.123.34 remote-address=100.200.101.130 disabled=no
ip address add address=192.168.201.1/30 interface=ipip1 disabled=no</pre></div></div>

<p><strong>Router B:</strong></p>

<div class="wp_syntax"><div class="code"><pre class="mikrotik" style="font-family:monospace;">interface ipip add name=ipip1 local-address=100.200.101.130 remote-address=111.222.123.34 disabled=no
ip address add address=192.168.201.2/30 interface=ipip1 disabled=no</pre></div></div>

<p><strong>2. Ethernet over IP (EoIP) Tunnel</strong></p>
<p><strong>Router A:</strong></p>

<div class="wp_syntax"><div class="code"><pre class="mikrotik" style="font-family:monospace;">interface eoip add name=eoip-tunnel1 remote-address=100.200.101.130 tunnel-id=1 arp=enabled
ip address add address=192.168.201.1/30 interface= eoip-tunnel1  disabled=no</pre></div></div>

<p><strong>Router B:</strong></p>

<div class="wp_syntax"><div class="code"><pre class="mikrotik" style="font-family:monospace;">interface eoip add name=eoip-tunnel1 remote-address=111.222.123.34 tunnel-id=1 arp=enabled
ip address add address=192.168.201.2/30 interface= eoip-tunnel1  disabled=no</pre></div></div>

<p>After the tunnel interface has been configured, you have to add route the network address that you want to allocate. For example if you want to add a network address of 100.200.102.0/24 that point to Router B, you have to add a route in the Router A as follow:</p>

<div class="wp_syntax"><div class="code"><pre class="mikrotik" style="font-family:monospace;">ip route add dst-address=100.200.102.0/24 gateway=192.168.201.2</pre></div></div>

</div><h4>Incoming search terms for this post:</h4><ul><li><a href="http://www.techonia.com/create-tunnel-interface-mikrotik" title="mikrotik ip tunnel">mikrotik ip tunnel</a></li><li><a href="http://www.techonia.com/create-tunnel-interface-mikrotik" title="ip tunnel mikrotik">ip tunnel mikrotik</a></li><li><a href="http://www.techonia.com/create-tunnel-interface-mikrotik" title="mikrotik eoip">mikrotik eoip</a></li><li><a href="http://www.techonia.com/create-tunnel-interface-mikrotik" title="mikrotik IP tunel">mikrotik IP tunel</a></li><li><a href="http://www.techonia.com/create-tunnel-interface-mikrotik" title="eoip tunnel mikrotik">eoip tunnel mikrotik</a></li><li><a href="http://www.techonia.com/create-tunnel-interface-mikrotik" title="mikrotik tunnel">mikrotik tunnel</a></li><li><a href="http://www.techonia.com/create-tunnel-interface-mikrotik" title="mikrotik ipip">mikrotik ipip</a></li><li><a href="http://www.techonia.com/create-tunnel-interface-mikrotik" title="eoip vs ipip">eoip vs ipip</a></li><li><a href="http://www.techonia.com/create-tunnel-interface-mikrotik" title="ethernet over ip tunneling">ethernet over ip tunneling</a></li><li><a href="http://www.techonia.com/create-tunnel-interface-mikrotik" title="eoip mikrotik">eoip mikrotik</a></li><li><a href="http://www.techonia.com/create-tunnel-interface-mikrotik" title="tunnel ipip mikrotik">tunnel ipip mikrotik</a></li><li><a href="http://www.techonia.com/create-tunnel-interface-mikrotik" title="mikrotik ethernet over ip">mikrotik ethernet over ip</a></li><li><a href="http://www.techonia.com/create-tunnel-interface-mikrotik" title="tunneling on mikrotik">tunneling on mikrotik</a></li><li><a href="http://www.techonia.com/create-tunnel-interface-mikrotik" title="ipip tunnel mikrotik">ipip tunnel mikrotik</a></li><li><a href="http://www.techonia.com/create-tunnel-interface-mikrotik" title="tunel eoip">tunel eoip</a></li></ul><!-- SEO SearchTerms Tagging 2 plugin took 7.468 ms -->]]></content:encoded>
			<wfw:commentRss>http://www.techonia.com/create-tunnel-interface-mikrotik/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>How to block Facebook using Mikrotik</title>
		<link>http://www.techonia.com/block-facebook-using-mikrotik</link>
		<comments>http://www.techonia.com/block-facebook-using-mikrotik#comments</comments>
		<pubDate>Tue, 27 Apr 2010 11:22:33 +0000</pubDate>
		<dc:creator>Fuad NAHDI</dc:creator>
				<category><![CDATA[Mikrotik]]></category>
		<category><![CDATA[Facebook]]></category>
		<category><![CDATA[Web Proxy]]></category>

		<guid isPermaLink="false">http://www.techonia.com/?p=1430</guid>
		<description><![CDATA[In this article I want to show on how to block Facebook using Mikrotik in three steps. We will use Web Proxy feature included in Mikrotik. We assume the LAN (Local Area Network) address is 192.168.56.0/24 and the IP address of  'ether1'  which facing to the LAN is 192.168.56.254.]]></description>
			<content:encoded><![CDATA[<div class="socialize-in-content" style="float:left;"><div class="socialize-in-button-left"><script type="text/javascript">
			<!-- 
			tweetmeme_url = "http://www.techonia.com/block-facebook-using-mikrotik";
			tweetmeme_source = "techonia";
			//-->
		</script>
		<script type="text/javascript" src="http://tweetmeme.com/i/scripts/button.js"></script></div></div><div class="KonaBody"><p>In this article I want to show on how to block Facebook using Mikrotik in three steps. We will use Web Proxy feature included in Mikrotik. We assume the LAN (Local Area Network) address is 192.168.56.0/24 and the IP address of  &#8217;ether1&#8242;  which facing to the LAN is 192.168.56.254.</p>
<p><span id="more-1430"></span>Here are the three steps:</p>
<p><strong>1. Enable Web Proxy</strong></p>
<p>We enable this web proxy without cache on disk.</p>

<div class="wp_syntax"><div class="code"><pre class="mikrotik" style="font-family:monospace;">ip proxy set enabled=yes port=8080 cache-on-disk=no</pre></div></div>

<p><strong>2. Add proxy access rules</strong></p>
<p>In this step we define which website we want to block. In this case, we want to block Facebook. Remember that Facebook has many sub-domains so we have to block all that sub-domains.</p>

<div class="wp_syntax"><div class="code"><pre class="mikrotik" style="font-family:monospace;">ip proxy access add src-address=192.168.56.0/24 dst-host=*.facebook.com action=deny</pre></div></div>

<p>The &#8216;*.facebook.com&#8217; value means all sub-domains of facebook.com.</p>
<p><strong>3. Enable the transparent proxy</strong></p>
<p>In this step we have to redirect all web access to facebook.com coming from the LAN to the web proxy.</p>

<div class="wp_syntax"><div class="code"><pre class="mikrotik" style="font-family:monospace;">ip firewall nat add chain=dstnat  in-interface=ether1 dst-port=80 protocol=tcp action=redirect to-ports=8080</pre></div></div>

<p>That&#8217;s all. You can add as many websites that you want to block as described in step 2.</p>
</div><h4>Incoming search terms for this post:</h4><ul><li><a href="http://www.techonia.com/block-facebook-using-mikrotik" title="mikrotik block facebook">mikrotik block facebook</a></li><li><a href="http://www.techonia.com/block-facebook-using-mikrotik" title="block facebook mikrotik">block facebook mikrotik</a></li><li><a href="http://www.techonia.com/block-facebook-using-mikrotik" title="blok facebook">blok facebook</a></li><li><a href="http://www.techonia.com/block-facebook-using-mikrotik" title="how to block facebook on mikrotik">how to block facebook on mikrotik</a></li><li><a href="http://www.techonia.com/block-facebook-using-mikrotik" title="blocking facebook mikrotik">blocking facebook mikrotik</a></li><li><a href="http://www.techonia.com/block-facebook-using-mikrotik" title="Block facebook with Mikrotik">Block facebook with Mikrotik</a></li><li><a href="http://www.techonia.com/block-facebook-using-mikrotik" title="mikrotik block web">mikrotik block web</a></li><li><a href="http://www.techonia.com/block-facebook-using-mikrotik" title="block facebook and skype">block facebook and skype</a></li><li><a href="http://www.techonia.com/block-facebook-using-mikrotik" title="blocking facebook domains">blocking facebook domains</a></li><li><a href="http://www.techonia.com/block-facebook-using-mikrotik" title="blok facebook mikrotik">blok facebook mikrotik</a></li><li><a href="http://www.techonia.com/block-facebook-using-mikrotik" title="Block facebook di mikrotik">Block facebook di mikrotik</a></li><li><a href="http://www.techonia.com/block-facebook-using-mikrotik" title="mikrotik block website">mikrotik block website</a></li><li><a href="http://www.techonia.com/block-facebook-using-mikrotik" title="how to block facebook in mikrotik">how to block facebook in mikrotik</a></li><li><a href="http://www.techonia.com/block-facebook-using-mikrotik" title="how to block facebook winbox">how to block facebook winbox</a></li><li><a href="http://www.techonia.com/block-facebook-using-mikrotik" title="block https facebook mikrotik">block https facebook mikrotik</a></li></ul><!-- SEO SearchTerms Tagging 2 plugin took 7.498 ms -->]]></content:encoded>
			<wfw:commentRss>http://www.techonia.com/block-facebook-using-mikrotik/feed</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>How to access Mikrotik using winbox in Virtualbox</title>
		<link>http://www.techonia.com/access-mikrotik-winbox-virtualbox</link>
		<comments>http://www.techonia.com/access-mikrotik-winbox-virtualbox#comments</comments>
		<pubDate>Sun, 02 Aug 2009 00:48:17 +0000</pubDate>
		<dc:creator>Fuad NAHDI</dc:creator>
				<category><![CDATA[Mikrotik]]></category>
		<category><![CDATA[Virtualbox]]></category>
		<category><![CDATA[Winbox]]></category>

		<guid isPermaLink="false">http://www.katalis.web.id/?p=229</guid>
		<description><![CDATA[I showed you how to install Mikrotik on Vitualbox. Now I will show you how to make it accessible from HostOS via Winbox.
Winbox is a GUI application to manage and configure Mikrotik. It will be much easier to manage Mikrotik using Winbox than CLI]]></description>
			<content:encoded><![CDATA[<div class="socialize-in-content" style="float:left;"><div class="socialize-in-button-left"><script type="text/javascript">
			<!-- 
			tweetmeme_url = "http://www.techonia.com/access-mikrotik-winbox-virtualbox";
			tweetmeme_source = "techonia";
			//-->
		</script>
		<script type="text/javascript" src="http://tweetmeme.com/i/scripts/button.js"></script></div></div><div class="KonaBody"><p>In my <a href="http://www.techonia.com/install-mikrotik-routeros-on-virtualbox/">previous article</a>, I showed you how to install Mikrotik on Vitualbox. Now I will show you how to make it accessible from HostOS via Winbox.</p>
<p>Winbox is a GUI application to manage and configure Mikrotik. It will be much easier to manage Mikrotik using Winbox than CLI.<span id="more-229"></span></p>
<p>There are two ways to access Mikrotik using Winbox installed in Virtualbox:</p>
<p><strong>1. Assigning  ether1 IP Address to the same network of VirtualBox Host-Only Network.</strong><br />
This is the easiest way. You have to attach the Network Adapter of Mikrotik to &#8216;Host-only Adapter&#8217; belong to &#8216;VirtualBox Host-Only Ethernet Adapter&#8217;. See image below:</p>
<div id="attachment_1289" class="wp-caption aligncenter" style="width: 310px"><a class="highslide" onclick="return vz.expand(this)" href="http://www.techonia.com/wp-content/uploads/2009/08/adapter-setting.png"><img src="http://www.techonia.com/wp-content/uploads/2009/08/adapter-setting-300x260.png" alt="" title="adapter-setting" width="300" height="260" class="size-medium wp-image-1289" /></a><p class="wp-caption-text">Adapter Setting (click to enlarge)</p></div>
<p>Later you have to set the IP address of ether1 of Mikrotik to be the same network of VirtualBox Host-Only Network. The default IP address assigned to this Ethernet is 192.168.56.1/24, of cource you can change this IP address as you want. You can check the IP Address by using &#8216;ipconfig&#8217; (Windows) or &#8216;ifconfig&#8217; (Unix/Linux). See image below:</p>
<div id="attachment_1290" class="wp-caption aligncenter" style="width: 310px"><a class="highslide" onclick="return vz.expand(this)" href="http://www.techonia.com/wp-content/uploads/2009/08/eth-vbox-host-only.png"><img src="http://www.techonia.com/wp-content/uploads/2009/08/eth-vbox-host-only-300x219.png" alt="" title="eth-vbox-host-only" width="300" height="219" class="size-medium wp-image-1290" /></a><p class="wp-caption-text">Virtualbox Ethernet Adapter (click to enlarge)</p></div>
<p>Now run the Mikrotik OS running in Virtualbox. Login using &#8216;admin&#8217; and empty password. Set the IP address of ether1 to 192.168.56.2/24 or whatever IP address still in the same network.</p>

<div class="wp_syntax"><div class="code"><pre class="bash" style="font-family:monospace;">ip address add <span style="color: #007800;">address</span>=192.168.56.2<span style="color: #000000; font-weight: bold;">/</span><span style="color: #000000;">24</span> <span style="color: #007800;">interface</span>=ether1</pre></div></div>

<p>After setting to ethet1 ip address, try to ping the IP address from Host OS (Windows).</p>

<div class="wp_syntax"><div class="code"><pre class="bash" style="font-family:monospace;">C:\Users\Fuad NAHDI<span style="color: #000000; font-weight: bold;">&gt;</span><span style="color: #c20cb9; font-weight: bold;">ping</span> 192.168.56.2
&nbsp;
Pinging 192.168.56.2 with <span style="color: #000000;">32</span> bytes of data:
Reply from 192.168.56.2: <span style="color: #007800;">bytes</span>=<span style="color: #000000;">32</span> <span style="color: #000000; font-weight: bold;">time</span><span style="color: #000000; font-weight: bold;">&lt;</span>1ms <span style="color: #007800;">TTL</span>=<span style="color: #000000;">64</span>
Reply from 192.168.56.2: <span style="color: #007800;">bytes</span>=<span style="color: #000000;">32</span> <span style="color: #007800;"><span style="color: #000000; font-weight: bold;">time</span></span>=2ms <span style="color: #007800;">TTL</span>=<span style="color: #000000;">64</span>
Reply from 192.168.56.2: <span style="color: #007800;">bytes</span>=<span style="color: #000000;">32</span> <span style="color: #000000; font-weight: bold;">time</span><span style="color: #000000; font-weight: bold;">&lt;</span>1ms <span style="color: #007800;">TTL</span>=<span style="color: #000000;">64</span>
Reply from 192.168.56.2: <span style="color: #007800;">bytes</span>=<span style="color: #000000;">32</span> <span style="color: #000000; font-weight: bold;">time</span><span style="color: #000000; font-weight: bold;">&lt;</span>1ms <span style="color: #007800;">TTL</span>=<span style="color: #000000;">64</span>
&nbsp;
Ping statistics <span style="color: #000000; font-weight: bold;">for</span> 192.168.56.2:
    Packets: Sent = <span style="color: #000000;">4</span>, Received = <span style="color: #000000;">4</span>, Lost = <span style="color: #000000;">0</span> <span style="color: #7a0874; font-weight: bold;">&#40;</span><span style="color: #000000;">0</span><span style="color: #000000; font-weight: bold;">%</span> loss<span style="color: #7a0874; font-weight: bold;">&#41;</span>,
Approximate round trip <span style="color: #7a0874; font-weight: bold;">times</span> <span style="color: #000000; font-weight: bold;">in</span> milli-seconds:
    Minimum = 0ms, Maximum = 2ms, Average = 0ms</pre></div></div>

<p>If Mikrotik replied the ping, it is ready to access it using Winbox. Run Winbox now and set to Connect To: 192.168.56.2. See image below:</p>
<p><img src="http://www.techonia.com/wp-content/uploads/2009/08/winbox-loader.png" alt="" title="winbox-loader" width="367" height="305" class="aligncenter size-full wp-image-1291" /></p>
<p>Click &#8216;Connect&#8217; button and if there are no errors you should successfully log in to the Mikrotik using Winbox.</p>
<div id="attachment_1292" class="wp-caption aligncenter" style="width: 310px"><a class="highslide" onclick="return vz.expand(this)" href="http://www.techonia.com/wp-content/uploads/2009/08/winbox-mikrotik.png"><img src="http://www.techonia.com/wp-content/uploads/2009/08/winbox-mikrotik-300x274.png" alt="" title="winbox-mikrotik" width="300" height="274" class="size-medium wp-image-1292" /></a><p class="wp-caption-text">Winbox Mikrotik (click to enlarge)</p></div>
<p><strong>2. Mapping / Forwarding port used by Winbox.</strong><br />
Using this way you have to map/forward port used by a GuestOS installed on Virtualbox. Winbox is using port 8291 to LISTEN on the system.</p>
<p>So we will map/forward this port from  HostOS to the GuestOS.</p>
<p>The command are as below:</p>

<div class="wp_syntax"><div class="code"><pre class="bash" style="font-family:monospace;">C:\Users\Fuad NAHDI<span style="color: #000000; font-weight: bold;">&gt;</span><span style="color: #7a0874; font-weight: bold;">cd</span>\
C:\<span style="color: #000000; font-weight: bold;">&gt;</span><span style="color: #7a0874; font-weight: bold;">cd</span> <span style="color: #ff0000;">&quot;Program Files\Sun\xVM VirtualBox&quot;</span>
C:\Program Files\Sun\xVM VirtualBox<span style="color: #000000; font-weight: bold;">&gt;</span>VBoxManage setextradata Mikrotik <span style="color: #ff0000;">&quot;VBoxInternal/Devices/pcnet/0/LUN#0/Config/winbox/HostPort&quot;</span> <span style="color: #000000;">8291</span>
VirtualBox Command Line Management Interface Version 3.0.2
<span style="color: #7a0874; font-weight: bold;">&#40;</span>C<span style="color: #7a0874; font-weight: bold;">&#41;</span> <span style="color: #000000;">2005</span>-<span style="color: #000000;">2009</span> Sun Microsystems, Inc.
All rights reserved.
&nbsp;
C:\Program Files\Sun\xVM VirtualBox<span style="color: #000000; font-weight: bold;">&gt;</span>VBoxManage setextradata Mikrotik <span style="color: #ff0000;">&quot;VBoxInternal/Devices/pcnet/0/LUN#0/Config/winbox/GuestPort&quot;</span> <span style="color: #000000;">8291</span>
VirtualBox Command Line Management Interface Version 3.0.2
<span style="color: #7a0874; font-weight: bold;">&#40;</span>C<span style="color: #7a0874; font-weight: bold;">&#41;</span> <span style="color: #000000;">2005</span>-<span style="color: #000000;">2009</span> Sun Microsystems, Inc.
All rights reserved.
&nbsp;
C:\Program Files\Sun\xVM VirtualBox<span style="color: #000000; font-weight: bold;">&gt;</span>VBoxManage setextradata Mikrotik <span style="color: #ff0000;">&quot;VBoxInternal/Devices/pcnet/0/LUN#0/Config/winbox/Protocol&quot;</span> TCP
VirtualBox Command Line Management Interface Version 3.0.2
<span style="color: #7a0874; font-weight: bold;">&#40;</span>C<span style="color: #7a0874; font-weight: bold;">&#41;</span> <span style="color: #000000;">2005</span>-<span style="color: #000000;">2009</span> Sun Microsystems, Inc.
All rights reserved.</pre></div></div>

<p>After executing the above commands withour any errors, now open Winbox application.</p>
<p>Set the Connect To value to localhost and Login to admin, then click Connect button.</p>
<p><a href="http://www.flickr.com/photos/45032848@N07/4221836460/" title="login-window by Fuad NAHDI, on Flickr"><img src="http://farm3.static.flickr.com/2627/4221836460_d7e5234a72_o.png" width="367" height="305" alt="login-window" /></a></p>
<p>After clicking Connect button and no error during login process, you should successfully log in to the winbox application. </p>
<div id="attachment_1511" class="wp-caption aligncenter" style="width: 310px"><a class="highslide" onclick="return vz.expand(this)" href="http://www.techonia.com/wp-content/uploads/2009/08/winbox-app.png"><img src="http://www.techonia.com/wp-content/uploads/2009/08/winbox-app-300x295.png" alt="" title="winbox-app" width="300" height="295" class="size-medium wp-image-1511" /></a><p class="wp-caption-text">Winbox Mikrotik (click to enlarge)</p></div>
<p>Hope this tutorial useful for others.</p>
</div><h4>Incoming search terms for this post:</h4><ul><li><a href="http://www.techonia.com/access-mikrotik-winbox-virtualbox" title="mikrotik winbox">mikrotik winbox</a></li><li><a href="http://www.techonia.com/access-mikrotik-winbox-virtualbox" title="winbox tutorial">winbox tutorial</a></li><li><a href="http://www.techonia.com/access-mikrotik-winbox-virtualbox" title="mikrotik virtualbox">mikrotik virtualbox</a></li><li><a href="http://www.techonia.com/access-mikrotik-winbox-virtualbox" title="winbox">winbox</a></li><li><a href="http://www.techonia.com/access-mikrotik-winbox-virtualbox" title="winbox mikrotik">winbox mikrotik</a></li><li><a href="http://www.techonia.com/access-mikrotik-winbox-virtualbox" title="VirtualBox mikrotik">VirtualBox mikrotik</a></li><li><a href="http://www.techonia.com/access-mikrotik-winbox-virtualbox" title="mikrotik winbox tutorials">mikrotik winbox tutorials</a></li><li><a href="http://www.techonia.com/access-mikrotik-winbox-virtualbox" title="winbox port forwarding">winbox port forwarding</a></li><li><a href="http://www.techonia.com/access-mikrotik-winbox-virtualbox" title="mikrotik port forwarding winbox">mikrotik port forwarding winbox</a></li><li><a href="http://www.techonia.com/access-mikrotik-winbox-virtualbox" title="winbox android">winbox android</a></li><li><a href="http://www.techonia.com/access-mikrotik-winbox-virtualbox" title="mikrotik winbox port">mikrotik winbox port</a></li><li><a href="http://www.techonia.com/access-mikrotik-winbox-virtualbox" title="tutorial winbox">tutorial winbox</a></li><li><a href="http://www.techonia.com/access-mikrotik-winbox-virtualbox" title="winbox port">winbox port</a></li><li><a href="http://www.techonia.com/access-mikrotik-winbox-virtualbox" title="winbox blackberry">winbox blackberry</a></li><li><a href="http://www.techonia.com/access-mikrotik-winbox-virtualbox" title="winbox port forward">winbox port forward</a></li></ul><!-- SEO SearchTerms Tagging 2 plugin took 9.009 ms -->]]></content:encoded>
			<wfw:commentRss>http://www.techonia.com/access-mikrotik-winbox-virtualbox/feed</wfw:commentRss>
		<slash:comments>4</slash:comments>
		</item>
		<item>
		<title>Install MikroTik RouterOS on VirtualBox</title>
		<link>http://www.techonia.com/install-mikrotik-virtualbox</link>
		<comments>http://www.techonia.com/install-mikrotik-virtualbox#comments</comments>
		<pubDate>Mon, 27 Jul 2009 14:06:42 +0000</pubDate>
		<dc:creator>Fuad NAHDI</dc:creator>
				<category><![CDATA[Mikrotik]]></category>
		<category><![CDATA[Virtualbox]]></category>

		<guid isPermaLink="false">http://www.katalis.web.id/?p=218</guid>
		<description><![CDATA[Mikrotik is a Linux-based operating system that bundled with many tools already included such as static/dynamic routing, wireless, hotspot, bandwidth manager and many more. The thing that makes it more attractive is its price that much much cheaper than other router equipment brands]]></description>
			<content:encoded><![CDATA[<div class="socialize-in-content" style="float:left;"><div class="socialize-in-button-left"><script type="text/javascript">
			<!-- 
			tweetmeme_url = "http://www.techonia.com/install-mikrotik-virtualbox";
			tweetmeme_source = "techonia";
			//-->
		</script>
		<script type="text/javascript" src="http://tweetmeme.com/i/scripts/button.js"></script></div></div><div class="KonaBody"><p>Mikrotik is a Linux-based operating system that bundled with many tools already included such as static/dynamic routing, wireless, hotspot, bandwidth manager and many more. The thing that makes it more attractive is its price that much much cheaper than other router equipment brands.<span id="more-218"></span></p>
<p>To test mikrotik, you can download the iso file and install it on your PC or laptop.</p>
<p>Then you need to buy a licence to make it usable. Otherwise it will expire in 24 hours.</p>
<p>The easiest way to test mikrotik without buying the licence is using virtual machine.</p>
<p>This tutorial will show you how to install Mikrotik in Virtualbox, an open source and free virtual machine developed by Sun Microsystem.</p>
<p>Here are the steps:</p>
<ol>
<li>Download      the Mikrotik iso file on its website <a href="http://www.mikrotik.com/download.html">here</a>. At the time this      tutorial is written, the latest stable version is mikrotik-3.27.iso. Save      it in you hard disk. We will boot mikrotik directly from the iso file so we do      not need to burn it on a CD/DVD.</li>
<p><!-- You will NOT be able to see the ad on your site! This unit is hidden on your page, and will only display to your search engine traffic (from US and CA). To preview, paste the code up on your site, then add #chitikatest=mortgage to the end of your URL in your browser's address bar.  Example:  www.yourwebsite.com#chitikatest=mortgage. This will show you what the ad would look like to a user who is interested in "mortgages." -->
<script type="text/javascript"><!--
ch_client = "fuadnahdi";
ch_type = "mpu";
ch_width = 468;
ch_height = 180;
ch_color_bg = "FFFFFF";
ch_color_border = "FFFFFF";
ch_color_title = "0066CC";
ch_color_site_link = "0066CC";
ch_color_text = "000000";
ch_non_contextual = 4;
ch_vertical ="premium";
ch_font_title = "Arial";
ch_font_text = "Arial";
ch_sid = "Chitika Premium";
var ch_queries = new Array( );
var ch_selected=Math.floor((Math.random()*ch_queries.length));
if ( ch_selected < ch_queries.length ) {
ch_query = ch_queries[ch_selected];
}
//--></script>
<script  src="http://scripts.chitika.net/eminimalls/amm.js" type="text/javascript">
</script></p>
<li>Run      your Virtualbox software. Click Machine &gt; New (Ctrl+N) to create new      virtual machine through Virtual Machine Wizard. Then click Next.</li>
<li>On the      VM Name and OS Type window, insert “Mikrotik” under the Name. Under OS      Type, select Linux as Operating System and Other Linux as Version, then      click Next.</li>
<div id="attachment_1513" class="wp-caption aligncenter" style="width: 310px"><a class="highslide" onclick="return vz.expand(this)" href="http://www.techonia.com/wp-content/uploads/2009/07/VMName_And_OSType.png"><img src="http://www.techonia.com/wp-content/uploads/2009/07/VMName_And_OSType-300x268.png" alt="" title="VMName_And_OSType" width="300" height="268" class="size-medium wp-image-1513" /></a><p class="wp-caption-text">VM Name and OS Type (click to enlarge)</p></div>
<li>For      the memory allocation to the virtual machine, accept as default (256 MB)      and then click Next.</li>
<div id="attachment_1514" class="wp-caption aligncenter" style="width: 310px"><a class="highslide" onclick="return vz.expand(this)" href="http://www.techonia.com/wp-content/uploads/2009/07/Memory_Alloc.png"><img src="http://www.techonia.com/wp-content/uploads/2009/07/Memory_Alloc-300x268.png" alt="" title="Memory_Alloc" width="300" height="268" class="size-medium wp-image-1514" /></a><p class="wp-caption-text">Memory Allocation (click to enlarge)</p></div>
<li>On the      Virtual Hard disk, check the Boot Hard Disk (Primary Master) option. And then      we need to create new hard disk for the mikrotik to install.</li>
<div id="attachment_1515" class="wp-caption aligncenter" style="width: 310px"><a class="highslide" onclick="return vz.expand(this)" href="http://www.techonia.com/wp-content/uploads/2009/07/Virtual_Disk_Location.png"><img src="http://www.techonia.com/wp-content/uploads/2009/07/Virtual_Disk_Location-300x268.png" alt="" title="Virtual_Disk_Location" width="300" height="268" class="size-medium wp-image-1515" /></a><p class="wp-caption-text">Virtual Disk Location and Size (click to enlarge)</p></div>
<li>Create      Virtual Disk Wizard will come up. Select Dynamically expanding storage for      the Storage Type (selected by default).</li>
<li>Since      mikrotik is very small software, 512 MB space is more than enough for you.      Then click Finish.</li>
<li>The      next step is point the virtualbox to use iso image file to boot. To do      this, click Setting > CD/DVD-ROM. Check Mount CD/DVD Drive and select      ISO Image File then point to the mikrotik iso file. Make sure in System category,      the first Boot Order is using CD/DVD-ROM, then click OK.</li>
<div id="attachment_1516" class="wp-caption aligncenter" style="width: 310px"><a class="highslide" onclick="return vz.expand(this)" href="http://www.techonia.com/wp-content/uploads/2009/07/Mount_ISO_Image.png"><img src="http://www.techonia.com/wp-content/uploads/2009/07/Mount_ISO_Image-300x260.png" alt="" title="Mount_ISO_Image" width="300" height="260" class="size-medium wp-image-1516" /></a><p class="wp-caption-text">Mount ISO Image (click to enlarge)</p></div>
<div id="attachment_1517" class="wp-caption aligncenter" style="width: 310px"><a class="highslide" onclick="return vz.expand(this)" href="http://www.techonia.com/wp-content/uploads/2009/07/System_Boot_Order.png"><img src="http://www.techonia.com/wp-content/uploads/2009/07/System_Boot_Order-300x260.png" alt="" title="System_Boot_Order" width="300" height="260" class="size-medium wp-image-1517" /></a><p class="wp-caption-text">System Boot Order (click to enlarge)</p></div>
<li>Now it      is the time to start to boot from ISO Image File. Make sure that Mikrotik      virtual machine is selected and then click ‘Start’.</li>
<li>Mikrotik      will boot and after detecting all the devices, the “Welcome to MikroTik Router      Software Installation” and you are ready to continue to install the      softwares you need.</li>
<p><div id="attachment_1518" class="wp-caption aligncenter" style="width: 310px"><a class="highslide" onclick="return vz.expand(this)" href="http://www.techonia.com/wp-content/uploads/2009/07/Mikrotik_Software_Installation.png"><img src="http://www.techonia.com/wp-content/uploads/2009/07/Mikrotik_Software_Installation-300x196.png" alt="" title="Mikrotik_Software_Installation" width="300" height="196" class="size-medium wp-image-1518" /></a><p class="wp-caption-text">Mikrotik Software Installation (click to enlarge)</p></div>
</ol>
</div><h4>Incoming search terms for this post:</h4><ul><li><a href="http://www.techonia.com/install-mikrotik-virtualbox" title="mikrotik virtualbox">mikrotik virtualbox</a></li><li><a href="http://www.techonia.com/install-mikrotik-virtualbox" title="virtualbox mikrotik">virtualbox mikrotik</a></li><li><a href="http://www.techonia.com/install-mikrotik-virtualbox" title="routeros virtualbox">routeros virtualbox</a></li><li><a href="http://www.techonia.com/install-mikrotik-virtualbox" title="install mikrotik di virtualbox">install mikrotik di virtualbox</a></li><li><a href="http://www.techonia.com/install-mikrotik-virtualbox" title="install mikrotik virtualbox">install mikrotik virtualbox</a></li><li><a href="http://www.techonia.com/install-mikrotik-virtualbox" title="mikrotik on virtualbox">mikrotik on virtualbox</a></li><li><a href="http://www.techonia.com/install-mikrotik-virtualbox" title="instal mikrotik di virtualbox">instal mikrotik di virtualbox</a></li><li><a href="http://www.techonia.com/install-mikrotik-virtualbox" title="virtualbox routeros">virtualbox routeros</a></li><li><a href="http://www.techonia.com/install-mikrotik-virtualbox" title="install mikrotik on virtualbox">install mikrotik on virtualbox</a></li><li><a href="http://www.techonia.com/install-mikrotik-virtualbox" title="mikrotik di virtualbox">mikrotik di virtualbox</a></li><li><a href="http://www.techonia.com/install-mikrotik-virtualbox" title="virtualbox router">virtualbox router</a></li><li><a href="http://www.techonia.com/install-mikrotik-virtualbox" title="mikrotik virtual box">mikrotik virtual box</a></li><li><a href="http://www.techonia.com/install-mikrotik-virtualbox" title="mikrotik virtual">mikrotik virtual</a></li><li><a href="http://www.techonia.com/install-mikrotik-virtualbox" title="mikrotik installation">mikrotik installation</a></li><li><a href="http://www.techonia.com/install-mikrotik-virtualbox" title="cara install mikrotik di virtualbox">cara install mikrotik di virtualbox</a></li></ul><!-- SEO SearchTerms Tagging 2 plugin took 10.494 ms -->]]></content:encoded>
			<wfw:commentRss>http://www.techonia.com/install-mikrotik-virtualbox/feed</wfw:commentRss>
		<slash:comments>4</slash:comments>
		</item>
	</channel>
</rss>
