<?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 Confused and need some advice in Network Security</title>
    <link>https://community.cisco.com/t5/network-security/confused-and-need-some-advice/m-p/1708928#M535712</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Ok, so can you provide thos packet captures and the logs that you get on the firewall???&lt;/P&gt;&lt;P&gt;I need to check which nat is failing. Plz provide the latest show run as well.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;-Varun&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 20 Jul 2011 13:38:42 GMT</pubDate>
    <dc:creator>varrao</dc:creator>
    <dc:date>2011-07-20T13:38:42Z</dc:date>
    <item>
      <title>Confused and need some advice</title>
      <link>https://community.cisco.com/t5/network-security/confused-and-need-some-advice/m-p/1708916#M535667</link>
      <description>&lt;P&gt;I am attaching a basic diagram of what I am trying to do, but I will try and explain in detail in the post.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have an AT&amp;amp;T Router that is my gateway to the internet, I have no access to it.&amp;nbsp; I do have the inside ip address of it which is on my private LAN.&amp;nbsp; Just for shiggles we will call it 10.25.240.1 255.255.248.0.&amp;nbsp; That is my&amp;nbsp; gateway address for all of my current devices.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have this shiny new ASA that I want to throw in there to eliminate a proventia and a sidewinder.&amp;nbsp; &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The diagram shows two stacks, these are my virtual server clusters with 3560X switches with the vlans configured, and several more switches all configured with vlan 832,&amp;nbsp; connected to a 2950, which is connected to my internal 2600 router.&amp;nbsp; I have 4 Vlans running on 4 different ip ranges, all controlled by the internal router, with only one vlan, let's say 832 that is trunked to the outside world.&amp;nbsp; That vlan has 172.16.1.x 255.255.0.0 network attached to it.&amp;nbsp; All is well, and traffic is routing behind the internal router, but I cannot seem to figure out how to get the traffic to pass thru the ASA.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Gateway 10.25.240.1&lt;/P&gt;&lt;P&gt;Outside of the ASA 10.25.240.25&lt;/P&gt;&lt;P&gt;Inside of the ASA 172.16.1.25&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Eth0/0 on the router 172.16.1.1&lt;/P&gt;&lt;P&gt;Eth0/0.1 on the router 172.16.1.2 832&lt;/P&gt;&lt;P&gt;Encapsulation is dot1q&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;This might be just a bunch of babble, if you need more information just let me know what to throw at you.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Crash&lt;/P&gt;</description>
      <pubDate>Mon, 11 Mar 2019 21:00:26 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/confused-and-need-some-advice/m-p/1708916#M535667</guid>
      <dc:creator>crash5050</dc:creator>
      <dc:date>2019-03-11T21:00:26Z</dc:date>
    </item>
    <item>
      <title>Re: Confused and need some advice</title>
      <link>https://community.cisco.com/t5/network-security/confused-and-need-some-advice/m-p/1708917#M535670</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;HI David,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;OK just for starters, we would need to put some basic config on the firewall and then move on to each requirement:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;int eth0/1&lt;/P&gt;&lt;P&gt;&amp;nbsp; ip address 10.25.240.25 255.255.255.0&lt;/P&gt;&lt;P&gt;&amp;nbsp; nameif outside&lt;/P&gt;&lt;P&gt;&amp;nbsp; no shut&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;int eth0/0&lt;/P&gt;&lt;P&gt;&amp;nbsp; ip add 172.16.1.1 255.255.255.0&lt;/P&gt;&lt;P&gt;&amp;nbsp; nameif inside&lt;/P&gt;&lt;P&gt;&amp;nbsp; no shut&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;nat (inside) 1 0.0.0.0 0.0.0.0&lt;/P&gt;&lt;P&gt;global (outside) 1 interface&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; these stements would nat the inside traffic to the internet router&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;route outside 0.0.0.0 0.0.0.0 10.25.240.1 1&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;gt; DG on the ASA&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;access-list out_in permit icmp any any&lt;/P&gt;&lt;P&gt;access-group out_in in interface outside&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;gt; to allow ping replies and requests from outside interface&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;icmp permit any inside&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;gt; to allow ping to firewall inside&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;This should be the basic for pinging interfaces on the firewall and pinging the router.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Lets do this first and then move on to next issue. Could you also post an output of "show tech-support" from the ASA&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;Varun&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 19 Jul 2011 15:34:33 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/confused-and-need-some-advice/m-p/1708917#M535670</guid>
      <dc:creator>varrao</dc:creator>
      <dc:date>2011-07-19T15:34:33Z</dc:date>
    </item>
    <item>
      <title>Re: Confused and need some advice</title>
      <link>https://community.cisco.com/t5/network-security/confused-and-need-some-advice/m-p/1708918#M535675</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Ok, I tried all that, set the ASA back to factory-default and followed your directions, I could ping between the interfaces, but the PC on the inside interface couldn's ping thru to the Gateway router.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Attached are my sh run and sh tech-support files&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 19 Jul 2011 16:33:13 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/confused-and-need-some-advice/m-p/1708918#M535675</guid>
      <dc:creator>crash5050</dc:creator>
      <dc:date>2011-07-19T16:33:13Z</dc:date>
    </item>
    <item>
      <title>Confused and need some advice</title>
      <link>https://community.cisco.com/t5/network-security/confused-and-need-some-advice/m-p/1708919#M535677</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi David,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I am not sure about this config, you have no ip address assigned on isnide interface:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;interface Ethernet0/0&lt;/P&gt;&lt;P&gt; nameif inside&lt;/P&gt;&lt;P&gt; security-level 100&lt;/P&gt;&lt;P&gt; no ip address&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;But you have one on management interface:&lt;/P&gt;&lt;P&gt;interface Management0/0&lt;/P&gt;&lt;P&gt; nameif management&lt;/P&gt;&lt;P&gt; security-level 100&lt;/P&gt;&lt;P&gt; ip address 192.168.1.1 255.255.255.0 &lt;/P&gt;&lt;P&gt; management-only&lt;/P&gt;&lt;P&gt;!&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Could you verify,which interfaces have you configured????&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;-Varun&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 19 Jul 2011 16:42:18 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/confused-and-need-some-advice/m-p/1708919#M535677</guid>
      <dc:creator>varrao</dc:creator>
      <dc:date>2011-07-19T16:42:18Z</dc:date>
    </item>
    <item>
      <title>Confused and need some advice</title>
      <link>https://community.cisco.com/t5/network-security/confused-and-need-some-advice/m-p/1708920#M535680</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt; OOps, that should be &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;int e0/0&lt;/P&gt;&lt;P&gt;ip address 10.25.240.248 255.255.255.0&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 19 Jul 2011 16:48:47 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/confused-and-need-some-advice/m-p/1708920#M535680</guid>
      <dc:creator>crash5050</dc:creator>
      <dc:date>2011-07-19T16:48:47Z</dc:date>
    </item>
    <item>
      <title>Confused and need some advice</title>
      <link>https://community.cisco.com/t5/network-security/confused-and-need-some-advice/m-p/1708921#M535684</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt; I am all confused now&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;inside 10.25.241.1&lt;/P&gt;&lt;P&gt;outside 10.25.240.248&lt;/P&gt;&lt;P&gt;default gateway 10.25.240.1&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 19 Jul 2011 16:50:39 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/confused-and-need-some-advice/m-p/1708921#M535684</guid>
      <dc:creator>crash5050</dc:creator>
      <dc:date>2011-07-19T16:50:39Z</dc:date>
    </item>
    <item>
      <title>Confused and need some advice</title>
      <link>https://community.cisco.com/t5/network-security/confused-and-need-some-advice/m-p/1708922#M535688</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi David,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&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; , well don't worry let's not get confused, you're doing everything right untill now, so now moving ahead:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;int eth0/1&lt;/P&gt;&lt;P&gt;&amp;nbsp; ip address 10.25.241.25 255.255.255.0&lt;/P&gt;&lt;P&gt;&amp;nbsp; nameif inside&lt;/P&gt;&lt;P&gt;&amp;nbsp; no shut&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;int eth0/0&lt;/P&gt;&lt;P&gt;&amp;nbsp; ip add 10.25.240.248 255.255.255.0&lt;/P&gt;&lt;P&gt;&amp;nbsp; nameif outside&lt;/P&gt;&lt;P&gt;&amp;nbsp; no shut&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;* Remember these no shut commands are very important, as theyw ould bring the firewall interfaces up.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Now try pinging again, first ping interface 10.25.241.25 from the computer, it should be successful.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Then try pinging your DG 10.25.240.1, taht shud also b successful, but if not, lets take captures on ASA, you would need to tell me the ip address of the computer from whr you are pingi8ng and i'll let you know the capture commands.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;Varun&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 19 Jul 2011 17:04:52 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/confused-and-need-some-advice/m-p/1708922#M535688</guid>
      <dc:creator>varrao</dc:creator>
      <dc:date>2011-07-19T17:04:52Z</dc:date>
    </item>
    <item>
      <title>Re: Confused and need some advice</title>
      <link>https://community.cisco.com/t5/network-security/confused-and-need-some-advice/m-p/1708923#M535692</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Ok, progress is being made.&amp;nbsp; I can, from the ASA now ping the DG.&amp;nbsp; I can ping the inside address only if I am plugged directly into the eth0/1 port on the back of the ASA.&amp;nbsp; I did a wr er reload on my switch, and I can now ping the inside interface from the switch.&amp;nbsp; But I cannot get the outside interface or the DG from the PC.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Attaching new run and tech support files&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 19 Jul 2011 17:35:51 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/confused-and-need-some-advice/m-p/1708923#M535692</guid>
      <dc:creator>crash5050</dc:creator>
      <dc:date>2011-07-19T17:35:51Z</dc:date>
    </item>
    <item>
      <title>Confused and need some advice</title>
      <link>https://community.cisco.com/t5/network-security/confused-and-need-some-advice/m-p/1708924#M535697</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi David,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Great!!!, this is definitely progress here.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;You would not be able to ping outside interface, deafult behavior of ASA (remote interfaces are not pingable), but yes DG should ping from the PC.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Ok now lets take captures and logs on the ASA.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;first of all you need to configure this on ASA:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;logging enable&lt;/P&gt;&lt;P&gt;logging buffered 7&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;and then for captures:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;lets say your PC ip is 172.16.1.1,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;access-list cap permit ip host 172.16.1.1 host 10.25.240.1&lt;/P&gt;&lt;P&gt;access-list cap permit ip host 10.25.240.1 host 172.16.1.1&lt;/P&gt;&lt;P&gt;access-list cap permit ip host 10.25.240.25 host 10.25.240.1&lt;/P&gt;&lt;P&gt;access-list cap permit ip host 10.25.240.1 host 10.25.240.25&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;cap capin access-list cap interface inside&lt;/P&gt;&lt;P&gt;cap capo access-list cap interface outside&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;and also enable the debugs:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;debug icmp trace&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;and after enabling the logs, captures and debugs, initiate pings from PC and collect these outputs.&lt;/P&gt;&lt;P&gt;Debugs would pop up themselves&lt;/P&gt;&lt;P&gt;For logs, do " show logging" and copy the ping traffic logs&lt;/P&gt;&lt;P&gt;For captures do " show cap capin" and "show cap capo"&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Kindly provide these.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;Varun&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 19 Jul 2011 17:52:22 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/confused-and-need-some-advice/m-p/1708924#M535697</guid>
      <dc:creator>varrao</dc:creator>
      <dc:date>2011-07-19T17:52:22Z</dc:date>
    </item>
    <item>
      <title>Re: Confused and need some advice</title>
      <link>https://community.cisco.com/t5/network-security/confused-and-need-some-advice/m-p/1708925#M535702</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Here is the capture file&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 19 Jul 2011 18:21:29 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/confused-and-need-some-advice/m-p/1708925#M535702</guid>
      <dc:creator>crash5050</dc:creator>
      <dc:date>2011-07-19T18:21:29Z</dc:date>
    </item>
    <item>
      <title>Confused and need some advice</title>
      <link>https://community.cisco.com/t5/network-security/confused-and-need-some-advice/m-p/1708926#M535705</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi David,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Did you try pinging after enabling these commands, if yes, i do not see any packets on the firewall arriving, so dow e have a route on the switch for directing all the traffic to ASA inside interface???&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;Varun&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 19 Jul 2011 18:30:22 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/confused-and-need-some-advice/m-p/1708926#M535705</guid>
      <dc:creator>varrao</dc:creator>
      <dc:date>2011-07-19T18:30:22Z</dc:date>
    </item>
    <item>
      <title>Confused and need some advice</title>
      <link>https://community.cisco.com/t5/network-security/confused-and-need-some-advice/m-p/1708927#M535709</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt; Yeppers, I ran a ping for about 10 minutes.&amp;nbsp; Ran packet tracer, and it seems that the NAT is where it is failing.&amp;nbsp; Result Packett Dropped.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;David&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 20 Jul 2011 13:20:58 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/confused-and-need-some-advice/m-p/1708927#M535709</guid>
      <dc:creator>crash5050</dc:creator>
      <dc:date>2011-07-20T13:20:58Z</dc:date>
    </item>
    <item>
      <title>Confused and need some advice</title>
      <link>https://community.cisco.com/t5/network-security/confused-and-need-some-advice/m-p/1708928#M535712</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Ok, so can you provide thos packet captures and the logs that you get on the firewall???&lt;/P&gt;&lt;P&gt;I need to check which nat is failing. Plz provide the latest show run as well.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;-Varun&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 20 Jul 2011 13:38:42 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/confused-and-need-some-advice/m-p/1708928#M535712</guid>
      <dc:creator>varrao</dc:creator>
      <dc:date>2011-07-20T13:38:42Z</dc:date>
    </item>
    <item>
      <title>Confused and need some advice</title>
      <link>https://community.cisco.com/t5/network-security/confused-and-need-some-advice/m-p/1708929#M535714</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt; I hhave resorted to the BFH configuration method.&amp;nbsp; Big Freaking Hammer!&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 20 Jul 2011 14:58:50 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/confused-and-need-some-advice/m-p/1708929#M535714</guid>
      <dc:creator>crash5050</dc:creator>
      <dc:date>2011-07-20T14:58:50Z</dc:date>
    </item>
    <item>
      <title>Confused and need some advice</title>
      <link>https://community.cisco.com/t5/network-security/confused-and-need-some-advice/m-p/1708930#M535716</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Lol &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;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 20 Jul 2011 15:20:59 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/confused-and-need-some-advice/m-p/1708930#M535716</guid>
      <dc:creator>varrao</dc:creator>
      <dc:date>2011-07-20T15:20:59Z</dc:date>
    </item>
    <item>
      <title>Confused and need some advice</title>
      <link>https://community.cisco.com/t5/network-security/confused-and-need-some-advice/m-p/1708931#M535718</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I did a write erase reload, then factory-default&amp;nbsp; so it is new again.&amp;nbsp; I am about to apply this config.&amp;nbsp; Is it right?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;int eth0/0&lt;BR /&gt;ip address 10.25.240.248 255.255.255.0&lt;BR /&gt;nameif outside&lt;BR /&gt;no shut&lt;/P&gt;&lt;P&gt;int eth0/1&lt;BR /&gt;ip address 10.25.241.25 255.255.255.0&lt;BR /&gt;nameif inside&lt;/P&gt;&lt;P&gt;nat (inside) 1 0.0.0.0 0.0.0.0&lt;BR /&gt;global (outside) 1 interface&lt;BR /&gt;route outside 0.0.0.0 0.0.0.0 10.25.240.1 1&lt;BR /&gt;access-list out_in permit icmp any any&lt;BR /&gt;access-group out_in in interface outside&lt;BR /&gt;icmp permit any inside&lt;BR /&gt;logging enable&lt;BR /&gt;logging buffered 7&lt;/P&gt;&lt;P&gt;access-list cap permit ip host 10.25.241.2 host 10.25.240.1&lt;BR /&gt;access-list cap permit ip host 10.25.240.1 host 10.25.241.2&lt;BR /&gt;access-list cap permit ip host 10.25.240.25 host 10.25.240.1&lt;BR /&gt;access-list cap permit ip host 10.25.240.1 host 10.25.240.25&lt;BR /&gt;cap capin access-list cap interface inside&lt;BR /&gt;cap capo access-list cap interface outside&lt;BR /&gt;debug icmp trace&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 20 Jul 2011 15:42:41 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/confused-and-need-some-advice/m-p/1708931#M535718</guid>
      <dc:creator>crash5050</dc:creator>
      <dc:date>2011-07-20T15:42:41Z</dc:date>
    </item>
    <item>
      <title>Confused and need some advice</title>
      <link>https://community.cisco.com/t5/network-security/confused-and-need-some-advice/m-p/1708932#M535721</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt; I applied that config, and it works now.&amp;nbsp; Se the BFH route always works!!&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 20 Jul 2011 15:54:16 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/confused-and-need-some-advice/m-p/1708932#M535721</guid>
      <dc:creator>crash5050</dc:creator>
      <dc:date>2011-07-20T15:54:16Z</dc:date>
    </item>
    <item>
      <title>Confused and need some advice</title>
      <link>https://community.cisco.com/t5/network-security/confused-and-need-some-advice/m-p/1708933#M535728</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Wow &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; ...... I have started believing it too &lt;SPAN __jive_emoticon_name="grin" __jive_macro_name="emoticon" class="jive_macro jive_emote" src="https://community.cisco.com/4.5.4/images/emoticons/grin.gif"&gt;&lt;/SPAN&gt; great work .... let me know if you get stuck anywhere.....&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;-Varun&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 20 Jul 2011 16:02:25 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/confused-and-need-some-advice/m-p/1708933#M535728</guid>
      <dc:creator>varrao</dc:creator>
      <dc:date>2011-07-20T16:02:25Z</dc:date>
    </item>
    <item>
      <title>Re: Confused and need some advice</title>
      <link>https://community.cisco.com/t5/network-security/confused-and-need-some-advice/m-p/1708934#M535733</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;okie dokie.&amp;nbsp; What I have now is PC &amp;lt;--&amp;gt;(inside)&amp;lt;--&amp;gt;outside&amp;lt;--&amp;gt;Internet&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;what I need to have is&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;PC&amp;lt;---&amp;gt;Switch&amp;lt;--&amp;gt;Router&amp;lt;---&amp;gt;ASA&amp;lt;---&amp;gt; Internet&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The tools we have to work with, a 3590X Switch and a 2600 Cisco&lt;/P&gt;&lt;P&gt;What I have done, I have configured Router on a stick with all 4 of my VLANS that I need, assigned IP addresses on eth0/0.x respectivley.&amp;nbsp; Set encapsulation to dot1q, and did no shut on all of the sub interfaces (see attached file),&amp;nbsp;&amp;nbsp; Set the switch ports up with trunking and access.&amp;nbsp; When I plug 10.25.241.2 up on the 804 VLAN, all I can ping is my router sub, nothing past.&amp;nbsp; sh ip route shows gateway of last resort not set, with no connected networks.&amp;nbsp; Do I need OSPF on a connected network?&amp;nbsp; Then there is a question of physical layer, does the asa plug into the switch (my 1st choice) or the router?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 20 Jul 2011 18:21:07 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/confused-and-need-some-advice/m-p/1708934#M535733</guid>
      <dc:creator>crash5050</dc:creator>
      <dc:date>2011-07-20T18:21:07Z</dc:date>
    </item>
  </channel>
</rss>

