<?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: firewall configuration in Network Security</title>
    <link>https://community.cisco.com/t5/network-security/firewall-configuration/m-p/1508883#M598482</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;i will resort to your suggested method.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Really appreciate all assistance extended!&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Message was edited by: suthomas1&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Message was edited by: suthomas1&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Sat, 13 Nov 2010 21:17:55 GMT</pubDate>
    <dc:creator>suthomas1</dc:creator>
    <dc:date>2010-11-13T21:17:55Z</dc:date>
    <item>
      <title>firewall configuration</title>
      <link>https://community.cisco.com/t5/network-security/firewall-configuration/m-p/1508881#M598480</link>
      <description>&lt;P&gt;&lt;/P&gt;&lt;P&gt;Experts, i have some configs for an asa based on requirements stated. please help to point out if anything wrong in these.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Currently:-&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;7.7.7.7 - ASA outside interface Public ip &lt;/P&gt;&lt;P&gt;172.16.1.0 /24 ( currently on local interface) &amp;amp; 192.168.100.2 till 192.168.100.8( extra Private ip )&lt;/P&gt;&lt;P&gt;6.6.6.6 till 6.6.6.10 - extra public ip from isp&lt;/P&gt;&lt;P&gt;Interfaces: private-lan , internet-outside , dmz-dmz1&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt; nat (private) 1 0.0.0.0 0.0.0.0&lt;/P&gt;&lt;P&gt; global (internet) 1 interface&lt;/P&gt;&lt;P&gt;nat-control is disabled&lt;/P&gt;&lt;P&gt;asa version 8.0&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;below are the configs in my opinion for needs, please give expert inputs &amp;amp; correct, suggest where needed.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;1. Users connecting to internet, externally hosted partner trade site, internet based sql resource&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; all three need to be connected by users using one public ip 6.6.6.6 but with different source&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; starting from 192.168.100.2 till 192.168.100.4&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; can i use extra ip's being given by isp since they arent assigned to interface , however routable by isp?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp; nat (private) 2 access-list XTRA &lt;/P&gt;&lt;P&gt;&amp;nbsp; global (internet) 2 6.6.6.6&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp; access-list XTRA extended permit line 1 tcp 192.168.100.2 255.255.255.255 any eq web&lt;/P&gt;&lt;P&gt;&amp;nbsp; access-list XTRA extended permit line 2 tcp 192.168.100.3 255.255.255.255 any eq 8080&lt;/P&gt;&lt;P&gt;&amp;nbsp; access-list XTRA extended permit line 2 tcp 192.168.100.4 255.255.255.255 any eq sqlnet&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt; is this the best way for this to work as other nat is done by interface ip or is there another way to do it better?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;2. Inbound from Internet for a webserver hosted on inside at 192.168.100.5 and public ip 6.6.6.7 on ssl &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp; static(private, internet) tcp 6.6.6.7 192.168.100.5 https or&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp; static (private, internet) 6.6.6.7 192.168.100.5 netmask 255.255.255.255 or&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp; static (private, internet) 6.6.6.7 access-list XTRA1&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp; access-list XTRA1 extended permit tcp any host 6.6.6.7 eq https&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp; which one of these static statements is wrong &amp;amp; which one matches it best.&lt;/P&gt;&lt;P&gt;&amp;nbsp; if for a similar requirement but with more than few ports involved like 4 ports for the static , can it be combined in&lt;/P&gt;&lt;P&gt;&amp;nbsp; one statement to accomodate all 4 ports for that particular lan based server rather than different statements?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;3. Similar to point 2 , i have another 2 servers inside at 192.168.100.6 &amp;amp; 192.168.100.7 with public ip 6.6.6.8 - 6.6.6.9 &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp; do i need to put seperate static as above for each of them or any way to bundle them together in one static?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;4. another need says that traffic between private ip 192.168.100.8 natted to public ip 6.6.6.10 be configured &lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; to be used both ways, i.e users from internet should be able to access 192.168.100.8 and local users when going out&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; should use 6.6.6.10 as public ip. Is there any way to configure this in a simplified way.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt; do i need to include any no-nat statements for above?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;TIA&lt;/P&gt;</description>
      <pubDate>Mon, 11 Mar 2019 19:09:03 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/firewall-configuration/m-p/1508881#M598480</guid>
      <dc:creator>suthomas1</dc:creator>
      <dc:date>2019-03-11T19:09:03Z</dc:date>
    </item>
    <item>
      <title>Re: firewall configuration</title>
      <link>https://community.cisco.com/t5/network-security/firewall-configuration/m-p/1508882#M598481</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;(1)&lt;/P&gt;&lt;P&gt;nat (private) 2 access-list XTRA&lt;/P&gt;&lt;P&gt;&amp;nbsp; global (internet) 2 6.6.6.6&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp; access-list XTRA extended permit line 1 tcp 192.168.100.2 255.255.255.255 any eq web&lt;/P&gt;&lt;P&gt;&amp;nbsp; access-list XTRA extended permit line 2 tcp 192.168.100.3 255.255.255.255 any eq 8080&lt;/P&gt;&lt;P&gt;&amp;nbsp; access-list XTRA extended permit line 2 tcp 192.168.100.4 255.255.255.255 any eq sqlnet&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;is this the best way for this to work as other nat is done by interface ip or is there another way to do it better?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P style="min-height: 8pt; height: 8pt; padding: 0px;"&gt;&lt;SPAN style="color: #ff0000;"&gt;You may also need upd 53 for dns if the dns servers are on the outside.&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="min-height: 8pt; height: 8pt; padding: 0px;"&gt;&lt;SPAN style="color: #ff0000;"&gt;access-list XTRA extended permit line 3 udp 192.168.100.4 255.255.255.255 any eq dns&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="min-height: 8pt; height: 8pt; padding: 0px;"&gt;&lt;SPAN style="color: #ff0000;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="min-height: 8pt; height: 8pt; padding: 0px;"&gt;&lt;SPAN style="color: #ff0000;"&gt;Only .2 will try to reach port 80? .3 will only reach out on port 8080? and .4 willl only try to connect out to outside sqlnet hosts?&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="min-height: 8pt; height: 8pt; padding: 0px;"&gt;&lt;SPAN style="color: #ff0000;"&gt;If I were you I would do the following:&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="min-height: 8pt; height: 8pt; padding: 0px;"&gt;&lt;SPAN style="color: #ff0000;"&gt;nat (private) 2 192.168.100.0 255.255.255.0&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="min-height: 8pt; height: 8pt; padding: 0px;"&gt;&lt;SPAN style="color: #ff0000;"&gt;global(internet) 2 6.6.6.6&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P style="min-height: 8pt; height: 8pt; padding: 0px;"&gt;&lt;SPAN style="color: #ff0000;"&gt;Then restrict who can get out by applying an ACL on the private interface.&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="min-height: 8pt; height: 8pt; padding: 0px;"&gt;&lt;SPAN style="color: #ff0000;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="min-height: 8pt; height: 8pt; padding: 0px;"&gt;&lt;SPAN style="color: #ff0000;"&gt;access-list XTRA extended permit line 1 ip 192.168.100.2 255.255.255.255 any&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="min-height: 8pt; height: 8pt; padding: 0px;"&gt;&lt;SPAN style="color: #ff0000;"&gt;access-list XTRA extended permit line 2 ip 192.168.100.3 255.255.255.255 any&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="min-height: 8pt; height: 8pt; padding: 0px;"&gt;&lt;SPAN style="color: #ff0000;"&gt;access-list XTRA extended permit line 3 ip 192.168.100.4 255.255.255.255 any&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="min-height: 8pt; height: 8pt; padding: 0px;"&gt;&lt;SPAN style="color: #ff0000;"&gt;access-g XTRA in int private&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P style="min-height: 8pt; height: 8pt; padding: 0px;"&gt;(2)&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp; static(private, internet) tcp 6.6.6.7 192.168.100.5 https or&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp; static (private, internet) 6.6.6.7 192.168.100.5 netmask 255.255.255.255 or&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp; static (private, internet) 6.6.6.7 access-list XTRA1&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp; access-list XTRA1 extended permit tcp any host 6.6.6.7 eq https&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp; which one of these static statements is wrong &amp;amp; which one matches it best.&lt;/P&gt;&lt;P&gt;&amp;nbsp; if for a similar requirement but with more than few ports involved like 4 ports for the static , can it be combined in&lt;/P&gt;&lt;P&gt;&amp;nbsp; one statement to accomodate all 4 ports for that particular lan based server rather than different statements?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P style="min-height: 8pt; height: 8pt; padding: 0px;"&gt;&lt;SPAN style="color: #ff0000;"&gt;This should look like &lt;/SPAN&gt;&lt;/P&gt;&lt;P style="min-height: 8pt; height: 8pt; padding: 0px;"&gt;&lt;SPAN style="color: #ff0000;"&gt; static(private, internet) tcp 6.6.6.7 443 192.168.100.5 443 &lt;/SPAN&gt;&lt;/P&gt;&lt;P style="min-height: 8pt; height: 8pt; padding: 0px;"&gt;&lt;SPAN style="color: #ff0000;"&gt;access-list XTRA1 extended permit tcp any host 6.6.6.7 eq https&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="min-height: 8pt; height: 8pt; padding: 0px;"&gt;&lt;SPAN style="color: #ff0000;"&gt;access-g XTRA1 in int internet&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P style="min-height: 8pt; height: 8pt; padding: 0px;"&gt;(3)&lt;/P&gt;&lt;P style="min-height: 8pt; height: 8pt; padding: 0px;"&gt;similar to point 2 , i have another 2 servers inside at 192.168.100.6 &amp;amp; 192.168.100.7 with public ip 6.6.6.8 - 6.6.6.9&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp; do i need to put seperate static as above for each of them or any way to bundle them together in one static?&lt;/P&gt;&lt;P style="min-height: 8pt; height: 8pt; padding: 0px;"&gt;&lt;SPAN style="color: #ff0000;"&gt;No you need separate static&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="min-height: 8pt; height: 8pt; padding: 0px;"&gt;&lt;SPAN style="color: #ff0000;"&gt;static (private,internet) 6.6.6.8 192.168.100.6&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="min-height: 8pt; height: 8pt; padding: 0px;"&gt;&lt;SPAN style="color: #ff0000;"&gt;static (private,internet) 6.6.6.9 192.168.100.7&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P style="min-height: 8pt; height: 8pt; padding: 0px;"&gt;(4)&lt;/P&gt;&lt;P&gt;another need says that traffic between private ip 192.168.100.8 natted to public ip 6.6.6.10 be configured&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp; to be used both ways, i.e users from internet should be able to access 192.168.100.8 and local users when going out&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; should use 6.6.6.10 as public ip. Is there any way to configure this in a simplified way.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #ff0000;"&gt;static (private,internet) 6.6.6.10 192.168.100.8&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #ff0000;"&gt;the above static should take care of this for you.&amp;nbsp; static 1-1 taken presedence over nat/global&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #ff0000;"&gt;I hope it helps.&amp;nbsp; Pls. mark the question answered if it answers your questions.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;-KS&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 13 Nov 2010 16:38:49 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/firewall-configuration/m-p/1508882#M598481</guid>
      <dc:creator>Kureli Sankar</dc:creator>
      <dc:date>2010-11-13T16:38:49Z</dc:date>
    </item>
    <item>
      <title>Re: firewall configuration</title>
      <link>https://community.cisco.com/t5/network-security/firewall-configuration/m-p/1508883#M598482</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;i will resort to your suggested method.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Really appreciate all assistance extended!&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Message was edited by: suthomas1&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Message was edited by: suthomas1&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 13 Nov 2010 21:17:55 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/firewall-configuration/m-p/1508883#M598482</guid>
      <dc:creator>suthomas1</dc:creator>
      <dc:date>2010-11-13T21:17:55Z</dc:date>
    </item>
  </channel>
</rss>

