<?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 ZBF commands to open OpenVPN port in on Cisco 1812 in Network Security</title>
    <link>https://community.cisco.com/t5/network-security/zbf-commands-to-open-openvpn-port-in-on-cisco-1812/m-p/2181927#M351407</link>
    <description>&lt;P&gt;Hello,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I am running an OpenVPN server on an internal private network on port 1194/UDP and would like to open this port for the internet on a Cisco 1812 router (this router uses Zone based firewall). For that purpose I have added the following configuration using the IOS CLI:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;ip nat inside source static udp 10.0.0.5 1194 interface FastEthernet0 1194&lt;/P&gt;&lt;P&gt;ip port-map user-openvpn port udp 1194 description OpenVPN&lt;/P&gt;&lt;P&gt;access-list 103 permit udp any host 10.0.0.5 eq 1194&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;class-map type inspect match-all sdm-nat-openvpn-1&lt;/P&gt;&lt;P&gt; match access-group 103&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;policy-map type inspect sdm-pol-NATOutsideToInside-1&lt;/P&gt;&lt;P&gt;! other class types here for SSH &amp;amp; HTTP&lt;/P&gt;&lt;P&gt; class type inspect sdm-nat-openvpn-1&lt;/P&gt;&lt;P&gt;&amp;nbsp; inspect&lt;/P&gt;&lt;P&gt; class class-default&lt;/P&gt;&lt;P&gt;&amp;nbsp; drop log&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Unfortunately the OpenVPN port is not accessible from the outside (internet). Does anyone know what I did wrong here? or maybe did I forget a configuration parameter?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks for your help.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Best,&lt;/P&gt;&lt;P&gt;John&lt;/P&gt;</description>
    <pubDate>Tue, 12 Mar 2019 01:31:48 GMT</pubDate>
    <dc:creator>John Naggets</dc:creator>
    <dc:date>2019-03-12T01:31:48Z</dc:date>
    <item>
      <title>ZBF commands to open OpenVPN port in on Cisco 1812</title>
      <link>https://community.cisco.com/t5/network-security/zbf-commands-to-open-openvpn-port-in-on-cisco-1812/m-p/2181927#M351407</link>
      <description>&lt;P&gt;Hello,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I am running an OpenVPN server on an internal private network on port 1194/UDP and would like to open this port for the internet on a Cisco 1812 router (this router uses Zone based firewall). For that purpose I have added the following configuration using the IOS CLI:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;ip nat inside source static udp 10.0.0.5 1194 interface FastEthernet0 1194&lt;/P&gt;&lt;P&gt;ip port-map user-openvpn port udp 1194 description OpenVPN&lt;/P&gt;&lt;P&gt;access-list 103 permit udp any host 10.0.0.5 eq 1194&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;class-map type inspect match-all sdm-nat-openvpn-1&lt;/P&gt;&lt;P&gt; match access-group 103&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;policy-map type inspect sdm-pol-NATOutsideToInside-1&lt;/P&gt;&lt;P&gt;! other class types here for SSH &amp;amp; HTTP&lt;/P&gt;&lt;P&gt; class type inspect sdm-nat-openvpn-1&lt;/P&gt;&lt;P&gt;&amp;nbsp; inspect&lt;/P&gt;&lt;P&gt; class class-default&lt;/P&gt;&lt;P&gt;&amp;nbsp; drop log&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Unfortunately the OpenVPN port is not accessible from the outside (internet). Does anyone know what I did wrong here? or maybe did I forget a configuration parameter?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks for your help.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Best,&lt;/P&gt;&lt;P&gt;John&lt;/P&gt;</description>
      <pubDate>Tue, 12 Mar 2019 01:31:48 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/zbf-commands-to-open-openvpn-port-in-on-cisco-1812/m-p/2181927#M351407</guid>
      <dc:creator>John Naggets</dc:creator>
      <dc:date>2019-03-12T01:31:48Z</dc:date>
    </item>
    <item>
      <title>ZBF commands to open OpenVPN port in on Cisco 1812</title>
      <link>https://community.cisco.com/t5/network-security/zbf-commands-to-open-openvpn-port-in-on-cisco-1812/m-p/2181928#M351408</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;John,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The answer is, Nothing. You did not do anything wrong. Can you put logs on the Router to verify that maybe something else is being dropped? &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Login via Telnet/SSH and do in config mode: &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;IP inspect log drop-pkt &lt;/P&gt;&lt;P&gt;Do term mon &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Then try to initialize the VPN session and check what you get. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Mike Rojas. &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 22 Apr 2013 03:31:58 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/zbf-commands-to-open-openvpn-port-in-on-cisco-1812/m-p/2181928#M351408</guid>
      <dc:creator>Maykol Rojas</dc:creator>
      <dc:date>2013-04-22T03:31:58Z</dc:date>
    </item>
  </channel>
</rss>

