<?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: ASA5505 basic settings in Network Security</title>
    <link>https://community.cisco.com/t5/network-security/asa5505-basic-settings/m-p/1037018#M895327</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;The config is from ASDM. And I'm guessing there is alot wrong there. So instead of looking at that what I need is the following.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Interfaces Outside,Inside and DMZ.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;ASA to NAT everything outgoing.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have five static IP:s and one of them is for the ASAs SSL vpn(34), one for the mailserver(35).&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The mailserver is in the internal network, not DMZ, because it's a Domain controller also. So I need ports 443(https) and 25(smtp) redirected to the inside when comming to the outside IP X.X.X.35.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I'm guessing from your What are you trying to achieve here lines that I should dump the config and start over. And also since that is ASDM genereated source I might be better of doing this trough the cli so I get a hang of it.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Thu, 09 Oct 2008 06:06:36 GMT</pubDate>
    <dc:creator>mahellma</dc:creator>
    <dc:date>2008-10-09T06:06:36Z</dc:date>
    <item>
      <title>ASA5505 basic settings</title>
      <link>https://community.cisco.com/t5/network-security/asa5505-basic-settings/m-p/1037016#M895324</link>
      <description>&lt;P&gt;I'm having some problems getting my ASA5505 running like I wan't it to. To be clear this is my first ever Cisco firewall. My experience is with Juniper and Watchguard.&lt;/P&gt;&lt;P&gt;The DMZ is just for future sake. For now the email server runs in the internal network here at home.&lt;/P&gt;&lt;P&gt;I wan't the email server to be published on ports smtp and https.&lt;/P&gt;&lt;P&gt;I used ASDM to configure my device but there are some strange things going on here and I have no idea why.&lt;/P&gt;&lt;P&gt;The publish seems to work because I can access the server from the outside world, but, the ASA sometimes, not all the time but sometimes starts blocking internal network traffic! How is that even possible since it should not even be routed trough the gateway.&lt;/P&gt;&lt;P&gt;The problem can be DNS,MS remote desktop, Exchange server connection, filesharing. So I messed up something really bad here.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Some help needed here.&lt;/P&gt;&lt;P&gt;The configuration as follows&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;ASA Version 7.2(4) &lt;/P&gt;&lt;P&gt;interface Vlan1&lt;/P&gt;&lt;P&gt; nameif inside&lt;/P&gt;&lt;P&gt; security-level 100&lt;/P&gt;&lt;P&gt; ip address 10.10.10.1 255.255.255.128 &lt;/P&gt;&lt;P&gt; ospf cost 10&lt;/P&gt;&lt;P&gt;!&lt;/P&gt;&lt;P&gt;interface Vlan2&lt;/P&gt;&lt;P&gt; nameif outside&lt;/P&gt;&lt;P&gt; security-level 0&lt;/P&gt;&lt;P&gt; ip address X.X.X.X 255.255.255.X &lt;/P&gt;&lt;P&gt; ospf cost 10&lt;/P&gt;&lt;P&gt;!&lt;/P&gt;&lt;P&gt;interface Vlan3&lt;/P&gt;&lt;P&gt; no forward interface Vlan1&lt;/P&gt;&lt;P&gt; nameif dmz&lt;/P&gt;&lt;P&gt; security-level 50&lt;/P&gt;&lt;P&gt; ip address 192.168.10.1 255.255.255.128 &lt;/P&gt;&lt;P&gt; ospf cost 10&lt;/P&gt;&lt;P&gt;!&lt;/P&gt;&lt;P&gt;interface Ethernet0/0&lt;/P&gt;&lt;P&gt; switchport access vlan 2&lt;/P&gt;&lt;P&gt;!&lt;/P&gt;&lt;P&gt;interface Ethernet0/1&lt;/P&gt;&lt;P&gt; switchport access vlan 3&lt;/P&gt;&lt;P&gt;!&lt;/P&gt;&lt;P&gt;interface Ethernet0/2&lt;/P&gt;&lt;P&gt;!&lt;/P&gt;&lt;P&gt;interface Ethernet0/3&lt;/P&gt;&lt;P&gt;!&lt;/P&gt;&lt;P&gt;interface Ethernet0/4&lt;/P&gt;&lt;P&gt;!&lt;/P&gt;&lt;P&gt;interface Ethernet0/5&lt;/P&gt;&lt;P&gt;!&lt;/P&gt;&lt;P&gt;interface Ethernet0/6&lt;/P&gt;&lt;P&gt;!&lt;/P&gt;&lt;P&gt;interface Ethernet0/7&lt;/P&gt;&lt;P&gt;!&lt;/P&gt;&lt;P&gt;ftp mode passive&lt;/P&gt;&lt;P&gt;dns domain-lookup inside&lt;/P&gt;&lt;P&gt;dns server-group DefaultDNS&lt;/P&gt;&lt;P&gt; name-server mars&lt;/P&gt;&lt;P&gt; domain-name nixadmins.net&lt;/P&gt;&lt;P&gt;object-group service DM_INLINE_TCP_1 tcp&lt;/P&gt;&lt;P&gt; port-object eq https&lt;/P&gt;&lt;P&gt; port-object eq smtp&lt;/P&gt;&lt;P&gt;access-list outside_access_in extended permit tcp any host mail object-group DM_INLINE_TCP_1 &lt;/P&gt;&lt;P&gt;access-list inside_access_in extended permit ip 10.10.10.0 255.255.255.128 10.10.10.0 255.255.255.128 log disable &lt;/P&gt;&lt;P&gt;access-list inside_access_in extended permit ip 10.10.10.0 255.255.255.128 any log disable &lt;/P&gt;&lt;P&gt;access-list inside_nat0_outbound extended permit ip 10.10.10.0 255.255.255.128 10.10.10.0 255.255.255.128 &lt;/P&gt;&lt;P&gt;pager lines 24&lt;/P&gt;&lt;P&gt;logging enable&lt;/P&gt;&lt;P&gt;logging asdm informational&lt;/P&gt;&lt;P&gt;mtu inside 1500&lt;/P&gt;&lt;P&gt;mtu outside 1500&lt;/P&gt;&lt;P&gt;mtu dmz 1500&lt;/P&gt;&lt;P&gt;ip local pool Default 10.10.10.81-10.10.10.90 mask 255.255.255.128&lt;/P&gt;&lt;P&gt;ip verify reverse-path interface outside&lt;/P&gt;&lt;P&gt;icmp unreachable rate-limit 1 burst-size 1&lt;/P&gt;&lt;P&gt;asdm image disk0:/asdm-524.bin&lt;/P&gt;&lt;P&gt;no asdm history enable&lt;/P&gt;&lt;P&gt;arp timeout 14400&lt;/P&gt;&lt;P&gt;nat-control&lt;/P&gt;&lt;P&gt;global (outside) 1 mail-X.X.X.X netmask 255.255.255.X&lt;/P&gt;&lt;P&gt;global (outside) 2 webmail netmask 255.255.255.255&lt;/P&gt;&lt;P&gt;global (outside) 3 interface&lt;/P&gt;&lt;P&gt;nat (inside) 0 access-list inside_nat0_outbound&lt;/P&gt;&lt;P&gt;nat (inside) 3 0.0.0.0 0.0.0.0&lt;/P&gt;&lt;P&gt;static (inside,inside) tcp mars https mail https netmask 255.255.255.255 &lt;/P&gt;&lt;P&gt;static (inside,inside) tcp mars smtp mail smtp netmask 255.255.255.255 &lt;/P&gt;&lt;P&gt;static (inside,outside) tcp mail https mars https netmask 255.255.255.255 &lt;/P&gt;&lt;P&gt;static (inside,outside) tcp mail smtp mars smtp netmask 255.255.255.255 &lt;/P&gt;&lt;P&gt;access-group inside_access_in in interface inside&lt;/P&gt;&lt;P&gt;access-group outside_access_in in interface outside&lt;/P&gt;&lt;P&gt;route outside 0.0.0.0 0.0.0.0 X.X.X.33 1&lt;/P&gt;&lt;P&gt;timeout xlate 3:00:00&lt;/P&gt;&lt;P&gt;timeout conn 1:00:00 half-closed 0:10:00 udp 0:02:00 icmp 0:00:02&lt;/P&gt;&lt;P&gt;timeout sunrpc 0:10:00 h323 0:05:00 h225 1:00:00 mgcp 0:05:00 mgcp-pat 0:05:00&lt;/P&gt;&lt;P&gt;timeout sip 0:30:00 sip_media 0:02:00 sip-invite 0:03:00 sip-disconnect 0:02:00&lt;/P&gt;&lt;P&gt;timeout sip-provisional-media 0:02:00 uauth 0:05:00 absolute&lt;/P&gt;&lt;P&gt;aaa-server NixadminsAD protocol nt&lt;/P&gt;&lt;P&gt;aaa-server NixadminsAD (inside) host mars&lt;/P&gt;&lt;P&gt; nt-auth-domain-controller mars&lt;/P&gt;&lt;P&gt;aaa authentication ssh console LOCAL &lt;/P&gt;&lt;P&gt;http server enable&lt;/P&gt;&lt;P&gt;http 10.10.10.0 255.255.255.128 inside&lt;/P&gt;&lt;P&gt;no snmp-server location&lt;/P&gt;&lt;P&gt;no snmp-server contact&lt;/P&gt;&lt;P&gt;snmp-server enable traps snmp authentication linkup linkdown coldstart&lt;/P&gt;&lt;P&gt;no vpn-addr-assign local&lt;/P&gt;&lt;P&gt;telnet timeout 5&lt;/P&gt;&lt;P&gt;console timeout 0&lt;/P&gt;&lt;P&gt;dhcpd auto_config outside&lt;/P&gt;&lt;P&gt;!&lt;/P&gt;</description>
      <pubDate>Mon, 11 Mar 2019 13:54:57 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/asa5505-basic-settings/m-p/1037016#M895324</guid>
      <dc:creator>mahellma</dc:creator>
      <dc:date>2019-03-11T13:54:57Z</dc:date>
    </item>
    <item>
      <title>Re: ASA5505 basic settings</title>
      <link>https://community.cisco.com/t5/network-security/asa5505-basic-settings/m-p/1037017#M895325</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi ..I am not too sure what you are trying to achieve  ..  &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;global (outside) 1 mail-X.X.X.X netmask 255.255.255.X  &amp;lt;- What are you trying to achieve here ? there is not corresponding nat ID (1) for this entry&lt;/P&gt;&lt;P&gt;global (outside) 2 webmail netmask 255.255.255.255 &amp;lt;- What are you trying to achieve here ? there is not corresponding nat ID (2) for this entry&lt;/P&gt;&lt;P&gt;global (outside) 3 interface&lt;/P&gt;&lt;P&gt;nat (inside) 0 access-list inside_nat0_outbound &amp;lt;- what are you trying to achieve here ?&lt;/P&gt;&lt;P&gt;nat (inside) 3 0.0.0.0 0.0.0.0 (This together with the access-list applied to the inside interface will allow outbound access from inside to be translated to the IP of the outside interface)&lt;/P&gt;&lt;P&gt;static (inside,inside) tcp mars https mail https netmask 255.255.255.255 &amp;lt;- what are you trying to achieve here ?&lt;/P&gt;&lt;P&gt;static (inside,inside) tcp mars smtp mail smtp netmask 255.255.255.255  &amp;lt;- what are you trying to achieve here ?&lt;/P&gt;&lt;P&gt;static (inside,outside) tcp mail https mars https netmask 255.255.255.255 (here you are using port forwarding for inbound traffic hitting mail on port 443 to be redirected to mars on port 443)&lt;/P&gt;&lt;P&gt;static (inside,outside) tcp mail smtp mars smtp netmask 255.255.255.255 (as above but using port 25)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Basically you need to specify what you want to achieve first and then we can work out the configuration.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I hope it helps ..  please rate helpful posts &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 08 Oct 2008 21:27:40 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/asa5505-basic-settings/m-p/1037017#M895325</guid>
      <dc:creator>Fernando_Meza</dc:creator>
      <dc:date>2008-10-08T21:27:40Z</dc:date>
    </item>
    <item>
      <title>Re: ASA5505 basic settings</title>
      <link>https://community.cisco.com/t5/network-security/asa5505-basic-settings/m-p/1037018#M895327</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;The config is from ASDM. And I'm guessing there is alot wrong there. So instead of looking at that what I need is the following.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Interfaces Outside,Inside and DMZ.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;ASA to NAT everything outgoing.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have five static IP:s and one of them is for the ASAs SSL vpn(34), one for the mailserver(35).&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The mailserver is in the internal network, not DMZ, because it's a Domain controller also. So I need ports 443(https) and 25(smtp) redirected to the inside when comming to the outside IP X.X.X.35.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I'm guessing from your What are you trying to achieve here lines that I should dump the config and start over. And also since that is ASDM genereated source I might be better of doing this trough the cli so I get a hang of it.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 09 Oct 2008 06:06:36 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/asa5505-basic-settings/m-p/1037018#M895327</guid>
      <dc:creator>mahellma</dc:creator>
      <dc:date>2008-10-09T06:06:36Z</dc:date>
    </item>
    <item>
      <title>Re: ASA5505 basic settings</title>
      <link>https://community.cisco.com/t5/network-security/asa5505-basic-settings/m-p/1037019#M895331</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;And to make it more? clear here is a image of it.&lt;/P&gt;&lt;P&gt;&lt;A class="jive-link-custom" href="http://www.nixadmins.net/pics/explain.jpg" target="_blank"&gt;http://www.nixadmins.net/pics/explain.jpg&lt;/A&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 09 Oct 2008 07:19:39 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/asa5505-basic-settings/m-p/1037019#M895331</guid>
      <dc:creator>mahellma</dc:creator>
      <dc:date>2008-10-09T07:19:39Z</dc:date>
    </item>
  </channel>
</rss>

