<?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 Asa 5510 VPN using ddns IP with inside internet in Network Security</title>
    <link>https://community.cisco.com/t5/network-security/asa-5510-vpn-using-ddns-ip-with-inside-internet/m-p/4025921#M22752</link>
    <description>&lt;HR /&gt;&lt;P class="lia-indent-padding-left-30px"&gt;What will be asa configuration for VPN&lt;BR /&gt;I have 1 pppoe link from ISP, so I want to use ddns IP as Static IP, it's required by organization,&lt;BR /&gt;how should I configure asa 5510 , so remote user can access my site pc web cam, over vpn only one user each side by ddns fqdn or IP in browser and I also want to use same internet for my inside LAN users.&amp;nbsp;&lt;/P&gt;</description>
    <pubDate>Fri, 07 Feb 2020 22:48:20 GMT</pubDate>
    <dc:creator>muhammad.kamran</dc:creator>
    <dc:date>2020-02-07T22:48:20Z</dc:date>
    <item>
      <title>Asa 5510 VPN using ddns IP with inside internet</title>
      <link>https://community.cisco.com/t5/network-security/asa-5510-vpn-using-ddns-ip-with-inside-internet/m-p/4025921#M22752</link>
      <description>&lt;HR /&gt;&lt;P class="lia-indent-padding-left-30px"&gt;What will be asa configuration for VPN&lt;BR /&gt;I have 1 pppoe link from ISP, so I want to use ddns IP as Static IP, it's required by organization,&lt;BR /&gt;how should I configure asa 5510 , so remote user can access my site pc web cam, over vpn only one user each side by ddns fqdn or IP in browser and I also want to use same internet for my inside LAN users.&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Fri, 07 Feb 2020 22:48:20 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/asa-5510-vpn-using-ddns-ip-with-inside-internet/m-p/4025921#M22752</guid>
      <dc:creator>muhammad.kamran</dc:creator>
      <dc:date>2020-02-07T22:48:20Z</dc:date>
    </item>
    <item>
      <title>Re: Asa 5510 VPN using ddns IP with inside internet</title>
      <link>https://community.cisco.com/t5/network-security/asa-5510-vpn-using-ddns-ip-with-inside-internet/m-p/4025959#M22754</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;My understanding for your question is that on your outside interface, you will be getting Dynamic IP which will keep changing with time. You can register for DDNS and configure asa to generate update whenever it gets new IP.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;To access the camera, one of the good solution will be to configure a SSL Webevpn on your Router outside Interface and from webevpn page, there will be bookmark for your one camera or multple cameras.&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Second option is to access the camera directly from outside using DDNS name. Once your Router Internet IP on outside IP associated with DDNS then we can configure portforwarding to allow people from outside to reach your camera on port 443 or 20000 e.g &lt;A href="https://asa.exampledomain.com:20000" target="_blank"&gt;https://asa.exampledomain.com:20000&lt;/A&gt;. From security perspective, if your camera supports https and authentication then it will be fine.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Configuration:&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;For DDNS:&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Once you setup account from your preffered partne for DDNS. you need add following to your ASA:&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;hostname(config)# ddns update method ddns-2&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;hostname(DDNS-update-method)# ddns both&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Step 2 To associate the method ddns-2 with the eth1 interface, enter the following commands:&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;hostname(DDNS-update-method)# interface eth1&lt;/P&gt;&lt;P&gt;hostname(config-if)# ddns update ddns-2&lt;/P&gt;&lt;P&gt;hostname(config-if)# ddns update hostname asa.example.com&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Option 1: SSL Configuration example from CLI or from ASDM:&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;A href="https://www.cisco.com/c/en/us/support/docs/security-vpn/webvpn-ssl-vpn/119417-config-asa-00.html" target="_blank"&gt;https://www.cisco.com/c/en/us/support/docs/security-vpn/webvpn-ssl-vpn/119417-config-asa-00.html&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;with above, once you open your SSLVPN page form outside using ddns or IP, you can browse any accessible Webpages of your LAN like your camera&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Option 2:&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;NAT/Portforwarding:&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;As mentioned above, you can access your camera without SSL also once your ddns setup is done or if you have static IP, you can access with static IP also:&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;ASA1(config)# object network CAMERA&lt;BR /&gt;ASA1(config-network-object)# host 192.168.3.1&lt;BR /&gt;ASA1(config-network-object)# nat (INSIDE,OUTSIDE) static interface service tcp 80 20000&lt;BR /&gt;or&lt;/P&gt;&lt;P&gt;nat (INSIDE,OUTSIDE) static interface service tcp 80 80&lt;/P&gt;&lt;P&gt;if you use 20000, then you need to access the camera on 2000 e.g &lt;A href="https://x.x.x.x:20000" target="_blank"&gt;https://x.x.x.x:20000&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Let me know for any further information.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;-- Rate this post helpful/accepted as solution if it helped you out. It will helpful for others also who are seeking solution for similar query&lt;/P&gt;</description>
      <pubDate>Fri, 07 Feb 2020 23:24:29 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/asa-5510-vpn-using-ddns-ip-with-inside-internet/m-p/4025959#M22754</guid>
      <dc:creator>Muhammad Awais Khan</dc:creator>
      <dc:date>2020-02-07T23:24:29Z</dc:date>
    </item>
  </channel>
</rss>

