<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" version="2.0">
  <channel>
    <title>topic Pbl with Pix 506 E in Network Security</title>
    <link>https://community.cisco.com/t5/network-security/pbl-with-pix-506-e/m-p/305914#M593759</link>
    <description>&lt;P&gt;Hi ...&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I am New to Security.&lt;/P&gt;&lt;P&gt;I have a router(2600),Linux Proxy with 200 users.&lt;/P&gt;&lt;P&gt;I wanna to enable my firewall with linux proxy.&lt;/P&gt;&lt;P&gt;here is my config&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;PIX Version 6.3(1)&lt;/P&gt;&lt;P&gt;-------------------------------------------&lt;/P&gt;&lt;P&gt;interface ethernet0 auto&lt;/P&gt;&lt;P&gt;interface ethernet1 auto		This is for enabling the particular interface&lt;/P&gt;&lt;P&gt;------------------------------------------------&lt;/P&gt;&lt;P&gt;nameif ethernet0 outside security0&lt;/P&gt;&lt;P&gt;nameif ethernet1 inside security100&lt;/P&gt;&lt;P&gt;-----------------------------------------------------------&lt;/P&gt;&lt;P&gt;enable password yMQsZfE0puy6mcN6 encrypted&lt;/P&gt;&lt;P&gt;passwd 2KFQnbNIdI.2KYOU encrypted&lt;/P&gt;&lt;P&gt;hostname syntax-firewall&lt;/P&gt;&lt;P&gt;--------------------------------------------------------------------&lt;/P&gt;&lt;P&gt;domain-name syntaxsoft.com&lt;/P&gt;&lt;P&gt;----------------------------------------------------------------------&lt;/P&gt;&lt;P&gt;fixup protocol ftp 21&lt;/P&gt;&lt;P&gt;fixup protocol h323 h225 1720&lt;/P&gt;&lt;P&gt;fixup protocol h323 ras 1718-1719&lt;/P&gt;&lt;P&gt;fixup protocol http 80&lt;/P&gt;&lt;P&gt;fixup protocol ils 389&lt;/P&gt;&lt;P&gt;fixup protocol rsh 514&lt;/P&gt;&lt;P&gt;fixup protocol rtsp 554&lt;/P&gt;&lt;P&gt;fixup protocol sip 5060&lt;/P&gt;&lt;P&gt;fixup protocol sip udp 5060&lt;/P&gt;&lt;P&gt;fixup protocol skinny 2000&lt;/P&gt;&lt;P&gt;fixup protocol smtp 25&lt;/P&gt;&lt;P&gt;fixup protocol sqlnet 1521&lt;/P&gt;&lt;P&gt;------------------------------------------------------------------------&lt;/P&gt;&lt;P&gt;names&lt;/P&gt;&lt;P&gt;pager lines 24&lt;/P&gt;&lt;P&gt;mtu outside 1500&lt;/P&gt;&lt;P&gt;mtu inside 1500&lt;/P&gt;&lt;P&gt;-------------------------------------------------------------------------&lt;/P&gt;&lt;P&gt;ip address outside 61.x.x.x 255.255.255.224   Assinging the IP address&lt;/P&gt;&lt;P&gt;ip address inside 192.200.x.x  255.255.255.0&lt;/P&gt;&lt;P&gt;ip audit info action alarm&lt;/P&gt;&lt;P&gt;ip audit attack action alarm&lt;/P&gt;&lt;P&gt;-------------------------------------------------------------------------&lt;/P&gt;&lt;P&gt;pdm logging informational 100&lt;/P&gt;&lt;P&gt;pdm history enable&lt;/P&gt;&lt;P&gt;-------------------------------------------&lt;/P&gt;&lt;P&gt;arp timeout 14400&lt;/P&gt;&lt;P&gt;----------------------------------------------------------&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;global (outside) 1 61.x.x.1.0-61.x.x.5&lt;/P&gt;&lt;P&gt;global (outside) 1 interface&lt;/P&gt;&lt;P&gt;nat (inside) 1 0.0.0.0 0.0.0.0  0 0&lt;/P&gt;&lt;P&gt;route outside 0.0.0.0 0.0.0.0 61.x.x.x  1&lt;/P&gt;&lt;P&gt;--------------------------------------------------------------------------------------------------&lt;/P&gt;&lt;P&gt;timeout xlate 0:05:00&lt;/P&gt;&lt;P&gt;timeout conn 1:00:00 half-closed 0:10:00 udp 0:02:00 rpc 0:10:00 h225 1:00:00&lt;/P&gt;&lt;P&gt;timeout h323 0:05:00 mgcp 0:05:00 sip 0:30:00 sip_media 0:02:00&lt;/P&gt;&lt;P&gt;timeout uauth 0:05:00 absolute&lt;/P&gt;&lt;P&gt;----------------------------------------------------------------------------------------------------&lt;/P&gt;&lt;P&gt;aaa-server TACACS+ protocol tacacs+&lt;/P&gt;&lt;P&gt;aaa-server RADIUS protocol radius&lt;/P&gt;&lt;P&gt;aaa-server LOCAL protocol local&lt;/P&gt;&lt;P&gt;aaa proxy-limit disable&lt;/P&gt;&lt;P&gt;aaa authentication secure-http-client&lt;/P&gt;&lt;P&gt;http server enable&lt;/P&gt;&lt;P&gt;http 192.200.20.x 255.255.255.0 inside&lt;/P&gt;&lt;P&gt;no snmp-server location&lt;/P&gt;&lt;P&gt;no snmp-server contact&lt;/P&gt;&lt;P&gt;snmp-server community public&lt;/P&gt;&lt;P&gt;no snmp-server enable traps&lt;/P&gt;&lt;P&gt;floodguard enable&lt;/P&gt;&lt;P&gt;telnet timeout 5&lt;/P&gt;&lt;P&gt;ssh timeout 5&lt;/P&gt;&lt;P&gt;console timeout 0&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;----------------------------------------------------&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;also my linus having 2 ethernet port one is assigend as Private Ip and other one as Public Ip.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;can u send me an exact config file with sample  configuration&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;waiting for reply &lt;/P&gt;&lt;P&gt;Jay&lt;/P&gt;&lt;P&gt;&lt;/P&gt;</description>
    <pubDate>Fri, 21 Feb 2020 07:18:36 GMT</pubDate>
    <dc:creator>synjay</dc:creator>
    <dc:date>2020-02-21T07:18:36Z</dc:date>
    <item>
      <title>Pbl with Pix 506 E</title>
      <link>https://community.cisco.com/t5/network-security/pbl-with-pix-506-e/m-p/305914#M593759</link>
      <description>&lt;P&gt;Hi ...&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I am New to Security.&lt;/P&gt;&lt;P&gt;I have a router(2600),Linux Proxy with 200 users.&lt;/P&gt;&lt;P&gt;I wanna to enable my firewall with linux proxy.&lt;/P&gt;&lt;P&gt;here is my config&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;PIX Version 6.3(1)&lt;/P&gt;&lt;P&gt;-------------------------------------------&lt;/P&gt;&lt;P&gt;interface ethernet0 auto&lt;/P&gt;&lt;P&gt;interface ethernet1 auto		This is for enabling the particular interface&lt;/P&gt;&lt;P&gt;------------------------------------------------&lt;/P&gt;&lt;P&gt;nameif ethernet0 outside security0&lt;/P&gt;&lt;P&gt;nameif ethernet1 inside security100&lt;/P&gt;&lt;P&gt;-----------------------------------------------------------&lt;/P&gt;&lt;P&gt;enable password yMQsZfE0puy6mcN6 encrypted&lt;/P&gt;&lt;P&gt;passwd 2KFQnbNIdI.2KYOU encrypted&lt;/P&gt;&lt;P&gt;hostname syntax-firewall&lt;/P&gt;&lt;P&gt;--------------------------------------------------------------------&lt;/P&gt;&lt;P&gt;domain-name syntaxsoft.com&lt;/P&gt;&lt;P&gt;----------------------------------------------------------------------&lt;/P&gt;&lt;P&gt;fixup protocol ftp 21&lt;/P&gt;&lt;P&gt;fixup protocol h323 h225 1720&lt;/P&gt;&lt;P&gt;fixup protocol h323 ras 1718-1719&lt;/P&gt;&lt;P&gt;fixup protocol http 80&lt;/P&gt;&lt;P&gt;fixup protocol ils 389&lt;/P&gt;&lt;P&gt;fixup protocol rsh 514&lt;/P&gt;&lt;P&gt;fixup protocol rtsp 554&lt;/P&gt;&lt;P&gt;fixup protocol sip 5060&lt;/P&gt;&lt;P&gt;fixup protocol sip udp 5060&lt;/P&gt;&lt;P&gt;fixup protocol skinny 2000&lt;/P&gt;&lt;P&gt;fixup protocol smtp 25&lt;/P&gt;&lt;P&gt;fixup protocol sqlnet 1521&lt;/P&gt;&lt;P&gt;------------------------------------------------------------------------&lt;/P&gt;&lt;P&gt;names&lt;/P&gt;&lt;P&gt;pager lines 24&lt;/P&gt;&lt;P&gt;mtu outside 1500&lt;/P&gt;&lt;P&gt;mtu inside 1500&lt;/P&gt;&lt;P&gt;-------------------------------------------------------------------------&lt;/P&gt;&lt;P&gt;ip address outside 61.x.x.x 255.255.255.224   Assinging the IP address&lt;/P&gt;&lt;P&gt;ip address inside 192.200.x.x  255.255.255.0&lt;/P&gt;&lt;P&gt;ip audit info action alarm&lt;/P&gt;&lt;P&gt;ip audit attack action alarm&lt;/P&gt;&lt;P&gt;-------------------------------------------------------------------------&lt;/P&gt;&lt;P&gt;pdm logging informational 100&lt;/P&gt;&lt;P&gt;pdm history enable&lt;/P&gt;&lt;P&gt;-------------------------------------------&lt;/P&gt;&lt;P&gt;arp timeout 14400&lt;/P&gt;&lt;P&gt;----------------------------------------------------------&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;global (outside) 1 61.x.x.1.0-61.x.x.5&lt;/P&gt;&lt;P&gt;global (outside) 1 interface&lt;/P&gt;&lt;P&gt;nat (inside) 1 0.0.0.0 0.0.0.0  0 0&lt;/P&gt;&lt;P&gt;route outside 0.0.0.0 0.0.0.0 61.x.x.x  1&lt;/P&gt;&lt;P&gt;--------------------------------------------------------------------------------------------------&lt;/P&gt;&lt;P&gt;timeout xlate 0:05:00&lt;/P&gt;&lt;P&gt;timeout conn 1:00:00 half-closed 0:10:00 udp 0:02:00 rpc 0:10:00 h225 1:00:00&lt;/P&gt;&lt;P&gt;timeout h323 0:05:00 mgcp 0:05:00 sip 0:30:00 sip_media 0:02:00&lt;/P&gt;&lt;P&gt;timeout uauth 0:05:00 absolute&lt;/P&gt;&lt;P&gt;----------------------------------------------------------------------------------------------------&lt;/P&gt;&lt;P&gt;aaa-server TACACS+ protocol tacacs+&lt;/P&gt;&lt;P&gt;aaa-server RADIUS protocol radius&lt;/P&gt;&lt;P&gt;aaa-server LOCAL protocol local&lt;/P&gt;&lt;P&gt;aaa proxy-limit disable&lt;/P&gt;&lt;P&gt;aaa authentication secure-http-client&lt;/P&gt;&lt;P&gt;http server enable&lt;/P&gt;&lt;P&gt;http 192.200.20.x 255.255.255.0 inside&lt;/P&gt;&lt;P&gt;no snmp-server location&lt;/P&gt;&lt;P&gt;no snmp-server contact&lt;/P&gt;&lt;P&gt;snmp-server community public&lt;/P&gt;&lt;P&gt;no snmp-server enable traps&lt;/P&gt;&lt;P&gt;floodguard enable&lt;/P&gt;&lt;P&gt;telnet timeout 5&lt;/P&gt;&lt;P&gt;ssh timeout 5&lt;/P&gt;&lt;P&gt;console timeout 0&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;----------------------------------------------------&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;also my linus having 2 ethernet port one is assigend as Private Ip and other one as Public Ip.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;can u send me an exact config file with sample  configuration&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;waiting for reply &lt;/P&gt;&lt;P&gt;Jay&lt;/P&gt;&lt;P&gt;&lt;/P&gt;</description>
      <pubDate>Fri, 21 Feb 2020 07:18:36 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/pbl-with-pix-506-e/m-p/305914#M593759</guid>
      <dc:creator>synjay</dc:creator>
      <dc:date>2020-02-21T07:18:36Z</dc:date>
    </item>
    <item>
      <title>Re: Pbl with Pix 506 E</title>
      <link>https://community.cisco.com/t5/network-security/pbl-with-pix-506-e/m-p/305915#M593761</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;If you want to only allow Linux Proxy to go to the internet and deny all other PC, if they try to bypass the proxy, then do the following&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;nat (inside) 1 &lt;IP address="" of="" proxy="" server=""&gt; 255.255.255.255&lt;/IP&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;&lt;P&gt;Nadeem&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 25 Mar 2004 06:20:27 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/pbl-with-pix-506-e/m-p/305915#M593761</guid>
      <dc:creator>nkhawaja</dc:creator>
      <dc:date>2004-03-25T06:20:27Z</dc:date>
    </item>
    <item>
      <title>Re: Pbl with Pix 506 E</title>
      <link>https://community.cisco.com/t5/network-security/pbl-with-pix-506-e/m-p/305916#M593762</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;yes ur rite ,I want to allow only my linus proxy to get out&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;as per ur advise I have enabled the following command&lt;/P&gt;&lt;P&gt;nat (inside) 1 &lt;IP address="" of="" proxy="" server=""&gt; 255.255.255.255 &lt;/IP&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;stil I am getting error as follows in debugging mode,still I am not able to browse&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;710005: UDP request discarded from 192.200.20.25/137 to inside:192.200.20.255/ne&lt;/P&gt;&lt;P&gt;tbios-ns&lt;/P&gt;&lt;P&gt;(this is my machine IP)&lt;/P&gt;&lt;P&gt;710005: UDP request discarded from 61.95.x.x/2301 to outside:255.255.255.255&lt;/P&gt;&lt;P&gt;/2301(this is Linus proxy global IP)&lt;/P&gt;&lt;P&gt;710005: UDP request discarded from 192.200.20.153/2301 to outside:255.255.255.25&lt;/P&gt;&lt;P&gt;5/2301(this is mail server IP local)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;can u advise on the followig&lt;/P&gt;&lt;P&gt;1.wht could I make for browser setting.&lt;/P&gt;&lt;P&gt;2.My lan network is 192.200.20.0 series (is it make any differnce)&lt;/P&gt;&lt;P&gt;3.without fire wall I am using browser setting as with tht Proxy Ip with the port 3152.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;waitinf for ur favourable reply&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;thanx a lot&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Cheers&lt;/P&gt;&lt;P&gt;Jay&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 25 Mar 2004 07:10:19 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/pbl-with-pix-506-e/m-p/305916#M593762</guid>
      <dc:creator>synjay</dc:creator>
      <dc:date>2004-03-25T07:10:19Z</dc:date>
    </item>
    <item>
      <title>Re: Pbl with Pix 506 E</title>
      <link>https://community.cisco.com/t5/network-security/pbl-with-pix-506-e/m-p/305917#M593764</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;yes ur rite ,I want to allow only my linus proxy to get out &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;as per ur advise I have enabled the following command &lt;/P&gt;&lt;P&gt;nat (inside) 1 &lt;IP address="" of="" proxy="" server=""&gt; 255.255.255.255 &lt;/IP&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;stil I am getting error as follows in debugging mode,still I am not able to browse &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;710005: UDP request discarded from 192.200.20.25/137 to inside:192.200.20.255/ne &lt;/P&gt;&lt;P&gt;tbios-ns &lt;/P&gt;&lt;P&gt;(this is my machine IP) &lt;/P&gt;&lt;P&gt;710005: UDP request discarded from 61.95.x.x/2301 to outside:255.255.255.255 &lt;/P&gt;&lt;P&gt;/2301(this is Linus proxy global IP) &lt;/P&gt;&lt;P&gt;710005: UDP request discarded from 192.200.20.153/2301 to outside:255.255.255.25 &lt;/P&gt;&lt;P&gt;5/2301(this is mail server IP local) &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;can u advise on the followig &lt;/P&gt;&lt;P&gt;1.wht could I make for browser setting. &lt;/P&gt;&lt;P&gt;2.My lan network is 192.200.20.0 series (is it make any differnce) &lt;/P&gt;&lt;P&gt;3.without fire wall I am using browser setting as with tht Proxy Ip with the port 3152. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;waitinf for ur favourable reply &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;thanx a lot &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Cheers &lt;/P&gt;&lt;P&gt;Jay &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 25 Mar 2004 07:14:29 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/pbl-with-pix-506-e/m-p/305917#M593764</guid>
      <dc:creator>synjay</dc:creator>
      <dc:date>2004-03-25T07:14:29Z</dc:date>
    </item>
    <item>
      <title>Re: Pbl with Pix 506 E</title>
      <link>https://community.cisco.com/t5/network-security/pbl-with-pix-506-e/m-p/305918#M593766</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;The above messages are not related to your issue. As i said your configs looks good. this seems to be a design issue.&lt;/P&gt;&lt;P&gt;you said your linux proxy has two ip, one private and one public, so probably linux is directly tryign to reach the internet. what is the public ip is it one of the range of pix public network. if so, then how would you redirect your traffic to the inside interface&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;for answers to your question&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;1... Your browser should be pointing to your proxy server (provided you want to use the proxy)&lt;/P&gt;&lt;P&gt;2... You LAN network IP doesnot make any difference. What is the private and public IP of your proxy?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 25 Mar 2004 18:56:09 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/pbl-with-pix-506-e/m-p/305918#M593766</guid>
      <dc:creator>nkhawaja</dc:creator>
      <dc:date>2004-03-25T18:56:09Z</dc:date>
    </item>
    <item>
      <title>Re: Pbl with Pix 506 E</title>
      <link>https://community.cisco.com/t5/network-security/pbl-with-pix-506-e/m-p/305919#M593768</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi ...&lt;/P&gt;&lt;P&gt;thanx for ur response.&lt;/P&gt;&lt;P&gt;I forgot to write one issue.Rite now I am testing with my single PC with firewall.&lt;/P&gt;&lt;P&gt;i.e  &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;       cross cable &lt;/P&gt;&lt;P&gt;PC     ------------   Fire   stright cable&lt;/P&gt;&lt;P&gt;            (inside) wall   --outside-----  Lan Port&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;also Inside,PC,one of the proxy are in 192.200.20.x series.&lt;/P&gt;&lt;P&gt;Outside,router and one of the proxy are 61.95.x.x same series.&lt;/P&gt;&lt;P&gt;          &lt;/P&gt;&lt;P&gt;May I am doing rite plz clarify me&lt;/P&gt;&lt;P&gt;If suppose I am doing like any routing should add or wht.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;also above config I have added my routing proxy,still It is not working.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;any one can plz help me out&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;my Yahoo ID is &lt;A href="mailto:jk_jin@yahoo.com"&gt;jk_jin@yahoo.com&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;interested plz help me in chat.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;waiting for favouravle reply&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;thanx&lt;/P&gt;&lt;P&gt;J.Jayakumar&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 26 Mar 2004 04:26:47 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/pbl-with-pix-506-e/m-p/305919#M593768</guid>
      <dc:creator>synjay</dc:creator>
      <dc:date>2004-03-26T04:26:47Z</dc:date>
    </item>
    <item>
      <title>Re: Pbl with Pix 506 E</title>
      <link>https://community.cisco.com/t5/network-security/pbl-with-pix-506-e/m-p/305920#M593769</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;thanx for ur suggestion&lt;/P&gt;&lt;P&gt;my network detials&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;router&lt;/P&gt;&lt;P&gt;1.ehternet IP - 61.x.x.x(public IP)&lt;/P&gt;&lt;P&gt;2.Serial Ip - 202.x.x.x&lt;/P&gt;&lt;P&gt;Firewall&lt;/P&gt;&lt;P&gt;1.e0(outside)-61.x.x.x(public IP)&lt;/P&gt;&lt;P&gt;2.e1(inside)-192.200.x.x(Lan IP)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;linux proxy&lt;/P&gt;&lt;P&gt;1.192.200.x.x(Lan IP)&lt;/P&gt;&lt;P&gt;2.61.x.x.x(public IP)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;also I am coneecting with single PC where I am coneecting my ethernet port to inside port of Firewall using cross cable and outside of firewall I am connecting to mu LAN port,&lt;/P&gt;&lt;P&gt;is it make any difference to testing the firewall.&lt;/P&gt;&lt;P&gt;plz advise on this.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 30 Mar 2004 05:25:49 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/pbl-with-pix-506-e/m-p/305920#M593769</guid>
      <dc:creator>synjay</dc:creator>
      <dc:date>2004-03-30T05:25:49Z</dc:date>
    </item>
  </channel>
</rss>

