<?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 Re: Pix configuration in Network Security</title>
    <link>https://community.cisco.com/t5/network-security/pix-configuration/m-p/27216#M709035</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Said,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;To recap this post:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Add this to your config for internal users to access Internet resources:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;nat (inside) 1 10.0.0.0 255.0.0.0&lt;/P&gt;&lt;P&gt;global (outside) 1 interface - This will translate all of your internal IP addresses using the IP address of the outside interface.  Return traffic is allowed back without further configuration.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Let's say you have a web server on your inside LAN at IP - 10.1.1.10.  Add this to your config to allow users from the Internet to access your web server.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Static (inside,outside) x.x.x.x 10.1.1.10 netmask 255.255.255.255 ( x.x.x.x is an IP address on your outside subnet.)&lt;/P&gt;&lt;P&gt;access-list 110 permit tcp any host 10.1.1.10 eq www&lt;/P&gt;&lt;P&gt;access-group 110 in interface outside&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Hope this helps.&lt;/P&gt;&lt;P&gt;RJ&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, 24 Oct 2002 17:29:15 GMT</pubDate>
    <dc:creator>rj.remien</dc:creator>
    <dc:date>2002-10-24T17:29:15Z</dc:date>
    <item>
      <title>Pix configuration</title>
      <link>https://community.cisco.com/t5/network-security/pix-configuration/m-p/27211#M709030</link>
      <description>&lt;P&gt;I reelly need some help , I could not resolve with my self.&lt;/P&gt;&lt;P&gt;I am connect a Cisco 3620 Router to the Internet, and I am getting IP address.&lt;/P&gt;&lt;P&gt;Pix 515 is also connected to the Router in one side and to a switch on the other side: &lt;/P&gt;&lt;P&gt;Internet-----Router-------Pix-----LAN.&lt;/P&gt;&lt;P&gt;My problem is that ,my Pc could not make a connection to The internet:&lt;/P&gt;&lt;P&gt;I have tried NAT, Global , and access-list , and I could not solved.&lt;/P&gt;&lt;P&gt; Did any body show me the right site , or give me configuration which works.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks.&lt;/P&gt;</description>
      <pubDate>Fri, 21 Feb 2020 06:19:18 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/pix-configuration/m-p/27211#M709030</guid>
      <dc:creator>sq</dc:creator>
      <dc:date>2020-02-21T06:19:18Z</dc:date>
    </item>
    <item>
      <title>Re: Pix configuration</title>
      <link>https://community.cisco.com/t5/network-security/pix-configuration/m-p/27212#M709031</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Said,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Here is basically what you need&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Nat (inside) 1 0.0.0.0 0.0.0.0&lt;/P&gt;&lt;P&gt;Global (outside) 1 x.x.x.x (Public IP address or outside interface of Pix IP address)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Can you submit your config without private info?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;RJ&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 22 Oct 2002 22:15:28 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/pix-configuration/m-p/27212#M709031</guid>
      <dc:creator>rj.remien</dc:creator>
      <dc:date>2002-10-22T22:15:28Z</dc:date>
    </item>
    <item>
      <title>Re: Pix configuration</title>
      <link>https://community.cisco.com/t5/network-security/pix-configuration/m-p/27213#M709032</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi RJ&lt;/P&gt;&lt;P&gt;It `s very nice to get a answer.Here are my config:&lt;/P&gt;&lt;P&gt;pixfirewall(config)# sh conf&lt;/P&gt;&lt;P&gt;: Saved&lt;/P&gt;&lt;P&gt;: Written by enable_15 at 02:03:12.574 UTC Tue Oct 22 2002&lt;/P&gt;&lt;P&gt;PIX Version 6.2(2)&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;nameif ethernet2 intf2 security10&lt;/P&gt;&lt;P&gt;enable password ( password is removed )&lt;/P&gt;&lt;P&gt;passwd  ( password is removed )&lt;/P&gt;&lt;P&gt;hostname pixfirewall&lt;/P&gt;&lt;P&gt;fixup protocol ftp 21&lt;/P&gt;&lt;P&gt;fixup protocol http 80&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 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 smtp 25&lt;/P&gt;&lt;P&gt;fixup protocol sqlnet 1521&lt;/P&gt;&lt;P&gt;fixup protocol sip 5060&lt;/P&gt;&lt;P&gt;fixup protocol skinny 2000&lt;/P&gt;&lt;P&gt;names&lt;/P&gt;&lt;P&gt;pager lines 24&lt;/P&gt;&lt;P&gt;logging on&lt;/P&gt;&lt;P&gt;logging buffered errors&lt;/P&gt;&lt;P&gt;logging trap notifications&lt;/P&gt;&lt;P&gt;interface ethernet0 100basetx&lt;/P&gt;&lt;P&gt;interface ethernet1 100basetx&lt;/P&gt;&lt;P&gt;interface ethernet2 auto shutdown&lt;/P&gt;&lt;P&gt;mtu outside 1500&lt;/P&gt;&lt;P&gt;mtu inside 1500&lt;/P&gt;&lt;P&gt;mtu intf2 1500&lt;/P&gt;&lt;P&gt;ip address outside dhcp&lt;/P&gt;&lt;P&gt;ip address inside 10.1.1.2 255.0.0.0&lt;/P&gt;&lt;P&gt;ip address intf2 127.0.0.1 255.255.255.255&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;pdm history enable&lt;/P&gt;&lt;P&gt;arp timeout 14400&lt;/P&gt;&lt;P&gt;timeout xlate 3:00: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 h323 0:05:00 sip 0:30:00 sip_media&lt;/P&gt;&lt;P&gt;0:02:00&lt;/P&gt;&lt;P&gt;timeout uauth 0:05:00 absolute&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;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;&amp;lt;--- More ---&amp;gt;&lt;/P&gt;&lt;P&gt;floodguard enable&lt;/P&gt;&lt;P&gt;no sysopt route dnat&lt;/P&gt;&lt;P&gt;telnet timeout 5&lt;/P&gt;&lt;P&gt;ssh timeout 5&lt;/P&gt;&lt;P&gt;dhcpd lease 3000&lt;/P&gt;&lt;P&gt;dhcpd ping_timeout 750&lt;/P&gt;&lt;P&gt;dhcpd domain chello.no&lt;/P&gt;&lt;P&gt;dhcpd auto_config outside&lt;/P&gt;&lt;P&gt;terminal width 80&lt;/P&gt;&lt;P&gt;Cryptochecksum:7994f8a1e6cb35e2ff6cdb2f8b0e021c&lt;/P&gt;&lt;P&gt;pixfirewall(config)#&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Did`nt I need to apply en access-list from outside to inside of PIx???&lt;/P&gt;&lt;P&gt;Could you make changes in my config , so  I can try yours configuration&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks &lt;/P&gt;&lt;P&gt;Said&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 22 Oct 2002 23:13:03 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/pix-configuration/m-p/27213#M709032</guid>
      <dc:creator>sq</dc:creator>
      <dc:date>2002-10-22T23:13:03Z</dc:date>
    </item>
    <item>
      <title>Re: Pix configuration</title>
      <link>https://community.cisco.com/t5/network-security/pix-configuration/m-p/27214#M709033</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Said,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;To go from a higher security interface to a lower (inside to outside), you need a nat/global pair.  Add the following to your config and see how you go:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;   nat (inside) 1 10.0.0.0 255.0.0.0&lt;/P&gt;&lt;P&gt;   global (outside) 1 interface&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;This will NAT everything on the inside to your outside interface's IP address.  You should be able to get out now.  You don't specifically need an access-list since the PIX will automatically allow the returning traffic back in.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If you want traffic to originate from the outside and come inot your network, then you need a static and an access-list.  &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;PIX command reference is here:  &lt;A class="jive-link-custom" href="http://www.cisco.com/univercd/cc/td/doc/product/iaabu/pix/pix_sw/v_62/index.htm" target="_blank"&gt;http://www.cisco.com/univercd/cc/td/doc/product/iaabu/pix/pix_sw/v_62/index.htm&lt;/A&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 23 Oct 2002 04:49:19 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/pix-configuration/m-p/27214#M709033</guid>
      <dc:creator>gfullage</dc:creator>
      <dc:date>2002-10-23T04:49:19Z</dc:date>
    </item>
    <item>
      <title>Re: Pix configuration</title>
      <link>https://community.cisco.com/t5/network-security/pix-configuration/m-p/27215#M709034</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Glenn Fullager.&lt;/P&gt;&lt;P&gt;If I understind you , if I want to trafikk from inside to inside:&lt;/P&gt;&lt;P&gt;nat ( inside) 1.10.0.0.0 255.0.0.0&lt;/P&gt;&lt;P&gt;global ( outside) 1 interface        ( not ip outside ip address: )&lt;/P&gt;&lt;P&gt;Traffikk back is automatically allowed.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;originated Traffikk from trafikk to my LAN:&lt;/P&gt;&lt;P&gt;static ( outside,inside ) x.x.x.x , 10.0.0.0&lt;/P&gt;&lt;P&gt;access-list 110 permit  tcp  any any eq www.&lt;/P&gt;&lt;P&gt;access-group 110 in interface outside.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Is that correct confiuration static and access-list.&lt;/P&gt;&lt;P&gt;Said&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 24 Oct 2002 16:29:44 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/pix-configuration/m-p/27215#M709034</guid>
      <dc:creator>sq</dc:creator>
      <dc:date>2002-10-24T16:29:44Z</dc:date>
    </item>
    <item>
      <title>Re: Pix configuration</title>
      <link>https://community.cisco.com/t5/network-security/pix-configuration/m-p/27216#M709035</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Said,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;To recap this post:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Add this to your config for internal users to access Internet resources:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;nat (inside) 1 10.0.0.0 255.0.0.0&lt;/P&gt;&lt;P&gt;global (outside) 1 interface - This will translate all of your internal IP addresses using the IP address of the outside interface.  Return traffic is allowed back without further configuration.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Let's say you have a web server on your inside LAN at IP - 10.1.1.10.  Add this to your config to allow users from the Internet to access your web server.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Static (inside,outside) x.x.x.x 10.1.1.10 netmask 255.255.255.255 ( x.x.x.x is an IP address on your outside subnet.)&lt;/P&gt;&lt;P&gt;access-list 110 permit tcp any host 10.1.1.10 eq www&lt;/P&gt;&lt;P&gt;access-group 110 in interface outside&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Hope this helps.&lt;/P&gt;&lt;P&gt;RJ&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, 24 Oct 2002 17:29:15 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/pix-configuration/m-p/27216#M709035</guid>
      <dc:creator>rj.remien</dc:creator>
      <dc:date>2002-10-24T17:29:15Z</dc:date>
    </item>
    <item>
      <title>Re: Pix configuration</title>
      <link>https://community.cisco.com/t5/network-security/pix-configuration/m-p/27217#M709036</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Hope the config worked.  If it did'nt still work try replacing this:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;ip address outside dhcp &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;with &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;ip address outside x.x.x.x y.y.y.y&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Best regards / Sampath&lt;/P&gt;&lt;P&gt;&lt;A href="mailto:Sampathsr@yahoo.com"&gt;Sampathsr@yahoo.com&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 25 Oct 2002 00:35:27 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/pix-configuration/m-p/27217#M709036</guid>
      <dc:creator>sampathsr</dc:creator>
      <dc:date>2002-10-25T00:35:27Z</dc:date>
    </item>
    <item>
      <title>Re: Pix configuration</title>
      <link>https://community.cisco.com/t5/network-security/pix-configuration/m-p/27218#M709037</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt; Hei  RJ REMIEN &lt;/P&gt;&lt;P&gt;It`s works when I use only PIx , directed connected to Internet like this :&lt;/P&gt;&lt;P&gt;Internet----Pix--------LAN&lt;/P&gt;&lt;P&gt;config # ip address outside dhcp.&lt;/P&gt;&lt;P&gt;config#nat 1 0 0 &lt;/P&gt;&lt;P&gt;config #global 1 interface ( Outside interface is PAT )&lt;/P&gt;&lt;P&gt;config#route 0.0.0.0 0.0.0.0 x.x.x.x ( x.x.x.x is default gateway of ISP)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;But when I connect  like this:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Internet----Router----PIX------LAN&lt;/P&gt;&lt;P&gt;I could not use this configuration:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;config#nat 1 0 0 &lt;/P&gt;&lt;P&gt;config #global 1 interface ( outside interface is 192.168.1.70 )&lt;/P&gt;&lt;P&gt;config#route 0.0.0.0 0.0.0.0 x.x.x.x ( x.x.x.x is default gateway of ISP)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Interne Ip address of Router and outside ip address of PIx are working is 192.168.1.0 &lt;/P&gt;&lt;P&gt;Is that because  my outside interface ( PIX ) have a non routable ip address , so my LAN could not connect to Internet ????&lt;/P&gt;&lt;P&gt;Or &lt;/P&gt;&lt;P&gt;It`s have nothing to with global:&lt;/P&gt;&lt;P&gt;config#global 1 interface&lt;/P&gt;&lt;P&gt;config#global 1 192.168.1.70&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;&lt;P&gt;Said&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>Fri, 25 Oct 2002 21:36:42 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/pix-configuration/m-p/27218#M709037</guid>
      <dc:creator>sq</dc:creator>
      <dc:date>2002-10-25T21:36:42Z</dc:date>
    </item>
    <item>
      <title>Re: Pix configuration</title>
      <link>https://community.cisco.com/t5/network-security/pix-configuration/m-p/27219#M709038</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Said,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If you can connect directly to the Internet with your PIX, what are you using as the bridging device to translate your line to Ethernet? (e.g. DSL line - you would need a DSL modem/router to bridge the phone line to ethernet.)  Is your network at a colocation facility.?  You would be able to directly connect your PIX in that situation.  If that is the case, you do not even need your router. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;In regards to your question about the outside PIX interface being an RFC 1918 address, you are correct about needing it to be a valid public IP address.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;2 questions:&lt;/P&gt;&lt;P&gt;1.  When you connect directly to the Internet with the PIX, is the outside interface of the PIX 192.168.1.70?  If it is, your ISP should be doing some natting.  If not, it will probably work but you are not supposed to route any 192.168.x.x address on the Internet and a lot of sites will block your traffic.&lt;/P&gt;&lt;P&gt;2.  How is your network connected to the ISP - T1,DSL, ISDN?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;RJ&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sun, 27 Oct 2002 03:33:35 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/pix-configuration/m-p/27219#M709038</guid>
      <dc:creator>rj.remien</dc:creator>
      <dc:date>2002-10-27T03:33:35Z</dc:date>
    </item>
    <item>
      <title>Re: Pix configuration</title>
      <link>https://community.cisco.com/t5/network-security/pix-configuration/m-p/27220#M709039</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hei RJ REMIEN &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I am sorry for this late, I was out of Internet.&lt;/P&gt;&lt;P&gt;With you help I have managed to to configure my PIX and Router correctly.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Internet---Router---PIX---LAN    and everything is well done. But Outside users cannnot make a connection with  my LAN.&lt;/P&gt;&lt;P&gt;Is that I need to configure my Pix with static ,and conduit  or I have to use access-list ??&lt;/P&gt;&lt;P&gt;Answering to your question , I am using Cable , 700/250 dow/uplo.&lt;/P&gt;&lt;P&gt;Said&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 29 Oct 2002 18:41:18 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/pix-configuration/m-p/27220#M709039</guid>
      <dc:creator>sq</dc:creator>
      <dc:date>2002-10-29T18:41:18Z</dc:date>
    </item>
    <item>
      <title>Re: Pix configuration</title>
      <link>https://community.cisco.com/t5/network-security/pix-configuration/m-p/27221#M709040</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Dear Fellow&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;In order to make your inside servers accessible to the outside network for a specific traffic you have to make use of both static commands and access lists.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Static command will statically map the inside address with the corresponding outside ip Address and that is called as static nating. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Acccess lists will allow only specific traffic to hit your server, so that outside world can have only http communication (for example)  with your inside webserver and nothing else.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Tahir Khan&lt;/P&gt;&lt;P&gt;Network Engineer&lt;/P&gt;&lt;P&gt;Sigma Systems International.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 30 Oct 2002 05:34:21 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/pix-configuration/m-p/27221#M709040</guid>
      <dc:creator>tahirk</dc:creator>
      <dc:date>2002-10-30T05:34:21Z</dc:date>
    </item>
    <item>
      <title>Re: Pix configuration</title>
      <link>https://community.cisco.com/t5/network-security/pix-configuration/m-p/27222#M709041</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;HI ,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;  Kindly have a look at the caveats for cisco PIX 515.&lt;/P&gt;&lt;P&gt;   If you have a pc which has a mac address starting with 00 -08 pix cannot communicate with it. This is a unresolved caveat&lt;/P&gt;&lt;P&gt;Give it a shot&lt;/P&gt;&lt;P&gt;your requirements are relatively simple&lt;/P&gt;&lt;P&gt;I hope you have put a access-group command to bind the access list to the interface&lt;/P&gt;&lt;P&gt;-girish.gopalrao&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 31 Oct 2002 04:59:01 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/pix-configuration/m-p/27222#M709041</guid>
      <dc:creator>girish_g</dc:creator>
      <dc:date>2002-10-31T04:59:01Z</dc:date>
    </item>
    <item>
      <title>Re: Pix configuration</title>
      <link>https://community.cisco.com/t5/network-security/pix-configuration/m-p/27223#M709042</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;This bug (CSCdt47829) is fixed in the following minimum versions:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;6.1(4), 6.0(4)  and 6.2(1)&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 31 Oct 2002 05:04:23 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/pix-configuration/m-p/27223#M709042</guid>
      <dc:creator>gfullage</dc:creator>
      <dc:date>2002-10-31T05:04:23Z</dc:date>
    </item>
  </channel>
</rss>

