<?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 PIX Firewall Config Setup( Static &amp; NAT) in Network Security</title>
    <link>https://community.cisco.com/t5/network-security/pix-firewall-config-setup-static-nat/m-p/2097887#M394722</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello Senthilkumar,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Did you configure NAT as well? Please share a show run output from your ASA. Also, make sure it is not a DNS problem on the internal server. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Juan Lombana&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Please rate helpful posts.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Thu, 06 Dec 2012 14:00:38 GMT</pubDate>
    <dc:creator>julomban</dc:creator>
    <dc:date>2012-12-06T14:00:38Z</dc:date>
    <item>
      <title>PIX Firewall Config Setup( Static &amp; NAT)</title>
      <link>https://community.cisco.com/t5/network-security/pix-firewall-config-setup-static-nat/m-p/2097884#M394716</link>
      <description>&lt;P&gt;Hi Team,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;We have 5 servers ( AD,Emailserver,SAP &amp;amp; 2 application servers).&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;As per customer request i have to public those servers through internet because customer want to access from his office(remote).&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The five servers already connected with switch.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Currently i am holding PIX firewall, How to config static and nat (one to one)? &lt;/P&gt;&lt;P&gt;Current Config Details :&lt;/P&gt;&lt;P&gt;--------------------------------&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;interface Ethernet0&lt;/P&gt;&lt;P&gt;nameif outside&lt;/P&gt;&lt;P&gt;security-level 0&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;ip address &amp;lt;Public Ip address&amp;gt; 255.255.255.240&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;!&lt;/P&gt;&lt;P&gt;interface Ethernet1&lt;/P&gt;&lt;P&gt;nameif inside&lt;/P&gt;&lt;P&gt;security-level 100&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;ip address 192.168.235.1 255.255.248.0&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;!&lt;/P&gt;&lt;P&gt;interface Ethernet2&lt;/P&gt;&lt;P&gt;nameif dmz-network&lt;/P&gt;&lt;P&gt;security-level 50&lt;/P&gt;&lt;P&gt;no ip address&lt;/P&gt;&lt;P&gt;!&lt;/P&gt;&lt;P&gt;object-group icmp-type ping-group&lt;/P&gt;&lt;P&gt;description ping-group&lt;/P&gt;&lt;P&gt;icmp-object alternate-address&lt;/P&gt;&lt;P&gt;icmp-object conversion-error&lt;/P&gt;&lt;P&gt;icmp-object echo&lt;/P&gt;&lt;P&gt;icmp-object echo-reply&lt;/P&gt;&lt;P&gt;icmp-object information-reply&lt;/P&gt;&lt;P&gt;icmp-object information-request&lt;/P&gt;&lt;P&gt;icmp-object mask-reply&lt;/P&gt;&lt;P&gt;icmp-object mask-request&lt;/P&gt;&lt;P&gt;icmp-object mobile-redirect&lt;/P&gt;&lt;P&gt;icmp-object parameter-problem&lt;/P&gt;&lt;P&gt;icmp-object redirect&lt;/P&gt;&lt;P&gt;icmp-object router-advertisement&lt;/P&gt;&lt;P&gt;icmp-object router-solicitation&lt;/P&gt;&lt;P&gt;icmp-object source-quench&lt;/P&gt;&lt;P&gt;icmp-object time-exceeded&lt;/P&gt;&lt;P&gt;icmp-object timestamp-reply&lt;/P&gt;&lt;P&gt;icmp-object timestamp-request&lt;/P&gt;&lt;P&gt;icmp-object traceroute&lt;/P&gt;&lt;P&gt;icmp-object unreachable&lt;/P&gt;&lt;P&gt;object-group service HOD_Access tcp&lt;/P&gt;&lt;P&gt;port-object eq ftp&lt;/P&gt;&lt;P&gt;port-object eq ftp-data&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 12333&lt;/P&gt;&lt;P&gt;port-object eq 992&lt;/P&gt;&lt;P&gt;port-object eq 2001&lt;/P&gt;&lt;P&gt;port-object eq 1023&lt;/P&gt;&lt;P&gt;port-object eq 12343&lt;/P&gt;&lt;P&gt;port-object eq 8989&lt;/P&gt;&lt;P&gt;port-object eq 12323&lt;/P&gt;&lt;P&gt;port-object eq 449&lt;/P&gt;&lt;P&gt;port-object eq 3270&lt;/P&gt;&lt;P&gt;port-object eq telnet&lt;/P&gt;&lt;P&gt;port-object eq 8999&lt;/P&gt;&lt;P&gt;port-object eq 12324&lt;/P&gt;&lt;P&gt;port-object eq 10024&lt;/P&gt;&lt;P&gt;port-object eq 10025&lt;/P&gt;&lt;P&gt;port-object eq 10027&lt;/P&gt;&lt;P&gt;access-list inside_access_in extended permit udp any any&lt;/P&gt;&lt;P&gt;access-list inside_access_in extended permit icmp any any object-group ping-group&lt;/P&gt;&lt;P&gt;access-list inside_access_in extended permit ip any any&lt;/P&gt;&lt;P&gt;access-list outside_access_in extended permit icmp any any object-group ping-group&lt;/P&gt;&lt;P&gt;access-list outside_access_in extended permit tcp any any object-group HOD_Access&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;global (outside) 101 interface&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;nat (inside) 101 0.0.0.0 0.0.0.0&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;static (inside,dmz-network) 192.168.28.11 10.142.1.11 netmask 255.255.255.255 ---- Wrong(old config)&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;static (inside,dmz-network) 192.168.28.105 10.142.1.15 netmask 255.255.255.255------ Wrong(old config)&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;static (inside,dmz-network) dr-inside-network dr-inside-network netmask 255.255.248.0&lt;/P&gt;&lt;P&gt;access-group outside_access_in in interface outside&lt;/P&gt;&lt;P&gt;access-group inside_access_in in interface inside&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;route outside 0.0.0.0 0.0.0.0 &amp;lt;public ip address same outside interface ip&amp;gt; 1&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt; &lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;Server Ip address Details:&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;---------------------------------------&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;192.168.235.35&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;192.168.235.136&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;192.168.235.37&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;192.168.235.42&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;192.168.235.62&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt; &lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt; &lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;Please try to help me to config correctly........&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt; &lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt; &lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt; &lt;/STRONG&gt;&lt;/P&gt;</description>
      <pubDate>Tue, 12 Mar 2019 00:32:31 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/pix-firewall-config-setup-static-nat/m-p/2097884#M394716</guid>
      <dc:creator>balakrishnansenthil</dc:creator>
      <dc:date>2019-03-12T00:32:31Z</dc:date>
    </item>
    <item>
      <title>PIX Firewall Config Setup( Static &amp; NAT)</title>
      <link>https://community.cisco.com/t5/network-security/pix-firewall-config-setup-static-nat/m-p/2097885#M394718</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello Senthilkumar,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The following command maps an inside IP address (192.168.235.35) to an outside IP address (x.x.x.x):&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;hostname(config)# static (inside,outside) x.x.x.x 192.168.235.35 netmask 255.255.255.255&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The static command maps addresses x.x.x.x to local addresses 192.168.235.35&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;This is a one to one translation and you cannot mapped any other private IP address to the same public IP. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If your plan is to use the same public IP for 5 internal users you can do only if they connect inbound on different ports. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Example:&lt;/P&gt;&lt;P&gt;hostname(config)# static (inside,outside) tcp x.x.x.x &lt;STRONG&gt;80&lt;/STRONG&gt; 192.168.235.35 &lt;STRONG&gt;80&lt;/STRONG&gt; netmask 255.255.255.255&lt;/P&gt;&lt;P&gt;hostname(config)# static (inside,outside) tcp x.x.x.x &lt;STRONG&gt;25 &lt;/STRONG&gt;192.168.235.136 &lt;STRONG&gt;25 &lt;/STRONG&gt;netmask 255.255.255.255&lt;/P&gt;&lt;P&gt;hostname(config)# static (inside,outside) tcp x.x.x.x &lt;STRONG&gt;443 &lt;/STRONG&gt;192.168.235.&lt;STRONG&gt;37 443 &lt;/STRONG&gt;netmask 255.255.255.255&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If you are trying to use the same port for all of them you need to assing 5 public IP address and create one to one translation as the first example I gave you. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I hope this is clear. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Juan Lombana&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Please rate helpful posts.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 05 Dec 2012 20:00:35 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/pix-firewall-config-setup-static-nat/m-p/2097885#M394718</guid>
      <dc:creator>julomban</dc:creator>
      <dc:date>2012-12-05T20:00:35Z</dc:date>
    </item>
    <item>
      <title>Re: PIX Firewall Config Setup( Static &amp; NAT)</title>
      <link>https://community.cisco.com/t5/network-security/pix-firewall-config-setup-static-nat/m-p/2097886#M394720</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Now i changed to ASA firewall........ sorry Customer need SSL connection from his remote location.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I want to access internet from customer server.....&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;i done all the interface config... and default route also done other then that anything i have to do for internet access from customer server.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I can reach internet from firewall but from customer server i can't able to reach...&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have to do any nating for this ASA firewall pleas tell me ASAP...&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 06 Dec 2012 13:57:22 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/pix-firewall-config-setup-static-nat/m-p/2097886#M394720</guid>
      <dc:creator>balakrishnansenthil</dc:creator>
      <dc:date>2012-12-06T13:57:22Z</dc:date>
    </item>
    <item>
      <title>PIX Firewall Config Setup( Static &amp; NAT)</title>
      <link>https://community.cisco.com/t5/network-security/pix-firewall-config-setup-static-nat/m-p/2097887#M394722</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello Senthilkumar,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Did you configure NAT as well? Please share a show run output from your ASA. Also, make sure it is not a DNS problem on the internal server. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Juan Lombana&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Please rate helpful posts.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 06 Dec 2012 14:00:38 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/pix-firewall-config-setup-static-nat/m-p/2097887#M394722</guid>
      <dc:creator>julomban</dc:creator>
      <dc:date>2012-12-06T14:00:38Z</dc:date>
    </item>
  </channel>
</rss>

