<?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>Becouz.Net &#187; Networking</title>
	<atom:link href="http://becouz.net/category/networking/feed/" rel="self" type="application/rss+xml" />
	<link>http://becouz.net</link>
	<description>Computer, Hardware, Software</description>
	<lastBuildDate>Fri, 30 Jul 2010 10:13:21 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.8.6</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>Information and Detail Cisco and Juniper Command</title>
		<link>http://becouz.net/information-and-detail-cisco-and-juniper-command.html</link>
		<comments>http://becouz.net/information-and-detail-cisco-and-juniper-command.html#comments</comments>
		<pubDate>Mon, 19 Jul 2010 03:54:10 +0000</pubDate>
		<dc:creator>baddoel</dc:creator>
				<category><![CDATA[Networking]]></category>
		<category><![CDATA[broadband router]]></category>
		<category><![CDATA[cisco command]]></category>
		<category><![CDATA[cisco router]]></category>
		<category><![CDATA[computer]]></category>
		<category><![CDATA[computer networking]]></category>
		<category><![CDATA[Hardware]]></category>
		<category><![CDATA[juniper command]]></category>
		<category><![CDATA[juniper router]]></category>
		<category><![CDATA[linksys routers]]></category>
		<category><![CDATA[operating system]]></category>
		<category><![CDATA[Software]]></category>
		<category><![CDATA[tech tips]]></category>
		<category><![CDATA[wireles radio]]></category>

		<guid isPermaLink="false">http://becouz.net/?p=2972</guid>
		<description><![CDATA[Cisco Command 		: show run
Juniper Command 	: show configuration
Co-Ordinating Definition: show running configurtion
Cisco Command 		: sh ver
Juniper Command 	: sh ver
Co-Ordinating Definition: show version
Cisco Command 		: show ip interface brief
Juniper Command 	: show interface terse
Co-Ordinating Definition: displays the status of interfaces configured for IP
Cisco Command 		: show interface [intfc]
Juniper Command 	: show interfaces [intfc] detail
Co-Ordinating [...]


Related posts:<ol><li><a href='http://becouz.net/some-command-in-router.html' rel='bookmark' title='Permanent Link: Some Command in Router'>Some Command in Router</a></li>
<li><a href='http://becouz.net/how-to-limit-bandwith-on-cisco-catalyst.html' rel='bookmark' title='Permanent Link: How to Limit Bandwith on Cisco Catalyst'>How to Limit Bandwith on Cisco Catalyst</a></li>
<li><a href='http://becouz.net/assigning-an-ipv6-address-to-an-interface.html' rel='bookmark' title='Permanent Link: Assigning an IPv6 Address to an Cisco Interface'>Assigning an IPv6 Address to an Cisco Interface</a></li>
</ol>]]></description>
			<content:encoded><![CDATA[<div class="tweetmeme_button" style="float: right; margin-left: 10px;"><a href="http://api.tweetmeme.com/share?url=http%3A%2F%2Fbecouz.net%2Finformation-and-detail-cisco-and-juniper-command.html"><img src="http://api.tweetmeme.com/imagebutton.gif?url=http%3A%2F%2Fbecouz.net%2Finformation-and-detail-cisco-and-juniper-command.html" height="61" width="51" /></a></div><p>Cisco Command 		: show run<br />
Juniper Command 	: show configuration<br />
Co-Ordinating Definition: show running configurtion</p>
<p>Cisco Command 		: sh ver<br />
Juniper Command 	: sh ver<br />
Co-Ordinating Definition: show version<span id="more-2972"></span></p>
<p>Cisco Command 		: show ip interface brief<br />
Juniper Command 	: show interface terse<br />
Co-Ordinating Definition: displays the status of interfaces configured for IP</p>
<p>Cisco Command 		: show interface [intfc]<br />
Juniper Command 	: show interfaces [intfc] detail<br />
Co-Ordinating Definition: displays the interface configuration, status and statistics.</p>
<p>Cisco Command 		: show controller intfc<br />
Juniper Command 	: show interfaces intfc extensive<br />
Co-Ordinating Definition: displays information about a physical port device</p>
<p>Cisco Command 		: show interface | incl (proto|Desc)<br />
Juniper Command 	: show interfaces description<br />
Co-Ordinating Definition: displays the interface configuration, status and statistics</p>
<p>Cisco Command 		: show ip route<br />
Juniper Command 	: show route<br />
Co-Ordinating Definition: displays summary information about entries in the routing table</p>
<p>Cisco Command 		: show ip bgp summary<br />
Juniper Command 	: show bgp summary<br />
Co-Ordinating Definition: displays the status of all Border Gateway Protocol (BGP) connections</p>
<p>Cisco Comman 		: show ip bgp net mask<br />
Juniper Command		: show route protocol bgp prefix<br />
Co-Ordinating Definition: will show you how that route is being advertised, look for the first line</p>
<p>Cisco Command 		: show ip bgp net mask longer-prefixes<br />
Juniper Command 	: show route range prefix<br />
Co-Ordinating Definition: will show you how that route is being advertised, look for the first line</p>
<p>Cisco Coammand 		: show ip bgp regexp AS-regexp<br />
Juniper Command 	: show route aspath-regexp &#8220;AS-regexp&#8221;<br />
Co-Ordinating Definition: displays routes matching the autonomous system (AS) path regular expression</p>
<p>Cisco Command 		: show ip bgp neighbors neigh received-routes<br />
Juniper Command 	: show route receive-protocol bgp neigh<br />
show route source-gateway neigh protocol bgp<br />
Co-Ordinating Definition: Shows whether a neighbor supports the route refresh capability</p>
<p>Cisco Command 		: show ip bgp neighbor neigh advertised-routes<br />
Juniper Command 	: show route advertising-protocol bgp neigh<br />
Co-Ordinating Definition: Shows whether a neighbor supports the route refresh capabilty</p>
<p>Cisco Command 		: show clns neighbors<br />
Juniper Command 	: show isis adjacency<br />
Co-Ordinating Definition: displays both ES and IS neighbors</p>
<p>Cisco Command 		: show clns interface<br />
Juniper Command 	: show isis interface<br />
Co-Ordinating Definition: shows specific information about each interface</p>
<p>Cisco Command		: show ip route isis<br />
Juniper Command 	: show isis routes<br />
Co-Ordinating Definition: displays the current state of the the routing table</p>
<p>Cisco Command 		: show isis topology<br />
Juniper Command		: show isis spf<br />
Co-Ordinating Definition: displays a list of all connected routers in all areas</p>
<p>Cisco Command 		: show ip ospf interface<br />
Juniper Command 	: show ospf neighbor<br />
Co-Ordinating Definition: shows neighbor ID, Priority, IP, &amp; State if the neighbor router, dead time.</p>
<p>Cisco Command 		: show ip ospf interface<br />
Juniper Command 	: show ospf interface<br />
Co-Ordinating Definition: shows neighbor id, pri, state, dead time, address and interface<br />
Cisco Command 		: show ip route ospf<br />
Juniper Command		: show ospf route<br />
Co-Ordinating Definition: display the current state of the routing table</p>
<p>Cisco Command 		: show ip ospf database<br />
Juniper Command		: show ospf database<br />
Co-Ordinating Definition: display list of information related to the OSPF database for a specific communication server</p>
<p>Cisco Command 		: show version<br />
Juniper Command 	: show version, show system uptime<br />
Co-Ordinating Definition: display the system hardware config., software version, and name and source of configuration files and boot images</p>
<p>Cisco Command 		: show diags<br />
Juniper Command 	: show chasis hardware<br />
Co-Ordinating Definition: displays power-on diagnostics status</p>
<p>Cisco Command 		: show processes cpu<br />
Juniper Command 	: show system process<br />
Co-Ordinating Definition: displays utilization statistics</p>
<p>Cisco Command 		: show tech-support<br />
Juniper COmmand 	: request support info<br />
Co-Ordinating Definition: displays the current software image, configuration, controllers, counters, stacks, interfaces, memory and buffers</p>
<p>Cisco Command 		: show logging<br />
Juniper Command 	: show log messages<br />
Co-Ordinating Definition: display the state of logging to the syslog</p>
<p>Cisco Command 		: show route-map name<br />
Juniper Command 	: show policy name<br />
Co-Ordinating Definition: displayall route-maps configured or only the one specified</p>
<p>Cisco Command 		: show ip prefix-list name<br />
Juniper Command 	: show policy name<br />
Co-Ordinating Definition: display information about a prefix list or prefix list entries</p>
<p>Cisco Command		: show ip community-list list<br />
Juniper Command 	: configure, show policy-options community name<br />
Co-Ordinating Definition: display routes that are permitted by BGP community list</p>
<p>Cisco Command 		: show environment all<br />
Juniper Command 	: show chassis  environment<br />
Co-Ordinating Definition: displays temperature and voltage information on the console</p>
<p>Cisco Command 		: ping dest<br />
Juniper Command 	: ping dest rapid (for cisco like output)<br />
ping dest (for unix like output)<br />
Co-Ordinating Definition: to check to see if a destination is alive</p>
<p>Cisco Command		: ping (setting source int)<br />
Juniper Command 	: ping dest bypass-routing<br />
Co-Ordinating Definition: to check to see if a destination is alive</p>
<p>Cisco Command 		: terminal monitor<br />
Juniper Command 	: monitor start messages<br />
Co-Ordinating Definition: Change console terminal settings</p>
<p>Cisco Command		: terminal no monitor<br />
Juniper Command 	: monitor stop<br />
Co-Ordinating Definition: Change console terminal settings</p>
<p>Cisco Command 		: terminal length 0<br />
Juniper Command 	: set cli screen-length 0<br />
Co-Ordinating Definition: sets the length for displaying command output</p>
<script type="text/javascript" class="owbutton" src="http://www.onlywire.com/btn/button_2543" title="Information and Detail Cisco and Juniper Command " url="http://becouz.net/information-and-detail-cisco-and-juniper-command.html"></script><h4>Popular Tags for the article:</h4><a href="http://becouz.net/information-and-detail-cisco-and-juniper-command.html" title="juniper command">juniper command</a>, <a href="http://becouz.net/information-and-detail-cisco-and-juniper-command.html" title="Cisco command information">Cisco command information</a>, <a href="http://becouz.net/information-and-detail-cisco-and-juniper-command.html" title="setting screen options juniper">setting screen options juniper</a>, <a href="http://becouz.net/information-and-detail-cisco-and-juniper-command.html" title="running bgp between cisco and juniper">running bgp between cisco and juniper</a>, <a href="http://becouz.net/information-and-detail-cisco-and-juniper-command.html" title="ospf database * juniper">ospf database * juniper</a>, <a href="http://becouz.net/information-and-detail-cisco-and-juniper-command.html" title="ospf cisco to juniper configuration">ospf cisco to juniper configuration</a>, <a href="http://becouz.net/information-and-detail-cisco-and-juniper-command.html" title="juniper edit command">juniper edit command</a>, <a href="http://becouz.net/information-and-detail-cisco-and-juniper-command.html" title="juniper command to see recieved routes from a particular ospf neighbor">juniper command to see recieved routes from a particular ospf neighbor</a>, <a href="http://becouz.net/information-and-detail-cisco-and-juniper-command.html" title="get juniper temperature command">get juniper temperature command</a>, <a href="http://becouz.net/information-and-detail-cisco-and-juniper-command.html" title="dispaly hardware information juniper">dispaly hardware information juniper</a>, <a href="http://becouz.net/information-and-detail-cisco-and-juniper-command.html" title="cisco router temperature command">cisco router temperature command</a>, <a href="http://becouz.net/information-and-detail-cisco-and-juniper-command.html" title="show ip interface in junos">show ip interface in junos</a></p><!-- SEO SearchTerms Tagging 2 plugin took 8.633 ms -->

<p>Related posts:<ol><li><a href='http://becouz.net/some-command-in-router.html' rel='bookmark' title='Permanent Link: Some Command in Router'>Some Command in Router</a></li>
<li><a href='http://becouz.net/how-to-limit-bandwith-on-cisco-catalyst.html' rel='bookmark' title='Permanent Link: How to Limit Bandwith on Cisco Catalyst'>How to Limit Bandwith on Cisco Catalyst</a></li>
<li><a href='http://becouz.net/assigning-an-ipv6-address-to-an-interface.html' rel='bookmark' title='Permanent Link: Assigning an IPv6 Address to an Cisco Interface'>Assigning an IPv6 Address to an Cisco Interface</a></li>
</ol></p>]]></content:encoded>
			<wfw:commentRss>http://becouz.net/information-and-detail-cisco-and-juniper-command.html/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Tips Block Certain Sites Through Linksys Router</title>
		<link>http://becouz.net/tips-block-certain-sites-through-linksys-router.html</link>
		<comments>http://becouz.net/tips-block-certain-sites-through-linksys-router.html#comments</comments>
		<pubDate>Thu, 15 Apr 2010 09:40:06 +0000</pubDate>
		<dc:creator>baddoel</dc:creator>
				<category><![CDATA[Internet Tips]]></category>
		<category><![CDATA[Networking]]></category>
		<category><![CDATA[Software]]></category>
		<category><![CDATA[802.11 g router wireless]]></category>
		<category><![CDATA[buy linksys wrt54g]]></category>
		<category><![CDATA[cheap wireless routers]]></category>
		<category><![CDATA[enterprise web filter]]></category>
		<category><![CDATA[filtering website]]></category>
		<category><![CDATA[how to block internet access]]></category>
		<category><![CDATA[how to block web sites]]></category>
		<category><![CDATA[internet web filter]]></category>
		<category><![CDATA[linksys routers]]></category>
		<category><![CDATA[school web filter]]></category>
		<category><![CDATA[websites to block]]></category>

		<guid isPermaLink="false">http://becouz.net/?p=2847</guid>
		<description><![CDATA[Here&#8217;s how to block web sites using Linksys WRT54G router. Through this way we can make a block for every computer that we want or all the computers available and connected to the linksys router.
1. Login to your router by going to the IP address of it in your web browser. By default, it’s usually [...]


Related posts:<ol><li><a href='http://becouz.net/setup-linksys-router-with-dyndns.html' rel='bookmark' title='Permanent Link: Setup LinkSys Router with DynDNS'>Setup LinkSys Router with DynDNS</a></li>
<li><a href='http://becouz.net/tips-block-access-to-downloads-n-browsing-at-mikrotik-with-schedule.html' rel='bookmark' title='Permanent Link: Tips Block Access to Downloads n Browsing at Mikrotik with Schedule'>Tips Block Access to Downloads n Browsing at Mikrotik with Schedule</a></li>
<li><a href='http://becouz.net/configuring-the-linksys-printserver-for-usb.html' rel='bookmark' title='Permanent Link: Configuring the Linksys PrintServer for USB'>Configuring the Linksys PrintServer for USB</a></li>
</ol>]]></description>
			<content:encoded><![CDATA[<div class="tweetmeme_button" style="float: right; margin-left: 10px;"><a href="http://api.tweetmeme.com/share?url=http%3A%2F%2Fbecouz.net%2Ftips-block-certain-sites-through-linksys-router.html"><img src="http://api.tweetmeme.com/imagebutton.gif?url=http%3A%2F%2Fbecouz.net%2Ftips-block-certain-sites-through-linksys-router.html" height="61" width="51" /></a></div><p>Here&#8217;s <strong>how to block web sites</strong> using Linksys WRT54G router. Through this way we can make a block for every computer that we want or all the computers available and connected to the linksys router.</p>
<p>1. Login to your router by going to the IP address of it in your web browser. By default, it’s usually http://192.160.1.1</p>
<p>2. Click Access Restrictions.<span id="more-2847"></span></p>
<p>3. In the drop down at the top of the screen, you can select which policy number you want to use.</p>
<p style="text-align: center;">
<div id="attachment_2849" class="wp-caption aligncenter" style="width: 310px"><a href="http://becouz.net/wp-content/uploads/2010/04/linksys.JPG"><img class="size-medium wp-image-2849" title="linksys" src="http://becouz.net/wp-content/uploads/2010/04/linksys-300x206.jpg" alt="BLock Sites with Linksys" width="300" height="206" /></a><p class="wp-caption-text">BLock Sites with Linksys</p></div>
<p>4. Give the policy a name. I have named it Block Facebook in this example.</p>
<p>5. Click the Edit List of PCs button. It will bring up a window where you can specify which computers/connections to apply this rule to. You can do it by the network card MAC address or the IP address of the computer you wish to block. I prefer to use MAC address, because the IP address may change from day to day. The MAC address is usually listed on the network card. Click Save Settings when you’re done.</p>
<p><a href="http://becouz.net/wp-content/uploads/2010/04/linksys2.JPG"><img class="alignnone size-medium wp-image-2848" title="linksys2" src="http://becouz.net/wp-content/uploads/2010/04/linksys2-300x225.jpg" alt="linksys2" width="300" height="225" /></a></p>
<p>6. In the Website Blocking by URL Address, you can type the web address you would like to block. In my example, I have typed http://www.facebook.com</p>
<p><a href="http://becouz.net/wp-content/uploads/2010/04/linksys1.JPG"><img class="alignnone size-medium wp-image-2850" title="linksys1" src="http://becouz.net/wp-content/uploads/2010/04/linksys1-300x208.jpg" alt="linksys1" width="300" height="208" /></a></p>
<p>7. Be sure to click Save Settings when you are done.</p>
<script type="text/javascript" class="owbutton" src="http://www.onlywire.com/btn/button_2543" title="Tips Block Certain Sites Through Linksys Router" url="http://becouz.net/tips-block-certain-sites-through-linksys-router.html"></script><h4>Popular Tags for the article:</h4><a href="http://becouz.net/tips-block-certain-sites-through-linksys-router.html" title="how to block facebook linksys">how to block facebook linksys</a>, <a href="http://becouz.net/tips-block-certain-sites-through-linksys-router.html" title="how to block a website on linksys router">how to block a website on linksys router</a>, <a href="http://becouz.net/tips-block-certain-sites-through-linksys-router.html" title="how to block my facebook linksys">how to block my facebook linksys</a>, <a href="http://becouz.net/tips-block-certain-sites-through-linksys-router.html" title="how to block mac address on linksys router">how to block mac address on linksys router</a>, <a href="http://becouz.net/tips-block-certain-sites-through-linksys-router.html" title="how to block internet using linksys wrt54g">how to block internet using linksys wrt54g</a>, <a href="http://becouz.net/tips-block-certain-sites-through-linksys-router.html" title="linksys modemden facebook engelleme">linksys modemden facebook engelleme</a>, <a href="http://becouz.net/tips-block-certain-sites-through-linksys-router.html" title="how to configure linksys router and block sites">how to configure linksys router and block sites</a>, <a href="http://becouz.net/tips-block-certain-sites-through-linksys-router.html" title="wrt54gl block facebook">wrt54gl block facebook</a>, <a href="http://becouz.net/tips-block-certain-sites-through-linksys-router.html" title="linksys wrt54g only 4 blocked urls?">linksys wrt54g only 4 blocked urls?</a>, <a href="http://becouz.net/tips-block-certain-sites-through-linksys-router.html" title="linksys wrt54g can block sites?">linksys wrt54g can block sites?</a>, <a href="http://becouz.net/tips-block-certain-sites-through-linksys-router.html" title="linksys facebook engellem">linksys facebook engellem</a>, <a href="http://becouz.net/tips-block-certain-sites-through-linksys-router.html" title="how to block facebook in dd-wrt">how to block facebook in dd-wrt</a>, <a href="http://becouz.net/tips-block-certain-sites-through-linksys-router.html" title="how to block websites on linksys router">how to block websites on linksys router</a>, <a href="http://becouz.net/tips-block-certain-sites-through-linksys-router.html" title="how to restrict facebook from my router">how to restrict facebook from my router</a>, <a href="http://becouz.net/tips-block-certain-sites-through-linksys-router.html" title="block websites through linksys router">block websites through linksys router</a></p><!-- SEO SearchTerms Tagging 2 plugin took 10.488 ms -->

<p>Related posts:<ol><li><a href='http://becouz.net/setup-linksys-router-with-dyndns.html' rel='bookmark' title='Permanent Link: Setup LinkSys Router with DynDNS'>Setup LinkSys Router with DynDNS</a></li>
<li><a href='http://becouz.net/tips-block-access-to-downloads-n-browsing-at-mikrotik-with-schedule.html' rel='bookmark' title='Permanent Link: Tips Block Access to Downloads n Browsing at Mikrotik with Schedule'>Tips Block Access to Downloads n Browsing at Mikrotik with Schedule</a></li>
<li><a href='http://becouz.net/configuring-the-linksys-printserver-for-usb.html' rel='bookmark' title='Permanent Link: Configuring the Linksys PrintServer for USB'>Configuring the Linksys PrintServer for USB</a></li>
</ol></p>]]></content:encoded>
			<wfw:commentRss>http://becouz.net/tips-block-certain-sites-through-linksys-router.html/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>Tips to Setup NIS Client with OpenBSD</title>
		<link>http://becouz.net/tips-to-setup-nis-client-with-openbsd.html</link>
		<comments>http://becouz.net/tips-to-setup-nis-client-with-openbsd.html#comments</comments>
		<pubDate>Thu, 08 Apr 2010 06:39:46 +0000</pubDate>
		<dc:creator>baddoel</dc:creator>
				<category><![CDATA[Networking]]></category>
		<category><![CDATA[operating system]]></category>
		<category><![CDATA[computer networking]]></category>
		<category><![CDATA[Hardware]]></category>
		<category><![CDATA[internet information]]></category>
		<category><![CDATA[nis client]]></category>
		<category><![CDATA[nis server]]></category>
		<category><![CDATA[open bsd]]></category>
		<category><![CDATA[Software]]></category>
		<category><![CDATA[technology news]]></category>
		<category><![CDATA[tips computer]]></category>
		<category><![CDATA[wireles radio]]></category>

		<guid isPermaLink="false">http://becouz.net/?p=2839</guid>
		<description><![CDATA[After post about Setup NIS Server with OpenBSD, now this post its about how to setup NIS Client.
* Enable RPC
/etc/rc.conf:
portmap=YES
* Enable NIS client
root # echo mynisdomain &#62; /etc/defaultdomain
(Other client OSes may do this differently.)
We&#8217;ll start ypbind later.
* Enable Amd automounter
/etc/rc.conf:
amd=YES
root # echo &#8220;/home amd.home&#8221; &#62;&#62; /etc/amd/master
Note that the automounted home is mounted on top of [...]


Related posts:<ol><li><a href='http://becouz.net/tips-to-setup-nis-server-with-openbsd.html' rel='bookmark' title='Permanent Link: Tips to Setup NIS Server with OpenBSD'>Tips to Setup NIS Server with OpenBSD</a></li>
<li><a href='http://becouz.net/tips-default-asterisk-manager-password-used.html' rel='bookmark' title='Permanent Link: Tips Default Asterisk Manager Password Used'>Tips Default Asterisk Manager Password Used</a></li>
<li><a href='http://becouz.net/tips-using-telnet-with-java.html' rel='bookmark' title='Permanent Link: Tips Using Telnet with Java'>Tips Using Telnet with Java</a></li>
</ol>]]></description>
			<content:encoded><![CDATA[<div class="tweetmeme_button" style="float: right; margin-left: 10px;"><a href="http://api.tweetmeme.com/share?url=http%3A%2F%2Fbecouz.net%2Ftips-to-setup-nis-client-with-openbsd.html"><img src="http://api.tweetmeme.com/imagebutton.gif?url=http%3A%2F%2Fbecouz.net%2Ftips-to-setup-nis-client-with-openbsd.html" height="61" width="51" /></a></div><p>After post about <a href="http://becouz.net/tips-to-setup-nis-server-with-openbsd.html"title="Setup NIS Server"  target="_blank">Setup NIS Server with OpenBSD</a>, now this post its about how to <strong>setup NIS Client</strong>.</p>
<p><strong>* Enable RPC</strong></p>
<p>/etc/rc.conf:<br />
portmap=YES</p>
<p>* Enable NIS client<span id="more-2839"></span></p>
<p>root # echo mynisdomain &gt; /etc/defaultdomain</p>
<p>(Other client OSes may do this differently.)</p>
<p>We&#8217;ll start ypbind later.</p>
<p>* Enable Amd automounter</p>
<p>/etc/rc.conf:<br />
amd=YES</p>
<p>root # echo &#8220;/home amd.home&#8221; &gt;&gt; /etc/amd/master</p>
<p>Note that the automounted home is mounted on top of the existing /home.</p>
<p>* Enable lockd for NFS locking (mutt uses it for example)</p>
<p>/etc/rc.conf:<br />
rpc.lockd=YES</p>
<p>* Append NIS maps to passwd and group files</p>
<p>root # vipw   # Append the following line<br />
+:*::::::::</p>
<p>root # pwd_mkdb /etc/master.passwd</p>
<p>root # vi /etc/group  # Append the following line<br />
+:*::</p>
<p>Might also want to prepend a &#8216;+&#8217; to existing group entries so that they are overriden by the NIS map entry. For example</p>
<p>+wheel:*:0:root</p>
<p>See passwd(5), group(5) and afterboot(8) for details.</p>
<p>* Install optional shells</p>
<p>Need to add shells needed by master accounts in same locations. For example if master has users with /bin/zsh then client needs a /bin/zsh too.</p>
<p>* Start the daemons</p>
<p>root # portmap<br />
root # ypbind<br />
root # amd -x error,noinfo,nostats -a /tmp_mnt -l syslog /home amd.home<br />
root # rpc.lockd</p>
<p>These will restart on boot.</p>
<p>Non OpenBSD clients are similar but differ in the details, for example, my FreeBSD 5.3 client has an /etc/rc.conf containing these lines:</p>
<p>rpcbind_enable=&#8221;YES&#8221;<br />
nisdomainname=&#8221;mynisdomain&#8221;<br />
nis_client_enable=&#8221;YES&#8221;<br />
amd_enable=&#8221;YES&#8221;<br />
amd_flags=&#8221;-x error,noinfo,nostats -a /.amd_mnt -l syslog /home amd.home&#8221;<br />
nfs_client_enable=&#8221;YES&#8221;<br />
rpc_lockd_enable=&#8221;YES&#8221;</p>
<p>Source : <a href="http://becouz.net/tips-to-setup-nis-server-with-openbsd.html"title="openbsdsupport"  target="_blank">www.openbsdsupport.org</a></p>
<script type="text/javascript" class="owbutton" src="http://www.onlywire.com/btn/button_2543" title="Tips to Setup NIS Client with OpenBSD" url="http://becouz.net/tips-to-setup-nis-client-with-openbsd.html"></script><h4>Popular Tags for the article:</h4><a href="http://becouz.net/tips-to-setup-nis-client-with-openbsd.html" title="amd home freebsd nis">amd home freebsd nis</a>, <a href="http://becouz.net/tips-to-setup-nis-client-with-openbsd.html" title="setting nis client freebsd">setting nis client freebsd</a>, <a href="http://becouz.net/tips-to-setup-nis-client-with-openbsd.html" title="rpc lockd[123]">rpc lockd[123]</a>, <a href="http://becouz.net/tips-to-setup-nis-client-with-openbsd.html" title="OpenBSD Tips">OpenBSD Tips</a>, <a href="http://becouz.net/tips-to-setup-nis-client-with-openbsd.html" title="openbsd nis howto">openbsd nis howto</a>, <a href="http://becouz.net/tips-to-setup-nis-client-with-openbsd.html" title="openbsd client wireless">openbsd client wireless</a>, <a href="http://becouz.net/tips-to-setup-nis-client-with-openbsd.html" title="NIS openbsd">NIS openbsd</a>, <a href="http://becouz.net/tips-to-setup-nis-client-with-openbsd.html" title="master printer canon ip1980 gratis">master printer canon ip1980 gratis</a>, <a href="http://becouz.net/tips-to-setup-nis-client-with-openbsd.html" title="dd-wrt nis">dd-wrt nis</a>, <a href="http://becouz.net/tips-to-setup-nis-client-with-openbsd.html" title="amd nis">amd nis</a>, <a href="http://becouz.net/tips-to-setup-nis-client-with-openbsd.html" title="ubuntu install nis client">ubuntu install nis client</a></p><!-- SEO SearchTerms Tagging 2 plugin took 7.75 ms -->

<p>Related posts:<ol><li><a href='http://becouz.net/tips-to-setup-nis-server-with-openbsd.html' rel='bookmark' title='Permanent Link: Tips to Setup NIS Server with OpenBSD'>Tips to Setup NIS Server with OpenBSD</a></li>
<li><a href='http://becouz.net/tips-default-asterisk-manager-password-used.html' rel='bookmark' title='Permanent Link: Tips Default Asterisk Manager Password Used'>Tips Default Asterisk Manager Password Used</a></li>
<li><a href='http://becouz.net/tips-using-telnet-with-java.html' rel='bookmark' title='Permanent Link: Tips Using Telnet with Java'>Tips Using Telnet with Java</a></li>
</ol></p>]]></content:encoded>
			<wfw:commentRss>http://becouz.net/tips-to-setup-nis-client-with-openbsd.html/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Tips to Setup NIS Server with OpenBSD</title>
		<link>http://becouz.net/tips-to-setup-nis-server-with-openbsd.html</link>
		<comments>http://becouz.net/tips-to-setup-nis-server-with-openbsd.html#comments</comments>
		<pubDate>Wed, 07 Apr 2010 12:16:13 +0000</pubDate>
		<dc:creator>baddoel</dc:creator>
				<category><![CDATA[Networking]]></category>
		<category><![CDATA[operating system]]></category>
		<category><![CDATA[computer networking]]></category>
		<category><![CDATA[Hardware]]></category>
		<category><![CDATA[internet information]]></category>
		<category><![CDATA[nis server]]></category>
		<category><![CDATA[open bsd]]></category>
		<category><![CDATA[Software]]></category>
		<category><![CDATA[technology news]]></category>
		<category><![CDATA[tips computer]]></category>
		<category><![CDATA[wireles radio]]></category>

		<guid isPermaLink="false">http://becouz.net/?p=2836</guid>
		<description><![CDATA[Master server setup
* Enable RPC
/etc/rc.conf:
portmap=YES
* Enable the NFS server
/etc/rc.conf:
nfs_server=YES
lockd=YES
nfs_flags=&#8221;-tun 4&#8243;   # 4 simultaneous clients. Crank if needed
/etc/exports:
# change to match your lan addresses and requirements
/home    -maproot=0 -network  172.21.0.0 -mask 255.255.0.0
* Enable NIS master server
root # echo &#8220;mynisdomain&#8221; &#62; /etc/defaultdomain
(Change &#8216;mynisdomain&#8217; to something suitable)
root # ypinit -m
/etc/rc.conf:
ypserv_flags=
yppasswdd_flags=    [...]


Related posts:<ol><li><a href='http://becouz.net/tips-to-setup-nis-client-with-openbsd.html' rel='bookmark' title='Permanent Link: Tips to Setup NIS Client with OpenBSD'>Tips to Setup NIS Client with OpenBSD</a></li>
<li><a href='http://becouz.net/tips-default-asterisk-manager-password-used.html' rel='bookmark' title='Permanent Link: Tips Default Asterisk Manager Password Used'>Tips Default Asterisk Manager Password Used</a></li>
<li><a href='http://becouz.net/tips-enable-telnet-server-in-windows-2000-server.html' rel='bookmark' title='Permanent Link: Tips Enable Telnet Server in Windows 2000 Server'>Tips Enable Telnet Server in Windows 2000 Server</a></li>
</ol>]]></description>
			<content:encoded><![CDATA[<div class="tweetmeme_button" style="float: right; margin-left: 10px;"><a href="http://api.tweetmeme.com/share?url=http%3A%2F%2Fbecouz.net%2Ftips-to-setup-nis-server-with-openbsd.html"><img src="http://api.tweetmeme.com/imagebutton.gif?url=http%3A%2F%2Fbecouz.net%2Ftips-to-setup-nis-server-with-openbsd.html" height="61" width="51" /></a></div><p><strong>Master server setup</strong></p>
<p>* Enable RPC</p>
<p>/etc/rc.conf:<br />
portmap=YES</p>
<p>* Enable the NFS server</p>
<p>/etc/rc.conf:<br />
nfs_server=YES<br />
lockd=YES<br />
nfs_flags=&#8221;-tun 4&#8243;   # 4 simultaneous clients. Crank if needed<span id="more-2836"></span></p>
<p>/etc/exports:<br />
# change to match your lan addresses and requirements<br />
/home    -maproot=0 -network  172.21.0.0 -mask 255.255.0.0</p>
<p>* Enable <strong>NIS master server</strong></p>
<p>root # echo &#8220;mynisdomain&#8221; &gt; /etc/defaultdomain</p>
<p>(Change &#8216;mynisdomain&#8217; to something suitable)</p>
<p>root # ypinit -m</p>
<p>/etc/rc.conf:<br />
ypserv_flags=<br />
yppasswdd_flags=    # Allows password changes from remote machines</p>
<p>* Start the daemons</p>
<p>root # portmap<br />
root # nfsd -tun 4<br />
root # mountd<br />
root # rpc.lockd<br />
root # ypserv<br />
root # ypbind<br />
root # rpc.yppasswdd</p>
<p>These will all be restarted on reboot.</p>
<p>* Create user accounts and populate /home</p>
<p>Install favourite shells (for example zsh, bash). Update /etc/shells, /etc/usermgmt.conf and /etc/skel with preferences and defaults, for example, supply a default password and provide shell startup scripts.</p>
<p>root # useradd -m newuser<br />
&#8230;</p>
<p>Add new users to supplementary groups in /etc/group, wheel for example.</p>
<p>* Create an automounter map for client machines</p>
<p>Edit /etc/amd/amd.home to contain these 2 lines:</p>
<p>/defaults type:=nfs;sublink:=${key};opts:=rw,soft,intr,vers=2,proto=udp<br />
*         rhost:=mymasterhost;rfs:=/home</p>
<p>Change mymasterhost to hostname of master server. Can also have special per-user settings if needed.</p>
<p>[Note vers=2 is the only option I could get locking over NFS working with a <strong>FreeBSD NFS client</strong>. OpenBSD's amd complains that these are old style options. What should I be using that's portable?]</p>
<p>* Update the master NIS maps with new changes</p>
<p>root # cd /var/yp; make</p>
<p>Source : <a href="www.openbsdsupport.org" rel="nofollow" title="openbsdsupport"  target="_blank">www.openbsdsupport.org</a></p>
<script type="text/javascript" class="owbutton" src="http://www.onlywire.com/btn/button_2543" title="Tips to Setup NIS Server with OpenBSD" url="http://becouz.net/tips-to-setup-nis-server-with-openbsd.html"></script>

<p>Related posts:<ol><li><a href='http://becouz.net/tips-to-setup-nis-client-with-openbsd.html' rel='bookmark' title='Permanent Link: Tips to Setup NIS Client with OpenBSD'>Tips to Setup NIS Client with OpenBSD</a></li>
<li><a href='http://becouz.net/tips-default-asterisk-manager-password-used.html' rel='bookmark' title='Permanent Link: Tips Default Asterisk Manager Password Used'>Tips Default Asterisk Manager Password Used</a></li>
<li><a href='http://becouz.net/tips-enable-telnet-server-in-windows-2000-server.html' rel='bookmark' title='Permanent Link: Tips Enable Telnet Server in Windows 2000 Server'>Tips Enable Telnet Server in Windows 2000 Server</a></li>
</ol></p>]]></content:encoded>
			<wfw:commentRss>http://becouz.net/tips-to-setup-nis-server-with-openbsd.html/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Tips Setting Blue-Link Modem for ADSL Connection</title>
		<link>http://becouz.net/tips-setting-blue-link-modem-for-adsl-connection.html</link>
		<comments>http://becouz.net/tips-setting-blue-link-modem-for-adsl-connection.html#comments</comments>
		<pubDate>Thu, 25 Mar 2010 08:45:56 +0000</pubDate>
		<dc:creator>baddoel</dc:creator>
				<category><![CDATA[Hardware]]></category>
		<category><![CDATA[Networking]]></category>
		<category><![CDATA[computer networking]]></category>
		<category><![CDATA[internet information]]></category>
		<category><![CDATA[modem adsl]]></category>
		<category><![CDATA[modem blue-link]]></category>
		<category><![CDATA[operating system]]></category>
		<category><![CDATA[Software]]></category>
		<category><![CDATA[technology news]]></category>
		<category><![CDATA[tips computer]]></category>
		<category><![CDATA[wireles radio]]></category>

		<guid isPermaLink="false">http://becouz.net/?p=2830</guid>
		<description><![CDATA[Some days I&#8217;m trying to install IP-DSLAM device and the Blue-Link Modem. This device serves to connect ADSL internet access which first entered into the IP-DSLAM then continued connections with ADSL connections into the Blue-Link Modem. Well this time I want to write about setting Blue-Link Modem that I use.

First of all login to Blue-Link [...]


Related posts:<ol><li><a href='http://becouz.net/setting-benq-siemens-s81-sebagai-modem-notebook.html' rel='bookmark' title='Permanent Link: Setting Benq-Siemens S81 Sebagai Modem Notebook'>Setting Benq-Siemens S81 Sebagai Modem Notebook</a></li>
<li><a href='http://becouz.net/informasi-setting-dial-up-dengan-handphone-gsmcdma.html' rel='bookmark' title='Permanent Link: Informasi Setting Dial Up dengan Handphone GSM/CDMA'>Informasi Setting Dial Up dengan Handphone GSM/CDMA</a></li>
<li><a href='http://becouz.net/tips-email-setting-on-iphone-and-blackberry.html' rel='bookmark' title='Permanent Link: Tips Email Setting on IPhone and Blackberry'>Tips Email Setting on IPhone and Blackberry</a></li>
</ol>]]></description>
			<content:encoded><![CDATA[<div class="tweetmeme_button" style="float: right; margin-left: 10px;"><a href="http://api.tweetmeme.com/share?url=http%3A%2F%2Fbecouz.net%2Ftips-setting-blue-link-modem-for-adsl-connection.html"><img src="http://api.tweetmeme.com/imagebutton.gif?url=http%3A%2F%2Fbecouz.net%2Ftips-setting-blue-link-modem-for-adsl-connection.html" height="61" width="51" /></a></div><p>Some days I&#8217;m trying to install IP-DSLAM device and the Blue-Link Modem. This device serves to connect ADSL internet access which first entered into the IP-DSLAM then continued connections with ADSL connections into the Blue-Link Modem. Well this time I want to write about setting Blue-Link Modem that I use.<span id="more-2830"></span></p>
<ul>
<li>First of all login to Blue-Link modem with the username admin and password admin.</li>
<li> Then select the Wizard menu, note VPI and VCI. Then click Next</li>
<p style="text-align: center;"><a href="http://becouz.net/wp-content/uploads/2010/03/bluelink1.jpg"><img class="alignnone size-medium wp-image-2858" title="Blue Link Modem" src="http://becouz.net/wp-content/uploads/2010/03/bluelink1-300x158.jpg" alt="Blue Link Modem" width="300" height="158" /></a></p>
<li>Then on Connection Type I chose &#8220;MER 1483&#8243; in order to enable NAT funsi. Meanwhile, if you want to functioning as a bridge can choose Bridged 1483, and then click next.</li>
<p style="text-align: center;"><a href="http://becouz.net/wp-content/uploads/2010/03/bluelink2.jpg"><img class="alignnone size-medium wp-image-2859" title="Blue Link Modem" src="http://becouz.net/wp-content/uploads/2010/03/bluelink2-300x186.jpg" alt="Blue Link Modem" width="300" height="186" /></a></p>
<li> Fill IP WAN with Static IP or obtain if the IP WAN to get DHCP and then the contents of &#8220;IP DNS Server&#8221; and click Next.</li>
<p style="text-align: center;"><a href="http://becouz.net/wp-content/uploads/2010/03/bluelink3.jpg"><img class="alignnone size-medium wp-image-2860" title="Blue Link Modem" src="http://becouz.net/wp-content/uploads/2010/03/bluelink3-300x188.jpg" alt="Blue Link Modem" width="300" height="188" /></a></p>
<li>Then the contents of IP LAN, and if you want to have 2 classes or IP segment 2 Lan, you can activate the &#8220;Enable Secondary IP&#8221;. And as usual, click Next.</li>
<p style="text-align: center;"><a href="http://becouz.net/wp-content/uploads/2010/03/bluelink4.jpg"><img class="alignnone size-medium wp-image-2861" title="Blue Link Modem" src="http://becouz.net/wp-content/uploads/2010/03/bluelink4-300x188.jpg" alt="Blue Link Modem" width="300" height="188" /></a></p>
<li>On the following pages you will see the status of the results of this setting, the next step please click Finish.</li>
<p style="text-align: center;"><a href="http://becouz.net/wp-content/uploads/2010/03/bluelink5.jpg"><img class="alignnone size-medium wp-image-2862" title="Blue Link Modem" src="http://becouz.net/wp-content/uploads/2010/03/bluelink5-300x188.jpg" alt="Blue Link Modem" width="300" height="188" /></a></p>
<li> And connections with the Blue-Link Modem is ready for use.</li>
<p style="text-align: center;"><a href="http://becouz.net/wp-content/uploads/2010/03/bluelink6.jpg"><img class="alignnone size-medium wp-image-2863" title="Blue Link Modem" src="http://becouz.net/wp-content/uploads/2010/03/bluelink6-300x159.jpg" alt="Blue Link Modem" width="300" height="159" /></a></p>
</ul>
<script type="text/javascript" class="owbutton" src="http://www.onlywire.com/btn/button_2543" title="Tips Setting Blue-Link Modem for ADSL Connection" url="http://becouz.net/tips-setting-blue-link-modem-for-adsl-connection.html"></script><h4>Popular Tags for the article:</h4><a href="http://becouz.net/tips-setting-blue-link-modem-for-adsl-connection.html" title="setting internet axis">setting internet axis</a>, <a href="http://becouz.net/tips-setting-blue-link-modem-for-adsl-connection.html" title="Cara setting modem axis">Cara setting modem axis</a>, <a href="http://becouz.net/tips-setting-blue-link-modem-for-adsl-connection.html" title="modem bluelink">modem bluelink</a>, <a href="http://becouz.net/tips-setting-blue-link-modem-for-adsl-connection.html" title="setting modem axis">setting modem axis</a>, <a href="http://becouz.net/tips-setting-blue-link-modem-for-adsl-connection.html" title="modem blue link">modem blue link</a>, <a href="http://becouz.net/tips-setting-blue-link-modem-for-adsl-connection.html" title="cara setting modem blue link">cara setting modem blue link</a>, <a href="http://becouz.net/tips-setting-blue-link-modem-for-adsl-connection.html" title="cara setting internet axis">cara setting internet axis</a>, <a href="http://becouz.net/tips-setting-blue-link-modem-for-adsl-connection.html" title="cara setting modem adsl">cara setting modem adsl</a>, <a href="http://becouz.net/tips-setting-blue-link-modem-for-adsl-connection.html" title="setting axis untuk modem">setting axis untuk modem</a>, <a href="http://becouz.net/tips-setting-blue-link-modem-for-adsl-connection.html" title="cara setting modem bluelink">cara setting modem bluelink</a>, <a href="http://becouz.net/tips-setting-blue-link-modem-for-adsl-connection.html" title="Cara instal modem axis">Cara instal modem axis</a>, <a href="http://becouz.net/tips-setting-blue-link-modem-for-adsl-connection.html" title="modem adsl Bluelink">modem adsl Bluelink</a>, <a href="http://becouz.net/tips-setting-blue-link-modem-for-adsl-connection.html" title="SETING INTERNET AXIS">SETING INTERNET AXIS</a>, <a href="http://becouz.net/tips-setting-blue-link-modem-for-adsl-connection.html" title="Modem axis">Modem axis</a>, <a href="http://becouz.net/tips-setting-blue-link-modem-for-adsl-connection.html" title="cara seting modem">cara seting modem</a></p><!-- SEO SearchTerms Tagging 2 plugin took 10.408 ms -->

<p>Related posts:<ol><li><a href='http://becouz.net/setting-benq-siemens-s81-sebagai-modem-notebook.html' rel='bookmark' title='Permanent Link: Setting Benq-Siemens S81 Sebagai Modem Notebook'>Setting Benq-Siemens S81 Sebagai Modem Notebook</a></li>
<li><a href='http://becouz.net/informasi-setting-dial-up-dengan-handphone-gsmcdma.html' rel='bookmark' title='Permanent Link: Informasi Setting Dial Up dengan Handphone GSM/CDMA'>Informasi Setting Dial Up dengan Handphone GSM/CDMA</a></li>
<li><a href='http://becouz.net/tips-email-setting-on-iphone-and-blackberry.html' rel='bookmark' title='Permanent Link: Tips Email Setting on IPhone and Blackberry'>Tips Email Setting on IPhone and Blackberry</a></li>
</ol></p>]]></content:encoded>
			<wfw:commentRss>http://becouz.net/tips-setting-blue-link-modem-for-adsl-connection.html/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Tips To Reset Password Mikrotik Router</title>
		<link>http://becouz.net/tips-to-reset-password-mikrotik-router.html</link>
		<comments>http://becouz.net/tips-to-reset-password-mikrotik-router.html#comments</comments>
		<pubDate>Thu, 18 Mar 2010 06:25:06 +0000</pubDate>
		<dc:creator>baddoel</dc:creator>
				<category><![CDATA[Networking]]></category>
		<category><![CDATA[operating system]]></category>
		<category><![CDATA[computer networking]]></category>
		<category><![CDATA[Hardware]]></category>
		<category><![CDATA[internet information]]></category>
		<category><![CDATA[mikrotik]]></category>
		<category><![CDATA[reset password]]></category>
		<category><![CDATA[Software]]></category>
		<category><![CDATA[technology news]]></category>
		<category><![CDATA[tips computer]]></category>
		<category><![CDATA[wireles radio]]></category>

		<guid isPermaLink="false">http://becouz.net/?p=2828</guid>
		<description><![CDATA[RouterOS password can only be reset by reinstalling  the router, or using the reset jumper (or jumper hole) in case the hardware is RouterBOARD.
For RouterBOARDS just close the jumper and boot the board until the configuration is cleared. For some RouterBOARDs there is not a jumper, but a jumper hole &#8211; just put a [...]


Related posts:<ol><li><a href='http://becouz.net/tips-default-asterisk-manager-password-used.html' rel='bookmark' title='Permanent Link: Tips Default Asterisk Manager Password Used'>Tips Default Asterisk Manager Password Used</a></li>
<li><a href='http://becouz.net/setup-linksys-router-with-dyndns.html' rel='bookmark' title='Permanent Link: Setup LinkSys Router with DynDNS'>Setup LinkSys Router with DynDNS</a></li>
<li><a href='http://becouz.net/membuat-hotspot-dengan-mikrotik.html' rel='bookmark' title='Permanent Link: Membuat Hotspot dengan Mikrotik'>Membuat Hotspot dengan Mikrotik</a></li>
</ol>]]></description>
			<content:encoded><![CDATA[<div class="tweetmeme_button" style="float: right; margin-left: 10px;"><a href="http://api.tweetmeme.com/share?url=http%3A%2F%2Fbecouz.net%2Ftips-to-reset-password-mikrotik-router.html"><img src="http://api.tweetmeme.com/imagebutton.gif?url=http%3A%2F%2Fbecouz.net%2Ftips-to-reset-password-mikrotik-router.html" height="61" width="51" /></a></div><p>RouterOS password can only be reset by reinstalling  the router, or using the reset jumper (or jumper hole) in case the hardware is RouterBOARD.</p>
<p>For RouterBOARDS just close the jumper and boot the board until the configuration is cleared. For some RouterBOARDs there is not a jumper, but a jumper hole &#8211; just put a metal object into the hole, and boot the board.<span id="more-2828"></span></p>
<p style="text-align: center;"><a href="http://becouz.net/wp-content/uploads/2010/03/Resethole.jpg"><img class="alignnone size-thumbnail wp-image-2866" title="Resethole" src="http://becouz.net/wp-content/uploads/2010/03/Resethole-150x150.jpg" alt="Resethole" width="150" height="150" /></a> <a href="http://becouz.net/wp-content/uploads/2010/03/CRW_5184.jpg"><img class="alignnone size-thumbnail wp-image-2868" title="CRW_5184" src="http://becouz.net/wp-content/uploads/2010/03/CRW_5184-150x150.jpg" alt="CRW_5184" width="150" height="150" /></a></p>
<script type="text/javascript" class="owbutton" src="http://www.onlywire.com/btn/button_2543" title="Tips To Reset Password Mikrotik Router" url="http://becouz.net/tips-to-reset-password-mikrotik-router.html"></script><h4>Popular Tags for the article:</h4><a href="http://becouz.net/tips-to-reset-password-mikrotik-router.html" title="password default mikrotik">password default mikrotik</a>, <a href="http://becouz.net/tips-to-reset-password-mikrotik-router.html" title="reset mikrotik">reset mikrotik</a>, <a href="http://becouz.net/tips-to-reset-password-mikrotik-router.html" title="Mikrotik default password">Mikrotik default password</a>, <a href="http://becouz.net/tips-to-reset-password-mikrotik-router.html" title="cara reset password mikrotik">cara reset password mikrotik</a>, <a href="http://becouz.net/tips-to-reset-password-mikrotik-router.html" title="password mikrotik">password mikrotik</a>, <a href="http://becouz.net/tips-to-reset-password-mikrotik-router.html" title="tips to reset password">tips to reset password</a>, <a href="http://becouz.net/tips-to-reset-password-mikrotik-router.html" title="cara restart modem bluelink">cara restart modem bluelink</a>, <a href="http://becouz.net/tips-to-reset-password-mikrotik-router.html" title="reset mikrotik router">reset mikrotik router</a>, <a href="http://becouz.net/tips-to-reset-password-mikrotik-router.html" title="mikrotik password recovery">mikrotik password recovery</a>, <a href="http://becouz.net/tips-to-reset-password-mikrotik-router.html" title="mikrotik reinstall the router">mikrotik reinstall the router</a>, <a href="http://becouz.net/tips-to-reset-password-mikrotik-router.html" title="mikrotik reset password">mikrotik reset password</a>, <a href="http://becouz.net/tips-to-reset-password-mikrotik-router.html" title="mikrotik restart password">mikrotik restart password</a>, <a href="http://becouz.net/tips-to-reset-password-mikrotik-router.html" title="mikrotik router password recovery software">mikrotik router password recovery software</a>, <a href="http://becouz.net/tips-to-reset-password-mikrotik-router.html" title="MIkrotik routers passwords">MIkrotik routers passwords</a>, <a href="http://becouz.net/tips-to-reset-password-mikrotik-router.html" title="setting password mikrotik">setting password mikrotik</a></p><!-- SEO SearchTerms Tagging 2 plugin took 9.934 ms -->

<p>Related posts:<ol><li><a href='http://becouz.net/tips-default-asterisk-manager-password-used.html' rel='bookmark' title='Permanent Link: Tips Default Asterisk Manager Password Used'>Tips Default Asterisk Manager Password Used</a></li>
<li><a href='http://becouz.net/setup-linksys-router-with-dyndns.html' rel='bookmark' title='Permanent Link: Setup LinkSys Router with DynDNS'>Setup LinkSys Router with DynDNS</a></li>
<li><a href='http://becouz.net/membuat-hotspot-dengan-mikrotik.html' rel='bookmark' title='Permanent Link: Membuat Hotspot dengan Mikrotik'>Membuat Hotspot dengan Mikrotik</a></li>
</ol></p>]]></content:encoded>
			<wfw:commentRss>http://becouz.net/tips-to-reset-password-mikrotik-router.html/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
