<?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: FPR1010 initial configuration in Network Security</title>
    <link>https://community.cisco.com/t5/network-security/fpr1010-initial-configuration/m-p/4569547#M1088222</link>
    <description>&lt;P&gt;Yes to both.&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I even went as far as eliminating EVERYTHING and going directly from GE1/1 on FPR to my DSL Router (which is in bridge) and set up PPPoE on FPR and still same.&lt;/P&gt;&lt;P&gt;&lt;SPAN class=""&gt;Gateway cannot be reached through port Ethernet1/1 named “outside"&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;</description>
    <pubDate>Sun, 13 Mar 2022 17:57:48 GMT</pubDate>
    <dc:creator>fbeye</dc:creator>
    <dc:date>2022-03-13T17:57:48Z</dc:date>
    <item>
      <title>FPR1010 initial configuration</title>
      <link>https://community.cisco.com/t5/network-security/fpr1010-initial-configuration/m-p/4569506#M1088211</link>
      <description>&lt;P&gt;Hello&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;So, I wanted to figure something out here.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Currently I have an ASA-5508-X w/ Static WAN IP. I have PAT to LAN 192.168.1.0 Subnet which connects to L2 Switch.. Plug N' Play in a sense. Whatever I plug it, it has always grabbed it's unique IP address and obtains it's DNS and Gateway.&lt;/P&gt;&lt;P&gt;It's wonderful.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;So, I received the FPR1010 and dear god it looks so beautiful and sleek...and small.&lt;/P&gt;&lt;P&gt;I wait an hour for it to boot just to let whatever happens happen.&lt;/P&gt;&lt;P&gt;Upon boot, I set up l/p/ftd etc. At first I made MGMT port 192.168.1.67 just to have it accessible on LAN to configure. I set up DHCP on GE1 and it obtains an IP! I manually set DNS 8.8.8.8,8.8.4.4. I also change vlan1 to 192.168.2.0 as to have no conflicts.&lt;/P&gt;&lt;P&gt;Nothing I do will allow it to 'not' say "Gateway cannot be reached through port Ethernet1/1"&lt;/P&gt;&lt;P&gt;I then thought, well maybe MGMT IP should not be same as 'outside' so I changed MGMT to 192.168.5.5, and had same results.&lt;/P&gt;&lt;P&gt;I then said, let me try PPPoE like my ASA-5508-X is. I set it to PPPoE, put in, best I could, same as ASA and still it will not reach the gateway.&lt;/P&gt;&lt;P&gt;I have read some google results but apparently they got theirs fixed by doing what I had already done.&lt;/P&gt;&lt;P&gt;Also it seems some of the CLI commands I am used to do not work, so I have not posted any configs, yet.&lt;/P&gt;</description>
      <pubDate>Sun, 13 Mar 2022 16:04:35 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/fpr1010-initial-configuration/m-p/4569506#M1088211</guid>
      <dc:creator>fbeye</dc:creator>
      <dc:date>2022-03-13T16:04:35Z</dc:date>
    </item>
    <item>
      <title>Re: FPR1010 initial configuration</title>
      <link>https://community.cisco.com/t5/network-security/fpr1010-initial-configuration/m-p/4569525#M1088212</link>
      <description>&lt;P&gt;&lt;a href="https://community.cisco.com/t5/user/viewprofilepage/user-id/350248"&gt;@fbeye&lt;/a&gt; from the CLI of the FTD can you ping the next hop gateway (router) and an IP address on the ineternet (8.8.8.8)?&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Provide the output of "show run interface", "show route" and "show nat detail".&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;What version of FTD are you running?&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Sun, 13 Mar 2022 17:02:37 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/fpr1010-initial-configuration/m-p/4569525#M1088212</guid>
      <dc:creator>Rob Ingram</dc:creator>
      <dc:date>2022-03-13T17:02:37Z</dc:date>
    </item>
    <item>
      <title>Re: FPR1010 initial configuration</title>
      <link>https://community.cisco.com/t5/network-security/fpr1010-initial-configuration/m-p/4569528#M1088213</link>
      <description>&lt;P&gt;&amp;nbsp;show running-config interface"&lt;BR /&gt;!&lt;BR /&gt;interface Vlan1&lt;BR /&gt;nameif inside&lt;BR /&gt;security-level 0&lt;BR /&gt;ip address 192.168.1.1 255.255.255.0&lt;BR /&gt;!&lt;BR /&gt;interface Ethernet1/1&lt;BR /&gt;no switchport&lt;BR /&gt;nameif outside&lt;BR /&gt;cts manual&lt;BR /&gt;propagate sgt preserve-untag&lt;BR /&gt;policy static sgt disabled trusted&lt;BR /&gt;security-level 0&lt;BR /&gt;ip address dhcp setroute&lt;BR /&gt;!&lt;BR /&gt;interface Ethernet1/2&lt;BR /&gt;switchport&lt;BR /&gt;!&lt;BR /&gt;interface Ethernet1/3&lt;BR /&gt;switchport&lt;BR /&gt;!&lt;BR /&gt;interface Ethernet1/4&lt;BR /&gt;switchport&lt;BR /&gt;!&lt;BR /&gt;interface Ethernet1/5&lt;BR /&gt;switchport&lt;BR /&gt;!&lt;BR /&gt;interface Ethernet1/6&lt;BR /&gt;switchport&lt;BR /&gt;!&lt;BR /&gt;interface Ethernet1/7&lt;BR /&gt;switchport&lt;BR /&gt;power inline auto&lt;BR /&gt;!&lt;BR /&gt;interface Ethernet1/8&lt;BR /&gt;switchport&lt;BR /&gt;power inline auto&lt;BR /&gt;!&lt;BR /&gt;interface Management1/1&lt;BR /&gt;management-only&lt;BR /&gt;nameif diagnostic&lt;BR /&gt;cts manual&lt;BR /&gt;propagate sgt preserve-untag&lt;BR /&gt;policy static sgt disabled trusted&lt;BR /&gt;security-level 0&lt;BR /&gt;no ip address&lt;/P&gt;&lt;P&gt;---------------&lt;/P&gt;&lt;P&gt;Gateway of last resort is 192.168.5.1 to network 0.0.0.0&lt;/P&gt;&lt;P&gt;S* 0.0.0.0 0.0.0.0 [1/0] via 192.168.5.1, outside&lt;BR /&gt;C 192.168.5.0 255.255.255.0 is directly connected, outside&lt;BR /&gt;L 192.168.5.9 255.255.255.255 is directly connected, outside&lt;/P&gt;&lt;P&gt;--------------------&lt;/P&gt;&lt;P&gt;show nat detail&lt;BR /&gt;Manual NAT Policies (Section 1)&lt;BR /&gt;1 (inside) to (outside) source dynamic any-ipv4 interface&lt;BR /&gt;translate_hits = 0, untranslate_hits = 0&lt;BR /&gt;Source - Origin: 0.0.0.0/0, Translated: 192.168.5.9/24&lt;/P&gt;&lt;P&gt;Auto NAT Policies (Section 2)&lt;BR /&gt;1 (nlp_int_tap) to (inside) source static nlp_server_0_http_intf3 interface service tcp https https&lt;BR /&gt;translate_hits = 0, untranslate_hits = 0&lt;BR /&gt;Source - Origin: 169.254.1.3/32, Translated: 192.168.1.1/24&lt;BR /&gt;Service - Protocol: tcp Real: https Mapped: https&lt;BR /&gt;2 (nlp_int_tap) to (diagnostic) source dynamic nlp_client_0_intf2 interface&lt;BR /&gt;translate_hits = 0, untranslate_hits = 0&lt;BR /&gt;Source - Origin: 169.254.1.3/32, Translated: 0.0.0.0/32&lt;BR /&gt;3 (nlp_int_tap) to (inside) source dynamic nlp_client_0_intf3 interface&lt;BR /&gt;translate_hits = 0, untranslate_hits = 0&lt;BR /&gt;Source - Origin: 169.254.1.3/32, Translated: 192.168.1.1/24&lt;BR /&gt;4 (nlp_int_tap) to (outside) source dynamic nlp_client_0_intf4 interface&lt;BR /&gt;translate_hits = 0, untranslate_hits = 0&lt;BR /&gt;Source - Origin: 169.254.1.3/32, Translated: 192.168.5.9/24&lt;BR /&gt;5 (nlp_int_tap) to (diagnostic) source dynamic nlp_client_0_ipv6_intf2 interface ipv6&lt;BR /&gt;translate_hits = 0, untranslate_hits = 0&lt;BR /&gt;Source - Origin: fd00:0:0:1::3/128, Translated:&lt;BR /&gt;6 (nlp_int_tap) to (inside) source dynamic nlp_client_0_ipv6_intf3 interface ipv6&lt;BR /&gt;translate_hits = 0, untranslate_hits = 0&lt;BR /&gt;Source - Origin: fd00:0:0:1::3/128, Translated:&lt;BR /&gt;7 (nlp_int_tap) to (outside) source dynamic nlp_client_0_ipv6_intf4 interface ipv6&lt;BR /&gt;translate_hits = 0, untranslate_hits = 0&lt;BR /&gt;Source - Origin: fd00:0:0:1::3/128, Translated:&lt;/P&gt;&lt;P&gt;------------------&lt;/P&gt;&lt;P&gt;show version&lt;BR /&gt;-------------------[ firepower ]--------------------&lt;BR /&gt;Model : Cisco Firepower 1010 Threat Defense (78) Version 6.6.1 (Build 91)&lt;BR /&gt;UUID : 06c03b88-a2e4-11ec-b382-e2c50361175d&lt;BR /&gt;Rules update version : 2020-08-18-001-vrt&lt;BR /&gt;VDB version : 336&lt;BR /&gt;----------------------------------------------------&lt;/P&gt;&lt;P&gt;ping 8.8.8.8&lt;BR /&gt;Please use 'CTRL+C' to cancel/abort...&lt;BR /&gt;Sending 5, 100-byte ICMP Echos to 8.8.8.8, timeout is 2 seconds:&lt;BR /&gt;?????&lt;BR /&gt;Success rate is 0 percent (0/5)&lt;BR /&gt;&amp;gt; ping 192.168.5.1&lt;BR /&gt;Please use 'CTRL+C' to cancel/abort...&lt;BR /&gt;Sending 5, 100-byte ICMP Echos to 192.168.5.1, timeout is 2 seconds:&lt;BR /&gt;!!!!!&lt;BR /&gt;Success rate is 100 percent (5/5), round-trip min/avg/max = 1/2/10 ms&lt;/P&gt;</description>
      <pubDate>Sun, 13 Mar 2022 17:20:14 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/fpr1010-initial-configuration/m-p/4569528#M1088213</guid>
      <dc:creator>fbeye</dc:creator>
      <dc:date>2022-03-13T17:20:14Z</dc:date>
    </item>
    <item>
      <title>Re: FPR1010 initial configuration</title>
      <link>https://community.cisco.com/t5/network-security/fpr1010-initial-configuration/m-p/4569530#M1088214</link>
      <description>&lt;P&gt;&lt;a href="https://community.cisco.com/t5/user/viewprofilepage/user-id/350248"&gt;@fbeye&lt;/a&gt; ok but what about the other questions I asked, can you ping the next hop gateway? Can you ping the internet?&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Have you created Access Control rules to permit traffic from inside to outside?&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Sun, 13 Mar 2022 17:12:31 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/fpr1010-initial-configuration/m-p/4569530#M1088214</guid>
      <dc:creator>Rob Ingram</dc:creator>
      <dc:date>2022-03-13T17:12:31Z</dc:date>
    </item>
    <item>
      <title>Re: FPR1010 initial configuration</title>
      <link>https://community.cisco.com/t5/network-security/fpr1010-initial-configuration/m-p/4569532#M1088215</link>
      <description>&lt;P&gt;I have not... 100% of every Cisco documentation said nothing of this. Like literally, it suggests it should grab an IP DHCP and bam, online.&lt;/P&gt;&lt;P&gt;I modified my initial response with more info.... So if you could look at it.&lt;/P&gt;</description>
      <pubDate>Sun, 13 Mar 2022 17:22:09 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/fpr1010-initial-configuration/m-p/4569532#M1088215</guid>
      <dc:creator>fbeye</dc:creator>
      <dc:date>2022-03-13T17:22:09Z</dc:date>
    </item>
    <item>
      <title>Re: FPR1010 initial configuration</title>
      <link>https://community.cisco.com/t5/network-security/fpr1010-initial-configuration/m-p/4569534#M1088216</link>
      <description>&lt;P&gt;&lt;A href="https://www.cisco.com/c/en/us/td/docs/security/firepower/quick_start/fp1010/firepower-1010-gsg/ftd-fdm.html#id_82126" target="_blank"&gt;https://www.cisco.com/c/en/us/td/docs/security/firepower/quick_start/fp1010/firepower-1010-gsg/ftd-fdm.html#id_82126&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I get to the "open gui" and from the start I can not get anything out.&lt;/P&gt;</description>
      <pubDate>Sun, 13 Mar 2022 17:24:18 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/fpr1010-initial-configuration/m-p/4569534#M1088216</guid>
      <dc:creator>fbeye</dc:creator>
      <dc:date>2022-03-13T17:24:18Z</dc:date>
    </item>
    <item>
      <title>Re: FPR1010 initial configuration</title>
      <link>https://community.cisco.com/t5/network-security/fpr1010-initial-configuration/m-p/4569535#M1088217</link>
      <description>&lt;P&gt;I can PING the next hop gateway, but nothing beyond.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I find this weird cause 100% of everything else that connects via DHCP has 0 issues seeing the world.&lt;/P&gt;</description>
      <pubDate>Sun, 13 Mar 2022 17:25:06 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/fpr1010-initial-configuration/m-p/4569535#M1088217</guid>
      <dc:creator>fbeye</dc:creator>
      <dc:date>2022-03-13T17:25:06Z</dc:date>
    </item>
    <item>
      <title>Re: FPR1010 initial configuration</title>
      <link>https://community.cisco.com/t5/network-security/fpr1010-initial-configuration/m-p/4569536#M1088218</link>
      <description>&lt;P&gt;&lt;a href="https://community.cisco.com/t5/user/viewprofilepage/user-id/350248"&gt;@fbeye&lt;/a&gt; well if you cannot ping anything on the internet, you should troubleshoot on your router.&lt;/P&gt;</description>
      <pubDate>Sun, 13 Mar 2022 17:28:14 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/fpr1010-initial-configuration/m-p/4569536#M1088218</guid>
      <dc:creator>Rob Ingram</dc:creator>
      <dc:date>2022-03-13T17:28:14Z</dc:date>
    </item>
    <item>
      <title>Re: FPR1010 initial configuration</title>
      <link>https://community.cisco.com/t5/network-security/fpr1010-initial-configuration/m-p/4569538#M1088219</link>
      <description>&lt;P&gt;I don't follow, what would I troubleshoot?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I plug a PC in and it grabs ip, dns and gateway? As do every other device I install. I plug an xbox in, it does the same.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Sun, 13 Mar 2022 17:30:18 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/fpr1010-initial-configuration/m-p/4569538#M1088219</guid>
      <dc:creator>fbeye</dc:creator>
      <dc:date>2022-03-13T17:30:18Z</dc:date>
    </item>
    <item>
      <title>Re: FPR1010 initial configuration</title>
      <link>https://community.cisco.com/t5/network-security/fpr1010-initial-configuration/m-p/4569541#M1088220</link>
      <description>&lt;P&gt;I bypassed the Switch and went directly from FPR1010 to ASA-5508 and put in an IP from [ASA] vlan1 192.168.5.9.&lt;/P&gt;&lt;P&gt;I can PING 192.168.5.1 (ASA Subnet) but still no Internet. So unless something on the FPR is invalid, both my Switch and ASA have issues. But, just with the FPR.&lt;/P&gt;</description>
      <pubDate>Sun, 13 Mar 2022 17:48:01 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/fpr1010-initial-configuration/m-p/4569541#M1088220</guid>
      <dc:creator>fbeye</dc:creator>
      <dc:date>2022-03-13T17:48:01Z</dc:date>
    </item>
    <item>
      <title>Re: FPR1010 initial configuration</title>
      <link>https://community.cisco.com/t5/network-security/fpr1010-initial-configuration/m-p/4569543#M1088221</link>
      <description>&lt;P&gt;&lt;a href="https://community.cisco.com/t5/user/viewprofilepage/user-id/350248"&gt;@fbeye&lt;/a&gt; so the 1010 is directly behind the ASA? With the ASA as 192.168.5.1?&lt;/P&gt;
&lt;P&gt;Have you permitted ICMP return traffic on the ASA? Either use an ACL or enable ICMP inspection with the command &lt;STRONG&gt;fixup protocol icmp.&lt;/STRONG&gt;&lt;/P&gt;
&lt;P&gt;Have you configured NAT on the ASA for the 192.168.5.0/24 network.&lt;/P&gt;</description>
      <pubDate>Sun, 13 Mar 2022 17:51:24 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/fpr1010-initial-configuration/m-p/4569543#M1088221</guid>
      <dc:creator>Rob Ingram</dc:creator>
      <dc:date>2022-03-13T17:51:24Z</dc:date>
    </item>
    <item>
      <title>Re: FPR1010 initial configuration</title>
      <link>https://community.cisco.com/t5/network-security/fpr1010-initial-configuration/m-p/4569547#M1088222</link>
      <description>&lt;P&gt;Yes to both.&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I even went as far as eliminating EVERYTHING and going directly from GE1/1 on FPR to my DSL Router (which is in bridge) and set up PPPoE on FPR and still same.&lt;/P&gt;&lt;P&gt;&lt;SPAN class=""&gt;Gateway cannot be reached through port Ethernet1/1 named “outside"&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Sun, 13 Mar 2022 17:57:48 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/fpr1010-initial-configuration/m-p/4569547#M1088222</guid>
      <dc:creator>fbeye</dc:creator>
      <dc:date>2022-03-13T17:57:48Z</dc:date>
    </item>
    <item>
      <title>Re: FPR1010 initial configuration</title>
      <link>https://community.cisco.com/t5/network-security/fpr1010-initial-configuration/m-p/4569601#M1088223</link>
      <description>&lt;P&gt;I just don’t know to what end I stop troubleshooting “my” end. As mentioned, 5508-X works PPPoE just fine. Every device on LAN side auto connects and all is well.&amp;nbsp;&lt;BR /&gt;I mean is there a possibility the device itself is just corrupt?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Sun, 13 Mar 2022 20:34:52 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/fpr1010-initial-configuration/m-p/4569601#M1088223</guid>
      <dc:creator>fbeye</dc:creator>
      <dc:date>2022-03-13T20:34:52Z</dc:date>
    </item>
    <item>
      <title>Re: FPR1010 initial configuration</title>
      <link>https://community.cisco.com/t5/network-security/fpr1010-initial-configuration/m-p/4569626#M1088224</link>
      <description>&lt;P&gt;Yeah I think it's the FPR&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I mean there are so many odd and weird things;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;During bootup-&lt;/P&gt;&lt;P&gt;Mar 13 22:23:23 firepower-1010 FPRM: &amp;lt;&amp;lt;%FPRM-2-DEFAULT_INFRA_VERSION_MISSING&amp;gt;&amp;gt; [F1309][critical][default-infra-version-missing][org-root/fw-infra-pack-default] Bundle version in firmware package is empty, need to re-install&lt;/P&gt;&lt;P&gt;Mar 13 22:24:52 firepower-1010 FPRM: &amp;lt;&amp;lt;%FPRM-2-DEFAULT_INFRA_VERSION_MISSING&amp;gt;&amp;gt; [F1309][cleared][default-infra-version-missing][org-root/fw-infra-pack-default] Bundle version in firmware package is empty, need to re-install&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;and when I make changes via webgui-&lt;/P&gt;&lt;P&gt;&amp;gt; Error: While opening file&lt;BR /&gt;Error: While opening file&lt;/P&gt;</description>
      <pubDate>Sun, 13 Mar 2022 23:10:40 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/fpr1010-initial-configuration/m-p/4569626#M1088224</guid>
      <dc:creator>fbeye</dc:creator>
      <dc:date>2022-03-13T23:10:40Z</dc:date>
    </item>
  </channel>
</rss>

