<?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 Cisco PIX 515E Firewall Basic Configuration in Network Security</title>
    <link>https://community.cisco.com/t5/network-security/cisco-pix-515e-firewall-basic-configuration/m-p/2386274#M309225</link>
    <description>&lt;P&gt;Hi&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;My topology is simple:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;My PC &amp;lt;------&amp;gt; PIX &amp;lt;-------&amp;gt; My Cable modem Motorola &amp;lt;------&amp;gt; ISP (internet)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I follow the steps on this video tutorial, and in theory it should do the trick. I dont know what am I doing wrong.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;A href="https://www.youtube.com/watch?v=D6E2kFPwvTo" style="font-size: 10pt;" target="_blank"&gt;https://www.youtube.com/watch?v=D6E2kFPwvTo&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;On the &lt;SPAN style="font-size: 10pt;"&gt;physical setup side:&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 10pt;"&gt;1) If I connect the ethernet cable from my Motorola cable modem to my PIX Public int e0, everything looks fine, the network light blinks in green, so is passing data through it and there is connectivity. Same for the ACT light in green and it blinks in the back of the PIX. Ok, so far so good.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;2) Now, the ethernet cable that goes from the PIX Private int e1 to my PC, look like something is not right there, all the lights look ok, &lt;/P&gt;&lt;P&gt;except for &lt;SPAN style="font-size: 10pt;"&gt;the light ACT in the back of the PIX, it blinks but not at the same speed as the Public int e0 ACT light, it blinks way slower. I think that indicates that data is not passing through correctly, I could be wrong.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 10pt;"&gt;3) My ISP asign my IP address through dhcp server&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;4) I connect to my ISP using cable modem, the model is a Motorola Surf Board SB5100i, with enable DHCP server option turn ON&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;5) And I want to enale NAT, so my real public IP address assigned to me via ISP can be hide from let say hackers on the internet.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 10pt;"&gt;My configuration on PIX:&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 10pt;"&gt;I dont want to put my information about my real ip address or gateway or ranges that my ISP assign me for security reasons, but if you guys tell me that you need that info in order to help me, I would put it. Or any other information.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 10pt;"&gt;This is what I got so far:&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 10pt;"&gt;PART 1: (Everything looks fine, no errors)&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 10pt;"&gt;config t&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;int e0 &lt;/P&gt;&lt;P&gt;ip address dhcp setroute&lt;/P&gt;&lt;P&gt;nameif outside&lt;/P&gt;&lt;P&gt;no shut&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 10pt;"&gt;int e1&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;ip address 172.16.1.1 255.255.255.0&lt;/P&gt;&lt;P&gt;nameif inside&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;sh int ip brief &lt;SPAN style="font-size: 10pt;"&gt;(shows all interfaces are UP and with IP's assigned properly, exactly the same as the video tutorial)&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 10pt;"&gt;PART 2: (Everything looks fine, no errors)&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 10pt;"&gt;global (outside) 1 inter&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;nat (inside) 1 172.16.1.0 255.255.255.0&lt;/P&gt;&lt;P&gt;exit&lt;/P&gt;&lt;P&gt;show route&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;But final result, I got no internet connection. If I go to my browser and go to google or other website there is no connection at all.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 10pt;"&gt;And finally I want to enable encryption to my internet connection, kinda like a vpn, but I dont know if PIX is able to do that via hardware. If not I got a cisco vpn 3000 concentrator. I think that one would do the trick for encryption, but I have to learn how to configure it. But that one is for another post I think. &lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 10pt;"&gt;Thanks&lt;/SPAN&gt;&lt;/P&gt;</description>
    <pubDate>Tue, 12 Mar 2019 03:02:53 GMT</pubDate>
    <dc:creator>N5fGc9uYr</dc:creator>
    <dc:date>2019-03-12T03:02:53Z</dc:date>
    <item>
      <title>Cisco PIX 515E Firewall Basic Configuration</title>
      <link>https://community.cisco.com/t5/network-security/cisco-pix-515e-firewall-basic-configuration/m-p/2386274#M309225</link>
      <description>&lt;P&gt;Hi&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;My topology is simple:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;My PC &amp;lt;------&amp;gt; PIX &amp;lt;-------&amp;gt; My Cable modem Motorola &amp;lt;------&amp;gt; ISP (internet)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I follow the steps on this video tutorial, and in theory it should do the trick. I dont know what am I doing wrong.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;A href="https://www.youtube.com/watch?v=D6E2kFPwvTo" style="font-size: 10pt;" target="_blank"&gt;https://www.youtube.com/watch?v=D6E2kFPwvTo&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;On the &lt;SPAN style="font-size: 10pt;"&gt;physical setup side:&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 10pt;"&gt;1) If I connect the ethernet cable from my Motorola cable modem to my PIX Public int e0, everything looks fine, the network light blinks in green, so is passing data through it and there is connectivity. Same for the ACT light in green and it blinks in the back of the PIX. Ok, so far so good.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;2) Now, the ethernet cable that goes from the PIX Private int e1 to my PC, look like something is not right there, all the lights look ok, &lt;/P&gt;&lt;P&gt;except for &lt;SPAN style="font-size: 10pt;"&gt;the light ACT in the back of the PIX, it blinks but not at the same speed as the Public int e0 ACT light, it blinks way slower. I think that indicates that data is not passing through correctly, I could be wrong.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 10pt;"&gt;3) My ISP asign my IP address through dhcp server&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;4) I connect to my ISP using cable modem, the model is a Motorola Surf Board SB5100i, with enable DHCP server option turn ON&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;5) And I want to enale NAT, so my real public IP address assigned to me via ISP can be hide from let say hackers on the internet.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 10pt;"&gt;My configuration on PIX:&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 10pt;"&gt;I dont want to put my information about my real ip address or gateway or ranges that my ISP assign me for security reasons, but if you guys tell me that you need that info in order to help me, I would put it. Or any other information.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 10pt;"&gt;This is what I got so far:&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 10pt;"&gt;PART 1: (Everything looks fine, no errors)&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 10pt;"&gt;config t&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;int e0 &lt;/P&gt;&lt;P&gt;ip address dhcp setroute&lt;/P&gt;&lt;P&gt;nameif outside&lt;/P&gt;&lt;P&gt;no shut&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 10pt;"&gt;int e1&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;ip address 172.16.1.1 255.255.255.0&lt;/P&gt;&lt;P&gt;nameif inside&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;sh int ip brief &lt;SPAN style="font-size: 10pt;"&gt;(shows all interfaces are UP and with IP's assigned properly, exactly the same as the video tutorial)&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 10pt;"&gt;PART 2: (Everything looks fine, no errors)&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 10pt;"&gt;global (outside) 1 inter&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;nat (inside) 1 172.16.1.0 255.255.255.0&lt;/P&gt;&lt;P&gt;exit&lt;/P&gt;&lt;P&gt;show route&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;But final result, I got no internet connection. If I go to my browser and go to google or other website there is no connection at all.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 10pt;"&gt;And finally I want to enable encryption to my internet connection, kinda like a vpn, but I dont know if PIX is able to do that via hardware. If not I got a cisco vpn 3000 concentrator. I think that one would do the trick for encryption, but I have to learn how to configure it. But that one is for another post I think. &lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 10pt;"&gt;Thanks&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Tue, 12 Mar 2019 03:02:53 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/cisco-pix-515e-firewall-basic-configuration/m-p/2386274#M309225</guid>
      <dc:creator>N5fGc9uYr</dc:creator>
      <dc:date>2019-03-12T03:02:53Z</dc:date>
    </item>
    <item>
      <title>Cisco PIX 515E Firewall Basic Configuration</title>
      <link>https://community.cisco.com/t5/network-security/cisco-pix-515e-firewall-basic-configuration/m-p/2386275#M309230</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Sounds like you are missing DNS setting on your local PC.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 14 Nov 2013 14:39:33 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/cisco-pix-515e-firewall-basic-configuration/m-p/2386275#M309230</guid>
      <dc:creator>jumora</dc:creator>
      <dc:date>2013-11-14T14:39:33Z</dc:date>
    </item>
    <item>
      <title>Cisco PIX 515E Firewall Basic Configuration</title>
      <link>https://community.cisco.com/t5/network-security/cisco-pix-515e-firewall-basic-configuration/m-p/2386276#M309233</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Yep that was the problem. I did not configure my PC IP, subnetmask, gateway, dns. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Now is working&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 23 Nov 2013 14:57:22 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/cisco-pix-515e-firewall-basic-configuration/m-p/2386276#M309233</guid>
      <dc:creator>N5fGc9uYr</dc:creator>
      <dc:date>2013-11-23T14:57:22Z</dc:date>
    </item>
    <item>
      <title>Cisco PIX 515E Firewall Basic Configuration</title>
      <link>https://community.cisco.com/t5/network-security/cisco-pix-515e-firewall-basic-configuration/m-p/2386277#M309237</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Great to know!!!&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Value our effort and rate the assistance!&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sun, 24 Nov 2013 03:05:28 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/cisco-pix-515e-firewall-basic-configuration/m-p/2386277#M309237</guid>
      <dc:creator>jumora</dc:creator>
      <dc:date>2013-11-24T03:05:28Z</dc:date>
    </item>
  </channel>
</rss>

