<?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: port forwarding from the Internet  in Network Security</title>
    <link>https://community.cisco.com/t5/network-security/port-forwarding-from-the-internet/m-p/1076927#M914531</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Is 216.a.b.c your outside interface address? If so then you must use the "interface" keyword in your statics.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;static (inside,outside) tcp interface www 10.20.4.161 www netmask 255.255.255.255 &lt;/P&gt;&lt;P&gt;static (inside,outside) tcp interface https 10.20.4.161 https netmask 255.255.255.255 &lt;/P&gt;&lt;P&gt;static (dmz,outside) tcp interface smtp 172.20.0.35 smtp netmask 255.255.255.255 &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 13 Aug 2008 19:17:34 GMT</pubDate>
    <dc:creator>acomiskey</dc:creator>
    <dc:date>2008-08-13T19:17:34Z</dc:date>
    <item>
      <title>port forwarding from the Internet</title>
      <link>https://community.cisco.com/t5/network-security/port-forwarding-from-the-internet/m-p/1076926#M914530</link>
      <description>&lt;P&gt;I am trying to grant access from the Internet to one single IP address but have 3 port forwarders, for some reason I cannot open these ports from the Internet, here's what I mean:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;here are the acl's to open the ports&lt;/P&gt;&lt;P&gt;access-list outside_incoming extended permit tcp any host 216.a.b.c eq smtp&lt;/P&gt;&lt;P&gt;access-list outside_incoming extended permit tcp any host 216.a.b.c eq https&lt;/P&gt;&lt;P&gt;access-list outside_incoming extended permit tcp any host 216.a.b.c eq www &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Here are the static nats:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;static (inside,outside) tcp 216.a.b.c www 10.20.4.161 www netmask 255.255.255.255&lt;/P&gt;&lt;P&gt;static (inside,outside) tcp 216.a.b.c https 10.20.4.161 https netmask 255.255.255.255&lt;/P&gt;&lt;P&gt;static (dmz,outside) tcp 216.a.b.c smtp 172.20.0.35 smtp netmask 255.255.255.255 &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;here's the access-group&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;access-group outside_incoming in interface outside&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;But when I telnet to port 25, 80, 443 from the Internet on 216.a.b.c I cannot open that port.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Any idea???&lt;/P&gt;&lt;P&gt;&lt;/P&gt;</description>
      <pubDate>Mon, 11 Mar 2019 13:31:02 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/port-forwarding-from-the-internet/m-p/1076926#M914530</guid>
      <dc:creator>ronshuster</dc:creator>
      <dc:date>2019-03-11T13:31:02Z</dc:date>
    </item>
    <item>
      <title>Re: port forwarding from the Internet</title>
      <link>https://community.cisco.com/t5/network-security/port-forwarding-from-the-internet/m-p/1076927#M914531</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Is 216.a.b.c your outside interface address? If so then you must use the "interface" keyword in your statics.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;static (inside,outside) tcp interface www 10.20.4.161 www netmask 255.255.255.255 &lt;/P&gt;&lt;P&gt;static (inside,outside) tcp interface https 10.20.4.161 https netmask 255.255.255.255 &lt;/P&gt;&lt;P&gt;static (dmz,outside) tcp interface smtp 172.20.0.35 smtp netmask 255.255.255.255 &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 13 Aug 2008 19:17:34 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/port-forwarding-from-the-internet/m-p/1076927#M914531</guid>
      <dc:creator>acomiskey</dc:creator>
      <dc:date>2008-08-13T19:17:34Z</dc:date>
    </item>
    <item>
      <title>Re: port forwarding from the Internet</title>
      <link>https://community.cisco.com/t5/network-security/port-forwarding-from-the-internet/m-p/1076928#M914532</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Yes, 216.a.b.c is my public Internet IP address.&lt;/P&gt;&lt;P&gt;In your static nat example, where is the public address?  Note that 216.a.b.c is not the PAT'd address and not the outside interface IP address, it is a dedicated address for this port forwarding.  &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;So I don't think putting "interface" will not do the trick.  I am pretty confident that the config I have is correct, but for some reason it is not working.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Here's an example online, it's the same as what I have:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;A class="jive-link-custom" href="http://www.cisco.com/en/US/products/hw/vpndevc/ps2030/products_tech_note09186a00804708b4.shtml" target="_blank"&gt;http://www.cisco.com/en/US/products/hw/vpndevc/ps2030/products_tech_note09186a00804708b4.shtml&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;question still remains, why cannot I not open the 3 ports from the Internet.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Note that I can open the ports from the private\internal address so I know the services are running&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 13 Aug 2008 19:29:10 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/port-forwarding-from-the-internet/m-p/1076928#M914532</guid>
      <dc:creator>ronshuster</dc:creator>
      <dc:date>2008-08-13T19:29:10Z</dc:date>
    </item>
    <item>
      <title>Re: port forwarding from the Internet</title>
      <link>https://community.cisco.com/t5/network-security/port-forwarding-from-the-internet/m-p/1076929#M914533</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I asked "if 216.a.b.c was your outside interface address". Since it is not, then yes, the interface keyword is not your solution.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Try a show xlate and make sure the translations are there.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 13 Aug 2008 19:31:33 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/port-forwarding-from-the-internet/m-p/1076929#M914533</guid>
      <dc:creator>acomiskey</dc:creator>
      <dc:date>2008-08-13T19:31:33Z</dc:date>
    </item>
    <item>
      <title>Re: port forwarding from the Internet</title>
      <link>https://community.cisco.com/t5/network-security/port-forwarding-from-the-internet/m-p/1076930#M914534</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Still no luck.&lt;/P&gt;&lt;P&gt;I ran a capture on the firewall:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;access-list testt permit ip any host tcp 216.a.b.c eq 25&lt;/P&gt;&lt;P&gt;capture rontestt access-list testt interface outside&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;here is some of the output I am seeing from the capture&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;show cap rontestt&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;22: 19:20:17.741462 123.204.0.86.4635 &amp;gt; 216.a.b.c.25: . ack 3517948072 win 65535&lt;/P&gt;&lt;P&gt;  23: 19:20:18.483266 123.204.0.86.4635 &amp;gt; 216.a.b.c.25: . ack 3517948072 win 65535 &lt;NOP&gt;&lt;/NOP&gt;&lt;/P&gt;&lt;P&gt;  24: 19:20:18.484121 123.204.0.86.4635 &amp;gt; 216.a.b.c.25: . ack 3517948308 win 65300                                 &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I am not sure if the output of the capture is saying some outside\Internet IP address was able to open port 25 on 216.a.b.c or simply attempted to open the port.  What I do know, when I try to telnet to port 25 from the Internet (or port 80 or 443) I am unable to open the port.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;It is worth noting that I can ping 216.a.b.c from the Internet, so it looks like the static NAT is working to some extent, but I am unable to open the three ports.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Is there another way to determining the root cause of this issue in addition to "capture"?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have posted the config in the first message of this thread.  Again, I am followed the same example as here:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;A class="jive-link-custom" href="http://www.cisco.com/en/US/products/hw/vpndevc/ps2030/products_tech_note09186a00804708b4.shtml" target="_blank"&gt;http://www.cisco.com/en/US/products/hw/vpndevc/ps2030/products_tech_note09186a00804708b4.shtml&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Any idea why this is not working?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 14 Aug 2008 12:50:15 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/port-forwarding-from-the-internet/m-p/1076930#M914534</guid>
      <dc:creator>ronshuster</dc:creator>
      <dc:date>2008-08-14T12:50:15Z</dc:date>
    </item>
  </channel>
</rss>

