<?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: access to my network through pix 501 in Network Security</title>
    <link>https://community.cisco.com/t5/network-security/access-to-my-network-through-pix-501/m-p/461493#M557212</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi gfullage, Thanks for the response, am have way there though. here's what i did:&lt;/P&gt;&lt;P&gt;Did the mapping which worked well, but the second access list line(access-list inbound in interface outside) says there's no such thing as "in". Going to the PDM, i noticed changes in the translation rule, but nothing in the access rule tab it remains any any inside(outbound) ip implicit outbound rule. What do i do?&lt;/P&gt;&lt;P&gt;thanks&lt;/P&gt;&lt;P&gt;NB the "range 5631-5632 wasn't accepted, it exectd without it.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Tue, 14 Jun 2005 18:27:01 GMT</pubDate>
    <dc:creator>toyinsekoni</dc:creator>
    <dc:date>2005-06-14T18:27:01Z</dc:date>
    <item>
      <title>access to my network through pix 501</title>
      <link>https://community.cisco.com/t5/network-security/access-to-my-network-through-pix-501/m-p/461491#M557209</link>
      <description>&lt;P&gt;Hi, this i have battled for days(firdt time user), i know it should be easy, but it isn't working. I have a pix 501 6.3(4). I need to enable an outside user connect to my server (using pcAnywhere). if my inside ip is a.b.c.d and my outside ip is e.f.g.h, and the server i need the outsider to connect to is i.j.k.l. What do i do to enable is access my server. also what info does he need to give me. He gave me a 172.28.x.x (which is definately a reserved ip right? any assistance? In both PDM and console will be appreciated.&lt;/P&gt;&lt;P&gt;Thank you.&lt;/P&gt;</description>
      <pubDate>Fri, 21 Feb 2020 08:12:15 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/access-to-my-network-through-pix-501/m-p/461491#M557209</guid>
      <dc:creator>toyinsekoni</dc:creator>
      <dc:date>2020-02-21T08:12:15Z</dc:date>
    </item>
    <item>
      <title>Re: access to my network through pix 501</title>
      <link>https://community.cisco.com/t5/network-security/access-to-my-network-through-pix-501/m-p/461492#M557210</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;For any access from outside-&amp;gt;inside a PIX (called inbound), you need a static and an access-list.  I'll also assume you only have one public IP address available to you, and it is currently configured on your outside interface, so you need to set up what's called a port static, so that only specific ports are mapped through to the internal host.  PCAW uses TCP ports 5631 and 5632 so you need to map those through from your outside IP address to the your inside host. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The following should get you going:&lt;/P&gt;&lt;P&gt;&lt;B&gt;&lt;/B&gt;&lt;/P&gt;&lt;P&gt;static (inside,outside) tcp e.f.g.h 5631 i.j.k.l 5631 netmask 255.255.255.255&lt;/P&gt;&lt;P&gt;static (inside,outside) tcp e.f.g.h 5632 i.j.k.l 5632 netmask 255.255.255.255&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;access-list inbound permit tcp any host e.f.g.h range 5631-5632&lt;/P&gt;&lt;P&gt;access-list inbound in interface outside&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;This will allow access from anywhere to your inside host, so put a good PCAW password on it.  Seems the IP address he's coming from is NAT'd somewhere (yes, 172.28.x.x is definately a private IP address and you will not see this coming into your PIX), so unless you cna figure what his actual IP address will be when it gets to you, you'll have to allow "any".  If you do find out where he's coming from, replace the "any" in the access-list above with "host m.n.o.p" where m.n.o.p is his public IP address.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 14 Jun 2005 03:06:14 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/access-to-my-network-through-pix-501/m-p/461492#M557210</guid>
      <dc:creator>gfullage</dc:creator>
      <dc:date>2005-06-14T03:06:14Z</dc:date>
    </item>
    <item>
      <title>Re: access to my network through pix 501</title>
      <link>https://community.cisco.com/t5/network-security/access-to-my-network-through-pix-501/m-p/461493#M557212</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi gfullage, Thanks for the response, am have way there though. here's what i did:&lt;/P&gt;&lt;P&gt;Did the mapping which worked well, but the second access list line(access-list inbound in interface outside) says there's no such thing as "in". Going to the PDM, i noticed changes in the translation rule, but nothing in the access rule tab it remains any any inside(outbound) ip implicit outbound rule. What do i do?&lt;/P&gt;&lt;P&gt;thanks&lt;/P&gt;&lt;P&gt;NB the "range 5631-5632 wasn't accepted, it exectd without it.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 14 Jun 2005 18:27:01 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/access-to-my-network-through-pix-501/m-p/461493#M557212</guid>
      <dc:creator>toyinsekoni</dc:creator>
      <dc:date>2005-06-14T18:27:01Z</dc:date>
    </item>
    <item>
      <title>Re: access to my network through pix 501</title>
      <link>https://community.cisco.com/t5/network-security/access-to-my-network-through-pix-501/m-p/461494#M557215</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Bah, my humblest apologies, not enough coffee yesterday.  Try the following:&lt;/P&gt;&lt;P&gt;&lt;B&gt;&lt;/B&gt;&lt;/P&gt;&lt;P&gt;access-list inbound permit tcp any host e.f.g.h eq 5631&lt;/P&gt;&lt;P&gt;access-list inbound permit tcp any host e.f.g.h eq 5632&lt;/P&gt;&lt;P&gt;access-group inbound in interface outside &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 15 Jun 2005 00:35:04 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/access-to-my-network-through-pix-501/m-p/461494#M557215</guid>
      <dc:creator>gfullage</dc:creator>
      <dc:date>2005-06-15T00:35:04Z</dc:date>
    </item>
    <item>
      <title>Re: access to my network through pix 501</title>
      <link>https://community.cisco.com/t5/network-security/access-to-my-network-through-pix-501/m-p/461495#M557216</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanx bro, can't imaging how exited you get when you get things working. More to come.&lt;/P&gt;&lt;P&gt;Thanks gfullage.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 16 Jun 2005 12:08:52 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/access-to-my-network-through-pix-501/m-p/461495#M557216</guid>
      <dc:creator>toyinsekoni</dc:creator>
      <dc:date>2005-06-16T12:08:52Z</dc:date>
    </item>
  </channel>
</rss>

