<?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 ASA Configuration .. in Network Security</title>
    <link>https://community.cisco.com/t5/network-security/asa-configuration/m-p/2635929#M196072</link>
    <description>&lt;P&gt;Hi Guys,&lt;/P&gt;&lt;P&gt;I am new to cisco ASA firewall and need help configuring one ..I am trying to NAT 2 LAN IP addresses to Public IP addresses on ports 25 and 443.&lt;/P&gt;&lt;TABLE border="1" cellpadding="0" cellspacing="0"&gt;&lt;TBODY&gt;&lt;TR&gt;&lt;TD style="width:213px;"&gt;&lt;P&gt;&lt;STRONG&gt;LAN&amp;nbsp;&amp;nbsp; IP&lt;/STRONG&gt;&lt;/P&gt;&lt;/TD&gt;&lt;TD style="width:213px;"&gt;&lt;P&gt;&lt;STRONG&gt;PUBLIC&amp;nbsp;&amp;nbsp; IP&lt;/STRONG&gt;&lt;/P&gt;&lt;/TD&gt;&lt;TD style="width:213px;"&gt;&lt;P&gt;&lt;STRONG&gt;PORT&lt;/STRONG&gt;&lt;/P&gt;&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD style="width:213px;"&gt;&lt;P&gt;192.168.0.7&lt;/P&gt;&lt;/TD&gt;&lt;TD style="width:213px;"&gt;&lt;P&gt;41.222.40.62&lt;/P&gt;&lt;/TD&gt;&lt;TD style="width:213px;"&gt;&lt;P&gt;25, 443&lt;/P&gt;&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD style="width:213px;"&gt;&lt;P&gt;192.168.0.8&lt;/P&gt;&lt;/TD&gt;&lt;TD style="width:213px;"&gt;&lt;P&gt;41.222.40.37&lt;/P&gt;&lt;/TD&gt;&lt;TD style="width:213px;"&gt;&lt;P&gt;25, 443&lt;/P&gt;&lt;/TD&gt;&lt;/TR&gt;&lt;/TBODY&gt;&lt;/TABLE&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Attached is a copy of my config, I will greatly appreciate corrections where applicable.&lt;/P&gt;&lt;P&gt;Cheers,&lt;/P&gt;&lt;P&gt;Richard&lt;/P&gt;</description>
    <pubDate>Tue, 12 Mar 2019 05:38:29 GMT</pubDate>
    <dc:creator>richard_steiner</dc:creator>
    <dc:date>2019-03-12T05:38:29Z</dc:date>
    <item>
      <title>ASA Configuration ..</title>
      <link>https://community.cisco.com/t5/network-security/asa-configuration/m-p/2635929#M196072</link>
      <description>&lt;P&gt;Hi Guys,&lt;/P&gt;&lt;P&gt;I am new to cisco ASA firewall and need help configuring one ..I am trying to NAT 2 LAN IP addresses to Public IP addresses on ports 25 and 443.&lt;/P&gt;&lt;TABLE border="1" cellpadding="0" cellspacing="0"&gt;&lt;TBODY&gt;&lt;TR&gt;&lt;TD style="width:213px;"&gt;&lt;P&gt;&lt;STRONG&gt;LAN&amp;nbsp;&amp;nbsp; IP&lt;/STRONG&gt;&lt;/P&gt;&lt;/TD&gt;&lt;TD style="width:213px;"&gt;&lt;P&gt;&lt;STRONG&gt;PUBLIC&amp;nbsp;&amp;nbsp; IP&lt;/STRONG&gt;&lt;/P&gt;&lt;/TD&gt;&lt;TD style="width:213px;"&gt;&lt;P&gt;&lt;STRONG&gt;PORT&lt;/STRONG&gt;&lt;/P&gt;&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD style="width:213px;"&gt;&lt;P&gt;192.168.0.7&lt;/P&gt;&lt;/TD&gt;&lt;TD style="width:213px;"&gt;&lt;P&gt;41.222.40.62&lt;/P&gt;&lt;/TD&gt;&lt;TD style="width:213px;"&gt;&lt;P&gt;25, 443&lt;/P&gt;&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD style="width:213px;"&gt;&lt;P&gt;192.168.0.8&lt;/P&gt;&lt;/TD&gt;&lt;TD style="width:213px;"&gt;&lt;P&gt;41.222.40.37&lt;/P&gt;&lt;/TD&gt;&lt;TD style="width:213px;"&gt;&lt;P&gt;25, 443&lt;/P&gt;&lt;/TD&gt;&lt;/TR&gt;&lt;/TBODY&gt;&lt;/TABLE&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Attached is a copy of my config, I will greatly appreciate corrections where applicable.&lt;/P&gt;&lt;P&gt;Cheers,&lt;/P&gt;&lt;P&gt;Richard&lt;/P&gt;</description>
      <pubDate>Tue, 12 Mar 2019 05:38:29 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/asa-configuration/m-p/2635929#M196072</guid>
      <dc:creator>richard_steiner</dc:creator>
      <dc:date>2019-03-12T05:38:29Z</dc:date>
    </item>
    <item>
      <title>Hi,</title>
      <link>https://community.cisco.com/t5/network-security/asa-configuration/m-p/2635930#M196074</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;
&lt;P&gt;NAT statements:-&lt;/P&gt;

&lt;PRE&gt;
static (dmz,outside) tcp 41.222.40.37 https 192.168.0.8 https netmask 255.255.255.255
static (dmz,outside) tcp interface https 192.168.0.7 https netmask 255.255.255.255
static (dmz,outside) tcp 41.222.40.37 smtp 192.168.0.8 smtp netmask 255.255.255.255
static (dmz,outside) tcp interface smtp 192.168.0.7 smtp netmask 255.255.255.255&lt;/PRE&gt;

&lt;P&gt;These rules look good.&lt;/P&gt;
&lt;P&gt;ACL:-&lt;/P&gt;
&lt;P&gt;access-list Out-Dmz permit tcp any interface outside eq 443&lt;/P&gt;
&lt;P&gt;access-list Out-Dmz permit tcp any interface outside eq 25&lt;/P&gt;
&lt;P&gt;access-list Out-Dmz permit tcp any host 41.222.40.37&amp;nbsp; eq 443&lt;/P&gt;
&lt;P&gt;access-list Out-Dmz permit tcp any host&amp;nbsp;41.222.40.37&amp;nbsp; eq 25&lt;/P&gt;
&lt;P&gt;access-group Out-Dmz in interface outside&lt;/P&gt;
&lt;P&gt;Thanks and Regards,&lt;/P&gt;
&lt;P&gt;Vibhor Amrodia&lt;/P&gt;</description>
      <pubDate>Sat, 14 Mar 2015 10:56:56 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/asa-configuration/m-p/2635930#M196074</guid>
      <dc:creator>Vibhor Amrodia</dc:creator>
      <dc:date>2015-03-14T10:56:56Z</dc:date>
    </item>
    <item>
      <title>Hi Vibhor,Are you advising</title>
      <link>https://community.cisco.com/t5/network-security/asa-configuration/m-p/2635931#M196075</link>
      <description>&lt;P&gt;Hi Vibhor,&lt;/P&gt;&lt;P&gt;Are you advising that I update my access list with the above?&lt;/P&gt;&lt;P&gt;Thank you so much for your time.&lt;/P&gt;&lt;P&gt;~Richard&lt;/P&gt;</description>
      <pubDate>Sun, 15 Mar 2015 08:05:56 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/asa-configuration/m-p/2635931#M196075</guid>
      <dc:creator>richard_steiner</dc:creator>
      <dc:date>2015-03-15T08:05:56Z</dc:date>
    </item>
  </channel>
</rss>

