<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	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/"
		>
<channel>
	<title>Comments on: VoIP Hopper &#8211; VLAN Hopping Tool</title>
	<atom:link href="http://www.darknet.org.uk/2008/01/voip-hopper-vlan-hopping-tool/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.darknet.org.uk/2008/01/voip-hopper-vlan-hopping-tool/</link>
	<description>Ethical Hacking, Penetration Testing &#38; Computer Security</description>
	<lastBuildDate>Tue, 14 Feb 2012 00:17:07 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
	<item>
		<title>By: eM3rC</title>
		<link>http://www.darknet.org.uk/2008/01/voip-hopper-vlan-hopping-tool/#comment-111179</link>
		<dc:creator>eM3rC</dc:creator>
		<pubDate>Thu, 14 Feb 2008 08:20:28 +0000</pubDate>
		<guid isPermaLink="false">http://www.darknet.org.uk/2008/01/voip-hopper-vlan-hopping-tool/#comment-111179</guid>
		<description>@agentphunk
All I can say is I bow down to you sir... It now seems so much clearer yet more complicated.

I think I&#039;ll plead ignorant due to the fact I haven&#039;t actually gone into working in the computer field yet.

@Darknet
agentphunk&#039;s post should be stickied or something just so other people can learn the ways of VoIP</description>
		<content:encoded><![CDATA[<p>@agentphunk<br />
All I can say is I bow down to you sir&#8230; It now seems so much clearer yet more complicated.</p>
<p>I think I&#8217;ll plead ignorant due to the fact I haven&#8217;t actually gone into working in the computer field yet.</p>
<p>@Darknet<br />
agentphunk&#8217;s post should be stickied or something just so other people can learn the ways of VoIP</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: agentphunk</title>
		<link>http://www.darknet.org.uk/2008/01/voip-hopper-vlan-hopping-tool/#comment-111096</link>
		<dc:creator>agentphunk</dc:creator>
		<pubDate>Thu, 14 Feb 2008 05:05:43 +0000</pubDate>
		<guid isPermaLink="false">http://www.darknet.org.uk/2008/01/voip-hopper-vlan-hopping-tool/#comment-111096</guid>
		<description>eM3rC:  Close but not quite.  I think you&#039;re thinking about voip providers like Vonage and perhaps Skype, which do send packets over the internet.  This tool is for &#039;enterprise&#039; VoIP, which is anything BUT cheap and packets usually don&#039;t traverse the Internet.  Companies used to run and support two infrastructures - data and voice, each with its own routing/switching gear, circuits, cabling, dedicated support teams, different vendors, etc.  The two infrastructures didn&#039;t co-mingle that much.  VoIP basically does away with the traditional voice infrastructure by digitizing the audio (with a particular codec, for example G.729 or G.711) and stuffing that into routable IP packets.  Essentially voice is just another application running across your network.  However, its a &#039;latency-sensitive&#039; application that doesn&#039;t like getting delayed, AT ALL, from point A to point B.  So although voice and data are &#039;riding the same pipe&#039; you want to be smart about it and segment or differentiate the two types of traffic.  Thats where the two VLANs come in:  you want your PCs, printers, servers, etc in one subnet / VLAN / &#039;broadcast domain&#039; and your telephony (pronounced tell-eph-O-ni, not telly-phony!)  devices in another (no need for your phones to hear all of those damn NetBios broadcasts, right?  Plus, you might have 100-200 data devices in a subnet, so that means maybe 100-200 users, which translates to maybe 100-200 phones.  That adds up to 500 devices in one subnet - not good.)  So you&#039;re going to have a Data VLAN and a Voice VLAN in most enterprise networks, with different IP addressing schemes for each.  You&#039;ll also apply QoS (quality of service) settings differently for each subnet, because again you want to ensure your voice packets get priority over big clunky data packets).  If you&#039;re -really- interested I can elaborate on the process by which a phone winds up the voice vlan (the tool&#039;s description is 100% accurate, though) but once its there it  &#039;Tags&#039; each voice packet using a mechanism called 802.1Q trunking.   Each switchport is configured with a &#039;native&#039; VLAN (the data vlan, with no trunking) and a voice vlan that can only be &#039;accessed&#039; when the packets are &#039;wrapped&#039; inside of an 802.1Q packet.  So this isn&#039;t about frequencies - its about a way for the IP phones to differentiate themselves from the &#039;native&#039; data vlan, and get all of the added benefits that come with that (specifically the QoS markings that are used &#039;upstream&#039; at the routers to prioritize voice traffic over data traffic, but there&#039;s other benefits too.)  

So what the tool is doing is listening to the mechanism by which a phone learns what the voice VLAN is, and then allowing your PC to do the same thing.  The immediate benefit would be that your packets would get that preferential treatment as they cross the corporate wide area network (super fast web surfing!) but in some environments there might be ACL&#039;s on the data vlans that aren&#039;t on voice, perhaps giving you access to voice-infrastructure devices like PBXs etc.)  

HOWEVER, that&#039;s going to get you noticed fairly quickly, I think.  Phones talk to other phones and PBXs, not to YouTube and Team Fortress servers.  Voip traffic is fairly lightweight - and predominantly UDP not TCP.  The network guys (e.g. Me!) have reserved a specific percentage of bandwidth for voice traffic and usually watch that pretty closely.  

Bottom line:  looks like an interesting utility but read up on enterprise voip before you use it at work.  You can&#039;t claim ignorance on this one; if I caught you using it at my company I&#039;d probably lobby to get you fired :-)</description>
		<content:encoded><![CDATA[<p>eM3rC:  Close but not quite.  I think you&#8217;re thinking about voip providers like Vonage and perhaps Skype, which do send packets over the internet.  This tool is for &#8216;enterprise&#8217; VoIP, which is anything BUT cheap and packets usually don&#8217;t traverse the Internet.  Companies used to run and support two infrastructures &#8211; data and voice, each with its own routing/switching gear, circuits, cabling, dedicated support teams, different vendors, etc.  The two infrastructures didn&#8217;t co-mingle that much.  VoIP basically does away with the traditional voice infrastructure by digitizing the audio (with a particular codec, for example G.729 or G.711) and stuffing that into routable IP packets.  Essentially voice is just another application running across your network.  However, its a &#8216;latency-sensitive&#8217; application that doesn&#8217;t like getting delayed, AT ALL, from point A to point B.  So although voice and data are &#8216;riding the same pipe&#8217; you want to be smart about it and segment or differentiate the two types of traffic.  Thats where the two VLANs come in:  you want your PCs, printers, servers, etc in one subnet / VLAN / &#8216;broadcast domain&#8217; and your telephony (pronounced tell-eph-O-ni, not telly-phony!)  devices in another (no need for your phones to hear all of those damn NetBios broadcasts, right?  Plus, you might have 100-200 data devices in a subnet, so that means maybe 100-200 users, which translates to maybe 100-200 phones.  That adds up to 500 devices in one subnet &#8211; not good.)  So you&#8217;re going to have a Data VLAN and a Voice VLAN in most enterprise networks, with different IP addressing schemes for each.  You&#8217;ll also apply QoS (quality of service) settings differently for each subnet, because again you want to ensure your voice packets get priority over big clunky data packets).  If you&#8217;re -really- interested I can elaborate on the process by which a phone winds up the voice vlan (the tool&#8217;s description is 100% accurate, though) but once its there it  &#8216;Tags&#8217; each voice packet using a mechanism called 802.1Q trunking.   Each switchport is configured with a &#8216;native&#8217; VLAN (the data vlan, with no trunking) and a voice vlan that can only be &#8216;accessed&#8217; when the packets are &#8216;wrapped&#8217; inside of an 802.1Q packet.  So this isn&#8217;t about frequencies &#8211; its about a way for the IP phones to differentiate themselves from the &#8216;native&#8217; data vlan, and get all of the added benefits that come with that (specifically the QoS markings that are used &#8216;upstream&#8217; at the routers to prioritize voice traffic over data traffic, but there&#8217;s other benefits too.)  </p>
<p>So what the tool is doing is listening to the mechanism by which a phone learns what the voice VLAN is, and then allowing your PC to do the same thing.  The immediate benefit would be that your packets would get that preferential treatment as they cross the corporate wide area network (super fast web surfing!) but in some environments there might be ACL&#8217;s on the data vlans that aren&#8217;t on voice, perhaps giving you access to voice-infrastructure devices like PBXs etc.)  </p>
<p>HOWEVER, that&#8217;s going to get you noticed fairly quickly, I think.  Phones talk to other phones and PBXs, not to YouTube and Team Fortress servers.  Voip traffic is fairly lightweight &#8211; and predominantly UDP not TCP.  The network guys (e.g. Me!) have reserved a specific percentage of bandwidth for voice traffic and usually watch that pretty closely.  </p>
<p>Bottom line:  looks like an interesting utility but read up on enterprise voip before you use it at work.  You can&#8217;t claim ignorance on this one; if I caught you using it at my company I&#8217;d probably lobby to get you fired :-)</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: eM3rC</title>
		<link>http://www.darknet.org.uk/2008/01/voip-hopper-vlan-hopping-tool/#comment-108957</link>
		<dc:creator>eM3rC</dc:creator>
		<pubDate>Sat, 09 Feb 2008 08:43:33 +0000</pubDate>
		<guid isPermaLink="false">http://www.darknet.org.uk/2008/01/voip-hopper-vlan-hopping-tool/#comment-108957</guid>
		<description>Thanks for the translation Pantagruel!

It seems like VoIP would be a good system to use because of the low price and reliable service.

Could someone confirm that this is how it works? Basically the internet is broad casted over one frequency of the LAN line while the information used for the VoIP service is transmitted over a different frequency hence allowing the information to travel over both lines without interference. (Although I am not sure why someone is required to use those filters when you install DSL).</description>
		<content:encoded><![CDATA[<p>Thanks for the translation Pantagruel!</p>
<p>It seems like VoIP would be a good system to use because of the low price and reliable service.</p>
<p>Could someone confirm that this is how it works? Basically the internet is broad casted over one frequency of the LAN line while the information used for the VoIP service is transmitted over a different frequency hence allowing the information to travel over both lines without interference. (Although I am not sure why someone is required to use those filters when you install DSL).</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Pantagruel</title>
		<link>http://www.darknet.org.uk/2008/01/voip-hopper-vlan-hopping-tool/#comment-108630</link>
		<dc:creator>Pantagruel</dc:creator>
		<pubDate>Fri, 08 Feb 2008 12:45:17 +0000</pubDate>
		<guid isPermaLink="false">http://www.darknet.org.uk/2008/01/voip-hopper-vlan-hopping-tool/#comment-108630</guid>
		<description>Stefans Home said:

Easy entry into VoIP-lans...

The main reasons why VoIP is usually sold, is the fact that one can use the already available ethernet structure for both voice and data transport. It is commonplace to separate your data net from the voice net by the use of VLANs (virtual lans).

We have an Avaya based VoIP system at work, it worked quite well and the &#039;holes&#039; where pluged</description>
		<content:encoded><![CDATA[<p>Stefans Home said:</p>
<p>Easy entry into VoIP-lans&#8230;</p>
<p>The main reasons why VoIP is usually sold, is the fact that one can use the already available ethernet structure for both voice and data transport. It is commonplace to separate your data net from the voice net by the use of VLANs (virtual lans).</p>
<p>We have an Avaya based VoIP system at work, it worked quite well and the &#8216;holes&#8217; where pluged</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: eM3rC</title>
		<link>http://www.darknet.org.uk/2008/01/voip-hopper-vlan-hopping-tool/#comment-108147</link>
		<dc:creator>eM3rC</dc:creator>
		<pubDate>Thu, 07 Feb 2008 05:30:50 +0000</pubDate>
		<guid isPermaLink="false">http://www.darknet.org.uk/2008/01/voip-hopper-vlan-hopping-tool/#comment-108147</guid>
		<description>Seems like it would be a fun thing to play with.

Anyone know what Stefans Home said?</description>
		<content:encoded><![CDATA[<p>Seems like it would be a fun thing to play with.</p>
<p>Anyone know what Stefans Home said?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: goodpeople</title>
		<link>http://www.darknet.org.uk/2008/01/voip-hopper-vlan-hopping-tool/#comment-98419</link>
		<dc:creator>goodpeople</dc:creator>
		<pubDate>Tue, 15 Jan 2008 16:58:27 +0000</pubDate>
		<guid isPermaLink="false">http://www.darknet.org.uk/2008/01/voip-hopper-vlan-hopping-tool/#comment-98419</guid>
		<description>I&#039;ve never had the opportunity to play in a voip environment. But this sounds like a usefull tool..</description>
		<content:encoded><![CDATA[<p>I&#8217;ve never had the opportunity to play in a voip environment. But this sounds like a usefull tool..</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Stefans Home</title>
		<link>http://www.darknet.org.uk/2008/01/voip-hopper-vlan-hopping-tool/#comment-98141</link>
		<dc:creator>Stefans Home</dc:creator>
		<pubDate>Mon, 14 Jan 2008 11:10:38 +0000</pubDate>
		<guid isPermaLink="false">http://www.darknet.org.uk/2008/01/voip-hopper-vlan-hopping-tool/#comment-98141</guid>
		<description>&lt;strong&gt;Komfortabler Einstieg in VoIP-VLANs...&lt;/strong&gt;

Der Vorteil, mit dem VoIP h</description>
		<content:encoded><![CDATA[<p><strong>Komfortabler Einstieg in VoIP-VLANs&#8230;</strong></p>
<p>Der Vorteil, mit dem VoIP h</p>
]]></content:encoded>
	</item>
</channel>
</rss>

