<?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 5525-x making port forwarding in Network Security</title>
    <link>https://community.cisco.com/t5/network-security/5525-x-making-port-forwarding/m-p/2388482#M306849</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;On the 5510/5520 you probably didn't use a version 8.3+. There it changed from public to real address.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;--&amp;nbsp; &lt;BR /&gt;Don't stop after you've improved your network! Improve the world by lending money to the working poor: &lt;BR /&gt;&lt;A class="jive-link-external-small" href="http://www.kiva.org/invitedby/karsteni"&gt;http://www.kiva.org/invitedby/karsteni&lt;/A&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Thu, 19 Dec 2013 12:22:30 GMT</pubDate>
    <dc:creator>Karsten Iwen</dc:creator>
    <dc:date>2013-12-19T12:22:30Z</dc:date>
    <item>
      <title>5525-x making port forwarding</title>
      <link>https://community.cisco.com/t5/network-security/5525-x-making-port-forwarding/m-p/2388477#M306841</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I've made object nat in the 5525-x firewall and give permission to these ports in the ACL. But we cannot access to these ports from outside? Are there any changes in these new firewall series?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;object network xx_Exch_Rdp&lt;BR /&gt;&amp;nbsp; nat (Inside,Outside) static interface service tcp 3389 3389 &lt;BR /&gt; object network xx_Exch_Send&lt;BR /&gt;&amp;nbsp; nat (Inside,Outside) static interface service tcp pop3 pop3 &lt;BR /&gt; object network xx_Exch_Mapi&lt;BR /&gt;&amp;nbsp; nat (Inside,Outside) static interface service tcp imap4 imap4 &lt;BR /&gt; object network xx_Exch_Pop3&lt;BR /&gt;&amp;nbsp; nat (Inside,Outside) static interface service tcp 587 587 &lt;BR /&gt; object network xx_Exch_Smtp&lt;BR /&gt;&amp;nbsp; nat (Inside,Outside) static y.y.y.z service tcp smtp smtp &lt;/P&gt;</description>
      <pubDate>Tue, 12 Mar 2019 03:20:29 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/5525-x-making-port-forwarding/m-p/2388477#M306841</guid>
      <dc:creator>blackswans</dc:creator>
      <dc:date>2019-03-12T03:20:29Z</dc:date>
    </item>
    <item>
      <title>Re: 5525-x making port forwarding</title>
      <link>https://community.cisco.com/t5/network-security/5525-x-making-port-forwarding/m-p/2388478#M306842</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;The NAT looks fine. What about the ACL? Remember that you have to use the real-address in the ACL and not the public/natted address.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;So the ACL would be something like:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: 'courier new', courier;"&gt;permit tcp any object &lt;SPAN style="font-size: 10pt;"&gt;xx_Exch_Rdp eq 3389&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: 'courier new', courier;"&gt;permit tcp any object xx_Exch_Send eq pop3&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: 'courier new', courier;"&gt;...&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;--&amp;nbsp; &lt;BR /&gt;Don't stop after you've improved your network! Improve the world by lending money to the working poor: &lt;BR /&gt;&lt;A class="jive-link-external-small" href="http://www.kiva.org/invitedby/karsteni" rel="nofollow"&gt;http://www.kiva.org/invitedby/karsteni&lt;/A&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 19 Dec 2013 10:45:13 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/5525-x-making-port-forwarding/m-p/2388478#M306842</guid>
      <dc:creator>Karsten Iwen</dc:creator>
      <dc:date>2013-12-19T10:45:13Z</dc:date>
    </item>
    <item>
      <title>Re: 5525-x making port forwarding</title>
      <link>https://community.cisco.com/t5/network-security/5525-x-making-port-forwarding/m-p/2388479#M306844</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I think also the ACL seems to me good... I'm using the real ip addresses. But you say to use the object&amp;nbsp; I'm using the host keyword here... Is that wrong?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;access-list Outside_access_in extended permit tcp any &lt;STRONG&gt;hos&lt;/STRONG&gt;t PUBLIC_IP object-group DM_INLINE_TCP_1&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;object-group service DM_INLINE_TCP_1 tcp&lt;/P&gt;&lt;P&gt; port-object eq 3389&lt;/P&gt;&lt;P&gt; port-object eq 587&lt;/P&gt;&lt;P&gt; port-object eq www&lt;/P&gt;&lt;P&gt; port-object eq https&lt;/P&gt;&lt;P&gt; port-object eq imap4&lt;/P&gt;&lt;P&gt; port-object eq pop3&lt;/P&gt;&lt;P&gt; port-object eq smtp&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 19 Dec 2013 12:09:06 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/5525-x-making-port-forwarding/m-p/2388479#M306844</guid>
      <dc:creator>blackswans</dc:creator>
      <dc:date>2013-12-19T12:09:06Z</dc:date>
    </item>
    <item>
      <title>Re: 5525-x making port forwarding</title>
      <link>https://community.cisco.com/t5/network-security/5525-x-making-port-forwarding/m-p/2388480#M306845</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;The host-keyword is perfectly fine. But it seems that you use the public IP in your ACL and not the real address. You need to use the address that your Exchange-server has configured on the interface.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;--&amp;nbsp; &lt;BR /&gt;Don't stop after you've improved your network! Improve the world by lending money to the working poor: &lt;BR /&gt;&lt;A class="jive-link-external-small" href="http://www.kiva.org/invitedby/karsteni"&gt;http://www.kiva.org/invitedby/karsteni&lt;/A&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 19 Dec 2013 12:13:28 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/5525-x-making-port-forwarding/m-p/2388480#M306845</guid>
      <dc:creator>Karsten Iwen</dc:creator>
      <dc:date>2013-12-19T12:13:28Z</dc:date>
    </item>
    <item>
      <title>Re: 5525-x making port forwarding</title>
      <link>https://community.cisco.com/t5/network-security/5525-x-making-port-forwarding/m-p/2388481#M306847</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Ok I then I will try with the real host ip address which is a private ip. But we were using the public ip address in the older firewalls like 5510 5520...&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 19 Dec 2013 12:19:10 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/5525-x-making-port-forwarding/m-p/2388481#M306847</guid>
      <dc:creator>blackswans</dc:creator>
      <dc:date>2013-12-19T12:19:10Z</dc:date>
    </item>
    <item>
      <title>5525-x making port forwarding</title>
      <link>https://community.cisco.com/t5/network-security/5525-x-making-port-forwarding/m-p/2388482#M306849</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;On the 5510/5520 you probably didn't use a version 8.3+. There it changed from public to real address.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;--&amp;nbsp; &lt;BR /&gt;Don't stop after you've improved your network! Improve the world by lending money to the working poor: &lt;BR /&gt;&lt;A class="jive-link-external-small" href="http://www.kiva.org/invitedby/karsteni"&gt;http://www.kiva.org/invitedby/karsteni&lt;/A&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 19 Dec 2013 12:22:30 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/5525-x-making-port-forwarding/m-p/2388482#M306849</guid>
      <dc:creator>Karsten Iwen</dc:creator>
      <dc:date>2013-12-19T12:22:30Z</dc:date>
    </item>
    <item>
      <title>Re: 5525-x making port forwarding</title>
      <link>https://community.cisco.com/t5/network-security/5525-x-making-port-forwarding/m-p/2388483#M306850</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thank you very much for the information. I will try these.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 19 Dec 2013 12:26:33 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/5525-x-making-port-forwarding/m-p/2388483#M306850</guid>
      <dc:creator>blackswans</dc:creator>
      <dc:date>2013-12-19T12:26:33Z</dc:date>
    </item>
    <item>
      <title>5525-x making port forwarding</title>
      <link>https://community.cisco.com/t5/network-security/5525-x-making-port-forwarding/m-p/2388484#M306853</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;These nat translations are two way translations is it right? So if the server wants to go to internet it will go from the natted ip ?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 23 Dec 2013 21:33:27 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/5525-x-making-port-forwarding/m-p/2388484#M306853</guid>
      <dc:creator>blackswans</dc:creator>
      <dc:date>2013-12-23T21:33:27Z</dc:date>
    </item>
    <item>
      <title>5525-x making port forwarding</title>
      <link>https://community.cisco.com/t5/network-security/5525-x-making-port-forwarding/m-p/2388485#M306854</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Yes and no ... &lt;span class="lia-unicode-emoji" title=":winking_face:"&gt;😉&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;They can be used from both sides which is what static translations are used for. But they are restricted to the tcp-ports 3389/imap/pop3 ... on the server side. And as it is unlikely that the server initiates a connection with source-port 110/143/... you need an additional entry for outgoing connections.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;--&amp;nbsp; &lt;BR /&gt;Don't stop after you've improved your network! Improve the world by lending money to the working poor: &lt;BR /&gt;&lt;A class="jive-link-external-small" href="http://www.kiva.org/invitedby/karsteni"&gt;http://www.kiva.org/invitedby/karsteni&lt;/A&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 23 Dec 2013 22:33:33 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/5525-x-making-port-forwarding/m-p/2388485#M306854</guid>
      <dc:creator>Karsten Iwen</dc:creator>
      <dc:date>2013-12-23T22:33:33Z</dc:date>
    </item>
  </channel>
</rss>

