<?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 Newbie need help ASA5505 in Network Security</title>
    <link>https://community.cisco.com/t5/network-security/newbie-need-help-asa5505/m-p/2373903#M308728</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;For Internet access you are lacking the default route from the ASA, add the default route with the correct gateway IP&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;route outside 0.0.0.0 0.0.0.0 &lt;ISP gateway=""&gt;&lt;/ISP&gt;&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If you are having problems with ICMP then add&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;policy-map global_policy&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt; class inspection_default&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;&amp;nbsp; inspect icmp&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;&amp;nbsp; inspect icmp error&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;For the NAT / Static PAT do the following changes&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;object network RDP&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt; host 192.168.1.106&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt; no nat (outside,inside) static 192.168.1.106 net-to-net service tcp 3389 3389 &lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt; nat (inside,outside) static interface service tcp 3389 3389&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Notice that the above changes are done under the &lt;STRONG&gt;"object"&lt;/STRONG&gt;. So first issue the command &lt;STRONG&gt;"object network RDP"&lt;/STRONG&gt; to move into the correct configuration mode. Then you will enter the correct source&lt;STRONG&gt; "host"&lt;/STRONG&gt; for the &lt;STRONG&gt;"nat"&lt;/STRONG&gt; configuration. Finally you will remove the current&lt;STRONG&gt; "nat" &lt;/STRONG&gt;command and enter the new&lt;STRONG&gt; "nat" &lt;/STRONG&gt;command.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;What the new &lt;STRONG&gt;"nat"&lt;/STRONG&gt; command will do is do Static PAT (Port Forward) for the internal host 192.168.1.106 and use the public IP address of your &lt;STRONG&gt;"outside"&lt;/STRONG&gt; interface because we have used the parameter &lt;STRONG&gt;"interface"&lt;/STRONG&gt; in the configuration.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;You will naturally also need an &lt;STRONG&gt;"access-list"&lt;/STRONG&gt; to permit traffic from the external/public network. The thing to consider here is that do you know the public source IP address where the RDP Connections are coming from? Are you always connecting from the same public IP address? If you do know the source IP address then insert it to the below ACL&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;access-list OUTSIDE-IN remark Allow RDP connections&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;access-list OUTSIDE-IN permit tcp host &lt;SOURCE ip=""&gt; object RDP eq 3389&lt;/SOURCE&gt;&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If you dont know the public source IP address were you connect with RDP then you will have to use the &lt;STRONG&gt;"any"&lt;/STRONG&gt; instead of the &lt;STRONG&gt;"host"&lt;/STRONG&gt;. Though that will naturally open up this port for any public/external user to try connection to your server.&amp;nbsp; In this case you would add the ACL&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;access-list OUTSIDE-IN permit tcp any object RDP eq 3389&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;With either of the above ACLs you will have to attach it to the ASA interface also with the command&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;access-group OUTSIDE-IN in interface outside&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Naturally you also have the option to configure VPN Client on the ASA in which case you get secure access to the internal servers without opening any connections from the external/public network.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Hope this helps &lt;SPAN __jive_emoticon_name="happy" __jive_macro_name="emoticon" class="jive_macro jive_emote" src="https://community.cisco.com/4.5.4/images/emoticons/happy.gif"&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Please do remember to mark a reply as the correct answer if it answered your question.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Feel free to ask more though&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;- Jouni&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Mon, 18 Nov 2013 09:43:51 GMT</pubDate>
    <dc:creator>Jouni Forss</dc:creator>
    <dc:date>2013-11-18T09:43:51Z</dc:date>
    <item>
      <title>Newbie need help ASA5505</title>
      <link>https://community.cisco.com/t5/network-security/newbie-need-help-asa5505/m-p/2373902#M308727</link>
      <description>&lt;P&gt;This is is my first time trying to bring an ADA5505 into a network. I cannot get internet access - I also want to be able to RDP into the server from the from the outside.&amp;nbsp; I used the startup wizard in the ASDM software, but still cannot get internet access....I think it has to do with NAT/PAT, but not sure where to go from here to fix this......any help is greatly appreciated - here is the the running-config....we don't need DHCP as we use it on the server and any other suggestions would be appreciated for best practices &lt;SPAN __jive_emoticon_name="happy" __jive_macro_name="emoticon" class="jive_macro jive_emote" src="https://community.cisco.com/images/emoticons/happy.gif"&gt;&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Tue, 26 Mar 2019 00:52:26 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/newbie-need-help-asa5505/m-p/2373902#M308727</guid>
      <dc:creator>Steven Couture</dc:creator>
      <dc:date>2019-03-26T00:52:26Z</dc:date>
    </item>
    <item>
      <title>Newbie need help ASA5505</title>
      <link>https://community.cisco.com/t5/network-security/newbie-need-help-asa5505/m-p/2373903#M308728</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;For Internet access you are lacking the default route from the ASA, add the default route with the correct gateway IP&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;route outside 0.0.0.0 0.0.0.0 &lt;ISP gateway=""&gt;&lt;/ISP&gt;&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If you are having problems with ICMP then add&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;policy-map global_policy&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt; class inspection_default&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;&amp;nbsp; inspect icmp&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;&amp;nbsp; inspect icmp error&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;For the NAT / Static PAT do the following changes&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;object network RDP&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt; host 192.168.1.106&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt; no nat (outside,inside) static 192.168.1.106 net-to-net service tcp 3389 3389 &lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt; nat (inside,outside) static interface service tcp 3389 3389&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Notice that the above changes are done under the &lt;STRONG&gt;"object"&lt;/STRONG&gt;. So first issue the command &lt;STRONG&gt;"object network RDP"&lt;/STRONG&gt; to move into the correct configuration mode. Then you will enter the correct source&lt;STRONG&gt; "host"&lt;/STRONG&gt; for the &lt;STRONG&gt;"nat"&lt;/STRONG&gt; configuration. Finally you will remove the current&lt;STRONG&gt; "nat" &lt;/STRONG&gt;command and enter the new&lt;STRONG&gt; "nat" &lt;/STRONG&gt;command.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;What the new &lt;STRONG&gt;"nat"&lt;/STRONG&gt; command will do is do Static PAT (Port Forward) for the internal host 192.168.1.106 and use the public IP address of your &lt;STRONG&gt;"outside"&lt;/STRONG&gt; interface because we have used the parameter &lt;STRONG&gt;"interface"&lt;/STRONG&gt; in the configuration.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;You will naturally also need an &lt;STRONG&gt;"access-list"&lt;/STRONG&gt; to permit traffic from the external/public network. The thing to consider here is that do you know the public source IP address where the RDP Connections are coming from? Are you always connecting from the same public IP address? If you do know the source IP address then insert it to the below ACL&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;access-list OUTSIDE-IN remark Allow RDP connections&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;access-list OUTSIDE-IN permit tcp host &lt;SOURCE ip=""&gt; object RDP eq 3389&lt;/SOURCE&gt;&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If you dont know the public source IP address were you connect with RDP then you will have to use the &lt;STRONG&gt;"any"&lt;/STRONG&gt; instead of the &lt;STRONG&gt;"host"&lt;/STRONG&gt;. Though that will naturally open up this port for any public/external user to try connection to your server.&amp;nbsp; In this case you would add the ACL&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;access-list OUTSIDE-IN permit tcp any object RDP eq 3389&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;With either of the above ACLs you will have to attach it to the ASA interface also with the command&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;access-group OUTSIDE-IN in interface outside&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Naturally you also have the option to configure VPN Client on the ASA in which case you get secure access to the internal servers without opening any connections from the external/public network.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Hope this helps &lt;SPAN __jive_emoticon_name="happy" __jive_macro_name="emoticon" class="jive_macro jive_emote" src="https://community.cisco.com/4.5.4/images/emoticons/happy.gif"&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Please do remember to mark a reply as the correct answer if it answered your question.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Feel free to ask more though&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;- Jouni&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 18 Nov 2013 09:43:51 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/newbie-need-help-asa5505/m-p/2373903#M308728</guid>
      <dc:creator>Jouni Forss</dc:creator>
      <dc:date>2013-11-18T09:43:51Z</dc:date>
    </item>
    <item>
      <title>Re: Newbie need help ASA5505</title>
      <link>https://community.cisco.com/t5/network-security/newbie-need-help-asa5505/m-p/2373904#M308729</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thank you very much for your patience and help - please check my current work - a few questions:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;1) with the outside default route - I see in the outside route it added the number 1 on the end - I think this means default admin distance of 1 hop?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;2) I think the RDP needs some more work....do i need to remove this line:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;nat (inside,outside) after-auto source dynamic any interface&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;3) I see under policy_map global_policy it added inspect icmp and inspect icmp error - so this is working? This is for pings out side of LAN?&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;.....also want to setup VPN, but will need help with that too &lt;SPAN __jive_emoticon_name="happy" __jive_macro_name="emoticon" class="jive_macro jive_emote" height="16" src="https://community.cisco.com/4.5.4/images/emoticons/happy.gif" width="16"&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 18 Nov 2013 11:36:09 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/newbie-need-help-asa5505/m-p/2373904#M308729</guid>
      <dc:creator>Steven Couture</dc:creator>
      <dc:date>2013-11-18T11:36:09Z</dc:date>
    </item>
    <item>
      <title>Newbie need help ASA5505</title>
      <link>https://community.cisco.com/t5/network-security/newbie-need-help-asa5505/m-p/2373905#M308730</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Did the connection to the Internet work after adding the default route? I didnt see anything else that should be a problem.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If you added the needed NAT and ACL Configurations then it should work unless there are some problems on the actual server.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;You can try the &lt;STRONG&gt;"packet-tracer"&lt;/STRONG&gt; command on the ASA to test its configurations&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;packet-tracer input outside tcp &lt;SOURCE ip=""&gt; 12345 &lt;YOUR public="" ip=""&gt; 3389&lt;/YOUR&gt;&lt;/SOURCE&gt;&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Insert &lt;STRONG&gt;&lt;SOURCE ip=""&gt;&lt;/SOURCE&gt;&lt;/STRONG&gt; that matches the ACL rule you created and insert your public IP address configured on the ASA to the &lt;STRONG&gt;&lt;YOUR public="" ip=""&gt;.&lt;/YOUR&gt;&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Post that output&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;You should not remove the other&lt;STRONG&gt; "nat"&lt;/STRONG&gt; configuration as that is the Dynamic PAT translation for all the LAN users towards Internet.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The ICMP inspections are basically meant to automatically allow the ICMP Echo reply back to the host on the LAN if it sends ICMP to something on the Internet.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;For VPN you would have to either use the old Cisco IPSec VPN Client or Cisco AnyConnect Client depending if you have the software for that on the ASA. The actual configuration is probably best done through the Wizard and if it doesnt work then we could look at the configuration again.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;- Jouni&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 18 Nov 2013 11:49:29 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/newbie-need-help-asa5505/m-p/2373905#M308730</guid>
      <dc:creator>Jouni Forss</dc:creator>
      <dc:date>2013-11-18T11:49:29Z</dc:date>
    </item>
    <item>
      <title>Newbie need help ASA5505</title>
      <link>https://community.cisco.com/t5/network-security/newbie-need-help-asa5505/m-p/2373906#M308731</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;It could be related to that you need to define ipv4 on the ACL but please run the packet tracer it should tell us&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 19 Nov 2013 04:46:35 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/newbie-need-help-asa5505/m-p/2373906#M308731</guid>
      <dc:creator>jumora</dc:creator>
      <dc:date>2013-11-19T04:46:35Z</dc:date>
    </item>
    <item>
      <title>Re: Newbie need help ASA5505</title>
      <link>https://community.cisco.com/t5/network-security/newbie-need-help-asa5505/m-p/2373907#M308732</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;OK - I dropped it in an everything seems to be working.....I have internet and I can RDP in from the outside.....but packet tracer is failing from the ASDM....it does pass when run from the command line .......I have attached current config&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 19 Nov 2013 09:55:20 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/newbie-need-help-asa5505/m-p/2373907#M308732</guid>
      <dc:creator>Steven Couture</dc:creator>
      <dc:date>2013-11-19T09:55:20Z</dc:date>
    </item>
    <item>
      <title>Newbie need help ASA5505</title>
      <link>https://community.cisco.com/t5/network-security/newbie-need-help-asa5505/m-p/2373908#M308733</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;What did you add?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If the &lt;STRONG&gt;"packet-tracer"&lt;/STRONG&gt; goes through from the CLI and not from the ASDM then you have probably given some wrong information on the ASDM Side in its GUI.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Main thing is that connection are working. Atleast I understood so from your reply?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;- Jouni&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 19 Nov 2013 10:11:45 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/newbie-need-help-asa5505/m-p/2373908#M308733</guid>
      <dc:creator>Jouni Forss</dc:creator>
      <dc:date>2013-11-19T10:11:45Z</dc:date>
    </item>
    <item>
      <title>Re: Newbie need help ASA5505</title>
      <link>https://community.cisco.com/t5/network-security/newbie-need-help-asa5505/m-p/2373909#M308734</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt; yes - we are working - thanks....for the packet tracer in ADMN:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;For interface - select outside&lt;/P&gt;&lt;P&gt;Source IP - my public IP address&lt;/P&gt;&lt;P&gt;Source port - 12345&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Destination IP: 192.168.1.106 &lt;/P&gt;&lt;P&gt;Destination port: 3389&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Is this correct?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 19 Nov 2013 10:46:03 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/newbie-need-help-asa5505/m-p/2373909#M308734</guid>
      <dc:creator>Steven Couture</dc:creator>
      <dc:date>2013-11-19T10:46:03Z</dc:date>
    </item>
    <item>
      <title>Re: Newbie need help ASA5505</title>
      <link>https://community.cisco.com/t5/network-security/newbie-need-help-asa5505/m-p/2373910#M308735</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;No, it should be&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;UL&gt;&lt;LI&gt;&lt;STRONG&gt;Source IP: &lt;/STRONG&gt;1.1.1.1 (for example)&lt;/LI&gt;&lt;LI&gt;&lt;STRONG&gt;Destination IP: &lt;/STRONG&gt;your public IP&lt;/LI&gt;&lt;/UL&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Please remember to mark a reply as the correct answer if it answered your question and rate helpfull answers &lt;SPAN __jive_emoticon_name="happy" __jive_macro_name="emoticon" class="jive_macro jive_emote" src="https://community.cisco.com/4.5.4/images/emoticons/happy.gif"&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Though naturally ask more if there is still something that needs looking into.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;- Jouni&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 19 Nov 2013 10:50:25 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/newbie-need-help-asa5505/m-p/2373910#M308735</guid>
      <dc:creator>Jouni Forss</dc:creator>
      <dc:date>2013-11-19T10:50:25Z</dc:date>
    </item>
    <item>
      <title>Re: Newbie need help ASA5505</title>
      <link>https://community.cisco.com/t5/network-security/newbie-need-help-asa5505/m-p/2373911#M308736</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;That was it - it worked correctly - thanks again.&amp;nbsp; I want to study some more before I attempt the VPN setup - I will open a new thread when I am ready to start - or fail &lt;SPAN __jive_emoticon_name="happy" __jive_macro_name="emoticon" class="jive_macro jive_macro_emoticon" src="https://community.cisco.com/4.5.4/images/tiny_mce3/plugins/jiveemoticons/images/spacer.gif"&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 19 Nov 2013 10:56:38 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/newbie-need-help-asa5505/m-p/2373911#M308736</guid>
      <dc:creator>Steven Couture</dc:creator>
      <dc:date>2013-11-19T10:56:38Z</dc:date>
    </item>
    <item>
      <title>Re: Newbie need help ASA5505</title>
      <link>https://community.cisco.com/t5/network-security/newbie-need-help-asa5505/m-p/2373912#M308737</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Ok, lets look at the VPN setup if needed when you have had time to set it up.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;- Jouni&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 19 Nov 2013 10:59:51 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/newbie-need-help-asa5505/m-p/2373912#M308737</guid>
      <dc:creator>Jouni Forss</dc:creator>
      <dc:date>2013-11-19T10:59:51Z</dc:date>
    </item>
  </channel>
</rss>

