<?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>Networks Analyzed @ Netralized</title>
	<atom:link href="http://www.netralized.com/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.netralized.com</link>
	<description>Making Networks Work.</description>
	<lastBuildDate>Fri, 06 Jul 2012 11:56:44 +0000</lastBuildDate>
	<language>en-US</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.4.1</generator>
		<item>
		<title>Troubleshooting guidelines for switching and VLANs</title>
		<link>http://www.netralized.com/troubleshooting-guidelines-for-switching-and-vlans/</link>
		<comments>http://www.netralized.com/troubleshooting-guidelines-for-switching-and-vlans/#comments</comments>
		<pubDate>Fri, 16 Nov 2007 20:02:35 +0000</pubDate>
		<dc:creator>jim</dc:creator>
				<category><![CDATA[General Networking]]></category>

		<guid isPermaLink="false">http://www.netralized.com/troubleshooting-guidelines-for-switching-and-vlans/</guid>
		<description><![CDATA[After configuring your switch with Vlans you notice that something is wrong. I will give you a simple guide to troubleshoot Vlans and make things work again. First check for Layer 1 and Layer 2 issues Is the cable plugged &#8230; <a href="http://www.netralized.com/troubleshooting-guidelines-for-switching-and-vlans/">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
			<content:encoded><![CDATA[<p>After configuring your switch with Vlans you notice that something is wrong.</p>
<p>I will give you a simple guide to troubleshoot Vlans and make things work again.</p>
<ul type="disc">
<li>First check for <strong>Layer 1</strong> and      <strong>Layer 2</strong> issues</li>
<li>Is the <strong>cable plugged</strong> into the      correct port?</li>
<li>Is the link light on, and if      so, what color is it? (If the led has a green color, it means that the switch      port is in the forwarding state, if the port led has a yellow color the port      is in the blocking state and if the port has a yellow blinking led, it is      in the error state.</li>
<li>We can use the <strong>Switch# show interface</strong> command to confirm      link state</li>
<li>Check the duplex mode</li>
</ul>
<p><span id="more-42"></span></p>
<ul type="disc">
<li>Check the speed of the port</li>
<li>Avoid autonegotiation</li>
<li>Check Vlan 1 for IP address</li>
<li>Check if <strong>default gateway</strong> is set on the switch</li>
<li>Verify the trunking      configuration</li>
<li>Check the <strong>trunking protocol</strong>      (802.1Q or ISL)</li>
<li>If you have more than one vlans      that you want to communicate one with the other you must configure      <strong>intervlan</strong> routing.</li>
<li>Verify that you have add the      Vlans to your switch and that you have assigned the correct ports to the      correct vlan</li>
<li>Use the command <strong>Switch# Show vlan</strong></li>
<li>Check the spanning-tree      configuration</li>
<li>Use the command <strong>Switch# show spanning-tree</strong></li>
<li>Check the VTP settings (VTP      domain name, mode, password and revision number)</li>
</ul>
<p>That are the most common mistakes when we try to setup a vlan and i hope i covered most of them. Seems troubleshooting articles are a good source of information that can help a lot of people so, expect some more in the near future.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.netralized.com/troubleshooting-guidelines-for-switching-and-vlans/feed/</wfw:commentRss>
		<slash:comments>3</slash:comments>
		</item>
		<item>
		<title>Enabling the Web Interface on your Router</title>
		<link>http://www.netralized.com/enabling-the-web-interface-on-your-router/</link>
		<comments>http://www.netralized.com/enabling-the-web-interface-on-your-router/#comments</comments>
		<pubDate>Wed, 14 Nov 2007 19:46:58 +0000</pubDate>
		<dc:creator>jim</dc:creator>
				<category><![CDATA[Cisco]]></category>

		<guid isPermaLink="false">http://www.netralized.com/enabling-the-web-interface-on-your-router/</guid>
		<description><![CDATA[With this article I will go you through the configuration of enabling the web interface of your router. Before showing you the commands, that are quite simple, I will explain what we will achieve with them. Enabling an HTTP server &#8230; <a href="http://www.netralized.com/enabling-the-web-interface-on-your-router/">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
			<content:encoded><![CDATA[<p>With this article I will go you through the configuration of enabling the <strong>web</strong> <strong>interface of your router</strong>.</p>
<p>Before showing you the commands, that are quite simple, I will explain what we will achieve with them.</p>
<p>Enabling an HTTP server on the router allowing the administrator by using any web browser to configure the router by pointing to the IP address of the server.</p>
<p><strong>Syntax of the Commands:</strong></p>
<p><strong> </strong></p>
<p>Router(config)#ip http server</p>
<p>Now if you wish to enable the web interface in a <strong>non default port</strong> (The default port is 80) you can use the following command:</p>
<p>Router(config)#ip http port [<em>port number</em>]</p>
<p><span id="more-41"></span><u>Example configuration:</u></p>
<p>Router(config)#ip http server</p>
<p>Router(config)#ip http port 8090</p>
<p>Enabling the web interface of the router, will not give us the choices we have when we use telnet to connect to it, but it can automate or at least make changes ages, allowing us to spend more time to serious configuration and not just opening or closing Ethernet ports.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.netralized.com/enabling-the-web-interface-on-your-router/feed/</wfw:commentRss>
		<slash:comments>4</slash:comments>
		</item>
		<item>
		<title>VoIP Introduction</title>
		<link>http://www.netralized.com/voip-introduction/</link>
		<comments>http://www.netralized.com/voip-introduction/#comments</comments>
		<pubDate>Mon, 12 Nov 2007 19:22:47 +0000</pubDate>
		<dc:creator>jim</dc:creator>
				<category><![CDATA[General Networking]]></category>

		<guid isPermaLink="false">http://www.netralized.com/voip-introduction/</guid>
		<description><![CDATA[Voice over IP (VoIP) is a major networking application and nowadays is appearing everywhere. VoIP is running over common high speed connections as: Ethernet, Frame Relay, ISDN, ATM, DSL, Cable and other. With the VoIP technology we can transmit the &#8230; <a href="http://www.netralized.com/voip-introduction/">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
			<content:encoded><![CDATA[<p class="MsoNormal"><span lang="EN-US"><strong>Voice over IP</strong> (<strong>VoIP</strong>) is a major networking application and nowadays is appearing everywhere. VoIP is running over common high speed connections as: Ethernet, Frame Relay, ISDN, ATM, DSL, Cable and other. <o:p></o:p></span></p>
<p class="MsoNormal"><span lang="EN-US"><o:p> </o:p></span></p>
<p class="MsoNormal"><span lang="EN-US">With the VoIP technology we can <strong>transmit</strong> the <strong>analog voice signals</strong> of our telephone, through the <strong>traditional</strong> data network. This technology works by encoding analog voice signals into IP packets. These packets are sent across the data network and reassembled and decoded at the other end back to analog signal.</span></p>
<p class="MsoNormal"><span lang="EN-US"><o:p> </o:p></span></p>
<p class="MsoNormal"><span id="more-40"></span> <span lang="EN-US">Tip 1:<o:p></o:p></span></p>
<p class="MsoNormal"><span lang="EN-US">Keep in mind that if we wish to have VoIP we need a telephone center that can support VoIP like <strong>Cisco Call Manager</strong> and <strong>IP Phones</strong>. <o:p></o:p></span></p>
<p class="MsoNormal"><span lang="EN-US"><o:p> </o:p></span></p>
<p class="MsoNormal"><span lang="EN-US">Tip 2:<o:p></o:p></span></p>
<p class="MsoNormal"><span lang="EN-US">Now think carefully that the voice packets share the shame bandwidth with all the other network applications and data. But <strong>interruptions</strong> in voice conversations <strong>are not acceptable</strong>, so it’s very important to configure the network devices in some way that they will give <strong>priority</strong> to <strong>voice data</strong>. The key technology is called <strong>QoS</strong> (<strong>Quality of Service</strong>). <o:p></o:p></span></p>
<p class="MsoNormal"><span lang="EN-US"><o:p> </o:p></span></p>
<p class="MsoNormal"><span lang="EN-US">VoIP implementations always need a proper configuration of QoS.  So, why not,  that can be a good article in the future! Stay Netralized<o:p></o:p></span></p>
<p class="MsoNormal"><span lang="EN-US"><o:p> </o:p></span></p>
]]></content:encoded>
			<wfw:commentRss>http://www.netralized.com/voip-introduction/feed/</wfw:commentRss>
		<slash:comments>3</slash:comments>
		</item>
		<item>
		<title>Discovering active hosts</title>
		<link>http://www.netralized.com/discovering-active-hosts/</link>
		<comments>http://www.netralized.com/discovering-active-hosts/#comments</comments>
		<pubDate>Wed, 07 Nov 2007 20:31:31 +0000</pubDate>
		<dc:creator>jim</dc:creator>
				<category><![CDATA[General Networking]]></category>

		<guid isPermaLink="false">http://www.netralized.com/discovering-active-hosts/</guid>
		<description><![CDATA[If you want to discover all the active hosts on your subnet from your routers console, you can perform a ping in the broadcast address of your subnet. Keep in mind that all the active nodes on your subnet should &#8230; <a href="http://www.netralized.com/discovering-active-hosts/">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
			<content:encoded><![CDATA[<p>If you want to discover all the active hosts on your subnet from your routers console, you can perform a ping in the broadcast address of your subnet. Keep in mind that all the active nodes on your subnet should respond to that ping. As a tip I can tell you that this kind of ping will only work in privileged exec mode.</p>
<p>For example if you use the subnet 10.1.1.0 /24 the broadcast address is 10.1.1.255</p>
<p>From privileged mode perform a ping like this:</p>
<p>Router#ping 10.1.1.255</p>
<p>A &#8220;list&#8221; with all the active nodes should appear.</p>
<p>Another command that you can use to find out with witch hosts has the router communicated is</p>
<p>Router#show ip arp</p>
<p>You can use this useful type of ping for many types of things, for example to check how many computers are connected on a wireless network. Till our next article, stay tuned.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.netralized.com/discovering-active-hosts/feed/</wfw:commentRss>
		<slash:comments>5</slash:comments>
		</item>
		<item>
		<title>Tuning your routers clock</title>
		<link>http://www.netralized.com/tuning-your-routers-clock/</link>
		<comments>http://www.netralized.com/tuning-your-routers-clock/#comments</comments>
		<pubDate>Mon, 05 Nov 2007 21:37:37 +0000</pubDate>
		<dc:creator>jim</dc:creator>
				<category><![CDATA[Cisco]]></category>

		<guid isPermaLink="false">http://www.netralized.com/tuning-your-routers-clock/</guid>
		<description><![CDATA[In this article I will give you three useful commands for setting up your router&#8217;s clock. If you are wondering why the router&#8217;s clock is important, just think the syslog messages. Every syslog message has the time that the event &#8230; <a href="http://www.netralized.com/tuning-your-routers-clock/">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
			<content:encoded><![CDATA[<p>In this article I will give you three useful commands for <strong>setting up your router&#8217;s clock</strong>.</p>
<p>If you are wondering why the router&#8217;s clock is <strong>important</strong>, just think the <strong>syslog messages</strong>. Every syslog message has the <strong>time that the event occurred</strong>. Imagine a hacking attempt that has been tracked by your syslog, if the clock of your router is not configured properly, you can&#8217;t find out when the attack took place.</p>
<p>Now let&#8217;s start with the commands.</p>
<p><strong>Clock set</strong></p>
<p>Clock set <em>hh:mm:ss day month year</em></p>
<p><strong> </strong></p>
<p>This command manually sets the router&#8217;s clock. The time is specified in terms of a 24 hour clock and the year must be in a four digit notation for example 2000.</p>
<p><strong> </strong></p>
<p><span id="more-38"></span><strong>Clock timezone</strong></p>
<p><strong> </strong></p>
<p>Clock timezone <em>zone hours</em> [minutes]</p>
<p><strong> </strong></p>
<p>This command sets the routers time zone and the number of hours from the UTC.</p>
<p><strong>Clock summer time</strong></p>
<p>Clock summer-time <em>zone</em> recurring [sweek sday smonth shh:mm eday emonth ehh:mm]</p>
<p>This command informs the router for the daylight savings time. The recurring form of the command specifies that daylight savings time should be observed at the given time every year. The syntax format of the command specifies a start date and an end date for daylight savings time.</p>
<p>Don&#8217;t underestimate your router&#8217;s clock settings. It is a powerful tool to know when, and sometimes given the time, who attempted to bypass your security.  It is a crucial setting that can be used as an evidence or as a tool to avoid problems in the future.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.netralized.com/tuning-your-routers-clock/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>No, i Won&#039;t Fix Your Computer!</title>
		<link>http://www.netralized.com/no-i-wont-fix-your-computer/</link>
		<comments>http://www.netralized.com/no-i-wont-fix-your-computer/#comments</comments>
		<pubDate>Fri, 02 Nov 2007 18:00:27 +0000</pubDate>
		<dc:creator>Netralized Team</dc:creator>
				<category><![CDATA[General Computing]]></category>

		<guid isPermaLink="false">http://www.netralized.com/no-i-wont-fix-your-computer/</guid>
		<description><![CDATA[Hello again, after getting some feedback from the Computer Problems article, i thought i should write an article about the next big decision you will have to make. Situation is like this: You&#8217;re enjoying with your afternoon with your friends &#8230; <a href="http://www.netralized.com/no-i-wont-fix-your-computer/">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
			<content:encoded><![CDATA[<p>Hello again, after getting some feedback from the <a href="http://www.netralized.com/my-friends-dont-help-me-with-my-computer-problems/" title="Computer Problems">Computer Problems</a> article, i thought i should write an article about the next big decision you will have to make.</p>
<p>Situation is like this: You&#8217;re enjoying with your afternoon with your friends having fun. Your cellphone rings and once again it&#8217;s the mr. IWontSpendAMinuteFixingMyComputerCauseIKnowPeopleWhoWillDoItForMe, starting once again the usual conversation:</p>
<p><span id="more-37"></span>-Mr-Hey there, i have a serious problem!</p>
<p>-You-What&#8217;s wrong?</p>
<p>-Mr-I don&#8217;t know, i try to open an application and it crashes.</p>
<p>-You-What&#8217;s the error it shows you?</p>
<p>-Mr-A Popup screen about an error, i don&#8217;t know.</p>
<p>And you&#8217;re changing colors trying to hold your temper so you can continue talking&#8230; What can you do to avoid helping him? Cause after all people like him are not worth helping. (To make my self clear, i am not implying that whoever calls you, is a pain in the A$$ an should be avoided but people who just call just because they know that you will find the solution so they won&#8217;t have to spend 5 minutes or even 10 seconds looking at the error screen should be.)</p>
<p><u><strong>Possible ways to avoid</strong></u></p>
<ul>
<li>Pretend You&#8217;re Driving and can&#8217;t talk right now. (One of the most successful methods i use from time to time)</li>
<li>Act like you&#8217;re with a customer so you can freely talk, just hear the problem fast and tell him you&#8217;re going to call when you can.</li>
<li>Tell a woman from your friends, to start calling you like you&#8217;re about to leave, or do something. If that doesn&#8217;t work and he&#8217;s not embarrassed enough to say i</li>
<li>ll call you later, just tell him to call in ten minutes because you&#8217;re about to go. Needless to say that in ten minutes no one will answer the phone&#8230;</li>
</ul>
<p>If that person is more than annoying and less than a friend, you have the following options:</p>
<ul>
<li>Tell him that you don&#8217;t know how to solve that problem, and the next time, not to mention the next time too <img src='http://www.netralized.com/wp-includes/images/smilies/icon_razz.gif' alt=':P' class='wp-smiley' /> </li>
<li>Just tell him that you can&#8217;t continue supporting him because you are very busy in your life.</li>
<li>Tell him that for the next support he&#8217;ll have to donate to your paypal account for support (that will make him run like the wind to find another &#8220;friend&#8221; to solve his issues)</li>
</ul>
<p>Most ways have been personally tested and seem to work flawlessly, except some extreme occasions.</p>
<p>Disclaimer: Don&#8217;t try this at home <img src='http://www.netralized.com/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
]]></content:encoded>
			<wfw:commentRss>http://www.netralized.com/no-i-wont-fix-your-computer/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Firefox Mobile Version Announced</title>
		<link>http://www.netralized.com/firefox-mobile-version-announced/</link>
		<comments>http://www.netralized.com/firefox-mobile-version-announced/#comments</comments>
		<pubDate>Tue, 30 Oct 2007 21:17:47 +0000</pubDate>
		<dc:creator>jim</dc:creator>
				<category><![CDATA[Technology]]></category>

		<guid isPermaLink="false">http://www.netralized.com/firefox-mobile-version-announced/</guid>
		<description><![CDATA[The Mozilla Corp. has announced the development of a completely functional Firefox web browser for mobile phones. According to a statement made by Mike Schroepfer, vice-president of the department of Mozilla&#8217;s engineers, the official publication of Firefox for mobile phones &#8230; <a href="http://www.netralized.com/firefox-mobile-version-announced/">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
			<content:encoded><![CDATA[<p>The Mozilla Corp. has announced the development of a completely functional <strong>Firefox</strong> web browser for <strong>mobile phones</strong>.</p>
<p>According to a statement made by Mike Schroepfer, vice-president of the department of Mozilla&#8217;s engineers, the official publication of Firefox for mobile phones will be released at the <strong>end of 2008</strong>. He has also announced the development of Firefox 3 for PCs.</p>
<p>The mobile Firefox will probably have the capability of accepting themes and support XUL.</p>
<p><span id="more-36"></span>After the iPhone started supporting the Safari web browser, the need for such mobile browsers which open entire web pages increased significantly. The potential usage of Opera would  also be an option, but if the Firefox offers all the customization features that  gives us in desktop computers, it will have more than enough chances of becoming the number one mobile web browser.</p>
<p>The future will provide us all the necessary answers about the mobile web browsers.</p>
<p>We just have to wait.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.netralized.com/firefox-mobile-version-announced/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>My Friends Don&#039;t Help me With my Computer Problems!</title>
		<link>http://www.netralized.com/my-friends-dont-help-me-with-my-computer-problems/</link>
		<comments>http://www.netralized.com/my-friends-dont-help-me-with-my-computer-problems/#comments</comments>
		<pubDate>Sat, 27 Oct 2007 06:29:13 +0000</pubDate>
		<dc:creator>angel</dc:creator>
				<category><![CDATA[General Computing]]></category>

		<guid isPermaLink="false">http://www.netralized.com/my-friends-dont-help-me-with-my-computer-problems/</guid>
		<description><![CDATA[As you can guess correctly this is not an article purely for networks, but it concerns me for quite some time so i would be more than happy to get some feedback on it. I am into computers for more &#8230; <a href="http://www.netralized.com/my-friends-dont-help-me-with-my-computer-problems/">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
			<content:encoded><![CDATA[<p>As you can guess correctly this is not an article purely for networks, but it concerns me for quite some time so i would be more than happy to get some feedback on it.</p>
<p>I am into computers for more than 10 years and i think many of you reading this blog, would be using computers for more than 5 because after all, you can&#8217;t say: Hmm computers might seem something good. Let me start using them! And the next day you&#8217;ve come upon a specialized networks blog and start reading it:)</p>
<p>So, i was thinking&#8230; What&#8217;s the problem with today&#8217;s computer users?</p>
<p>I&#8217;ve come up to this question because it seems that the average person that uses a computer doesn&#8217;t have:</p>
<ul>
<li>Patience</li>
<li>Passion to make things happen</li>
<li>Appetite for knowledge</li>
</ul>
<p><span id="more-35"></span>I can&#8217;t say that the above are absolute but a great percentage of users can&#8217;t:</p>
<ul>
<li>Have something broken on their computer for more than 5 minutes cause it &#8220;Disturbs&#8221; them.</li>
<li>Spend more than 10 minutes on a problem. After 10 minutes the problem becomes unsolved and &#8220;mission critical&#8221; so what they can do is to pick up the phone and call their &#8220;geek&#8221; friend and ask him/her.</li>
</ul>
<p>I can accept it, users nowadays aren&#8217;t used to be able to control problems with their computer but for god&#8217;s shake why when i ask a friend who calls for support:</p>
<p>- What was the error message when the incident happened?</p>
<p>-I don&#8217;t know a message popped up.</p>
<p>- What did it say?</p>
<p>- I don&#8217;t know, something about an error!</p>
<p>How does that guy want me to help him when i try to find an error that i don&#8217;t know what caused it? I will try and do it once, twice, then i&#8217;ll act like I don&#8217;t know. That&#8217;s how the article&#8217;s title was created.</p>
<p>The old days of searching through magazines to find commands to solve your problems and read manuals so you can see what&#8217;s wrong belong to the past.</p>
<p>I still can remember a period that i used to do 3 formats a day. Installing windows 3.11 messing with settings and then ruining everything and again installing, till i make it work the way i wanted it to work.</p>
<p>I don&#8217;t know why this happens maybe it&#8217;s the way we live nowadays that demands everything to be fast</p>
<p>Maybe people today think that a computer is a gaming machine, an mp3 player, a home cinema and nothing else, therefore they think that nothing should go wrong and if it does the problem should be solved with just a click.</p>
<p>And to stop whining, i can&#8217;t complain about it, this issue has given work to many many it technicians (including me) who can charge a very good amount of money for a problem that could be solved by the same user in 5 minutes. So after all it&#8217;s not a bad thing at all. <img src='http://www.netralized.com/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
<p>I would be very interested to hear your version of the story, your thoughts on the issue and what do you think caused it.</p>
<p>And until our next article&#8230; Stay Netralized <img src='http://www.netralized.com/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
]]></content:encoded>
			<wfw:commentRss>http://www.netralized.com/my-friends-dont-help-me-with-my-computer-problems/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>Configure the Ip Address and Default Gateway of Your Switch</title>
		<link>http://www.netralized.com/configure-the-ip-address-and-default-gateway-of-your-switch/</link>
		<comments>http://www.netralized.com/configure-the-ip-address-and-default-gateway-of-your-switch/#comments</comments>
		<pubDate>Wed, 24 Oct 2007 17:00:36 +0000</pubDate>
		<dc:creator>jim</dc:creator>
				<category><![CDATA[Cisco]]></category>

		<guid isPermaLink="false">http://www.netralized.com/configure-the-ip-address-and-default-gateway-of-your-switch/</guid>
		<description><![CDATA[In this article I will show you how to configure an Ip address and a default gateway in your manageable switch. But first things first, Why is an Ip address and default gateway needed in the switch? After all switches &#8230; <a href="http://www.netralized.com/configure-the-ip-address-and-default-gateway-of-your-switch/">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
			<content:encoded><![CDATA[<p> In this article I will show you how to <strong>configure</strong> an <strong>Ip address</strong> and a <strong>default gateway</strong> in your manageable <strong>switch</strong>.</p>
<p>But first things first,</p>
<p>Why is an Ip address and default gateway needed in the switch?</p>
<p>After all switches are OSI Layer 2 devices that care only about MAC addresses.</p>
<p>The modern switches are manageable and support extra features than normal old fashion switches. This features include the support of TCP/IP applications like ping, telnet, trace route etc. For example, if you want to telnet or ping a switch, the switch must have an Ip configured. Also, if you want to execute ping or telnet to a device in another subnet the switch must have a default gateway configured.</p>
<p>Now let&#8217;s see the configuration for a <strong>2950 series cisco switch</strong>.</p>
<p><span id="more-33"></span></p>
<p><u><strong>Ip address</strong></u></p>
<p>To configure the ip address first you have to enter from global configuration mode to interface vlan 1.</p>
<p>Switch#</p>
<p>Switch#conf t</p>
<p>Switch(config)#int vlan 1</p>
<p>Switch(config-if)#ip address {your ip address} {mask}</p>
<p>Switch(config-if)#no shutdown</p>
<p><u><strong>Default Gateway</strong></u></p>
<p>Be careful!!! The configuration of default gateway takes place in the configuration mode and the command does not include the mask for the ip.</p>
<p>Switch#</p>
<p>Switch#conf t</p>
<p>Switch(config)#ip default-gateway {ip address}</p>
<p>Now you can access your switch remotely, you can ping it from another network with different subnet and start &#8220;playing&#8221; with the settings. Have fun</p>
]]></content:encoded>
			<wfw:commentRss>http://www.netralized.com/configure-the-ip-address-and-default-gateway-of-your-switch/feed/</wfw:commentRss>
		<slash:comments>25</slash:comments>
		</item>
		<item>
		<title>A better way to scan wireless networks</title>
		<link>http://www.netralized.com/a-better-way-to-scan-wireless-networks/</link>
		<comments>http://www.netralized.com/a-better-way-to-scan-wireless-networks/#comments</comments>
		<pubDate>Mon, 22 Oct 2007 17:08:51 +0000</pubDate>
		<dc:creator>jim</dc:creator>
				<category><![CDATA[General Networking]]></category>

		<guid isPermaLink="false">http://www.netralized.com/a-better-way-to-scan-wireless-networks/</guid>
		<description><![CDATA[Many times a lot of us who use laptops or desktop computers which are equipped with wireless network cards, have tried to scan an area for available wireless access points. We usually use the default wireless network scanner of the &#8230; <a href="http://www.netralized.com/a-better-way-to-scan-wireless-networks/">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
			<content:encoded><![CDATA[<p> Many times a lot of us who use laptops or desktop computers which are equipped with wireless network cards, have tried to scan an area for available wireless access points. We usually use the default wireless network scanner of the Windows operating system.</p>
<p>But is this the most efficient tool for this job?</p>
<p>Surely not.</p>
<p>There is a tool, not quite widespread, called Network Stumbler which is much more effective than the default windows scanner. The network stumbler is a wireless network scanner that supports many different chipsets of wireless network cards as Lucent, Dell True Mobile, Compaq WL 110, Elsa Airlancer and several others.</p>
<p>I guess that many of you are already familiar with it. For those who haven&#8217;t heard of it before let&#8217;s see why network stumbler is better than the default windows wireless scanner.</p>
<p><span id="more-34"></span>With network stumbler we get much more information for access points concerning the following:</p>
<ul type="disc">
<li>We learn the MAC address of access point</li>
<li>We learn the SSID of access points</li>
<li>We discover the number of the channel were the access point works</li>
<li>We can see the speed by which the access points send and receive information</li>
<li>We can learn the type of the devices that are scanned, meaning whether they are access points or computers with their network cards configured as adhoc</li>
<li>Last but not least, with network stumbler we have the opportunity to see information about the quality and the strength of the signal of access points</li>
</ul>
<p>And not to forget network stumbler is a free application and you can download it from <a href="http://www.netstumbler.com/downloads/">http://www.netstumbler.com/downloads/</a></p>
<p>Till our next article stay Netralized!!!</p>
]]></content:encoded>
			<wfw:commentRss>http://www.netralized.com/a-better-way-to-scan-wireless-networks/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
	</channel>
</rss>
