<?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: NAT rules for incomming traffix in Network Security</title>
    <link>https://community.cisco.com/t5/network-security/nat-rules-for-incomming-traffix/m-p/3944056#M30926</link>
    <description>&lt;P&gt;You need to define the inside interface as the source in the NAT statement, not the outside interface.&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;object network epsilonix&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;nat (outside,inside) static X.X.X.146&amp;nbsp; &amp;lt;-- change to the following:&amp;nbsp; nat (inside,outside) static X.X.X.146&lt;/SPAN&gt;&lt;/P&gt;</description>
    <pubDate>Sun, 20 Oct 2019 18:29:01 GMT</pubDate>
    <dc:creator>Marius Gunnerud</dc:creator>
    <dc:date>2019-10-20T18:29:01Z</dc:date>
    <item>
      <title>NAT rules for incomming traffix</title>
      <link>https://community.cisco.com/t5/network-security/nat-rules-for-incomming-traffix/m-p/3944054#M30921</link>
      <description>&lt;P&gt;I am having an issue with incoming rules. Here is my running config.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;: Saved&lt;/P&gt;&lt;P&gt;:&lt;BR /&gt;: Serial Number: JAD21290D2D&lt;BR /&gt;: Hardware: ASA5506, 4096 MB RAM, CPU Atom C2000 series 1250 MHz, 1 CPU (4 cores)&lt;BR /&gt;:&lt;BR /&gt;ASA Version 9.8(1)&lt;BR /&gt;!&lt;BR /&gt;hostname ciscoasa&lt;BR /&gt;enable password $sha512$5000$3ReiS6mEZI8Ylkm0Wc0nGg==$1cK03Z/MNTwOXtq7HLVmbw== pbkdf2&lt;BR /&gt;names&lt;/P&gt;&lt;P&gt;!&lt;BR /&gt;interface GigabitEthernet1/1&lt;BR /&gt;nameif outside&lt;BR /&gt;security-level 0&lt;BR /&gt;ip address X.X.X.146 255.255.255.248&lt;BR /&gt;!&lt;BR /&gt;interface GigabitEthernet1/2&lt;BR /&gt;nameif inside&lt;BR /&gt;security-level 100&lt;BR /&gt;ip address 192.168.1.1 255.255.255.0&lt;BR /&gt;!&lt;BR /&gt;interface GigabitEthernet1/3&lt;BR /&gt;description DMZ for Carmon Network&lt;BR /&gt;shutdown&lt;BR /&gt;nameif DMZ&lt;BR /&gt;security-level 50&lt;BR /&gt;ip address 172.80.0.1 255.255.255.0&lt;BR /&gt;!&lt;BR /&gt;interface GigabitEthernet1/4&lt;BR /&gt;shutdown&lt;BR /&gt;no nameif&lt;BR /&gt;no security-level&lt;BR /&gt;no ip address&lt;BR /&gt;!&lt;BR /&gt;interface GigabitEthernet1/5&lt;BR /&gt;shutdown&lt;BR /&gt;no nameif&lt;BR /&gt;no security-level&lt;BR /&gt;no ip address&lt;BR /&gt;!&lt;BR /&gt;interface GigabitEthernet1/6&lt;BR /&gt;shutdown&lt;BR /&gt;no nameif&lt;BR /&gt;no security-level&lt;BR /&gt;no ip address&lt;BR /&gt;!&lt;BR /&gt;interface GigabitEthernet1/7&lt;BR /&gt;shutdown&lt;BR /&gt;no nameif&lt;BR /&gt;no security-level&lt;BR /&gt;no ip address&lt;BR /&gt;!&lt;BR /&gt;interface GigabitEthernet1/8&lt;BR /&gt;shutdown&lt;BR /&gt;no nameif&lt;BR /&gt;no security-level&lt;BR /&gt;no ip address&lt;BR /&gt;!&lt;BR /&gt;interface Management1/1&lt;BR /&gt;management-only&lt;BR /&gt;no nameif&lt;BR /&gt;no security-level&lt;BR /&gt;no ip address&lt;BR /&gt;!&lt;BR /&gt;ftp mode passive&lt;BR /&gt;object network obj_any&lt;BR /&gt;subnet 0.0.0.0 0.0.0.0&lt;BR /&gt;object network epsilonix&lt;BR /&gt;host 192.168.1.8&lt;BR /&gt;object network VPNServer&lt;BR /&gt;host 192.168.1.3&lt;BR /&gt;description VPN Server&lt;BR /&gt;object network VPNServerUDP&lt;BR /&gt;host 192.168.1.3&lt;BR /&gt;object network vpnserver-943&lt;BR /&gt;host 192.168.1.3&lt;BR /&gt;object network outside&lt;BR /&gt;host X.X.X.146&lt;BR /&gt;object service https&lt;BR /&gt;service tcp destination eq https&lt;BR /&gt;object-group protocol TCPUDP&lt;BR /&gt;protocol-object udp&lt;BR /&gt;protocol-object tcp&lt;BR /&gt;access-list outside_access_in extended permit tcp any object VPNServer&lt;BR /&gt;access-list outside_access_in extended permit udp any object VPNServer&lt;BR /&gt;access-list outside_access_in extended permit ip any object epsilonix&lt;BR /&gt;pager lines 24&lt;BR /&gt;logging enable&lt;BR /&gt;logging asdm informational&lt;BR /&gt;mtu outside 1500&lt;BR /&gt;mtu inside 1500&lt;BR /&gt;mtu DMZ 1500&lt;BR /&gt;icmp unreachable rate-limit 1 burst-size 1&lt;BR /&gt;no asdm history enable&lt;BR /&gt;arp timeout 14400&lt;BR /&gt;no arp permit-nonconnected&lt;BR /&gt;arp rate-limit 16384&lt;BR /&gt;!&lt;BR /&gt;object network obj_any&lt;BR /&gt;nat (any,outside) dynamic interface&lt;BR /&gt;object network epsilonix&lt;BR /&gt;nat (outside,inside) static X.X.X.146&lt;BR /&gt;!&lt;BR /&gt;nat (DMZ,outside) after-auto source dynamic any interface&lt;BR /&gt;access-group outside_access_in in interface outside&lt;BR /&gt;route outside 0.0.0.0 0.0.0.0 X.X.X.145 1&lt;BR /&gt;timeout xlate 3:00:00&lt;BR /&gt;timeout pat-xlate 0:00:30&lt;BR /&gt;timeout conn 1:00:00 half-closed 0:10:00 udp 0:02:00 sctp 0:02:00 icmp 0:00:02&lt;BR /&gt;timeout sunrpc 0:10:00 h323 0:05:00 h225 1:00:00 mgcp 0:05:00 mgcp-pat 0:05:00&lt;BR /&gt;timeout sip 0:30:00 sip_media 0:02:00 sip-invite 0:03:00 sip-disconnect 0:02:00&lt;BR /&gt;timeout sip-provisional-media 0:02:00 uauth 0:05:00 absolute&lt;BR /&gt;timeout tcp-proxy-reassembly 0:01:00&lt;BR /&gt;timeout floating-conn 0:00:00&lt;BR /&gt;timeout conn-holddown 0:00:15&lt;BR /&gt;timeout igp stale-route 0:01:10&lt;BR /&gt;user-identity default-domain LOCAL&lt;BR /&gt;aaa authentication login-history&lt;BR /&gt;http server enable&lt;BR /&gt;http 192.168.1.0 255.255.255.0 inside&lt;BR /&gt;no snmp-server location&lt;BR /&gt;no snmp-server contact&lt;BR /&gt;service sw-reset-button&lt;BR /&gt;crypto ipsec security-association pmtu-aging infinite&lt;BR /&gt;crypto ca trustpoint ASDM_TrustPoint0&lt;BR /&gt;enrollment terminal&lt;BR /&gt;subject-name CN=ciscoasa&lt;BR /&gt;keypair ASDM_LAUNCHER&lt;BR /&gt;crl configure&lt;BR /&gt;crypto ca trustpoint ASDM_Launcher_Access_TrustPoint_0&lt;BR /&gt;enrollment self&lt;BR /&gt;fqdn none&lt;BR /&gt;subject-name CN=192.168.1.1,CN=ciscoasa&lt;BR /&gt;keypair ASDM_LAUNCHER&lt;BR /&gt;crl configure&lt;BR /&gt;crypto ca trustpool policy&lt;BR /&gt;crypto ca certificate chain ASDM_Launcher_Access_TrustPoint_0&lt;BR /&gt;certificate 0956985c&lt;BR /&gt;308202ce 308201b6 a0030201 02020409 56985c30 0d06092a 864886f7 0d01010b&lt;BR /&gt;05003029 3111300f 06035504 03130863 6973636f 61736131 14301206 03550403&lt;BR /&gt;130b3139 322e3136 382e312e 31301e17 0d313930 36303330 35333435 365a170d&lt;BR /&gt;32393035 33313035 33343536 5a302931 11300f06 03550403 13086369 73636f61&lt;BR /&gt;73613114 30120603 55040313 0b313932 2e313638 2e312e31 30820122 300d0609&lt;BR /&gt;2a864886 f70d0101 01050003 82010f00 3082010a 02820101 00b995af dc86405a&lt;BR /&gt;7202ef9b aa58bf47 cf82f894 8e45f793 667c0a52 04aceae2 fbd706f6 fc73cd71&lt;BR /&gt;8103bf6c cafcd8f2 378b7c8e b50ebf7b 15095d9d 077922f0 ecdac538 f7e8a615&lt;BR /&gt;deefde8e 6584686a 4fcd0cbb 1f075df9 8c5d561b aef7bf28 3425aee8 abc1bff4&lt;BR /&gt;f80447d6 042ca727 cfce198c affa1497 f9aba5a2 74a14aff f82e7580 c7369ca5&lt;BR /&gt;19f9146d 6c288964 eafb66aa 7a423272 334fac93 6e14cd22 d3fe00ed 52e25093&lt;BR /&gt;b2f9c671 e2c59b1e e3962e38 920015cd 656927cc f413fbdf 33c53279 fc2a2aa3&lt;BR /&gt;602c6b9e 4e170edb faa63b8a bebd1580 7af5ecd0 6dad1dc0 34c1e902 bd2175fe&lt;BR /&gt;b706ef26 19362b4c c24105ac 74d2ef49 69003074 624df2b7 7b020301 0001300d&lt;BR /&gt;06092a86 4886f70d 01010b05 00038201 01003808 f65b2d64 4f085130 062774b9&lt;BR /&gt;7c36558f 046763f7 5823b6cb da565ffa 73e07e6c b984b0a8 7277ae6c a88b7cce&lt;BR /&gt;432ebcb3 c69e9088 3a001eec 35af6204 3977c9e7 05bded43 f572de2a 82dc35f7&lt;BR /&gt;d6832d62 915c8124 284560ef 2db2a225 915a5263 64ae3b07 33078c8f e5d2205b&lt;BR /&gt;8886e2d9 aa2d89c9 29fdfd22 6446d842 64834249 a46629e7 8eb4604b 5b9a439a&lt;BR /&gt;c9a33615 0caf1cf0 ed7601c1 9222854a 9ac3cc77 c18d31ee 161b9eb2 3b071142&lt;BR /&gt;d86cc3cf f1b575ab bda80e54 4f902a76 3bca2404 8fbadaaf bda64b9b 47dbcd64&lt;BR /&gt;1dd16678 08c5baa2 b6ddf8ad ab8d5b86 e6ffcc22 047a605b 45a0b533 ea4d934b&lt;BR /&gt;e6275db3 990b2765 70c9de0b 5cb2af38 1006&lt;BR /&gt;quit&lt;BR /&gt;telnet timeout 5&lt;BR /&gt;no ssh stricthostkeycheck&lt;BR /&gt;ssh timeout 5&lt;BR /&gt;ssh key-exchange group dh-group1-sha1&lt;BR /&gt;console timeout 0&lt;/P&gt;&lt;P&gt;dhcpd dns 192.168.1.3 71.10.216.1&lt;BR /&gt;dhcpd auto_config outside&lt;BR /&gt;!&lt;BR /&gt;dhcpd address 192.168.1.30-192.168.1.254 inside&lt;BR /&gt;dhcpd dns 192.168.1.3 209.18.47.61 interface inside&lt;BR /&gt;dhcpd enable inside&lt;BR /&gt;!&lt;BR /&gt;threat-detection basic-threat&lt;BR /&gt;threat-detection statistics access-list&lt;BR /&gt;no threat-detection statistics tcp-intercept&lt;BR /&gt;ssl trust-point ASDM_Launcher_Access_TrustPoint_0 outside&lt;BR /&gt;ssl trust-point ASDM_Launcher_Access_TrustPoint_0 inside&lt;BR /&gt;ssl trust-point ASDM_Launcher_Access_TrustPoint_0 inside vpnlb-ip&lt;BR /&gt;webvpn&lt;BR /&gt;enable outside&lt;BR /&gt;cache&lt;BR /&gt;disable&lt;BR /&gt;error-recovery disable&lt;BR /&gt;group-policy DfltGrpPolicy attributes&lt;BR /&gt;webvpn&lt;BR /&gt;url-list value asdm&lt;BR /&gt;dynamic-access-policy-record DfltAccessPolicy&lt;BR /&gt;username joe password $sha512$5000$T3LTRsDb9Fc1Kd2pl7NhJg==$K7NyYNiO24p8j8qSOIthuA== pbkdf2 privilege 0&lt;BR /&gt;username joe attributes&lt;BR /&gt;vpn-group-policy DfltGrpPolicy&lt;BR /&gt;tunnel-group web type remote-access&lt;BR /&gt;!&lt;BR /&gt;class-map inspection_default&lt;BR /&gt;match default-inspection-traffic&lt;BR /&gt;!&lt;BR /&gt;!&lt;BR /&gt;policy-map type inspect dns preset_dns_map&lt;BR /&gt;parameters&lt;BR /&gt;message-length maximum client auto&lt;BR /&gt;message-length maximum 512&lt;BR /&gt;no tcp-inspection&lt;BR /&gt;policy-map global_policy&lt;BR /&gt;class inspection_default&lt;BR /&gt;inspect dns preset_dns_map&lt;BR /&gt;inspect ftp&lt;BR /&gt;inspect h323 h225&lt;BR /&gt;inspect h323 ras&lt;BR /&gt;inspect rsh&lt;BR /&gt;inspect rtsp&lt;BR /&gt;inspect esmtp&lt;BR /&gt;inspect sqlnet&lt;BR /&gt;inspect skinny&lt;BR /&gt;inspect sunrpc&lt;BR /&gt;inspect xdmcp&lt;BR /&gt;inspect sip&lt;BR /&gt;inspect netbios&lt;BR /&gt;inspect tftp&lt;BR /&gt;inspect ip-options&lt;BR /&gt;!&lt;BR /&gt;service-policy global_policy global&lt;BR /&gt;prompt hostname context&lt;BR /&gt;no call-home reporting anonymous&lt;BR /&gt;Cryptochecksum:9e1c595f0cdcb4e6431bba4bcae8b280&lt;BR /&gt;: end&lt;BR /&gt;no asdm history enable&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Incoming traffic is denied by implicit rule. Not sure what I am doing wrong in my NAT rule and ACL.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Sun, 20 Oct 2019 18:18:55 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/nat-rules-for-incomming-traffix/m-p/3944054#M30921</guid>
      <dc:creator>josephCarmon74721</dc:creator>
      <dc:date>2019-10-20T18:18:55Z</dc:date>
    </item>
    <item>
      <title>Re: NAT rules for incomming traffix</title>
      <link>https://community.cisco.com/t5/network-security/nat-rules-for-incomming-traffix/m-p/3944056#M30926</link>
      <description>&lt;P&gt;You need to define the inside interface as the source in the NAT statement, not the outside interface.&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;object network epsilonix&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;nat (outside,inside) static X.X.X.146&amp;nbsp; &amp;lt;-- change to the following:&amp;nbsp; nat (inside,outside) static X.X.X.146&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Sun, 20 Oct 2019 18:29:01 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/nat-rules-for-incomming-traffix/m-p/3944056#M30926</guid>
      <dc:creator>Marius Gunnerud</dc:creator>
      <dc:date>2019-10-20T18:29:01Z</dc:date>
    </item>
  </channel>
</rss>

