<?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: ASA 5510 in Network Security</title>
    <link>https://community.cisco.com/t5/network-security/asa-5510/m-p/1508053#M705285</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Prashant,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I think you opened a discussion in VPN section.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Let us continue there.&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;Cheers,&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;Avinash.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 17 Nov 2010 08:16:44 GMT</pubDate>
    <dc:creator>apothula</dc:creator>
    <dc:date>2010-11-17T08:16:44Z</dc:date>
    <item>
      <title>ASA 5510</title>
      <link>https://community.cisco.com/t5/network-security/asa-5510/m-p/1508045#M705277</link>
      <description>&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have a ASA 5510 ASA version 7.0.8 and ASDM 5.2. I am not familiar with the CLI and am using the ASDM.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have connected the ASA 5510 as folllows:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;DSL Modem/Router(DHCP Server : 192.168.10.x)-------&amp;gt;ASA 5510 Ethernet 0/0(DHCP configured, security level 0, subnet 255.255.255.0)&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Ethernet 0/1 (Static IP 192.168.15.1,security level 100, subnet 255.255.255.0) and Management Port (DHCP Server : 192.168.1.x, security level 100, subnet 255.255.255.0)---------&amp;gt;Switch---------&amp;gt;PC&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;In the above scenario using the ASDM Ping I can ping 4.2.2.2, 192.168.15.1, 192.168.10.3 (Ethernet 0/0) but can not ping any using the command prompt. When connected using Ethernet 0/1 my computer shows limited connectivity and can not connect to the ASA. Please can you explain how should ethernet 0/1 be configured to establish connectivity with the ASA and then to have internet access. I tried to enable DHCP server to provide an IP to the computer on Ethernet 0/1 but the ASDM gives an error Ethernet 0/1 is a client and can not be a server.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;After this I need to create a VPN between the ASA and a 3G router over IPSEC.&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;/P&gt;&lt;P&gt;&lt;/P&gt;</description>
      <pubDate>Mon, 11 Mar 2019 19:08:58 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/asa-5510/m-p/1508045#M705277</guid>
      <dc:creator>prashantchandak7</dc:creator>
      <dc:date>2019-03-11T19:08:58Z</dc:date>
    </item>
    <item>
      <title>Re: ASA 5510</title>
      <link>https://community.cisco.com/t5/network-security/asa-5510/m-p/1508046#M705278</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Prashant,&lt;/P&gt;&lt;P&gt;Oh boy ! lot on your plate - all with asdm?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Hmm...&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;inside hosts--(192.168.1.x)-inside-(E0/1)ASA(E0/0)-outside-192.168.10.x---DSL modem--Internet&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;5 steps to configuring a firewall to provide internet access - vpn is a completely diff. issue. Let us not combine that with this.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;1. configure inside interface&lt;/P&gt;&lt;P&gt;2. configure outside interface&lt;/P&gt;&lt;P&gt;3. configure nat/global&lt;/P&gt;&lt;P&gt;4. configure default route on the ASA&lt;/P&gt;&lt;P&gt;5. configure dhcp on the ASA&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Why don't you just copy and paste these via CLI on the ASA.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;(1)&lt;/P&gt;&lt;P&gt;conf t&lt;/P&gt;&lt;P&gt;int E0/1&lt;/P&gt;&lt;P&gt;ip address 192.168.1.1 255.255.255.0&lt;/P&gt;&lt;P&gt;nameif inside&lt;/P&gt;&lt;P&gt;sec 100&lt;/P&gt;&lt;P&gt;no shut&lt;/P&gt;&lt;P&gt;exit&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;(2)&lt;/P&gt;&lt;P&gt;int E0/0&lt;/P&gt;&lt;P&gt;ip add dhcp setroute&lt;/P&gt;&lt;P&gt;nameif outside&lt;/P&gt;&lt;P&gt;sec 0&lt;/P&gt;&lt;P&gt;no shut&lt;/P&gt;&lt;P&gt;exit&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;(3)&lt;/P&gt;&lt;P&gt;nat (inside) 1 192.168.10.0 255.255.255.0&lt;/P&gt;&lt;P&gt;global (outside) 1 int&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;(4)&lt;/P&gt;&lt;P&gt;route outside 0 0 192.168.10.x&amp;nbsp; (replace x with the last octet of the router IP address)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;(5)&lt;/P&gt;&lt;P&gt;dhcpd dns 4.2.2.2 (you can replace 4.2.2.2 with your ISP provide dns server ip address)&lt;/P&gt;&lt;P&gt;dhcpd add 192.168.1.10-192.168.1.250 inside&lt;/P&gt;&lt;P&gt;dhcpd enable inside&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;That should do it.&amp;nbsp; You should get IP address from the ASA for the inside computers.&amp;nbsp; They should be able to reach the internet.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;Now, if you need asdm help you should refer this link: &lt;/SPAN&gt;&lt;A class="jive-link-external-small" href="http://www.cisco.com/en/US/docs/security/asa/asa72/asdm52/user/guide/user.html"&gt;http://www.cisco.com/en/US/docs/security/asa/asa72/asdm52/user/guide/user.html&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;-KS&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 13 Nov 2010 15:15:22 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/asa-5510/m-p/1508046#M705278</guid>
      <dc:creator>Kureli Sankar</dc:creator>
      <dc:date>2010-11-13T15:15:22Z</dc:date>
    </item>
    <item>
      <title>Re: ASA 5510</title>
      <link>https://community.cisco.com/t5/network-security/asa-5510/m-p/1508047#M705279</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thank you for your response.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;But I continue to have the same problem.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;(1)&lt;/P&gt;&lt;P&gt;conf t&lt;/P&gt;&lt;P&gt;int E0/1&lt;/P&gt;&lt;P&gt;ip address 192.168.1.1 255.255.255.0&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;After this it reports an error that the E0/1 can not overlap with IP address and subnet of Management Port so I configured E0/1 to 192.168.12.1, subnet 255.255.255.0.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;After this I completed the commands as you mentioned.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;However when I connect my computer to the ASA (E0/1) via switch I can only ping 192.168.12.1 but can not ping 192.168.10.3 (E0/0) and 192.168.10.1 (DSL modem/router).&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Any suggestions please. &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 15 Nov 2010 07:48:22 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/asa-5510/m-p/1508047#M705279</guid>
      <dc:creator>prashantchandak7</dc:creator>
      <dc:date>2010-11-15T07:48:22Z</dc:date>
    </item>
    <item>
      <title>Re: ASA 5510</title>
      <link>https://community.cisco.com/t5/network-security/asa-5510/m-p/1508048#M705280</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Prashant,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Where is the 192.168.12.1 IP address configured ? Is that the inside interface IP address.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;You wouldn't be able to ping thw 192.168.10.3 IP address considering, it is the outside interface IP address and you are pinging from the inside.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Please provide us the NAT configuration on the ASA and also paste the output of &lt;STRONG&gt;show xlate &lt;/STRONG&gt;command&lt;STRONG&gt; &lt;/STRONG&gt;on the ASA here for us to understand the issue better.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Also provide us the output of show route.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Cheers.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Avinash.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 15 Nov 2010 13:09:09 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/asa-5510/m-p/1508048#M705280</guid>
      <dc:creator>apothula</dc:creator>
      <dc:date>2010-11-15T13:09:09Z</dc:date>
    </item>
    <item>
      <title>Re: ASA 5510</title>
      <link>https://community.cisco.com/t5/network-security/asa-5510/m-p/1508049#M705281</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Avinash&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Yes 192.168.12.1 is the inside IP address.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The NAT configuration is as per the commands below:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;nat (inside) 1 192.168.10.0 255.255.255.0&lt;/P&gt;&lt;P&gt;global (outside) 1 int&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;route outside 0 0 192.168.10.1&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Result of the command in ASDM CLI: "show xlate"&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;0 in use, 0 most used&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Result of the command in ASDM CLI: "show route"&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;S&amp;nbsp;&amp;nbsp;&amp;nbsp; 0.0.0.0 0.0.0.0 [1/0] via 192.168.10.1, outside &lt;/P&gt;&lt;P&gt;C&amp;nbsp;&amp;nbsp;&amp;nbsp; 192.168.1.0 255.255.255.0 is directly connected, management&lt;/P&gt;&lt;P&gt;C&amp;nbsp;&amp;nbsp;&amp;nbsp; 192.168.10.0 255.255.255.0 is directly connected, outside&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Prashant&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 15 Nov 2010 13:50:11 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/asa-5510/m-p/1508049#M705281</guid>
      <dc:creator>prashantchandak7</dc:creator>
      <dc:date>2010-11-15T13:50:11Z</dc:date>
    </item>
    <item>
      <title>Re: ASA 5510</title>
      <link>https://community.cisco.com/t5/network-security/asa-5510/m-p/1508050#M705282</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Prashant,&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;My guess was right.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The NAT statement is wrong.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Please add the following commands and&lt;/P&gt;&lt;P&gt;no nat (inside) 1 192.168.10.0 255.255.255.0&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;nat (inside) 1 0 0&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Also, i guess the inside interface is shutdown because i dont see a connected route for the inside interface.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Please check that as well and let me know how it goes. &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;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Cheers,&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;Avinash.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 15 Nov 2010 15:46:08 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/asa-5510/m-p/1508050#M705282</guid>
      <dc:creator>apothula</dc:creator>
      <dc:date>2010-11-15T15:46:08Z</dc:date>
    </item>
    <item>
      <title>Re: ASA 5510</title>
      <link>https://community.cisco.com/t5/network-security/asa-5510/m-p/1508051#M705283</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Avinash&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks a lot you got it working. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Now I am to my next step of configuring a VPN. I will keep you updated.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 15 Nov 2010 17:02:10 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/asa-5510/m-p/1508051#M705283</guid>
      <dc:creator>prashantchandak7</dc:creator>
      <dc:date>2010-11-15T17:02:10Z</dc:date>
    </item>
    <item>
      <title>Re: ASA 5510</title>
      <link>https://community.cisco.com/t5/network-security/asa-5510/m-p/1508052#M705284</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I was next trying to configure IPSEC VPN between ASA 5510 and a 3G router using the VPN wizard in ASDM. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;However, I am not able to configure it. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;1. Is it possible to put a DDNS address in Peer IP address because the 3G router has dynamic IP. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;2. Please can you assist in configuration. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Prashant&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 17 Nov 2010 06:27:59 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/asa-5510/m-p/1508052#M705284</guid>
      <dc:creator>prashantchandak7</dc:creator>
      <dc:date>2010-11-17T06:27:59Z</dc:date>
    </item>
    <item>
      <title>Re: ASA 5510</title>
      <link>https://community.cisco.com/t5/network-security/asa-5510/m-p/1508053#M705285</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Prashant,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I think you opened a discussion in VPN section.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Let us continue there.&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;Cheers,&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;Avinash.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 17 Nov 2010 08:16:44 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/asa-5510/m-p/1508053#M705285</guid>
      <dc:creator>apothula</dc:creator>
      <dc:date>2010-11-17T08:16:44Z</dc:date>
    </item>
  </channel>
</rss>

