<?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>xcke's blog &#187; ASA</title>
	<atom:link href="http://internetworking.hu/category/security/asa/feed/" rel="self" type="application/rss+xml" />
	<link>http://internetworking.hu</link>
	<description>CCIE# Journey</description>
	<lastBuildDate>Wed, 02 Jun 2010 06:49:48 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.8</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>DMZ network cisco PIX/ASA- val</title>
		<link>http://internetworking.hu/2008/11/19/dmz-network-cisco-pixasa-val/</link>
		<comments>http://internetworking.hu/2008/11/19/dmz-network-cisco-pixasa-val/#comments</comments>
		<pubDate>Wed, 19 Nov 2008 09:04:54 +0000</pubDate>
		<dc:creator>bvamosi</dc:creator>
				<category><![CDATA[ASA]]></category>
		<category><![CDATA[Security]]></category>
		<category><![CDATA[config]]></category>
		<category><![CDATA[DMZ]]></category>

		<guid isPermaLink="false">http://xcke.securebox.hu/2008/11/19/dmz-network-cisco-pixasa-val/</guid>
		<description><![CDATA[

A következőkben röviden leírom hogy, lehet létrehozni DMZ network-öt cisco ASA segítségével.
A konfig-ban a topológián látható SFTP server van web server-ként kezelve (De ez alapján a kiegészíthető a konfig&#8230;)

hostname firewall
!
interface Ethernet0
 nameif outside
 security-level 0
 ip address 172.16.1.2 255.255.255.0
no shut
!                        
interface Ethernet1
 nameif inside
 security-level 100
 ip address 172.19.0.1 255.255.255.0
no shut
!
interface Ethernet2
 nameif DMZ
 security-level 50
 ip address 172.17.0.1 255.255.255.0
no shut
!
 !!ACL for outside interface in [...]]]></description>
		<wfw:commentRss>http://internetworking.hu/2008/11/19/dmz-network-cisco-pixasa-val/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>IPsec VPN Cisco PIX-el</title>
		<link>http://internetworking.hu/2008/10/21/ipsec-vpn-cisco-pix-el/</link>
		<comments>http://internetworking.hu/2008/10/21/ipsec-vpn-cisco-pix-el/#comments</comments>
		<pubDate>Tue, 21 Oct 2008 09:22:11 +0000</pubDate>
		<dc:creator>bvamosi</dc:creator>
				<category><![CDATA[ASA]]></category>
		<category><![CDATA[Security]]></category>
		<category><![CDATA[VPN]]></category>
		<category><![CDATA[cisco]]></category>
		<category><![CDATA[IPSEC]]></category>
		<category><![CDATA[PIX]]></category>

		<guid isPermaLink="false">http://xcke.securebox.hu/2008/10/21/ipsec-vpn-cisco-pix-el/</guid>
		<description><![CDATA[&#160;
&#160;
&#160;
&#160;

Elősz&#246;r egy egyszerűbb kisv&#225;llalati topol&#243;gi&#225;val kezden&#233;m, melyet GNS3-ban k&#233;sz&#237;tettem. Az &#225;br&#225;n h&#225;rom telephely &#233;s &#8220;WAN&#8221; felhő tal&#225;lhat&#243;. K&#233;t telephelyen PIX (8.0(3 )) a harmadikon 3725-&#246;s router (advanced security IOS) &#233;p&#237;ti fel a VPN kapcsolatot. A&#160; &#8220;LAN&#8221;-okhoz 1-1 VMware-el emul&#225;lt PC-t lehet kapcsolni. A felhőhőz PPP &#233;s PPPoE be&#225;gyaz&#225;ssal csatlakoztam. A felhőben a k&#233;t 7200-as routert [...]]]></description>
		<wfw:commentRss>http://internetworking.hu/2008/10/21/ipsec-vpn-cisco-pix-el/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
	</channel>
</rss>
