<?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>Virtualization Adapted &#187; ip address</title>
	<atom:link href="http://www.vadapt.com/tag/ip-address/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.vadapt.com</link>
	<description>Adapting Business Processes for Virtual Infrastrcuture (and vice-versa)</description>
	<lastBuildDate>Wed, 14 Jul 2010 00:36:19 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0</generator>
		<item>
		<title>procedure to find port by ip arp mac</title>
		<link>http://www.vadapt.com/2009/04/procedure-to-find-port-by-ip-arp-mac/</link>
		<comments>http://www.vadapt.com/2009/04/procedure-to-find-port-by-ip-arp-mac/#comments</comments>
		<pubDate>Thu, 16 Apr 2009 21:21:47 +0000</pubDate>
		<dc:creator>iben</dc:creator>
				<category><![CDATA[Uncategorized]]></category>
		<category><![CDATA[arp]]></category>
		<category><![CDATA[cdp]]></category>
		<category><![CDATA[cisco]]></category>
		<category><![CDATA[ip address]]></category>
		<category><![CDATA[mac]]></category>
		<category><![CDATA[rouge]]></category>
		<category><![CDATA[security]]></category>

		<guid isPermaLink="false">http://www.vadapt.com/2009/04/procedure-to-find-port-by-ip-arp-mac/</guid>
		<description><![CDATA[procedure to find port by ip arp mac Assumptions: You have an IP address and want to find out what switch port it is on. There is a core switch with edge switches and Cisco CDP is running. Example: IP address is 10.1.1.69 - find the MAC address of this IP open ssh console to [...]]]></description>
		<wfw:commentRss>http://www.vadapt.com/2009/04/procedure-to-find-port-by-ip-arp-mac/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>NMAP tricks</title>
		<link>http://www.vadapt.com/2009/04/nmap-tricks/</link>
		<comments>http://www.vadapt.com/2009/04/nmap-tricks/#comments</comments>
		<pubDate>Tue, 14 Apr 2009 05:49:31 +0000</pubDate>
		<dc:creator>iben</dc:creator>
				<category><![CDATA[Uncategorized]]></category>
		<category><![CDATA[count]]></category>
		<category><![CDATA[ip address]]></category>
		<category><![CDATA[network]]></category>
		<category><![CDATA[nmap]]></category>
		<category><![CDATA[scan]]></category>

		<guid isPermaLink="false">http://www.vadapt.com/2009/04/nmap-tricks/</guid>
		<description><![CDATA[How to use NMAP to count the number of hosts on a given subnet. #!/bin/bash echo 4192 > /proc/sys/net/ipv4/neigh/default/gc_thresh3 nmap -sP -PI $1 -n &#8211;max_rtt_timeout 5000 &#8211;initial_rtt_timeout 5000 &#124; tail -1 &#124; cut -f 2 -d &#8220;(&#8221; &#124; cut -f 1 -d &#8221; &#8221; 2> /dev/null (Thanks to Gabriel for this one!) Add this to [...]]]></description>
		<wfw:commentRss>http://www.vadapt.com/2009/04/nmap-tricks/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
