<?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 for Be A Cisco Expert Without Course or Certification</title>
	<atom:link href="http://ciscogeek.org/comments/feed/" rel="self" type="application/rss+xml" />
	<link>http://ciscogeek.org</link>
	<description>FREE Tons Of Cisco Configuration Example</description>
	<pubDate>Tue, 06 Jan 2009 03:11:04 +0000</pubDate>
	<generator>http://wordpress.org/?v=2.7</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>Comment on Create Load-Balancer with Cisco Router by Yanurmal</title>
		<link>http://ciscogeek.org/create-load-balancer-with-cisco-router/comment-page-1/#comment-6</link>
		<dc:creator>Yanurmal</dc:creator>
		<pubDate>Sun, 13 Jul 2008 16:50:15 +0000</pubDate>
		<guid isPermaLink="false">http://ciscogeek.org/?p=9#comment-6</guid>
		<description>For Internet connection load balance, you have to make a deal with your ISPs. Usually you have to use IP Portable/your own IP and each ISP will advertise your IP at their BGP router. 

And then you can create a load balance for your Internet connection.</description>
		<content:encoded><![CDATA[<p>For Internet connection load balance, you have to make a deal with your ISPs. Usually you have to use IP Portable/your own IP and each ISP will advertise your IP at their BGP router. </p>
<p>And then you can create a load balance for your Internet connection.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on CLI Simple Cisco ASA/PIX Config by thais.gaspar</title>
		<link>http://ciscogeek.org/cli-simple-cisco-asapix-config/comment-page-1/#comment-5</link>
		<dc:creator>thais.gaspar</dc:creator>
		<pubDate>Fri, 11 Jul 2008 12:21:37 +0000</pubDate>
		<guid isPermaLink="false">http://ciscogeek.org/cli-simple-cisco-asapix-config/#comment-5</guid>
		<description>Hi All, 

Someone here can help with PIX 515e. 
I have this topology:
outside 200.x.x.x
outside2 200.x.x.x
inside 11.x.x.x

nat
nat (inside) 0 access-list nonat
nat (inside) 2 access-list xxx 0 0
nat (inside) 1 10.0.0.0 255.0.0.0 0 0
nat (dmz1) 1 192.x.x.x 255.255.255.0 0 0

global 
global (outside) 2 200.x.x.x
global (outside) 1 200.y.y.y
global (outside2) 1 200.z.z.z

I configure a new interface outside (outside2) to send the http traffic to the new internet connection. To do this I tried to create a new nat/pat, using the same inside interface and creating a new outside. But when i do this the other nat/pat stop to working. 
Only when I create a new default route in the pix that send all traffic to the outside2 the new nat/pat works, but the other nat/pats stop. 

Any help will be great. 
Thanks in advanced.</description>
		<content:encoded><![CDATA[<p>Hi All, </p>
<p>Someone here can help with PIX 515e.<br />
I have this topology:<br />
outside 200.x.x.x<br />
outside2 200.x.x.x<br />
inside 11.x.x.x</p>
<p>nat<br />
nat (inside) 0 access-list nonat<br />
nat (inside) 2 access-list xxx 0 0<br />
nat (inside) 1 10.0.0.0 255.0.0.0 0 0<br />
nat (dmz1) 1 192.x.x.x 255.255.255.0 0 0</p>
<p>global<br />
global (outside) 2 200.x.x.x<br />
global (outside) 1 200.y.y.y<br />
global (outside2) 1 200.z.z.z</p>
<p>I configure a new interface outside (outside2) to send the http traffic to the new internet connection. To do this I tried to create a new nat/pat, using the same inside interface and creating a new outside. But when i do this the other nat/pat stop to working.<br />
Only when I create a new default route in the pix that send all traffic to the outside2 the new nat/pat works, but the other nat/pats stop. </p>
<p>Any help will be great.<br />
Thanks in advanced.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Create Load-Balancer with Cisco Router by thais.gaspar</title>
		<link>http://ciscogeek.org/create-load-balancer-with-cisco-router/comment-page-1/#comment-4</link>
		<dc:creator>thais.gaspar</dc:creator>
		<pubDate>Fri, 11 Jul 2008 12:14:11 +0000</pubDate>
		<guid isPermaLink="false">http://ciscogeek.org/?p=9#comment-4</guid>
		<description>Hi All, 

I need to do a load-balance with two Internet connections, using a Cisco 2611 and a PIX 515e. 
I have two links
first with 2Mbps - encapsulation ppp
second with 6Mbps - encapsulation ppp
And the PIX that make the NAT/PAT. 
I tried to send the http traffic to the second interface configuring the pix to make another NAT/PAT, but when I did the other NATs PATs, that I use my vpn and exchange on the DMZ inteface stop to running. Follow the PIX configuration:
nat (inside) 0 access-list nonat
nat (inside) 2 access-list edi 0 0
nat (inside) 1 10.xxx.xxx.xxx 255.xxx.xxx.0 0 0
nat (dmz1) 1 192.168.xxx.0 255.255.255.0 0 0

global (outside) 2 200.xxx.xxx.xxx
global (outside) 1 200.xxx.xxx.xxy
global (outside2) 1 200.xxx.xxx.xxx

the global outside2 is not working, only the global outside. 

Any kind of help will be great.
Thanks in advanced.</description>
		<content:encoded><![CDATA[<p>Hi All, </p>
<p>I need to do a load-balance with two Internet connections, using a Cisco 2611 and a PIX 515e.<br />
I have two links<br />
first with 2Mbps - encapsulation ppp<br />
second with 6Mbps - encapsulation ppp<br />
And the PIX that make the NAT/PAT.<br />
I tried to send the http traffic to the second interface configuring the pix to make another NAT/PAT, but when I did the other NATs PATs, that I use my vpn and exchange on the DMZ inteface stop to running. Follow the PIX configuration:<br />
nat (inside) 0 access-list nonat<br />
nat (inside) 2 access-list edi 0 0<br />
nat (inside) 1 10.xxx.xxx.xxx 255.xxx.xxx.0 0 0<br />
nat (dmz1) 1 192.168.xxx.0 255.255.255.0 0 0</p>
<p>global (outside) 2 200.xxx.xxx.xxx<br />
global (outside) 1 200.xxx.xxx.xxy<br />
global (outside2) 1 200.xxx.xxx.xxx</p>
<p>the global outside2 is not working, only the global outside. </p>
<p>Any kind of help will be great.<br />
Thanks in advanced.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Setup Windows Hyper Terminal to Access Cisco Console by Console Cable &#124; Be A Cisco Expert Without Course or Certification</title>
		<link>http://ciscogeek.org/setup-windows-hyper-terminal-to-access-routerfirewall-console/comment-page-1/#comment-3</link>
		<dc:creator>Console Cable &#124; Be A Cisco Expert Without Course or Certification</dc:creator>
		<pubDate>Sun, 13 Apr 2008 16:32:47 +0000</pubDate>
		<guid isPermaLink="false">http://ciscogeek.org/?p=4#comment-3</guid>
		<description>[...] No additional accessories needed, with this cable your cisco console can be access and appear in your PC/Windows Hyper Terminal. [...]</description>
		<content:encoded><![CDATA[<p>[...] No additional accessories needed, with this cable your cisco console can be access and appear in your PC/Windows Hyper Terminal. [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Console Cable by Setup Windows Hyper Terminal to Access Cisco Console</title>
		<link>http://ciscogeek.org/console-cable/comment-page-1/#comment-2</link>
		<dc:creator>Setup Windows Hyper Terminal to Access Cisco Console</dc:creator>
		<pubDate>Tue, 12 Feb 2008 18:40:08 +0000</pubDate>
		<guid isPermaLink="false">http://ciscogeek.org/console-cable/#comment-2</guid>
		<description>[...] You need a console cable to access your cisco console, click here. [...]</description>
		<content:encoded><![CDATA[<p>[...] You need a console cable to access your cisco console, click here. [...]</p>
]]></content:encoded>
	</item>
</channel>
</rss>
