<?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>ItsyourIP.com &#187; OpenSource</title>
	<atom:link href="http://www.itsyourip.com/category/opensource/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.itsyourip.com</link>
	<description>Your gateway to Internet</description>
	<lastBuildDate>Sat, 24 Jan 2009 16:48:31 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0</generator>
<image>
<link>http://www.itsyourip.com</link>
<url>http://www.itsyourip.com/wp-content/mbp-favicon/Internet-Alt.ico</url>
<title>ItsyourIP.com</title>
</image>
		<item>
		<title>VoIP Hopper &#8211; Opensource Security tool to test VoIP</title>
		<link>http://www.itsyourip.com/Security/voip-hopper-opensource-security-tool-to-test-voip/?utm_source=rss&amp;utm_medium=rss&amp;utm_campaign=voip-hopper-opensource-security-tool-to-test-voip</link>
		<comments>http://www.itsyourip.com/Security/voip-hopper-opensource-security-tool-to-test-voip/#comments</comments>
		<pubDate>Thu, 17 Apr 2008 21:09:58 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[OpenSource]]></category>
		<category><![CDATA[Security]]></category>
		<category><![CDATA[voip]]></category>
		<category><![CDATA[Avaya]]></category>
		<category><![CDATA[CDP]]></category>
		<category><![CDATA[Cisco]]></category>
		<category><![CDATA[ethernet]]></category>
		<category><![CDATA[switch]]></category>
		<category><![CDATA[VLAN-Hopping]]></category>
		<category><![CDATA[VoIP-Hopping]]></category>

		<guid isPermaLink="false">http://www.itsyourip.com/Security/voip-hopper-opensource-security-tool-to-test-voip/</guid>
		<description><![CDATA[VoIP Hopper is a Unix/Linux based free opensource security tool that rapidly runs a VLAN Hop into the Voice VLAN on specific Ethernet switches. VoIP Hopper mimicks the behavior of an IP Phone, in both Cisco and Avaya IP Phone environments to hope into the Voice VLAN.&#160; VoIP Hopper is both a VLAN Hop test [...]]]></description>
			<content:encoded><![CDATA[<div class="KonaBody"><p><!--adsense#content_336_280-->
<p>VoIP Hopper is a Unix/Linux based free opensource security tool that rapidly runs a VLAN Hop into the Voice VLAN on specific Ethernet switches. VoIP Hopper mimicks the behavior of an IP Phone, in both Cisco and Avaya IP Phone environments to hope into the Voice VLAN.&nbsp; VoIP Hopper is both a VLAN Hop test tool and a tool to test VoIP infrastructure security.&nbsp;</p>
<p><span id="more-187"></span></p>
<p>In Cisco IP Phone networks, it first dissects either IEEE 802.3 or Ethernet II for Cisco Discovery Protocol (CDP) packets. If CDP is enabled on the switch port and the Voice VLAN feature is enabled, it will determine the Voice VLAN ID (VVID). This will allow the tool to create a new Ethernet interface on the PC that tags the 802.1q VLAN header in the Ethernet packet. After VoIP Hopper has created the new Ethernet device, it will send a DHCP client request. It can also generate CDP messages just as an IP Phone based on CDP would do.&nbsp; It will send two CDP packets, requesting the Voice VLAN ID.&nbsp; After creating the new interface, it will then iterate between sleeping for 60 seconds, and sending a CDP packet.</p>
<p>In Avaya IP Phone environments, it sends an Option 55 parameter request list, requesting Option 176.&nbsp; When the DHCP server sends Option 176, it decodes the L2QVLAN reply field for the Voice VLAN ID.&nbsp; It then creates a new voice interface and sends a DHCP request.</p>
<p>VOIP Hopper can be downloaded from <a href="http://downloads.sourceforge.net/voiphopper/voiphopper-0.9.9.tar.gz?modtime=1203371558&amp;big_mirror=0" target="_blank" title="Voip Hopper Download">here</a></p>
<p>VOIP Hopper requires</p>
<p><strong><em>libpcap &#8211; For Sniffing</em></strong></p>
<p><strong><em>GNU C Compiler &amp; Make utility to install</em></strong></p>
<p>To install</p>
<p><strong><u>Unzip &amp; Untar VOIP Hopper</u></strong></p>
<blockquote><p><strong>debian# tar -zxvf voiphopper-0.9.9.tar.gz</strong></p>
</blockquote>
<p><strong><u>Change Directory and Install</u></strong></p>
<blockquote><p><strong>debian# cd voiphopper-0.9.9</strong></p>
<p><strong>debian:~/voiphopper-0.9.9# make</strong></p>
</blockquote>
<p>This installs VoIP Hopper on your Linux distribution.</p>
<p>Now, some of the usage examples are</p>
<p><strong><u>Sniff CDP &amp; VoIP Hop</u></strong></p>
<blockquote><p><strong>debian# voiphopper -i eth1 -c 0</strong></p>
</blockquote>
<p>where &quot;eth1&quot; is the interface</p>
<p>-c = 0 &#8211; Defines sniffing</p>
<p><strong><u>Spoof CDP &amp; VoIP Hop in Cisco SIP environment</u></strong></p>
<blockquote><p><strong>debian# voiphopper -i eth1 -c 1 -E &#39;SIP00070EEA5086&#39; -P &#39;Port 1&#39; -C Host -L &#39;Cisco IP Phone 7940&#39; -S &#39;P003-08-8-00&#39; -U 1</strong></p>
</blockquote>
<p><strong><u>Spoof CDP &amp; VoIP HOP in Cisco SCCP environment</u></strong></p>
<blockquote><p><strong>debian# voiphopper -i eth1 -c 1 -E &#39;SEP0070EEA5086&#39; -P &#39;Port 1&#39; -C Host -L &#39;Cisco IP Phone 7940&#39; -S &#39;P00308000700&#39; -U 1</strong></p>
</blockquote>
<p><strong><u>VLAN Hop without CDP Sniffing (if VLAN ID is known)</u></strong></p>
<blockquote><p><strong>debian# voiphopper -i eth1 -v 200</strong></p>
</blockquote>
<p><strong><u>Discover Voice VLAN in Avaya IP Phone environment</u></strong></p>
<blockquote><p><strong>debian# voiphopper -i eth1 -a</strong></p>
</blockquote>
<p><strong><u>Spoof MAC Address of an IP Phone by sniffing for CDP</u></strong></p>
<blockquote><p><strong>debian# voiphopper -i eth1 -c 0 -m AA:AA:AA:AA:AA:AA</strong></p>
</blockquote>
<p><strong><u>Spoof MAC Address of an IP Phone using Avaya DHCP request</u></strong></p>
<blockquote><p><strong>debian# voiphopper -i eth1 -a -m AA:AA:AA:AA:AA:AA</strong><br /> &nbsp;<br /> <strong><u>Spoof MAC Address of an IP Phone by VLAN Hopping without CDP or DHCP</u></strong></p>
</blockquote>
<blockquote><p><strong>debian# voiphopper -i eth1 -v 200 -m AA:AA:AA:AA:AA:AA</strong></p>
</blockquote>
<p><strong><u>Spoof MAC Address of IP Phone without changing the MAC Address of default ethernet interface</u></strong></p>
<blockquote><p><strong>debian# voiphopper -i eth1 -v 200 -m AA:AA:AA:AA:AA:AA -D</strong></p>
</blockquote>
<script type="text/javascript">
  addthis_url    = 'http%3A%2F%2Fwww.itsyourip.com%2FSecurity%2Fvoip-hopper-opensource-security-tool-to-test-voip%2F';
  addthis_title  = 'VoIP+Hopper+%26%238211%3B+Opensource+Security+tool+to+test+VoIP';
  addthis_pub    = '';
</script><script type="text/javascript" src="http://s7.addthis.com/js/addthis_widget.php?v=12" ></script>
</div><!-- KonaBody -->]]></content:encoded>
			<wfw:commentRss>http://www.itsyourip.com/Security/voip-hopper-opensource-security-tool-to-test-voip/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Dnsmasq &#8211; Opensource DNS Server Forwarder &amp; DHCP Server</title>
		<link>http://www.itsyourip.com/dns/dnsmasq-opensource-dns-server-forwarder-dhcp-server/?utm_source=rss&amp;utm_medium=rss&amp;utm_campaign=dnsmasq-opensource-dns-server-forwarder-dhcp-server</link>
		<comments>http://www.itsyourip.com/dns/dnsmasq-opensource-dns-server-forwarder-dhcp-server/#comments</comments>
		<pubDate>Mon, 17 Dec 2007 16:41:37 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[DHCP]]></category>
		<category><![CDATA[DNS]]></category>
		<category><![CDATA[Debian]]></category>
		<category><![CDATA[OpenSource]]></category>
		<category><![CDATA[Redhat]]></category>
		<category><![CDATA[Ubuntu]]></category>
		<category><![CDATA[dns-forwarder]]></category>
		<category><![CDATA[dnsmasq]]></category>
		<category><![CDATA[firewall]]></category>
		<category><![CDATA[routers]]></category>

		<guid isPermaLink="false">http://www.itsyourip.com/dns/dnsmasq-opensource-dns-server-forwarder-dhcp-server/</guid>
		<description><![CDATA[Dnsmasq is an opensource light-weight,easy to configure and administer DNS and a DHCP Server. Dnsmasq is ideally suitable for smaller networks like Small Office and Home Office networks (SOHO) and branch office networks. Dnsmasq can be run on old PC and is very easy to configure and administer. Dnsmasq is seen to support upto 1000 [...]]]></description>
			<content:encoded><![CDATA[<div class="KonaBody"><p><!--adsense#content_336_280-->
<p>Dnsmasq is an opensource light-weight,easy to configure and administer DNS and a DHCP Server. Dnsmasq is ideally suitable for smaller networks like Small Office and Home Office networks (SOHO) and branch office networks. Dnsmasq can be run on old PC and is very easy to configure and administer. Dnsmasq is seen to support upto 1000 nodes on a network.</p>
<p><span id="more-129"></span></p>
<p>In essence, Dnsmasq is a Caching nameserver and a DNS forwarder with DHCP enabled on it. Dnsmasq can provide nameservice for local hosts while forwarding the queries for global public resources to a Public DNS Server (like an ISP DNS server). So, small networks which are behind a DSL/ADSL router or even a modem link and share a single internet connection can make the best use of Dnsmasq.</p>
<p>Dnsmasq is included in most of the opensource firewalls and opensource router firmware and in the most common Linux distributions. Some of them include:</p>
<p><strong>Opensource Firewalls:</strong></p>
<p><em>IPCop / Smoothwall / floppyfw / Firebox / LEAF / m0n0wall / PfSense / Endian Firewall / ClarkConnect</em></p>
<p><strong>Opensource router firmware:</strong></p>
<p><em>dd-wrt / openwrt / stock firmware / fli4l</em></p>
<p><strong>Linux Distributions:</strong></p>
<p><em>Debian / Gentoo / Slackware / Suse / Fedora / Coyote Linux</em></p>
<p><strong>*BSD</strong></p>
<p><em>FreeBSD / OpenBSD / NetBSD</em></p>
<p>Some of the highlighting features of Dnsmasq are as follows:</p>
<ul>
<li>Automatically update the Public DNS Servers through PPP or DHCP connections. So, change in a Public DNS server of an ISP that the network is connected to will be picked up by Dnsmasq</li>
<li>Caching Nameserver to reduce network traffic and improve performance</li>
<li>Forwarding to Private DNS servers for specific Domains can be configured</li>
<li>Nameservice for the localhosts using the /etc/hosts file and for DHCP Client hosts</li>
<li>Static and Dynamic client leases on DHCP</li>
<li>Multiple Network and IP Ranges on the DHCP server</li>
<li>BOOTP support for network booting using a secure read-only TFTP server</li>
<li>Simple global configuration using the /etc/dnsmasq.conf file</li>
<li>Supports BOOTP and DHCP Relays</li>
<li>Caches A records for IPv4 and AAAA records for IPv6 and PTR records</li>
<li>Supports IPv4 and IPv6 protocols and even can act as a IPv4 toIPv6 and IPv6 to IPv4 forwarder</li>
<li>Support MX records and SRV records for local machines</li>
<li>Block DNS redirect websites (like some websites which forward to a link for a website that doesn&#39;t exist)</li>
</ul>
<p>Dnsmasq does the name lookup from its /etc/hosts file and hence its all about maintaining a /etc/hosts file on one computer as against multiple PCs on the LAN. If the host is a DHCP client then even if there isn&#39;t an entry for the host in the &quot;hosts&quot; file it can still provide name resolution for the host.</p>
<p>Effectively, all hosts in the LAN will have the dnsmasq server as the nameserver in /etc/resolv.conf file (In windows under network connection) and you dont have to worry about the &quot;hosts&quot; file on the local system.</p>
<p>The /etc/hosts file on the Dnsmasq server can have only the hostname without the domain name (example: host1 instead of host1.mynetwork.com) as the domain name can be appended globally using configurations in the /etc/dnsmasq.conf file.</p>
<p>It&#39;s got .deb and rpm packages for Debian, Fedora and other distributions and also can be built from the Source files. For more information and download, <a href="http://thekelleys.org.uk/dnsmasq/doc.html" target="_blank" title="DNSMASQ - DNS Forwarder DHCP DNS BOOTP server">click here</a> for dnsmasq home page.</p>
<script type="text/javascript">
  addthis_url    = 'http%3A%2F%2Fwww.itsyourip.com%2Fdns%2Fdnsmasq-opensource-dns-server-forwarder-dhcp-server%2F';
  addthis_title  = 'Dnsmasq+%26%238211%3B+Opensource+DNS+Server+Forwarder+%26%23038%3B+DHCP+Server';
  addthis_pub    = '';
</script><script type="text/javascript" src="http://s7.addthis.com/js/addthis_widget.php?v=12" ></script>
</div><!-- KonaBody -->]]></content:encoded>
			<wfw:commentRss>http://www.itsyourip.com/dns/dnsmasq-opensource-dns-server-forwarder-dhcp-server/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Ziptie &#8211; Opensource Network Inventory &amp; Configuration Management Framework</title>
		<link>http://www.itsyourip.com/opensource/ziptie-opensource-network-inventory-configuration-management-framework/?utm_source=rss&amp;utm_medium=rss&amp;utm_campaign=ziptie-opensource-network-inventory-configuration-management-framework</link>
		<comments>http://www.itsyourip.com/opensource/ziptie-opensource-network-inventory-configuration-management-framework/#comments</comments>
		<pubDate>Thu, 06 Dec 2007 21:50:31 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Network Inventory]]></category>
		<category><![CDATA[OpenSource]]></category>
		<category><![CDATA[bigip]]></category>
		<category><![CDATA[Cisco]]></category>
		<category><![CDATA[citrix]]></category>
		<category><![CDATA[configuration]]></category>
		<category><![CDATA[fortinet]]></category>
		<category><![CDATA[inventory]]></category>
		<category><![CDATA[juniper]]></category>
		<category><![CDATA[network]]></category>
		<category><![CDATA[radware]]></category>
		<category><![CDATA[Security]]></category>

		<guid isPermaLink="false">http://www.itsyourip.com/opensource/ziptie-opensource-network-inventory-configuration-management-framework/</guid>
		<description><![CDATA[Ziptie is an Opensource Network Inventory and Configuration Management framework that can discover and manage network devices such as Routers,Switches and Firewalls. Ziptie out of the box support network devices from multiple major vendors. Ziptie is java based and is built on Eclipse framework. Ziptie can run on many Operating System platforms including Windows, Ubuntu, [...]]]></description>
			<content:encoded><![CDATA[<div class="KonaBody"><p><!--adsense#content_336_280-->
<p>Ziptie is an Opensource Network Inventory and Configuration Management framework that can discover and manage network devices such as Routers,Switches and Firewalls. Ziptie out of the box support network devices from multiple major vendors. Ziptie is java based and is built on Eclipse framework. Ziptie can run on many Operating System platforms including Windows, Ubuntu, Fedora,Redhat, Madnriva amd most other Linux Distributions.</p>
<p><span id="more-124"></span></p>
<p>Ziptie Features include</p>
<p><strong><u>Ziptie plugin framework</u></strong></p>
<p>ZipTie plugin framework allows developers and network administartors integrate their own home grown tools, scripts and even newer modules to the framework making it easy to scale application and add more network device support onto the framework</p>
<p><strong><u>Multi-Vendor support</u></strong></p>
<p>Out of the box support major Network Device vendors and opens an option to add support more network device using the plugin framework</p>
<p>The following devices are supported out of the box:</p>
<p>Cisco &#8211; IOS, CatIOS, MSFC, CatOS, ArrowPoint, Security Appliance (PIX, ASA, &amp; FWSM),</p>
<p>Linksys</p>
<p>Juniper &#8211; JUNOS</p>
<p>Nortel &#8211; BayRS, BayStacks</p>
<p>Vyatta &#8211; OFR</p>
<p>Extreme &#8211; Summit, Alpine</p>
<p>F5 &#8211; BigIP, 3DNS</p>
<p>Foundry &#8211; FastIron</p>
<p>Nokia &#8211; CheckPoint</p>
<p><strong><u>Inventory Discovery</u></strong></p>
<p>Ziptie uses a combination of ICMP ping, SNMP, TCP, ARP, CDP, IP Address to crawl and discover network devices and perform an inventory.</p>
<p><strong><u>Configuration History and Configuration Comparison</u></strong></p>
<p>Ziptie uses Subversion Version Control System to maintain as many version as you need and stores an entire copy of the current version of the config and reverse difference older versions</p>
<p>Also, allows to compare two different version of a comfig or two different configuration files themselves (say startup-config and a running-config on a Cisco router). Also, can help check and compare two differnt device configuration comaprison.</p>
<p><strong><u>Change Automation for Standalone or Multi device configuration rollout</u></strong></p>
<p>ZipTie enables very simple to quite sophisticated change automation via its Tools Plugin Framework. Network administrators can roll out changes to a large number of devices transparently as ZipTie provides the end user with detailed data of all the communication between ZipTie and the device(s).</p>
<p><strong><u>Fully Featured Scheduler for Config backups</u></strong></p>
<p>Using cron baed scheduler, Ziptie can schedule automated config backups and can provides fine control on the scheduling where for instance, ZipTie can avoid backups during a maintenance window</p>
<p><strong><u>Easy Reporting with tagging and searching facility</u></strong></p>
<p>ZipTie supports tagging network devices. Admins can associate as many tags as they want with multiple devices and can also search for devices with specific tags. ZipTie also provides a powerful search feature for searching text configurations.</p>
<p><strong><u>Integrates Nipper Security audit</u></strong></p>
<p>Ziptie also integrates Nipper, the opensource Security Audit Tool which makes a security just a click away. Ziptie supports all the devices supported by Nipper and hence makes a lot of sense to integrate it into Ziptie.</p>
<p>The website for ZipTie has great informative resources including documentation, system requirements and has a great community support backed by ZONA (Ziptie Open Network Alliance). <a href="http://www.ziptie.org/" target="_blank" title="Ziptie - Network Inventory and Configuration Management">Click here for ZipTie homepage</a></p>
<p>ZONA is a group of like-minded companies and organizations interested in advancing and promoting interoperability, open management standards, best practices and value-added tools for the networking community. ZONA already has Juniper,Fortinet,Vyatta,riverbed,radware,citrix,Force10 onboard. For more information, <a href="http://www.ziptie.org/zona" target="_blank" title="ZONA - Ziptie Open Network Alliance">click here</a></p>
<p>Did you like it? Why not leave us your comments, suggestion and feedbacks&#8230;</p>
<p><strong><u>A Reader&#39;s Toolbox</u></strong></p>
<p>Although <a href="http://www.braindumps.net/exam/70-431.htm">70-431</a> is attempted right after <a href="http://www.braindumps.net/exam/642-812.htm">642-812</a>, many IT professionals still take a sceptical view of this, suggesting <a href="http://www.braindumps.net/exam/VCP-310.htm">VCP-310</a> instead. According to them, later one can go on with <a href="http://www.braindumps.net/exam/70-292.htm">70-292</a> as well.</p>
<script type="text/javascript">
  addthis_url    = 'http%3A%2F%2Fwww.itsyourip.com%2Fopensource%2Fziptie-opensource-network-inventory-configuration-management-framework%2F';
  addthis_title  = 'Ziptie+%26%238211%3B+Opensource+Network+Inventory+%26%23038%3B+Configuration+Management+Framework';
  addthis_pub    = '';
</script><script type="text/javascript" src="http://s7.addthis.com/js/addthis_widget.php?v=12" ></script>
</div><!-- KonaBody -->]]></content:encoded>
			<wfw:commentRss>http://www.itsyourip.com/opensource/ziptie-opensource-network-inventory-configuration-management-framework/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Nipper is Zipper &#8211; Integrated to Ziptie Network Inventory &amp; Configuration Management</title>
		<link>http://www.itsyourip.com/ip-tools/nipper-is-zipper-integrated-to-ziptie-network-inventory-configuration-managament/?utm_source=rss&amp;utm_medium=rss&amp;utm_campaign=nipper-is-zipper-integrated-to-ziptie-network-inventory-configuration-managament</link>
		<comments>http://www.itsyourip.com/ip-tools/nipper-is-zipper-integrated-to-ziptie-network-inventory-configuration-managament/#comments</comments>
		<pubDate>Thu, 06 Dec 2007 19:52:51 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[IP Tools]]></category>
		<category><![CDATA[OpenSource]]></category>
		<category><![CDATA[Security Audit]]></category>
		<category><![CDATA[configuration-management]]></category>
		<category><![CDATA[nipper]]></category>
		<category><![CDATA[ziptie]]></category>

		<guid isPermaLink="false">http://www.itsyourip.com/ip-tools/nipper-is-zipper-integrated-to-ziptie-network-inventory-configuration-managament/</guid>
		<description><![CDATA[Nipper, the opensource Security Audit Tool that can perform Securiy Audits of Network Device Configurations is now integrated into ZipTie, a Network Inventory and Configuration Management framework. Nipper in Ziptie will be called as Zipper. Since, Ziptie supports all the network devices that can be audited by Nipper, all the functionality Nipper are available under [...]]]></description>
			<content:encoded><![CDATA[<div class="KonaBody"><p><!--adsense#content_336_280-->
<p><a href="http://www.itsyourip.com/networking/nipper-network-device-security-audit-tool/" target="_blank" title="Nipper - Opensource Network Device Security Audit Tool">Nipper</a>, the opensource Security Audit Tool that can perform Securiy Audits of Network Device Configurations is now integrated into ZipTie, a Network Inventory and Configuration Management framework. Nipper in Ziptie will be called as Zipper.</p>
<p><span id="more-123"></span></p>
<p>Since, Ziptie supports all the network devices that can be audited by Nipper, all the functionality Nipper are available under Ziptie. An admin has to select the device and select Nipper to run the audit on the backedup configuration file.</p>
<p>Because, of the different licensing on both the products (Ziptie uses MPL while Nipper uses a GPL license). Zipper is not available out of the box and has to be installed using the plugin and is supported only on Windows at the moment and there is an intention to extend to other platforms on which ZipTie is supported.</p>
<p>For more information and download, <a href="http://wiki.ziptie.org/bin/view/Documentation/NipperIntegration" target="_blank" title="Zipper - Nipper Security Audit Tool integration in Ziptie">click here</a></p>
<script type="text/javascript">
  addthis_url    = 'http%3A%2F%2Fwww.itsyourip.com%2Fip-tools%2Fnipper-is-zipper-integrated-to-ziptie-network-inventory-configuration-managament%2F';
  addthis_title  = 'Nipper+is+Zipper+%26%238211%3B+Integrated+to+Ziptie+Network+Inventory+%26%23038%3B+Configuration+Management';
  addthis_pub    = '';
</script><script type="text/javascript" src="http://s7.addthis.com/js/addthis_widget.php?v=12" ></script>
</div><!-- KonaBody -->]]></content:encoded>
			<wfw:commentRss>http://www.itsyourip.com/ip-tools/nipper-is-zipper-integrated-to-ziptie-network-inventory-configuration-managament/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>m0n0wall &#8211; Opensource embedded Firewall turns a PC into firewall</title>
		<link>http://www.itsyourip.com/Security/m0n0wall-opensource-embedded-firewall-turns-a-pc-into-firewall/?utm_source=rss&amp;utm_medium=rss&amp;utm_campaign=m0n0wall-opensource-embedded-firewall-turns-a-pc-into-firewall</link>
		<comments>http://www.itsyourip.com/Security/m0n0wall-opensource-embedded-firewall-turns-a-pc-into-firewall/#comments</comments>
		<pubDate>Wed, 28 Nov 2007 18:24:57 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Linux]]></category>
		<category><![CDATA[OpenSource]]></category>
		<category><![CDATA[Opensource Firewall]]></category>
		<category><![CDATA[Security]]></category>
		<category><![CDATA[Unix]]></category>
		<category><![CDATA[Wireless]]></category>

		<guid isPermaLink="false">http://www.itsyourip.com/Security/m0n0wall-opensource-embedded-firewall-turns-a-pc-into-firewall/</guid>
		<description><![CDATA[m0n0wall is a free opensource embedded firewall that runs on embedded PCs (recommended) and other generic standard PC workstations that can run FreeBSD or rather supported by FreeBSD. m0n0wall firewall provides most of the features provided by a commercial firewall. Click here for a list of supported FreeBSD/i386 hardware. For more information on the hardware [...]]]></description>
			<content:encoded><![CDATA[<div class="KonaBody"><p><!--adsense#content_336_280-->
<p>m0n0wall is a free opensource embedded firewall that runs on embedded PCs (recommended) and other generic standard PC workstations that can run FreeBSD or rather supported by FreeBSD. m0n0wall firewall provides most of the features provided by a commercial firewall.</p>
<p><span id="more-114"></span></p>
<p><a href="http://www.freebsd.org/releases/4.11R/hardware-i386.html" target="_blank" title="m0n0wall - FreeBSD hardware support list">Click here</a> for a list of supported FreeBSD/i386 hardware.</p>
<p>For more information on the hardware details m0n0wall <a href="http://m0n0.ch/wall/hardware.php" target="_blank" title="m0n0wall - Opensource embedded firewall hardware support">click here</a></p>
<p>M0n0wall is based on a bare-bones version of FreeBSD with mini-httpd webserver for web GUI and PHP (with CGI support) for boot time configuration. The complete configuration is stored in XML format. This is likely the only softwar where PHP does the boot time configuration instead of Shell scripts.</p>
<p>The image file for installation is of 6MB in size including the core freebsd and the required components and utilities that offers most if not all the features of a commercial firewall appliance. There are seperate image files for each of the different hardware platforms supported. For more information on downloads, <a href="http://m0n0.ch/wall/downloads.php" target="_blank" title="m0n0wall - Opensource embedded firewall download">click here</a></p>
<p>The whole software package can be run on a compact flash card (atleast 8M in size) or on a IDE hard disk. The recommended memory is atleast 64MB. The installation procedures are well documented.</p>
<p>For details on installation procedures <a href="http://m0n0.ch/wall/installation.php" target="_blank" title="m0n0wall opensource emedded firewall installation">click here</a></p>
<p>The Main features of m0n0wall firewall are,</p>
<ul>
<li>Stateful Packet Filtering</li>
<li>Web Interface (SSL) and Serial Console for administration (mini-httpd)</li>
<li>Wireless Support</li>
<li>Captive Portal</li>
<li>802.1Q VLAN&nbsp; support</li>
<li>Stateful Packet Filtering using ipfilter</li>
<li>NAT/PAT, Static Router, Host Aliases support</li>
<li>DHCP client, PPPoE, PPTP and Telstra BigPond Cable support on the WAN interface</li>
<li>IPsec IKE VPN using Racoon with support for hardware crypto cards, mobile clients and certificates</li>
<li>PPTP VPN (with RADIUS server support)</li>
<li>DHCP server and <a href="http://www.itsyourip.com/cisco/dhcp-relay-agent-for-subnets-without-a-dhcp-server/" target="_blank" title="DHCP Relay Agent">DHCP-Relay</a> (ISC DHCP)</li>
<li>Caching DNS forwarder using dnsmasq</li>
<li>DynDNS client and RFC 2136 DNS updater using ez-ipupdate</li>
<li>Traffic shaping</li>
<li>SVG-based traffic grapher</li>
<li>firmware upgrade through the web browser</li>
<li>Wake on LAN</li>
<li>Configuration backup/restore</li>
</ul>
<p>For more detailed feature list, <a href="http://m0n0.ch/wall/features.php" target="_blank" title="m0n0wall opensource embedded firewall features">click here</a></p>
<p>For more information on this FreeBSD based open source firewall, please <a href="http://m0n0.ch/wall/" target="_blank" title="m0n0wall opensource embedded firewall home">click here</a></p>
<p><strong><u>A Reader&#39;s Toobox</u></strong></p>
<p>After <a href="http://www.braindumps.net/exam/70-290.htm">70-290</a>, a small number of professionals who wants to study <a href="http://www.braindumps.net/exam/70-296.htm">70-296</a> move on to the next level i.e. <a href="http://www.braindumps.net/exam/70-270.htm">70-270</a>, where as the rest go with the <a href="http://www.braindumps.net/exam/642-901.htm">642-901</a>.</p>
<script type="text/javascript">
  addthis_url    = 'http%3A%2F%2Fwww.itsyourip.com%2FSecurity%2Fm0n0wall-opensource-embedded-firewall-turns-a-pc-into-firewall%2F';
  addthis_title  = 'm0n0wall+%26%238211%3B+Opensource+embedded+Firewall+turns+a+PC+into+firewall';
  addthis_pub    = '';
</script><script type="text/javascript" src="http://s7.addthis.com/js/addthis_widget.php?v=12" ></script>
</div><!-- KonaBody -->]]></content:encoded>
			<wfw:commentRss>http://www.itsyourip.com/Security/m0n0wall-opensource-embedded-firewall-turns-a-pc-into-firewall/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>IPCop Firewall &#8211; Opensource Linux turns old PC into Firewall</title>
		<link>http://www.itsyourip.com/Security/ipcop-firewall-opensource-linux-turns-old-pc-into-firewall/?utm_source=rss&amp;utm_medium=rss&amp;utm_campaign=ipcop-firewall-opensource-linux-turns-old-pc-into-firewall</link>
		<comments>http://www.itsyourip.com/Security/ipcop-firewall-opensource-linux-turns-old-pc-into-firewall/#comments</comments>
		<pubDate>Tue, 27 Nov 2007 20:07:56 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Linux]]></category>
		<category><![CDATA[OpenSource]]></category>
		<category><![CDATA[Opensource Firewall]]></category>
		<category><![CDATA[Security]]></category>
		<category><![CDATA[Wireless]]></category>

		<guid isPermaLink="false">http://www.itsyourip.com/Security/ipcop-firewall-opensource-linux-turns-old-pc-into-firewall/</guid>
		<description><![CDATA[IPCop Firewall &#8211; Bad Packets Stop here!!!&#160; IPCop Firewall is a well known&#160;Opensource Linux distribution built to protect Home and SOHO networks from hackers and potential intruders on the Internet. IPCop can run a old PC and can be installed and be operational within minutes. Please click here for more information on the Hardware compatibility [...]]]></description>
			<content:encoded><![CDATA[<div class="KonaBody"><p><!--adsense#content_336_280-->
<p>IPCop Firewall &#8211; Bad Packets Stop here!!!&nbsp;</p>
<p>IPCop Firewall is a well known&nbsp;Opensource Linux distribution built to protect Home and SOHO networks from hackers and potential intruders on the Internet. IPCop can run a old PC and can be installed and be operational within minutes.</p>
<p><span id="more-113"></span></p>
<p>Please <a href="http://www.ipcop.org/index.php?module=pnWikka&amp;tag=IPCopHCLv01" target="_blank" title="IPCop Firewall HCL">click here</a> for more information on the Hardware compatibility list. Installation is fairly straight forward. Involves downloading the ISO image and burn it to a CD and start the hardware with the installation media and follow the onscreen instructions. A detailed installation instruction is <a href="http://www.ipcop.org/1.4.0/en/install/html/" target="_blank" title="IPCop Firewall Installation">here</a>.</p>
<p>The IPCop firewall runs on Linux Kernel 2.4 and is a stateful firewall (1.3 and later) based on Linux IPTables. The IPCop firewall has a nice web interface from where almost all the configurations can be done.</p>
<p>While IPCop firewall is primarily a router and Stateful firewall, it has most of the common features found on commercial hardware firewall appliances. Some of the key features are</p>
<ul>
<li>Stateful Firewall using IPTables</li>
<li>Intrusion Detection System using Snort</li>
<li>IP, Web and FTP proxy using Squid Proxy</li>
<li>Dynamic DNS Support</li>
<li>DNS Forwarding and DHCP using dnsmasq</li>
<li>IPSec VPN supporting both roadwarrior and Site to Site using OpenSwan</li>
<li>Wireless supported a DMZ on the firewall using the Wireless_Tools (opensource Wireless tools sponsored and supported by HP)</li>
<li>Traffic Shaping on the External Internet facing interface (RED)</li>
<li>SSH using OpenSSH</li>
<li>Local and remote logging support</li>
<li>NTP Server/Client support</li>
<li>NAT Helper and port forwarding support</li>
</ul>
<p>The IPCop Firewall has a very good <a href="http://www.ipcop.org/index.php?module=pnWikka&amp;tag=IPCopDocumentation" target="_blank" title="IPCop Firewall - Documentation">documentation</a> and <a href="http://www.ipcop.org/index.php?name=FAQ" target="_blank" title="IPCop Firewall - FAQ">FAQ</a> on its website actively supported by the Opensource community. <a href="http://www.itsyourip.com/opensource-firewall/smoothwall-express-30-opensource-firewall/" target="_blank" title="Smoothwall Express Opensource firewall">Smoothwall Express</a> is a opensource firewall based on th IPCop firewall</p>
<p>For more information and download, please <a href="http://www.ipcop.org/" target="_blank" title="IPCop Firewall - Opensource linux firewall">click here</a></p>
<script type="text/javascript">
  addthis_url    = 'http%3A%2F%2Fwww.itsyourip.com%2FSecurity%2Fipcop-firewall-opensource-linux-turns-old-pc-into-firewall%2F';
  addthis_title  = 'IPCop+Firewall+%26%238211%3B+Opensource+Linux+turns+old+PC+into+Firewall';
  addthis_pub    = '';
</script><script type="text/javascript" src="http://s7.addthis.com/js/addthis_widget.php?v=12" ></script>
</div><!-- KonaBody -->]]></content:encoded>
			<wfw:commentRss>http://www.itsyourip.com/Security/ipcop-firewall-opensource-linux-turns-old-pc-into-firewall/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>How To Secure Firefox browser with NoScripts addons</title>
		<link>http://www.itsyourip.com/Security/how-to-secure-firefox-browser-with-noscripts-addons/?utm_source=rss&amp;utm_medium=rss&amp;utm_campaign=how-to-secure-firefox-browser-with-noscripts-addons</link>
		<comments>http://www.itsyourip.com/Security/how-to-secure-firefox-browser-with-noscripts-addons/#comments</comments>
		<pubDate>Sat, 24 Nov 2007 11:02:12 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Browser]]></category>
		<category><![CDATA[Firefox]]></category>
		<category><![CDATA[OpenSource]]></category>
		<category><![CDATA[Security]]></category>
		<category><![CDATA[NoScript]]></category>
		<category><![CDATA[vulnerability]]></category>
		<category><![CDATA[XSS]]></category>

		<guid isPermaLink="false">http://www.itsyourip.com/Security/how-to-secure-firefox-browser-with-noscripts-addons/</guid>
		<description><![CDATA[No Script allows JavaScript, Java and other executable content to run only from trusted domains of your choice, say your home-banking web site, and guards the &#34;trust boundaries&#34; against cross-site scripting attacks (XSS). This is the most important feature of this. Such a preemptive approach prevents exploitation of security vulnerabilities (known and even unknown!) with [...]]]></description>
			<content:encoded><![CDATA[<div class="KonaBody"><p><!--adsense#content_336_280-->
<p><strong>No Script</strong> allows JavaScript, Java and other executable content to run only from trusted domains of your choice, say your home-banking web site, and guards the &quot;trust boundaries&quot; against cross-site scripting attacks (XSS). This is the most important feature of this.</p>
<p>Such a preemptive approach prevents exploitation of security vulnerabilities (known and even unknown!) with no loss of functionality&#8230;</p>
<p><span id="more-112"></span></p>
<p><em>Experts do agree: Firefox is really safer with NoScript</em></p>
<p>NoScript works with Firefox 1.5 to 3.*. NoScript can be installed from the following firefox addon website:</p>
<p><a href="https://addons.mozilla.org/en-US/firefox/addon/722">https://addons.mozilla.org/en-US/firefox/addon/722</a></p>
<p>Browse the URL from Firefox and click Install Now button. Once installed click &quot;Restart Firefox&quot; button for the addon to become active.</p>
<p>NoScript maintains a whitelist and it is important that you add your trusted sites in the white list to ensure proper functioning of the website. To do this, add the NoScripts Toolbar from View &#8211; Toolbars &#8211; Customize, select NoScripts icon and drag it to the Navigation toolbar.</p>
<p>Now, click on the NoScripts button and click Options, select Whitelist.</p>
<p>Add the website address of all your trusted websites. It allows you to Import and Export list as well.</p>
<p>Obvious, there is always going to be some website you don&#39;t remember. When you browse a trusted website (not added to the whitelist), a toolbar pops at the bottom of the website with an options button. Click the button and allow the website. Or if the site is not what you thought it was, then mark it as untrusted.</p>
<p>For example, try browsing a website like <a href="http://www.google.co.uk">www.google.co.uk</a>, you can see it blocking the scripts running from the website. A toolbar appears in the bottom of the page with an options button. Click the button and allow the domain, if you think google is a trusted site <img src='http://www.itsyourip.com/wp-includes/images/smilies/icon_wink.gif' alt=';-)' class='wp-smiley' /> </p>
<p>Now, that to me is your browser, your internet, your security while browsing in your control.</p>
<p>A great work by <a href="https://addons.mozilla.org/en-US/firefox/user/143" target="_blank" title="Firefox NoScript Addon Author - Giorgio Moane">Giorgio Maone</a>.</p>
<script type="text/javascript">
  addthis_url    = 'http%3A%2F%2Fwww.itsyourip.com%2FSecurity%2Fhow-to-secure-firefox-browser-with-noscripts-addons%2F';
  addthis_title  = 'How+To+Secure+Firefox+browser+with+NoScripts+addons';
  addthis_pub    = '';
</script><script type="text/javascript" src="http://s7.addthis.com/js/addthis_widget.php?v=12" ></script>
</div><!-- KonaBody -->]]></content:encoded>
			<wfw:commentRss>http://www.itsyourip.com/Security/how-to-secure-firefox-browser-with-noscripts-addons/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>Switch Miner &#8211; Opensource Cisco Switchport discoverer</title>
		<link>http://www.itsyourip.com/cisco/switch-miner-opensource-cisco-switchport-discoverer/?utm_source=rss&amp;utm_medium=rss&amp;utm_campaign=switch-miner-opensource-cisco-switchport-discoverer</link>
		<comments>http://www.itsyourip.com/cisco/switch-miner-opensource-cisco-switchport-discoverer/#comments</comments>
		<pubDate>Wed, 14 Nov 2007 21:48:03 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Cisco]]></category>
		<category><![CDATA[Networking]]></category>
		<category><![CDATA[OpenSource]]></category>

		<guid isPermaLink="false">http://www.itsyourip.com/cisco/switch-miner-opensource-cisco-switchport-discoverer/</guid>
		<description><![CDATA[Map your Cisco Catalyst switchports with Switch Miner. Switch Miner is a lightweight command line tool for Windows that queries Cisco switches using SNMP to discover the devices that are connected to the switchports. Switch Miner creates a csv file that can be imported directly in to excel or into any any other database.&#160; This [...]]]></description>
			<content:encoded><![CDATA[<div class="KonaBody"><p><!--adsense#content_336_280-->
<p>Map your Cisco Catalyst switchports with Switch Miner. Switch Miner is a lightweight command line tool for Windows that queries Cisco switches using SNMP to discover the devices that are connected to the switchports.</p>
<p><span id="more-105"></span></p>
<p>Switch Miner creates a csv file that can be imported directly in to excel or into any any other database.&nbsp; This tool is designed for Cisco networks but will gather information from other vendor switches also.</p>
<p>With Switch Miner you can find,</p>
<ul>
<li>Interface Info</li>
<li>Speed and Duplex (Operational/Admin)</li>
<li>MAC Addresses</li>
<li>OUI Manufacturer</li>
<li>VLAN Info (Name/Number)</li>
<li>IP Addresses</li>
<li>DNS/NBT Computer Names</li>
<li>User Info</li>
<li>Domain Info</li>
<li>CDP Neighbor Info</li>
<li>Interface Errors (Collisons, Aborts, CRC, Frame, Ignored, Overruns)</li>
</ul>
<p>Usage is fairly straight forward.</p>
<p><strong><u>Syntax:</u></strong></p>
<p>The syntax is as follows:</p>
<p><strong>c:\&gt; sm -s [switchagent] -c [Switch SNMP community] -r [Routeragent] -e [Router SNMP Community]</strong></p>
<p>Where,<br /> &nbsp; <strong>Switchagent</strong> is the Switch to be polled<br /> &nbsp; <strong>Routeragent</strong> is the Router for this switch</p>
<p>Other optional arguements are,</p>
<p>&nbsp;&nbsp;&nbsp; <strong>v [1 or 2]</strong>&nbsp;&nbsp; &#8211; SNMP version [Default is version 2]<br /> &nbsp;&nbsp;<strong>-x [retries]</strong> &#8211; Times to retry [Default 3], if you have a slow or congested network you may raise this<br /> &nbsp;&nbsp;<strong>-t [timeout]</strong> &#8211; Time to wait before timeout occurs, if you have a slow or congested network you may raise this [Default 6s]<br /> &nbsp;&nbsp;<strong>-m [max_repetitions]</strong> &#8211; Maximum repetitions for getbulk SNMP V2 only [Default 40] This is the number of records to be returned on 1 call<br /> &nbsp;&nbsp;<strong>-n</strong> Don&#39;t consolidate CDP Neighbor switch ports. Default for ports that contain CDP neighbors the MAC addresses is not shown. If you want to see all the MAC&#39;s for all ports turn this on.<br /> &nbsp;&nbsp;<strong>-l</strong> walk CDP neighbors. If a CDP neighbor exist on a port and it&#39;s a switch this option will scan it also.<br /> &nbsp;&nbsp;<strong>-p</strong> perform ping sweep before switch walk for more accurate results<br /> &nbsp;&nbsp;<strong>-f [filename]</strong> &#8211; read switch list from file<br /> &nbsp;&nbsp;<strong>-d</strong> turn debug on<br /> &nbsp;&nbsp;<strong>-h</strong> print this message</p>
<p>For more information and download, please <a href="http://switchminer.sourceforge.net/" target="_blank" title="Switch Miner - Discover Cisco Switch switchport devices">click here</a>.</p>
<script type="text/javascript">
  addthis_url    = 'http%3A%2F%2Fwww.itsyourip.com%2Fcisco%2Fswitch-miner-opensource-cisco-switchport-discoverer%2F';
  addthis_title  = 'Switch+Miner+%26%238211%3B+Opensource+Cisco+Switchport+discoverer';
  addthis_pub    = '';
</script><script type="text/javascript" src="http://s7.addthis.com/js/addthis_widget.php?v=12" ></script>
</div><!-- KonaBody -->]]></content:encoded>
			<wfw:commentRss>http://www.itsyourip.com/cisco/switch-miner-opensource-cisco-switchport-discoverer/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Untangle &#8211; The Opensource Network Gateway</title>
		<link>http://www.itsyourip.com/Security/untangle-the-opensource-network-gateway/?utm_source=rss&amp;utm_medium=rss&amp;utm_campaign=untangle-the-opensource-network-gateway</link>
		<comments>http://www.itsyourip.com/Security/untangle-the-opensource-network-gateway/#comments</comments>
		<pubDate>Mon, 12 Nov 2007 21:23:18 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[OpenSource]]></category>
		<category><![CDATA[Opensource Firewall]]></category>
		<category><![CDATA[Opensource VPN]]></category>
		<category><![CDATA[Security]]></category>

		<guid isPermaLink="false">http://www.itsyourip.com/Security/untangle-the-opensource-network-gateway/</guid>
		<description><![CDATA[Untangle is the free &#38; open source alternative to Sonicwall. In addition to the basics (Firewall, VPN, IPS &#38; routing), Untangle makes it easier to block spam, spyware, viruses, phishing, porn, gambling, MySpace, Facebook, IM, peer-2-peer &#38; much, much more. Untangle has been named the &#34;Best Security Solution&#34; &#8211; LinuxWorld 2007 Untangle runs at the [...]]]></description>
			<content:encoded><![CDATA[<div class="KonaBody"><p><!--adsense#content_336_280-->
<p>Untangle is the free &amp; open source alternative to Sonicwall. In addition to the basics (Firewall, VPN, IPS &amp; routing), Untangle makes it easier to block spam, spyware, viruses, phishing, porn, gambling, MySpace, Facebook, IM, peer-2-peer &amp; much, much more. Untangle has been named the &quot;Best Security Solution&quot; &#8211; LinuxWorld 2007</p>
<p><span id="more-100"></span></p>
<p>Untangle runs at the gateway&#8230; and requires no client to install as the complete protection is provided at the perimiter of the network.</p>
<p>The Intuitive GUI, logging, reporting &amp; automatic signature updates makes Untangle very easy to use and administer.</p>
<p>The basic requires an Intel/AMD based system with reasonable processor speed and memory. More details <a href="http://wiki.untangle.com/index.php/Hardware_Requirements" target="_blank" title="Untangle - Opensource Network Gateway">here</a>.</p>
<p>Installation is fairly straight forward. The software can be downloaded as an ISO image and burnt to CD or ordered for free. Boot with the CD and the Installation is wizard based. There is a nice installation documentation <a href="http://www.untangle.com/pdf/Download_QuickStart.pdf" target="_blank" title="Untangle - Opensource Network Gateway">here</a>.</p>
<p>There are also preinstalled appliance for out of the box experience.</p>
<p>The Untangle Network Gateway is free and has 12 applications that comes alone. There are also commercial addons to the software which basically has support for Active Directory integration, Advanced Policy Management, Config Backup, Remote Acces portal and Live support for the solution.</p>
<p>In addition to the basic Firewall, VPN, Intrusion Prevention and Routing functionalities, the following additional applications can run on the same device:</p>
<ul>
<li>Spam Blocker</li>
<li>Web Filter</li>
<li>Protocol Control like P2P and Online Games</li>
<li>Virus Blocker with Dual Virus Blocker options</li>
<li>Spyware Blocker</li>
<li>Phishing Blocker</li>
<li>Intrusion Prevention</li>
<li>Attack Blocker</li>
</ul>
<p>The pricing options for the commercial addons are very cheap to be honest for any basic levels.</p>
<p>For more information, please click <a href="http://www.untangle.com/" target="_blank" title="Untangle - The Opensource Network Gateway">here</a></p>
<script type="text/javascript">
  addthis_url    = 'http%3A%2F%2Fwww.itsyourip.com%2FSecurity%2Funtangle-the-opensource-network-gateway%2F';
  addthis_title  = 'Untangle+%26%238211%3B+The+Opensource+Network+Gateway';
  addthis_pub    = '';
</script><script type="text/javascript" src="http://s7.addthis.com/js/addthis_widget.php?v=12" ></script>
</div><!-- KonaBody -->]]></content:encoded>
			<wfw:commentRss>http://www.itsyourip.com/Security/untangle-the-opensource-network-gateway/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>OpenVPN &#8211; OpenSource SSL VPN Solution</title>
		<link>http://www.itsyourip.com/opensource/openvpn-opensource-ssl-vpn-solution/?utm_source=rss&amp;utm_medium=rss&amp;utm_campaign=openvpn-opensource-ssl-vpn-solution</link>
		<comments>http://www.itsyourip.com/opensource/openvpn-opensource-ssl-vpn-solution/#comments</comments>
		<pubDate>Mon, 12 Nov 2007 19:49:38 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[OpenSource]]></category>
		<category><![CDATA[Opensource VPN]]></category>

		<guid isPermaLink="false">http://www.itsyourip.com/opensource/openvpn-opensource-ssl-vpn-solution/</guid>
		<description><![CDATA[OpenVPN is a full-featured SSL VPN solution which can accomodate a wide range of configurations, including VPN client remote access, site-to-site VPN, WiFi security, and enterprise-scale remote access solutions with load balancing, failover, and fine-grained access-controls. OpenVPN is a SSL VPN solution and does not support IPSec, LPTP and PPTP. OpenVPN is incompatible with IKE [...]]]></description>
			<content:encoded><![CDATA[<div class="KonaBody"><p><!--adsense#content_336_280-->
<p>OpenVPN is a full-featured SSL VPN solution which can accomodate a wide range of configurations, including VPN client remote access, site-to-site VPN, WiFi security, and enterprise-scale remote access solutions with load balancing, failover, and fine-grained access-controls.</p>
<p><span id="more-99"></span></p>
<p>OpenVPN is a SSL VPN solution and does not support IPSec, LPTP and PPTP. OpenVPN is incompatible with IKE and although it uses SSL/TLS for security, it does not use the browser and hence needs OpenVPN installed on the server and the client.</p>
<p>OpenVPN implements OSI layer 2 or 3 secure network extension using the industry standard SSL/TLS protocol, supports flexible client authentication methods based on certificates, smart cards, and/or 2-factor authentication, and allows user or group-specific access control policies using firewall rules applied to the VPN virtual interface. OpenVPN is not a web application proxy and does not operate through a web browser.</p>
<p><strong><u>OpenVPN Platforms</u></strong>&nbsp;</p>
<p>OpenVPN runs on Linux, Windows 2000, Windows XP and higher, OpenBSD, FreeBSD, NetBSD, Mac OS X, and Solaris. An OpenVPN PocketPC port is under development.</p>
<p>OpenVPN can easily be built from source for Linux and BSD variants. Building OpenVPN for Windows is more complex, therefore a pre-built installer is available for Windows on the OpenVPN download site.</p>
<p>OpenVPN can be built with</p>
<ul>
<li>both the OpenSSL Crypto and SSL libraries (version 0.9.6 or higher required), offering certificate-based authentication, public key encryption, and TLS-based dynamic key exchange,</li>
<li>only the OpenSSL Crypto library, offering static-key based conventional encryption and authentication</li>
<li>standalone, with support for unencrypted UDP tunnels.</li>
</ul>
<p>Primary features of OpenVPN are</p>
<ul>
<li>Tunnel any IP subnetwork or virtual ethernet adapter over a single UDP or TCP port</li>
<li>Configure a scalable, load-balanced VPN server farm using one or more machines which can handle thousands of dynamic connections from incoming VPN clients</li>
<li>Use all of the encryption, authentication, and certification features of the OpenSSL library to protect your private network traffic as it transits the internet</li>
<li>Use any cipher, key size, or HMAC digest (for datagram integrity checking) supported by the OpenSSL library</li>
<li>Choose between static-key based conventional encryption or certificate-based public key encryption</li>
<li>Use static, pre-shared keys or TLS-based dynamic key exchange</li>
<li>Use real-time adaptive link compression and traffic-shaping to manage link bandwidth utilization</li>
<li>Tunnel networks whose public endpoints are dynamic such as DHCP or dial-in clients</li>
<li>Tunnel networks through connection-oriented stateful firewalls without having to use explicit firewall rules</li>
<li>Tunnel networks over NAT</li>
<li>Create secure ethernet bridges using virtual tap devices</li>
<li>Control OpenVPN using a GUI on Windows or Mac OS X.</li>
</ul>
<p>OpenVPN is an Open Source project and is licensed under the GPL. Commercial licenses are also available for firms who would like to redistribute OpenVPN with their own proprietary applications. Contact <a href="mailto:info@openvpn.net">info@openvpn.net</a> for more information.</p>
<p>For more information, examples, HowTos, articles and downloads visit OpenVPN <a href="http://openvpn.net" target="_blank" title="OpenVPN - OpenSource SSL VPN Solution">here</a></p>
<div style="text-align: center"><a href="http://openvpn.net" target="_blank" title="OpenVPN - Opensource SSLVPN"><img src="http://www.itsyourip.com/wp-content/uploads/openvpn_opensource_sslvpn.jpg" border="0" alt="OpenVPN - OpenSource SSLVPN" title="OpenVPN - OpenSource SSLVPN" width="150" height="134" /></a></div>
<script type="text/javascript">
  addthis_url    = 'http%3A%2F%2Fwww.itsyourip.com%2Fopensource%2Fopenvpn-opensource-ssl-vpn-solution%2F';
  addthis_title  = 'OpenVPN+%26%238211%3B+OpenSource+SSL+VPN+Solution';
  addthis_pub    = '';
</script><script type="text/javascript" src="http://s7.addthis.com/js/addthis_widget.php?v=12" ></script>
</div><!-- KonaBody -->]]></content:encoded>
			<wfw:commentRss>http://www.itsyourip.com/opensource/openvpn-opensource-ssl-vpn-solution/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
	</channel>
</rss>
