<?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>Mon, 09 Jan 2012 10:13:23 +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>Tips Configure VLan Interface on OpenBSD</title>
		<link>http://becouz.net/tips-configure-vlan-interface-on-openbsd.html</link>
		<comments>http://becouz.net/tips-configure-vlan-interface-on-openbsd.html#comments</comments>
		<pubDate>Wed, 22 Jun 2011 06:20:01 +0000</pubDate>
		<dc:creator>baddoel</dc:creator>
				<category><![CDATA[Networking]]></category>
		<category><![CDATA[Other Tecnology]]></category>
		<category><![CDATA[bsd]]></category>
		<category><![CDATA[computer]]></category>
		<category><![CDATA[computer networking]]></category>
		<category><![CDATA[Hardware]]></category>
		<category><![CDATA[interface vlan]]></category>
		<category><![CDATA[ip address]]></category>
		<category><![CDATA[nokia]]></category>
		<category><![CDATA[openbsd]]></category>
		<category><![CDATA[openbsd server]]></category>
		<category><![CDATA[operating system]]></category>
		<category><![CDATA[registry]]></category>
		<category><![CDATA[unix]]></category>
		<category><![CDATA[vlan]]></category>

		<guid isPermaLink="false">http://becouz.net/?p=3132</guid>
		<description><![CDATA[VLAN or Virtual Local Area Network, is a group of hosts with a common set of requirements that communicate as if they were attached to the same wire, regardless of their physical location. A VLAN has the same attributes as a physical LAN, but it allows for end stations to be grouped together even if [...]


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/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>
<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>
</ol>]]></description>
			<content:encoded><![CDATA[<p>VLAN or Virtual Local Area Network, is a group of hosts with a common set of requirements that communicate as if they were attached to the same wire, regardless of their physical location.</p>
<p>A VLAN has the same attributes as a physical LAN, but it allows for end stations to be grouped together even if they are not located on the same LAN segment. Network reconfiguration can be done through software instead of physically relocating devices.<span id="more-3132"></span><span style="text-decoration: underline;"><strong>FreeBSD VLANs Configuration using ifconfig Command</strong></span><br />
To create a new VLAN interface, enter:</p>
<blockquote><p># ifconfig {vlan-name} create</p></blockquote>
<p>To associate the VLAN interface with a physical interface and assign a VLAN ID, IP address, and netmask:</p>
<blockquote><p># ifconfig {vlan-name} {ip-address} netmask {subnet-mask} vlan {vlan-id} vlandev {physical-interface}</p></blockquote>
<p>The following examples, all packets will be marked on egress with 802.1Q VLAN tags, specifying a VLAN ID of 5:</p>
<blockquote><p># ifconfig vlan5 10.0.0.1 netmask 255.255.255.0 vlan 5 vlandev em0</p></blockquote>
<p><span style="text-decoration: underline;"><strong>To remove a VLAN interface, enter:</strong></span></p>
<blockquote><p># ifconfig {vlan-name} destroy</p></blockquote>
<p>Persistence VLAN Configuration</p>
<p>To make configuration persistence, open /etc/rc.conf:</p>
<blockquote><p># vi /etc/rc.conf</p></blockquote>
<p>Append / modify as follows:</p>
<blockquote><p>cloned_interfaces=&#8221;vlan0&#8243;<br />
ifconfig_vlan0=&#8221;inet x.x.x.x netmask y.y.y.y vlan 2 vlandev em0&#8243;</p></blockquote>
<h4>Popular Tags for the article:</h4><a href="http://becouz.net/tips-configure-vlan-interface-on-openbsd.html" title="openbsd vlan">openbsd vlan</a>, <a href="http://becouz.net/tips-configure-vlan-interface-on-openbsd.html" title="vlan openbsd">vlan openbsd</a>, <a href="http://becouz.net/tips-configure-vlan-interface-on-openbsd.html" title="openbsd delete vlan">openbsd delete vlan</a>, <a href="http://becouz.net/tips-configure-vlan-interface-on-openbsd.html" title="openbsd vlan pf">openbsd vlan pf</a>, <a href="http://becouz.net/tips-configure-vlan-interface-on-openbsd.html" title="openbsd vlan tagging">openbsd vlan tagging</a>, <a href="http://becouz.net/tips-configure-vlan-interface-on-openbsd.html" title="delete interface openbsd">delete interface openbsd</a>, <a href="http://becouz.net/tips-configure-vlan-interface-on-openbsd.html" title="openbsd create vlan">openbsd create vlan</a>, <a href="http://becouz.net/tips-configure-vlan-interface-on-openbsd.html" title="borrar vlan en openbsd">borrar vlan en openbsd</a>, <a href="http://becouz.net/tips-configure-vlan-interface-on-openbsd.html" title="openbsd remove vlan interface">openbsd remove vlan interface</a>, <a href="http://becouz.net/tips-configure-vlan-interface-on-openbsd.html" title="openbsd vlan create remove">openbsd vlan create remove</a>, <a href="http://becouz.net/tips-configure-vlan-interface-on-openbsd.html" title="openbsd vlan einrichten">openbsd vlan einrichten</a>, <a href="http://becouz.net/tips-configure-vlan-interface-on-openbsd.html" title="openbsd vlan interface em0">openbsd vlan interface em0</a>, <a href="http://becouz.net/tips-configure-vlan-interface-on-openbsd.html" title="openbsd vlandev">openbsd vlandev</a>, <a href="http://becouz.net/tips-configure-vlan-interface-on-openbsd.html" title="pass internet to vlan openbsd">pass internet to vlan openbsd</a>, <a href="http://becouz.net/tips-configure-vlan-interface-on-openbsd.html" title="vlan en openbsd">vlan en openbsd</a></p><!-- SEO SearchTerms Tagging 2 Plugin -->

<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/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>
<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>
</ol></p>]]></content:encoded>
			<wfw:commentRss>http://becouz.net/tips-configure-vlan-interface-on-openbsd.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>World IPv6 Day, 8 June</title>
		<link>http://becouz.net/world-ipv6-day-8-june.html</link>
		<comments>http://becouz.net/world-ipv6-day-8-june.html#comments</comments>
		<pubDate>Mon, 13 Jun 2011 07:23:21 +0000</pubDate>
		<dc:creator>baddoel</dc:creator>
				<category><![CDATA[Internet News]]></category>
		<category><![CDATA[Networking]]></category>
		<category><![CDATA[computer]]></category>
		<category><![CDATA[computer networking]]></category>
		<category><![CDATA[Hardware]]></category>
		<category><![CDATA[internet protocol]]></category>
		<category><![CDATA[ipv4]]></category>
		<category><![CDATA[ipv6]]></category>
		<category><![CDATA[operating system]]></category>
		<category><![CDATA[registry]]></category>

		<guid isPermaLink="false">http://becouz.net/?p=3123</guid>
		<description><![CDATA[On June 8, more than a hundred organizations, including Google, Akamai, and Facebook, will jettison the aging Internet Protocol 4 and take the more robust IPv6 standard out for a one-day test-drive. The current addressing scheme for the internet uses IPv4 (Internet Protocol version 4). But we are running out of addresses. An IP address [...]


Related posts:<ol><li><a href='http://becouz.net/little-think-about-ipv6.html' rel='bookmark' title='Permanent Link: Little Think About IPv6'>Little Think About IPv6</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>
<li><a href='http://becouz.net/definition-of-ip-address-in-my-version.html' rel='bookmark' title='Permanent Link: Definition of IP Address in My Version'>Definition of IP Address in My Version</a></li>
</ol>]]></description>
			<content:encoded><![CDATA[<p>On June 8, more than a hundred organizations, including Google, Akamai, and Facebook, will jettison the aging Internet Protocol 4 and take the more robust IPv6 standard out for a one-day test-drive. The current addressing scheme for the internet uses IPv4 (Internet Protocol version 4). But we are running out of addresses.</p>
<p>An IP address is the numerical address for devices on the internet (such as computers or smartphones) that allow them to communicate. The concept is similar to the telephone number for your landline phone using POTS (plain old telephone service). IPv4 uses a 32 bit address, which allows 2 to the 32 , or about 4.2 billion addresses. IPv6 uses a 128 bit address, which allows 2 to the 128, or about 340 undecillion addresses. That’s 3 followed by 38 zeros. It also has other features not contained in IPv4.<br />
<span id="more-3123"></span><br />
One of the challenges is that IPv4 and IPv6 are not interoperable, thus requiring dual protocol techniques to be used so long as IPv4 addresses continue to be used. An IPv4 address looks like this: 192.168.0.1 . An IPv6 address looks like this: 2607:F798:0010:0114:0000:0672:3121:0171 .</p>
<p>In addition to getting over an address shortage for conventional use, it provides enough addresses for the internet of things, where, for example, your house and everything in it (appliances, furnace, lights, …) can each have its own unique address.</p>
<p>Read More : <a href="http://www.wired.com/magazine/2011/05/st_worldipvday/" target="_blank">www.wired.com</a></p>


<p>Related posts:<ol><li><a href='http://becouz.net/little-think-about-ipv6.html' rel='bookmark' title='Permanent Link: Little Think About IPv6'>Little Think About IPv6</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>
<li><a href='http://becouz.net/definition-of-ip-address-in-my-version.html' rel='bookmark' title='Permanent Link: Definition of IP Address in My Version'>Definition of IP Address in My Version</a></li>
</ol></p>]]></content:encoded>
			<wfw:commentRss>http://becouz.net/world-ipv6-day-8-june.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Remote SSH and Telnet from Blackberry with BBSSH</title>
		<link>http://becouz.net/remote-ssh-and-telnet-from-blackberry-with-bbssh.html</link>
		<comments>http://becouz.net/remote-ssh-and-telnet-from-blackberry-with-bbssh.html#comments</comments>
		<pubDate>Wed, 02 Feb 2011 03:03:08 +0000</pubDate>
		<dc:creator>baddoel</dc:creator>
				<category><![CDATA[Networking]]></category>
		<category><![CDATA[Other Tecnology]]></category>
		<category><![CDATA[bbssh]]></category>
		<category><![CDATA[CCNA]]></category>
		<category><![CDATA[CCNP]]></category>
		<category><![CDATA[cisco]]></category>
		<category><![CDATA[cisco simulator]]></category>
		<category><![CDATA[computer]]></category>
		<category><![CDATA[computer networking]]></category>
		<category><![CDATA[Hardware]]></category>
		<category><![CDATA[operating system]]></category>
		<category><![CDATA[Software]]></category>
		<category><![CDATA[ssh]]></category>
		<category><![CDATA[tech tips]]></category>
		<category><![CDATA[telnet]]></category>
		<category><![CDATA[ubuntu]]></category>
		<category><![CDATA[wireles radio]]></category>

		<guid isPermaLink="false">http://becouz.net/?p=3078</guid>
		<description><![CDATA[BBSSH is the only open source SSH client designed specifically for BlackBerry. BBSSH is an advanced SSH and Telnet client that has been designed for your BlackBerry device. It integrates tightly with your BlackBerry system, providing a powerful and customizable tool for securely accessing the servers you need, when you need them. It is developed [...]


Related posts:<ol><li><a href='http://becouz.net/latest-blackberry-storm-firmware-update-470113.html' rel='bookmark' title='Permanent Link: Latest Blackberry Storm Firmware Update 4.7.0.113'>Latest Blackberry Storm Firmware Update 4.7.0.113</a></li>
<li><a href='http://becouz.net/reflection-of-the-heart-of-rim-for-the-user-is-blackberry-os-6.html' rel='bookmark' title='Permanent Link: Reflection of The Heart of RIM for The User is BlackBerry OS 6'>Reflection of The Heart of RIM for The User is BlackBerry OS 6</a></li>
<li><a href='http://becouz.net/blackberry-torch-was-launched-as-the-iphone-killer.html' rel='bookmark' title='Permanent Link: BlackBerry Torch was Launched as The iPhone Killer'>BlackBerry Torch was Launched as The iPhone Killer</a></li>
</ol>]]></description>
			<content:encoded><![CDATA[<p>BBSSH is the only open source SSH client designed specifically for BlackBerry.  BBSSH is an advanced  <a href="http://becouz.net/how-to-install-gns3-as-cisco-simulator-in-ubuntu.html" target="_blank">SSH and Telnet </a>client that has been designed for your <a title="Blackberry" href="http://becouz.net/reflection-of-the-heart-of-rim-for-the-user-is-blackberry-os-6.html" target="_blank">BlackBerry</a> device.   It integrates tightly with your BlackBerry system, providing a powerful and customizable tool for securely accessing the servers you need, when you need them. It is developed based on the needs of real-world users.</p>
<p>Below are some of BBSSH’s key features,<span id="more-3078"></span></p>
<ul>
<li>Secure &#8211; uses BlackBerry’s native encryption for the best performance, battery life, and proven BlackBerry security.</li>
<li>Flexible – support  for the “linux” pseudo-terminal, as well as ansi, vt100, vt220, and vt320 emulation over Telnet and SSH; an extended onscreen keypad allows you to send special keys while basic keys like CTRL and ALT are available from your keyboard/touchscreen without using buttons or menus.<br />
Powerful – a macro editor gives you the tools to make complex tasks simple; and simple tasks are just a keypress away by default.</li>
<li> Multitasking &#8211; run multiple sessions concurrently and in the background; switch between active sessions with a keypress.</li>
<li>Efficient &#8211; in an area with a string <a title="setup vpn" href="http://becouz.net/tips-for-set-up-an-openvpn-server.html" target="_blank">network</a> signal (or on <a title="Secure WiFi" href="http://becouz.net/top-10-tips-to-secure-your-wifi-networks.html" target="_blank">WiFi</a>), a light-usage SSH session can run all day without significantly affecting your battery life.</li>
<li>Flexible &#8211; fully configurable – up to and including changing font face and size on the fly.</li>
<li>Affordable &#8211; while we appreciate donations and purchases through AppWorld (coming soon), BBSSH is available free of charge through this web site.</li>
<li>Integrated – BBSSH takes full advantage of the available BlackBerry integration features</li>
<blockquote>
<li> Uses BlackBerry notification profiles (including vibration, LED, and ringtones) and home screen notification icons to inform you of critical events.</li>
<li>If you have OS6, BBSSH will make use of the latest OS6 features such as home screen shortcuts–  allowing you to connect to or resume sessions directly from your home screen.</li>
<li>Full touchscreen support including correctly changing remote terminal size when you re-orient (and the ability to prevent terminal reorientation).</li>
<li>from 50 to 220 custom shortcuts available based on your phone model — allowing you to perform actions ranging to sending a special keystroke to running a complex multi-step macro with just just one or two keypresses or touches.</li>
</blockquote>
</ul>
<p>To download BBSSH from your BlackBerry device, visit this location from your native BlackBerry browser:</p>
<p style="text-align: center;"><a title="bbssh" href="http://bbssh.org/ota/" target="_blank">http://bbssh.org/ota/</a></p>
<p>If you have difficulties with installing directly on your BlackBerry, you may instead download the desktop installation files from the location below, and install from <a title="Blackberry Desktop" href="http://becouz.net/info-blackberry-shortcuts-for-beginner.html" target="_blank">BlackBerry Desktop</a> Manager.</p>
<p style="text-align: center;"><a href="http://bbssh.org/ota/choose.html" target="_blank">http://bbssh.org/ota/choose.html</a></p>
<h4>Popular Tags for the article:</h4><a href="http://becouz.net/remote-ssh-and-telnet-from-blackberry-with-bbssh.html" title="bbssh">bbssh</a>, <a href="http://becouz.net/remote-ssh-and-telnet-from-blackberry-with-bbssh.html" title="cara setting bbssh">cara setting bbssh</a>, <a href="http://becouz.net/remote-ssh-and-telnet-from-blackberry-with-bbssh.html" title="remote mikrotik via bb">remote mikrotik via bb</a>, <a href="http://becouz.net/remote-ssh-and-telnet-from-blackberry-with-bbssh.html" title="setting bbssh">setting bbssh</a>, <a href="http://becouz.net/remote-ssh-and-telnet-from-blackberry-with-bbssh.html" title="ssh blackberry">ssh blackberry</a>, <a href="http://becouz.net/remote-ssh-and-telnet-from-blackberry-with-bbssh.html" title="ssh client for bb open source">ssh client for bb open source</a>, <a href="http://becouz.net/remote-ssh-and-telnet-from-blackberry-with-bbssh.html" title="setting bbssh on blackberry">setting bbssh on blackberry</a>, <a href="http://becouz.net/remote-ssh-and-telnet-from-blackberry-with-bbssh.html" title="ssh for blackberry">ssh for blackberry</a>, <a href="http://becouz.net/remote-ssh-and-telnet-from-blackberry-with-bbssh.html" title="ssh os6">ssh os6</a>, <a href="http://becouz.net/remote-ssh-and-telnet-from-blackberry-with-bbssh.html" title="remote mikrotik using blackberry">remote mikrotik using blackberry</a>, <a href="http://becouz.net/remote-ssh-and-telnet-from-blackberry-with-bbssh.html" title="remote mikrotik ssh">remote mikrotik ssh</a>, <a href="http://becouz.net/remote-ssh-and-telnet-from-blackberry-with-bbssh.html" title="telnet for blackberry torch">telnet for blackberry torch</a>, <a href="http://becouz.net/remote-ssh-and-telnet-from-blackberry-with-bbssh.html" title="mikrotik ssh no ansi">mikrotik ssh no ansi</a>, <a href="http://becouz.net/remote-ssh-and-telnet-from-blackberry-with-bbssh.html" title="login mikrotik dengan blackberry via bbssh">login mikrotik dengan blackberry via bbssh</a>, <a href="http://becouz.net/remote-ssh-and-telnet-from-blackberry-with-bbssh.html" title="how to setup bbssh">how to setup bbssh</a></p><!-- SEO SearchTerms Tagging 2 Plugin -->

<p>Related posts:<ol><li><a href='http://becouz.net/latest-blackberry-storm-firmware-update-470113.html' rel='bookmark' title='Permanent Link: Latest Blackberry Storm Firmware Update 4.7.0.113'>Latest Blackberry Storm Firmware Update 4.7.0.113</a></li>
<li><a href='http://becouz.net/reflection-of-the-heart-of-rim-for-the-user-is-blackberry-os-6.html' rel='bookmark' title='Permanent Link: Reflection of The Heart of RIM for The User is BlackBerry OS 6'>Reflection of The Heart of RIM for The User is BlackBerry OS 6</a></li>
<li><a href='http://becouz.net/blackberry-torch-was-launched-as-the-iphone-killer.html' rel='bookmark' title='Permanent Link: BlackBerry Torch was Launched as The iPhone Killer'>BlackBerry Torch was Launched as The iPhone Killer</a></li>
</ol></p>]]></content:encoded>
			<wfw:commentRss>http://becouz.net/remote-ssh-and-telnet-from-blackberry-with-bbssh.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>How to Install GNS3 as Cisco Simulator in Ubuntu</title>
		<link>http://becouz.net/how-to-install-gns3-as-cisco-simulator-in-ubuntu.html</link>
		<comments>http://becouz.net/how-to-install-gns3-as-cisco-simulator-in-ubuntu.html#comments</comments>
		<pubDate>Tue, 18 Jan 2011 01:58:39 +0000</pubDate>
		<dc:creator>baddoel</dc:creator>
				<category><![CDATA[Networking]]></category>
		<category><![CDATA[operating system]]></category>
		<category><![CDATA[CCIE]]></category>
		<category><![CDATA[CCIP]]></category>
		<category><![CDATA[CCNA]]></category>
		<category><![CDATA[CCNP]]></category>
		<category><![CDATA[cisco]]></category>
		<category><![CDATA[cisco simulator]]></category>
		<category><![CDATA[computer]]></category>
		<category><![CDATA[computer networking]]></category>
		<category><![CDATA[GNS3]]></category>
		<category><![CDATA[Hardware]]></category>
		<category><![CDATA[JNCIA]]></category>
		<category><![CDATA[JNCIE]]></category>
		<category><![CDATA[JNCIS]]></category>
		<category><![CDATA[Software]]></category>
		<category><![CDATA[tech tips]]></category>
		<category><![CDATA[ubuntu]]></category>
		<category><![CDATA[wireles radio]]></category>

		<guid isPermaLink="false">http://becouz.net/?p=3073</guid>
		<description><![CDATA[GNS3 is a graphical network simulator that allows simulation of complex networks. GNS3 is an excellent complementary tool to real labs for network engineers, administrators and people wanting to pass certifications such as CCNA, CCNP, CCIP, CCIE, JNCIA, JNCIS, JNCIE. To allow complete simulations, GNS3 is strongly linked with : * Dynamips, the core program [...]


Related posts:<ol><li><a href='http://becouz.net/tip-install-x-lite-voip-sip-phone-in-ubuntu.html' rel='bookmark' title='Permanent Link: Tip Install X-Lite VOiP SIP Phone in Ubuntu'>Tip Install X-Lite VOiP SIP Phone in Ubuntu</a></li>
<li><a href='http://becouz.net/remote-ssh-and-telnet-from-blackberry-with-bbssh.html' rel='bookmark' title='Permanent Link: Remote SSH and Telnet from Blackberry with BBSSH'>Remote SSH and Telnet from Blackberry with BBSSH</a></li>
<li><a href='http://becouz.net/tips-to-uninstalling-software-on-ubuntu.html' rel='bookmark' title='Permanent Link: Tips to Uninstalling Software on Ubuntu'>Tips to Uninstalling Software on Ubuntu</a></li>
</ol>]]></description>
			<content:encoded><![CDATA[<p>GNS3 is a graphical network simulator that allows simulation of complex networks. GNS3 is an excellent complementary tool to real labs for network engineers, administrators and people wanting to pass certifications such as CCNA, CCNP, CCIP, CCIE, JNCIA, JNCIS, JNCIE.</p>
<p>To allow complete simulations, GNS3 is strongly linked with :</p>
<p>* Dynamips, the core program that allows Cisco IOS emulation.<br />
* Dynagen, a text-based front-end for Dynamips.<br />
* Qemu, a generic and open source machine emulator and virtualizer.<span id="more-3073"></span></p>
<p>This project is an open source, free program that may be used on multiple operating systems, including Windows, Linux, and MacOS X.  But I will only share how to install GNS3 on Ubuntu :</p>
<p>1. First we will install Dynagen and Python-Qt4</p>
<p>sudo apt-get install dynagen python-qt4</p>
<p>2. Download GNS3 and extract in /opt</p>
<p>cd /opt<br />
sudo wget http://space.dl.sourceforge.net/project &#8230; rc.tar.bz2<br />
sudo tar -xjvf GNS3-0.7.2-src.tar.bz2 &amp;&amp; rm GNS3-0.7.2-src.tar.bz2<br />
sudo mv GNS3-0.7.2-src /opt/GNS3</p>
<p>3. Create the following directories:<br />
These directories will be used by GNS3 – such as projects – where your working projects will be stored, cache, temp, IOS images, etc.</p>
<p>cd /opt/GNS3<br />
sudo mkdir Dynamips<br />
sudo mkdir IOS<br />
sudo mkdir Project<br />
sudo mkdir Cache<br />
sudo mkdir tmp<br />
sudo chmod o+rw -R ./Project<br />
sudo chmod o+rw -R ./tmp<br />
sudo chmod o+rw -R ./IOS</p>
<p>4. Download binary of dynamips and make it executable</p>
<p>cd Dynamips<br />
sudo wget http://www.ipflow.utc.fr/dynamips/dynam &#8230; C2-x86.bin<br />
sudo chmod +x ./dynamips-0.2.8-RC2-x86.bin</p>
<p>You can create a desktop shortcut by right-clicking on the desktop and select “Create Launcher..”, Name it GNS3 and in the command section type in</p>
<p>python &#8220;/opt/GNS3/gns3&#8243;</p>
<h4>Popular Tags for the article:</h4><a href="http://becouz.net/how-to-install-gns3-as-cisco-simulator-in-ubuntu.html" title="cisco IOU ubuntu">cisco IOU ubuntu</a>, <a href="http://becouz.net/how-to-install-gns3-as-cisco-simulator-in-ubuntu.html" title="cara create command launcher ubuntu">cara create command launcher ubuntu</a>, <a href="http://becouz.net/how-to-install-gns3-as-cisco-simulator-in-ubuntu.html" title="cara install gns3 di ubuntu">cara install gns3 di ubuntu</a>, <a href="http://becouz.net/how-to-install-gns3-as-cisco-simulator-in-ubuntu.html" title="cisco simulator ubuntu">cisco simulator ubuntu</a>, <a href="http://becouz.net/how-to-install-gns3-as-cisco-simulator-in-ubuntu.html" title="how install gns3 on ubuntu text-based">how install gns3 on ubuntu text-based</a>, <a href="http://becouz.net/how-to-install-gns3-as-cisco-simulator-in-ubuntu.html" title="how to command install gns3 8 ubuntu">how to command install gns3 8 ubuntu</a>, <a href="http://becouz.net/how-to-install-gns3-as-cisco-simulator-in-ubuntu.html" title="how to iou ubuntu">how to iou ubuntu</a>, <a href="http://becouz.net/how-to-install-gns3-as-cisco-simulator-in-ubuntu.html" title="iou in ubuntu">iou in ubuntu</a>, <a href="http://becouz.net/how-to-install-gns3-as-cisco-simulator-in-ubuntu.html" title="setting gns3 pada ubuntu">setting gns3 pada ubuntu</a></p><!-- SEO SearchTerms Tagging 2 Plugin -->

<p>Related posts:<ol><li><a href='http://becouz.net/tip-install-x-lite-voip-sip-phone-in-ubuntu.html' rel='bookmark' title='Permanent Link: Tip Install X-Lite VOiP SIP Phone in Ubuntu'>Tip Install X-Lite VOiP SIP Phone in Ubuntu</a></li>
<li><a href='http://becouz.net/remote-ssh-and-telnet-from-blackberry-with-bbssh.html' rel='bookmark' title='Permanent Link: Remote SSH and Telnet from Blackberry with BBSSH'>Remote SSH and Telnet from Blackberry with BBSSH</a></li>
<li><a href='http://becouz.net/tips-to-uninstalling-software-on-ubuntu.html' rel='bookmark' title='Permanent Link: Tips to Uninstalling Software on Ubuntu'>Tips to Uninstalling Software on Ubuntu</a></li>
</ol></p>]]></content:encoded>
			<wfw:commentRss>http://becouz.net/how-to-install-gns3-as-cisco-simulator-in-ubuntu.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Tips Install sqstat for Monitoring Squid Proxy</title>
		<link>http://becouz.net/install-sqstat-for-monitoring-squid-proxy.html</link>
		<comments>http://becouz.net/install-sqstat-for-monitoring-squid-proxy.html#comments</comments>
		<pubDate>Mon, 22 Nov 2010 03:34:58 +0000</pubDate>
		<dc:creator>baddoel</dc:creator>
				<category><![CDATA[Networking]]></category>
		<category><![CDATA[Software]]></category>

		<guid isPermaLink="false">http://becouz.net/?p=3054</guid>
		<description><![CDATA[sqstat is an application that functions to monitor squid in real time so that we can see directly how much IP is being downloaded and so forth. And sqstat is an application made by Alex Samorukov. To install sqstat into our system, then follow the steps below: 1. Download package Download the package sqstat from [...]


Related posts:<ol><li><a href='http://becouz.net/instalasi-squid-di-red-hat-fedora-core-1.html' rel='bookmark' title='Permanent Link: Instalasi Squid di Red Hat Fedora Core 1'>Instalasi Squid di Red Hat Fedora Core 1</a></li>
<li><a href='http://becouz.net/tips-for-set-up-an-openvpn-server.html' rel='bookmark' title='Permanent Link: Tips for Set Up an OpenVPN Server'>Tips for Set Up an OpenVPN Server</a></li>
<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>
</ol>]]></description>
			<content:encoded><![CDATA[<p>sqstat is an application that functions to monitor squid in real time so that we can see directly how much IP is being downloaded and so forth. And sqstat is an application made by Alex Samorukov. To install sqstat into our system, then follow the steps below:</p>
<p>1. Download package</p>
<blockquote><p>Download the package sqstat from <a title="samm.kiev.ua" href="http://samm.kiev.ua/sqstat/sqstat-1.20.tar.gz" target="_blank">samm.kiev.ua</a>.</p></blockquote>
<p>2. Extract Packs</p>
<blockquote><p># Gunzip-1.20.tar.gz sqstat<br />
# Tar-xvf sqstat-1.20.tar<span id="more-3054"></span></p></blockquote>
<p>3. Move Folder to a webserver</p>
<blockquote><p>Sqstat-1:20 # mv /var/www/html/: cd/var/www/html</p></blockquote>
<p>4. Changing Names</p>
<blockquote><p># mv sqstat-1.20 sqstat</p></blockquote>
<p>5. Configuration sqstat</p>
<blockquote><p># Cd sqstat<br />
# Cp config.inc.php config.inc.php.defaults<br />
# Vi config.inc.php</p></blockquote>
<p>In the config.inc.php file, change the IP address &amp; port of squid to the IP Address &amp; port squid ours. For example, as an example:</p>
<blockquote><p>/* Squid proxy server ip address or host name */<br />
$squidhost[0]=&#8221;192.168.0.250&#8243;;  /* Squid proxy server port */<br />
$squidport[0]=3128;</p></blockquote>
<p>After that we will change the file squid.conf</p>
<blockquote><p># vi /etc/squid/squid.conf</p></blockquote>
<p>In the file, add the following script:</p>
<blockquote><p>acl manager proto cache_object<br />
acl webserver src 192.168.0.250/255.255.255.255<br />
http_access allow manager webserver<br />
http_access deny manager</p></blockquote>
<p>6. Restart Webserver</p>
<blockquote><p># service httpd restart</p></blockquote>
<p>7. Test sqstat<br />
Open the browser and then type:</p>
<blockquote><p>http://ip_address/sqstat</p></blockquote>
<p>Then there will be display as follows:</p>
<p style="text-align: center;"><a href="http://becouz.net/wp-content/uploads/2010/11/sqstat.jpg"><img class="size-medium wp-image-3055 aligncenter" title="sqstat" src="http://becouz.net/wp-content/uploads/2010/11/sqstat-300x159.jpg" alt="sqstat" width="300" height="159" /></a></p>
<p>Change Auto refresh from a value of 0 to 5 for this application can be refreshed every 5 seconds and press the Update button.</p>
<p>6. Troubleshooting<br />
Generally what happens is an error during testing sqstat in a browser that is no error statement:</p>
<blockquote><p>SqStat error<br />
Error (1): Cannot get data. Server answered: HTTP/1.0 403 Forbidden</p></blockquote>
<p>This may happen because we are wrong to place the script: http_access deny manager in squid.conf file. Put the script at the bottom section on the item http_access.</p>
<p>If no display image as above, but just a list it in your browser, then type:</p>
<blockquote><p># mv sqstat.php index.php</p></blockquote>
<p>Source : www.catatanlepas.com</p>
<h4>Popular Tags for the article:</h4><a href="http://becouz.net/install-sqstat-for-monitoring-squid-proxy.html" title="sqstat">sqstat</a>, <a href="http://becouz.net/install-sqstat-for-monitoring-squid-proxy.html" title="Error (1): Cannot get data Server answered: HTTP/1 0 403 Forbidden">Error (1): Cannot get data Server answered: HTTP/1 0 403 Forbidden</a>, <a href="http://becouz.net/install-sqstat-for-monitoring-squid-proxy.html" title="SqStat error Error (1): Cannot get data Server answered: HTTP/1 0 403 Forbidden">SqStat error Error (1): Cannot get data Server answered: HTTP/1 0 403 Forbidden</a>, <a href="http://becouz.net/install-sqstat-for-monitoring-squid-proxy.html" title="config sqstat">config sqstat</a>, <a href="http://becouz.net/install-sqstat-for-monitoring-squid-proxy.html" title="sqstat configuration">sqstat configuration</a>, <a href="http://becouz.net/install-sqstat-for-monitoring-squid-proxy.html" title="sqstat ubuntu">sqstat ubuntu</a>, <a href="http://becouz.net/install-sqstat-for-monitoring-squid-proxy.html" title="squid live monitoring">squid live monitoring</a>, <a href="http://becouz.net/install-sqstat-for-monitoring-squid-proxy.html" title="install sqstat">install sqstat</a>, <a href="http://becouz.net/install-sqstat-for-monitoring-squid-proxy.html" title="SqStat error">SqStat error</a>, <a href="http://becouz.net/install-sqstat-for-monitoring-squid-proxy.html" title="install sqstat UBUNTU">install sqstat UBUNTU</a>, <a href="http://becouz.net/install-sqstat-for-monitoring-squid-proxy.html" title="SqStat Error (1): Cannot get data Server answered: HTTP/1 0 403 Forbidden">SqStat Error (1): Cannot get data Server answered: HTTP/1 0 403 Forbidden</a>, <a href="http://becouz.net/install-sqstat-for-monitoring-squid-proxy.html" title="monitor squid">monitor squid</a>, <a href="http://becouz.net/install-sqstat-for-monitoring-squid-proxy.html" title="sqstat cannot get data">sqstat cannot get data</a>, <a href="http://becouz.net/install-sqstat-for-monitoring-squid-proxy.html" title="sqstat not working">sqstat not working</a>, <a href="http://becouz.net/install-sqstat-for-monitoring-squid-proxy.html" title="SqStat Cannot get data Server answered: HTTP/1 0 403 Forbidden">SqStat Cannot get data Server answered: HTTP/1 0 403 Forbidden</a></p><!-- SEO SearchTerms Tagging 2 Plugin -->

<p>Related posts:<ol><li><a href='http://becouz.net/instalasi-squid-di-red-hat-fedora-core-1.html' rel='bookmark' title='Permanent Link: Instalasi Squid di Red Hat Fedora Core 1'>Instalasi Squid di Red Hat Fedora Core 1</a></li>
<li><a href='http://becouz.net/tips-for-set-up-an-openvpn-server.html' rel='bookmark' title='Permanent Link: Tips for Set Up an OpenVPN Server'>Tips for Set Up an OpenVPN Server</a></li>
<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>
</ol></p>]]></content:encoded>
			<wfw:commentRss>http://becouz.net/install-sqstat-for-monitoring-squid-proxy.html/feed</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Tips for Network Problem in Windows 7&#8242;s XP Mode</title>
		<link>http://becouz.net/tips-for-network-problem-in-windows-7s-xp-mode.html</link>
		<comments>http://becouz.net/tips-for-network-problem-in-windows-7s-xp-mode.html#comments</comments>
		<pubDate>Thu, 21 Oct 2010 15:31:38 +0000</pubDate>
		<dc:creator>baddoel</dc:creator>
				<category><![CDATA[Networking]]></category>
		<category><![CDATA[operating system]]></category>
		<category><![CDATA[broadband router]]></category>
		<category><![CDATA[computer]]></category>
		<category><![CDATA[computer networking]]></category>
		<category><![CDATA[Hardware]]></category>
		<category><![CDATA[linksys routers]]></category>
		<category><![CDATA[open vpn]]></category>
		<category><![CDATA[Software]]></category>
		<category><![CDATA[tech tips]]></category>
		<category><![CDATA[vpn]]></category>
		<category><![CDATA[vpn router]]></category>
		<category><![CDATA[window 7's XP]]></category>
		<category><![CDATA[windows 7]]></category>
		<category><![CDATA[windows xp]]></category>
		<category><![CDATA[wireles radio]]></category>

		<guid isPermaLink="false">http://becouz.net/?p=3040</guid>
		<description><![CDATA[Windows 7&#8242;s XP Mode, part of the Windows Virtual PC, allows you to run a separate version of XP inside the newer OS. The Virtual PC comes as a free but very large download (after all, it contains a complete copy of XP) that works in the Professional and Ultimate editions of Windows 7. If [...]


Related posts:<ol><li><a href='http://becouz.net/how-to-boot-your-system-into-rescue-or-single-user-mode.html' rel='bookmark' title='Permanent Link: How to Boot Your System into Rescue or Single User Mode'>How to Boot Your System into Rescue or Single User Mode</a></li>
<li><a href='http://becouz.net/tips-to-connect-network-printer-from-ubuntu-to-windows.html' rel='bookmark' title='Permanent Link: Tips to Connect Network Printer from Ubuntu to Windows'>Tips to Connect Network Printer from Ubuntu to Windows</a></li>
<li><a href='http://becouz.net/tips-for-set-up-an-openvpn-server.html' rel='bookmark' title='Permanent Link: Tips for Set Up an OpenVPN Server'>Tips for Set Up an OpenVPN Server</a></li>
</ol>]]></description>
			<content:encoded><![CDATA[<p>Windows 7&#8242;s XP Mode, part of the Windows Virtual PC, allows you to run a separate version of XP inside the newer OS. The Virtual PC comes as a free but very large download (after all, it contains a complete copy of XP) that works in the Professional and Ultimate editions of Windows 7.</p>
<p>If you&#8217;ve got Windows 7 running nicely on your network, with access to the Internet, networked printers, and shared folders on other computers, XP Mode is going to initially disappoint you. You&#8217;ll probably get the Internet just fine, but not your local network. You&#8217;ll have to set up XP for the network separately.<span id="more-3040"></span></p>
<p>But first, you have to tell Windows 7 how XP should access the network. If you&#8217;re currently running XP Mode, exit it before going to this step.</p>
<p>In Windows 7, click Start, type virtual, select Windows Virtual PC, and press Enter. This opens a Windows Explorer window to the Virtual Machines folder. Right-click the Windows XP Mode file and select Settings (not &#8216;Properties&#8217;&#8211;that&#8217;s an easy mistake to make). In the left pane, select Networking. In the right pane, for Adapter 1, select your network adapter. Click OK .</p>
<p>When the dialog box is gone, load XP Mode. You can do this from that very same Explorer window by double-clicking the Windows XP Mode file.</p>
<p>In your virtual XP environment, select Start, then Run, type netsetup and press Enter. Click Yes at the &#8216;want to continue&#8217; dialog box.</p>
<p>Go through the resulting wizard, answering the questions as if your system werestand-alone XP PC. Follow these bits of advice as you do so:</p>
<p>1) Make sure that the Computer Name you enter is different from the one you use for the same computer&#8217;s normal, Windows 7 environment.</p>
<p>2) Be sure to use the same Workgroup name that other PCs on the network use.</p>
<p>3) Turn on file and printer sharing.</p>
<p>If it still can&#8217;t access the network, you likely have some other network problems.</p>
<p>Source : www.pcworld.com</p>
<h4>Popular Tags for the article:</h4><a href="http://becouz.net/tips-for-network-problem-in-windows-7s-xp-mode.html" title="xp mode slow network">xp mode slow network</a>, <a href="http://becouz.net/tips-for-network-problem-in-windows-7s-xp-mode.html" title="xp mode network slow">xp mode network slow</a>, <a href="http://becouz.net/tips-for-network-problem-in-windows-7s-xp-mode.html" title="windows xp mode slow network">windows xp mode slow network</a>, <a href="http://becouz.net/tips-for-network-problem-in-windows-7s-xp-mode.html" title="xp mode network not working">xp mode network not working</a>, <a href="http://becouz.net/tips-for-network-problem-in-windows-7s-xp-mode.html" title="windows xp mode network problems">windows xp mode network problems</a>, <a href="http://becouz.net/tips-for-network-problem-in-windows-7s-xp-mode.html" title="xp mode slow to start">xp mode slow to start</a>, <a href="http://becouz.net/tips-for-network-problem-in-windows-7s-xp-mode.html" title="xp mode network problems">xp mode network problems</a>, <a href="http://becouz.net/tips-for-network-problem-in-windows-7s-xp-mode.html" title="xp mode local network slow">xp mode local network slow</a>, <a href="http://becouz.net/tips-for-network-problem-in-windows-7s-xp-mode.html" title="windows 7 xp mode slow network">windows 7 xp mode slow network</a>, <a href="http://becouz.net/tips-for-network-problem-in-windows-7s-xp-mode.html" title="xpmode network slow">xpmode network slow</a>, <a href="http://becouz.net/tips-for-network-problem-in-windows-7s-xp-mode.html" title="virtual xp mode slow network">virtual xp mode slow network</a>, <a href="http://becouz.net/tips-for-network-problem-in-windows-7s-xp-mode.html" title="windows 7 xp mode internet proxy">windows 7 xp mode internet proxy</a>, <a href="http://becouz.net/tips-for-network-problem-in-windows-7s-xp-mode.html" title="windows 7 xp mode networking">windows 7 xp mode networking</a>, <a href="http://becouz.net/tips-for-network-problem-in-windows-7s-xp-mode.html" title="virtual xp network problem">virtual xp network problem</a>, <a href="http://becouz.net/tips-for-network-problem-in-windows-7s-xp-mode.html" title="windows xp mode network problem">windows xp mode network problem</a></p><!-- SEO SearchTerms Tagging 2 Plugin -->

<p>Related posts:<ol><li><a href='http://becouz.net/how-to-boot-your-system-into-rescue-or-single-user-mode.html' rel='bookmark' title='Permanent Link: How to Boot Your System into Rescue or Single User Mode'>How to Boot Your System into Rescue or Single User Mode</a></li>
<li><a href='http://becouz.net/tips-to-connect-network-printer-from-ubuntu-to-windows.html' rel='bookmark' title='Permanent Link: Tips to Connect Network Printer from Ubuntu to Windows'>Tips to Connect Network Printer from Ubuntu to Windows</a></li>
<li><a href='http://becouz.net/tips-for-set-up-an-openvpn-server.html' rel='bookmark' title='Permanent Link: Tips for Set Up an OpenVPN Server'>Tips for Set Up an OpenVPN Server</a></li>
</ol></p>]]></content:encoded>
			<wfw:commentRss>http://becouz.net/tips-for-network-problem-in-windows-7s-xp-mode.html/feed</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
	</channel>
</rss>

