<?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 5525-x Basic configuration in Network Security</title>
    <link>https://community.cisco.com/t5/network-security/asa-5525-x-basic-configuration/m-p/4897643#M1103190</link>
    <description>&lt;P&gt;&lt;SPAN class=""&gt;&lt;SPAN class=""&gt;Thanks for replying and sorry for being such a newbie.&lt;/SPAN&gt;&lt;/SPAN&gt; &lt;SPAN class=""&gt;&lt;SPAN class=""&gt;but i don't understand the following command&amp;nbsp;&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;PRE&gt;route OUTSIDE 0 0 x.x.x.z&lt;/PRE&gt;</description>
    <pubDate>Wed, 02 Aug 2023 14:41:09 GMT</pubDate>
    <dc:creator>diegoansate</dc:creator>
    <dc:date>2023-08-02T14:41:09Z</dc:date>
    <item>
      <title>ASA 5525-x Basic configuration</title>
      <link>https://community.cisco.com/t5/network-security/asa-5525-x-basic-configuration/m-p/4897616#M1103186</link>
      <description>&lt;P&gt;&lt;SPAN class=""&gt;&lt;SPAN class=""&gt;who can send me the basic configuration of a handle 5525-x&lt;/SPAN&gt;&lt;/SPAN&gt; &lt;SPAN class=""&gt;&lt;SPAN class=""&gt;INTERNET &amp;gt; ROUTER &amp;gt; ASA &amp;gt; SERVER&lt;/SPAN&gt;&lt;/SPAN&gt; &lt;SPAN class=""&gt;&lt;SPAN class=""&gt;Thanks for the help&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Wed, 02 Aug 2023 14:15:16 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/asa-5525-x-basic-configuration/m-p/4897616#M1103186</guid>
      <dc:creator>diegoansate</dc:creator>
      <dc:date>2023-08-02T14:15:16Z</dc:date>
    </item>
    <item>
      <title>Re: ASA 5525-x Basic configuration</title>
      <link>https://community.cisco.com/t5/network-security/asa-5525-x-basic-configuration/m-p/4897630#M1103187</link>
      <description>&lt;P&gt;&lt;a href="https://community.cisco.com/t5/user/viewprofilepage/user-id/1564749"&gt;@diegoansate&lt;/a&gt;&amp;nbsp; a very basic ASA configuration for an OUTSIDE/INSIDE interface, routing and NAT configuration:- &lt;/P&gt;
&lt;PRE&gt;interface gigabitethernet0/0&lt;BR /&gt;&amp;nbsp;nameif OUTSIDE&lt;BR /&gt;&amp;nbsp;ip address x.x.x.x 255.255.255.x&lt;BR /&gt;&amp;nbsp;no shutdown&lt;BR /&gt;interface gigabitethernet0/1&lt;BR /&gt;&amp;nbsp;nameif INSIDE&lt;BR /&gt;&amp;nbsp;ip address x.x.x.x 255.255.255.x&lt;BR /&gt;&amp;nbsp;no shutdown&lt;BR /&gt;&lt;BR /&gt;route OUTSIDE 0 0 x.x.x.z&lt;BR /&gt;&lt;BR /&gt;object network INSIDE&lt;BR /&gt;&amp;nbsp;subnet x.x.x.x 255.255.255.x&lt;BR /&gt;&amp;nbsp;nat (INSIDE,OUTSIDE) dynamic interface&lt;BR /&gt;&lt;BR /&gt;fixup protocol icmp&lt;/PRE&gt;
&lt;P&gt;If you wish further assistance please provide more information on your environment.&lt;/P&gt;</description>
      <pubDate>Wed, 02 Aug 2023 14:28:44 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/asa-5525-x-basic-configuration/m-p/4897630#M1103187</guid>
      <dc:creator>Rob Ingram</dc:creator>
      <dc:date>2023-08-02T14:28:44Z</dc:date>
    </item>
    <item>
      <title>Re: ASA 5525-x Basic configuration</title>
      <link>https://community.cisco.com/t5/network-security/asa-5525-x-basic-configuration/m-p/4897643#M1103190</link>
      <description>&lt;P&gt;&lt;SPAN class=""&gt;&lt;SPAN class=""&gt;Thanks for replying and sorry for being such a newbie.&lt;/SPAN&gt;&lt;/SPAN&gt; &lt;SPAN class=""&gt;&lt;SPAN class=""&gt;but i don't understand the following command&amp;nbsp;&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;PRE&gt;route OUTSIDE 0 0 x.x.x.z&lt;/PRE&gt;</description>
      <pubDate>Wed, 02 Aug 2023 14:41:09 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/asa-5525-x-basic-configuration/m-p/4897643#M1103190</guid>
      <dc:creator>diegoansate</dc:creator>
      <dc:date>2023-08-02T14:41:09Z</dc:date>
    </item>
    <item>
      <title>Re: ASA 5525-x Basic configuration</title>
      <link>https://community.cisco.com/t5/network-security/asa-5525-x-basic-configuration/m-p/4897647#M1103192</link>
      <description>&lt;P&gt;&lt;a href="https://community.cisco.com/t5/user/viewprofilepage/user-id/1564749"&gt;@diegoansate&lt;/a&gt; that's the default route via the OUTSIDE interface, replace x.x.x.z with the IP address of your next hop router IP address.&lt;/P&gt;</description>
      <pubDate>Wed, 02 Aug 2023 14:43:20 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/asa-5525-x-basic-configuration/m-p/4897647#M1103192</guid>
      <dc:creator>Rob Ingram</dc:creator>
      <dc:date>2023-08-02T14:43:20Z</dc:date>
    </item>
    <item>
      <title>Re: ASA 5525-x Basic configuration</title>
      <link>https://community.cisco.com/t5/network-security/asa-5525-x-basic-configuration/m-p/4897659#M1103193</link>
      <description>&lt;P&gt;&lt;SPAN&gt;Thanks for answering so quickly and again, sorry for being such a newbie, but I don't understand this other command subnet x.x.x.x 255.255.255.x&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Wed, 02 Aug 2023 14:53:05 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/asa-5525-x-basic-configuration/m-p/4897659#M1103193</guid>
      <dc:creator>diegoansate</dc:creator>
      <dc:date>2023-08-02T14:53:05Z</dc:date>
    </item>
    <item>
      <title>Re: ASA 5525-x Basic configuration</title>
      <link>https://community.cisco.com/t5/network-security/asa-5525-x-basic-configuration/m-p/4897669#M1103194</link>
      <description>&lt;P&gt;&lt;a href="https://community.cisco.com/t5/user/viewprofilepage/user-id/1564749"&gt;@diegoansate&lt;/a&gt; replace subnet x.x.x.x that reflects your local network, i.e., 192.168.0.0 and replace 255.255.255.x with the subnet mask i.e., 255.255.255.&lt;STRONG&gt;0&lt;/STRONG&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Wed, 02 Aug 2023 15:01:19 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/asa-5525-x-basic-configuration/m-p/4897669#M1103194</guid>
      <dc:creator>Rob Ingram</dc:creator>
      <dc:date>2023-08-02T15:01:19Z</dc:date>
    </item>
    <item>
      <title>Re: ASA 5525-x Basic configuration</title>
      <link>https://community.cisco.com/t5/network-security/asa-5525-x-basic-configuration/m-p/4897688#M1103196</link>
      <description>&lt;P&gt;&lt;SPAN&gt;Thanks for everything&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Wed, 02 Aug 2023 15:13:30 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/asa-5525-x-basic-configuration/m-p/4897688#M1103196</guid>
      <dc:creator>diegoansate</dc:creator>
      <dc:date>2023-08-02T15:13:30Z</dc:date>
    </item>
  </channel>
</rss>

