<?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 OpenVPN in Network Security</title>
    <link>https://community.cisco.com/t5/network-security/nat-rules-for-openvpn/m-p/3866537#M28250</link>
    <description>&lt;P&gt;Seems I may have found my problem, but don't know how to fix it. When I put the translated address as my external IP address I get the error message that is overlaps with external IP address. So I have to setup port forwarding. All of the instructions I find end up setting up exactly what I have currently setup.&lt;/P&gt;</description>
    <pubDate>Mon, 03 Jun 2019 05:08:29 GMT</pubDate>
    <dc:creator>carmonj</dc:creator>
    <dc:date>2019-06-03T05:08:29Z</dc:date>
    <item>
      <title>NAT Rules for OpenVPN</title>
      <link>https://community.cisco.com/t5/network-security/nat-rules-for-openvpn/m-p/3866485#M28248</link>
      <description>&lt;P&gt;All,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I am having difficulty setting up an OpenVPN firewall 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.X 255.255.255.0&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;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/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 MAILSERVER&lt;BR /&gt;host 192.168.1.20&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-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;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;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 VPNServer&lt;BR /&gt;nat (inside,outside) static VPNServer&lt;BR /&gt;object network VPNServerUDP&lt;BR /&gt;nat (inside,outside) static VPNServer service udp 1194 1194&lt;BR /&gt;object network vpnserver-943&lt;BR /&gt;nat (inside,outside) static VPNServer service tcp 943 943&lt;BR /&gt;access-group outside_access_in in interface outside&lt;BR /&gt;route outside 0.0.0.0 0.0.0.0 24.247.15.9 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 trustpool policy&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 209.18.47.61&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;dynamic-access-policy-record DfltAccessPolicy&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:4cf06a381cfbb9e4af6b46ab8da87fd4&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;I need to open ports 443, 943, and 1194.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;With this config I am returning the message.&lt;/P&gt;&lt;TABLE&gt;&lt;TBODY&gt;&lt;TR&gt;&lt;TD&gt;3&lt;/TD&gt;&lt;TD&gt;Jun 02 2019&lt;/TD&gt;&lt;TD&gt;19:14:51&lt;/TD&gt;&lt;TD&gt;&amp;nbsp;&lt;/TD&gt;&lt;TD&gt;174.230.134.175&lt;/TD&gt;&lt;TD&gt;8932&lt;/TD&gt;&lt;TD&gt;X.X.X.X&lt;/TD&gt;&lt;TD&gt;443&lt;/TD&gt;&lt;TD&gt;TCP access denied by ACL from 174.230.134.175/8932 to outside:X.X.X&amp;gt;X/443&lt;/TD&gt;&lt;/TR&gt;&lt;/TBODY&gt;&lt;/TABLE&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Sun, 02 Jun 2019 19:24:31 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/nat-rules-for-openvpn/m-p/3866485#M28248</guid>
      <dc:creator>carmonj</dc:creator>
      <dc:date>2019-06-02T19:24:31Z</dc:date>
    </item>
    <item>
      <title>Re: NAT Rules for OpenVPN</title>
      <link>https://community.cisco.com/t5/network-security/nat-rules-for-openvpn/m-p/3866537#M28250</link>
      <description>&lt;P&gt;Seems I may have found my problem, but don't know how to fix it. When I put the translated address as my external IP address I get the error message that is overlaps with external IP address. So I have to setup port forwarding. All of the instructions I find end up setting up exactly what I have currently setup.&lt;/P&gt;</description>
      <pubDate>Mon, 03 Jun 2019 05:08:29 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/nat-rules-for-openvpn/m-p/3866537#M28250</guid>
      <dc:creator>carmonj</dc:creator>
      <dc:date>2019-06-03T05:08:29Z</dc:date>
    </item>
    <item>
      <title>Re: NAT Rules for OpenVPN</title>
      <link>https://community.cisco.com/t5/network-security/nat-rules-for-openvpn/m-p/3866597#M28251</link>
      <description>&lt;P&gt;try this&lt;/P&gt;&lt;P&gt;!&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;object-group protocol TCPUDP&lt;BR /&gt;protocol-object udp&lt;BR /&gt;protocol-object tcp&lt;BR /&gt;!&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;!&lt;BR /&gt;&lt;STRONG&gt;object network vpnserver-443&lt;/STRONG&gt;&lt;BR /&gt;&lt;STRONG&gt;host 192.168.1.3&lt;/STRONG&gt;&lt;BR /&gt;!&lt;BR /&gt;&lt;STRONG&gt;object group network VPN-ALL-SERVER&lt;/STRONG&gt;&lt;BR /&gt;&lt;STRONG&gt;network-object object VPNServer&lt;/STRONG&gt;&lt;BR /&gt;&lt;STRONG&gt;network-object object VPNServerUDP&lt;/STRONG&gt;&lt;BR /&gt;&lt;STRONG&gt;network-object object vpnserver-943&lt;/STRONG&gt;&lt;BR /&gt;&lt;STRONG&gt;network-object object vpnserver-443&lt;/STRONG&gt;&lt;BR /&gt;!&lt;BR /&gt;&lt;STRONG&gt;access-group outside_access_in permit object-group TCPUDP any object-group VPN-ALL-SERVER&lt;/STRONG&gt;&lt;BR /&gt;!&lt;BR /&gt;access-list outside_access_in in interface outside&lt;/P&gt;&lt;P&gt;!&lt;/P&gt;</description>
      <pubDate>Mon, 03 Jun 2019 07:57:31 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/nat-rules-for-openvpn/m-p/3866597#M28251</guid>
      <dc:creator>Sheraz.Salim</dc:creator>
      <dc:date>2019-06-03T07:57:31Z</dc:date>
    </item>
    <item>
      <title>Re: NAT Rules for OpenVPN</title>
      <link>https://community.cisco.com/t5/network-security/nat-rules-for-openvpn/m-p/3866949#M28252</link>
      <description>&lt;P&gt;The Result here is the exact same situation. I believe my NAT path is incorrect as it does not include the external IP address.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;When I create the path and add to to tine Out-In portion (translated IP address) I get the error that it overlaps with the external IP address.&lt;/P&gt;</description>
      <pubDate>Mon, 03 Jun 2019 17:31:36 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/nat-rules-for-openvpn/m-p/3866949#M28252</guid>
      <dc:creator>carmonj</dc:creator>
      <dc:date>2019-06-03T17:31:36Z</dc:date>
    </item>
  </channel>
</rss>

