<?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: FMC and FTDv in Network Security</title>
    <link>https://community.cisco.com/t5/network-security/fmc-and-ftdv/m-p/4910211#M1103711</link>
    <description>&lt;P&gt;Hi Rob,&lt;/P&gt;&lt;P&gt;Thank you for the info, I wasn't aware of that. I have them both fully operational. Thanks!&lt;/P&gt;</description>
    <pubDate>Tue, 22 Aug 2023 21:52:11 GMT</pubDate>
    <dc:creator>Felixsson1</dc:creator>
    <dc:date>2023-08-22T21:52:11Z</dc:date>
    <item>
      <title>FMC and FTDv</title>
      <link>https://community.cisco.com/t5/network-security/fmc-and-ftdv/m-p/4907507#M1103545</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;I would really appreciate someone's help. I spent too much time and having no clue what's wrong..&lt;/P&gt;&lt;P&gt;I have a setup of simple lab in EVE-NG. I've added a static IP to Firepower6 FMC (version 7.2.0) and works normally. I've tried adding a static IP and over DHCP to Firepower6 FTD (version 6.2.0) and it also works ok. Ping from PC to FTD and FMC goes through. In expert mode both of the devices can ping each other, PC, Google DNS.. But I got stuck with adding the FTD to the FMC. Always after 2min 6sec I get and error saying "FTD-1: Registration timed out. Please check connectivity and registration id".&lt;/P&gt;&lt;P&gt;Connectivity is ok, key is def ok. I've also tried adding a static route to the br1 interface pointing to the FMC but without success.&lt;/P&gt;&lt;P&gt;&amp;gt; show network&lt;BR /&gt;===============[ System Information ]===============&lt;BR /&gt;Hostname : ftd.local&lt;BR /&gt;DNS Servers : 8.8.8.8&lt;BR /&gt;4.2.2.2&lt;BR /&gt;Management port : 8305&lt;BR /&gt;IPv4 Default route&lt;BR /&gt;Gateway : 192.168.100.1&lt;/P&gt;&lt;P&gt;======================[ br1 ]=======================&lt;BR /&gt;State : Enabled&lt;BR /&gt;Channels : Management &amp;amp; Events&lt;BR /&gt;Mode : Non-Autonegotiation&lt;BR /&gt;MDI/MDIX : Auto/MDIX&lt;BR /&gt;MTU : 1500&lt;BR /&gt;MAC Address : 00:50:00:00:09:01&lt;BR /&gt;----------------------[ IPv4 ]----------------------&lt;BR /&gt;Configuration : Manual&lt;BR /&gt;Address : 192.168.100.101&lt;BR /&gt;Netmask : 255.255.255.0&lt;BR /&gt;Broadcast : 192.168.100.255&lt;BR /&gt;----------------------[ IPv6 ]----------------------&lt;BR /&gt;Configuration : Disabled&lt;/P&gt;&lt;P&gt;===============[ Proxy Information ]================&lt;BR /&gt;State : Disabled&lt;BR /&gt;Authentication : Disabled&lt;/P&gt;&lt;P&gt;&amp;gt; show interface ip brief&lt;BR /&gt;Interface IP-Address OK? Method Status Protocol&lt;BR /&gt;GigabitEthernet0/0 unassigned YES unset administratively down up&lt;BR /&gt;GigabitEthernet0/1 unassigned YES unset administratively down up&lt;BR /&gt;GigabitEthernet0/2 unassigned YES unset administratively down up&lt;BR /&gt;GigabitEthernet0/3 unassigned YES unset administratively down up&lt;BR /&gt;Internal-Control0/0 127.0.1.1 YES unset up up&lt;BR /&gt;Internal-Data0/0 unassigned YES unset up up&lt;BR /&gt;Internal-Data0/0 unassigned YES unset up up&lt;BR /&gt;Internal-Data0/1 169.254.1.1 YES unset up up&lt;BR /&gt;Management0/0 unassigned YES unset up up&lt;/P&gt;&lt;P&gt;admin@ftd-felix:~$ ifconfig br1&lt;BR /&gt;br1 Link encap:Ethernet HWaddr 00:50:00:00:09:01&lt;BR /&gt;inet addr:192.168.100.101 Bcast:192.168.100.255 Mask:255.255.255.0&lt;BR /&gt;inet6 addr: fe80::250:ff:fe00:901/64 Scope:Link&lt;BR /&gt;UP BROADCAST RUNNING MTU:1500 Metric:1&lt;BR /&gt;RX packets:1974 errors:0 dropped:0 overruns:0 frame:0&lt;BR /&gt;TX packets:1517 errors:0 dropped:0 overruns:0 carrier:0&lt;BR /&gt;collisions:0 txqueuelen:0&lt;BR /&gt;RX bytes:177519 (173.3 KiB) TX bytes:231782 (226.3 KiB)&lt;/P&gt;&lt;P&gt;I've also tried switching from QEMU Nic tpl(e1000) to e1000, vmxnet3 and few others but again without success. In some of them instead of br1 it's eth0 but still the same issue. What I'm doing wrong?&lt;/P&gt;</description>
      <pubDate>Thu, 17 Aug 2023 23:22:32 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/fmc-and-ftdv/m-p/4907507#M1103545</guid>
      <dc:creator>Felixsson1</dc:creator>
      <dc:date>2023-08-17T23:22:32Z</dc:date>
    </item>
    <item>
      <title>Re: FMC and FTDv</title>
      <link>https://community.cisco.com/t5/network-security/fmc-and-ftdv/m-p/4907563#M1103547</link>
      <description>&lt;P&gt;When you do "ping system 192.168.100.100" from FTD what do you get?&lt;/P&gt;
&lt;P&gt;Also try from expert mode as root user on FTD "telnet 192.168.100.100 8305".&lt;/P&gt;
&lt;P&gt;If both of those work, from FMC as root user try "telnet 192.168.100.101 8305".&lt;/P&gt;
&lt;P&gt;(The control channel between the two devices uses tcp/8305, initiated from either end for various purposes.)&lt;/P&gt;</description>
      <pubDate>Fri, 18 Aug 2023 04:15:10 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/fmc-and-ftdv/m-p/4907563#M1103547</guid>
      <dc:creator>Marvin Rhoads</dc:creator>
      <dc:date>2023-08-18T04:15:10Z</dc:date>
    </item>
    <item>
      <title>Re: FMC and FTDv</title>
      <link>https://community.cisco.com/t5/network-security/fmc-and-ftdv/m-p/4907618#M1103556</link>
      <description>&lt;P&gt;Hi Marvin,&lt;/P&gt;&lt;P&gt;Thanks for the reply.&lt;/P&gt;&lt;P&gt;1.) Ping from FTD to 192.168.100.100 is ok.&lt;/P&gt;&lt;P&gt;2.) Telnet from FTD 192.168.100.100 8305 doesn't work. Says "connection refused".&lt;/P&gt;&lt;P&gt;3.) Telnet from FMC to FTD over TCP 8305 goes through.&lt;/P&gt;&lt;P&gt;EDIT:&lt;/P&gt;&lt;P&gt;On FTD:&lt;/P&gt;&lt;P&gt;admin@ftd-felix:~$ netstat -pan | grep 8305&lt;BR /&gt;(Not all processes could be identified, non-owned process info&lt;BR /&gt;will not be shown, you would have to be root to see it all.)&lt;BR /&gt;tcp 0 0 192.168.100.101:8305 0.0.0.0:* LISTEN -&lt;/P&gt;&lt;P&gt;On FMC:&lt;/P&gt;&lt;P&gt;admin@fmc-felix:~$ netstat -pan | grep 8305&lt;BR /&gt;(Not all processes could be identified, non-owned process info&lt;BR /&gt;will not be shown, you would have to be root to see it all.)&lt;/P&gt;</description>
      <pubDate>Fri, 18 Aug 2023 08:09:14 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/fmc-and-ftdv/m-p/4907618#M1103556</guid>
      <dc:creator>Felixsson1</dc:creator>
      <dc:date>2023-08-18T08:09:14Z</dc:date>
    </item>
    <item>
      <title>Re: FMC and FTDv</title>
      <link>https://community.cisco.com/t5/network-security/fmc-and-ftdv/m-p/4907696#M1103564</link>
      <description>&lt;P&gt;So it appears the sftunnel process on FMC is down or otherwise not listening on tcp/8305. You can try to restart just that process:&lt;BR /&gt;pmtool restartbyid sftunnel&lt;BR /&gt;...or restart the whole FMC to get it going again. If both those fail, then a TAC case is likely&amp;nbsp; in order.&lt;/P&gt;</description>
      <pubDate>Fri, 18 Aug 2023 10:38:24 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/fmc-and-ftdv/m-p/4907696#M1103564</guid>
      <dc:creator>Marvin Rhoads</dc:creator>
      <dc:date>2023-08-18T10:38:24Z</dc:date>
    </item>
    <item>
      <title>Re: FMC and FTDv</title>
      <link>https://community.cisco.com/t5/network-security/fmc-and-ftdv/m-p/4907752#M1103567</link>
      <description>&lt;P&gt;I've tried restarting the process but with no help. Also the same thing with restarting the FMC. TAC case is not an option, don't have a support with this one.&lt;/P&gt;&lt;P&gt;I've tried with 4 different FMC versions and I'm getting the same problem. I can accept it with one or two but on 4 different FMC images versions.. uhh&lt;/P&gt;&lt;P&gt;EDIT: I've found an issue. Sftunnel si running but the .conf file is corrupted.&lt;/P&gt;&lt;P&gt;root@fmc-felix:/Volume/home/admin# pmtool status | grep -i sftunnel&lt;BR /&gt;Required by: SFDataCorrelator,UIMP,TSS_Daemon,HostInput_Daemon,sfestreamer,estreamer-sftunnel,fpcollect,Syncd,expire-session,Pruner,fireamp,stunnel,ActionQueueScrape,PerlMessageHandler,update_snort_attrib_table,snapshot_manager,SFTop10Cacher,query_scheduler,VaultApp,HealthAlertServer,EventHandler&lt;BR /&gt;sftunnel (system) - Running 5377&lt;BR /&gt;Command: /usr/local/sf/bin/sftunnel -d -f /etc/sf/sftunnel.conf&lt;BR /&gt;PID File: /var/sf/run/sftunnel.pid&lt;BR /&gt;Enable File: /etc/sf/sftunnel.conf&lt;BR /&gt;Required by: sfmgr,sfmbservice,estreamer-sftunnel,sfipproxy&lt;BR /&gt;Command: /usr/local/sf/bin/sfmgr -d -f /etc/sf/sftunnel.conf&lt;BR /&gt;Enable File: /etc/sf/sftunnel.conf&lt;BR /&gt;Requires: sftunnel&lt;BR /&gt;Command: /usr/local/sf/bin/sfmbservice -d -f /etc/sf/sftunnel.conf&lt;BR /&gt;Enable File: /etc/sf/sftunnel.conf&lt;BR /&gt;Requires: sfmb,sftunnel&lt;BR /&gt;estreamer-sftunnel (normal) - Running 6040&lt;BR /&gt;Command: /usr/local/sf/bin/sfestreamer --nodaemon --sftunnel&lt;BR /&gt;PID File: /var/sf/run/estreamer-sftunnel.pid&lt;BR /&gt;Requires: mysqld,sftunnel&lt;BR /&gt;Requires: sftunnel&lt;/P&gt;&lt;P&gt;-rw-r--r-- 1 root root 1474 Aug 17 09:45 sftunnel.conf.CORRUPT&lt;/P&gt;</description>
      <pubDate>Fri, 18 Aug 2023 12:45:45 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/fmc-and-ftdv/m-p/4907752#M1103567</guid>
      <dc:creator>Felixsson1</dc:creator>
      <dc:date>2023-08-18T12:45:45Z</dc:date>
    </item>
    <item>
      <title>Re: FMC and FTDv</title>
      <link>https://community.cisco.com/t5/network-security/fmc-and-ftdv/m-p/4907788#M1103570</link>
      <description>&lt;P&gt;Perhaps inquire in the EVE-NG forums. I've not had this problem on over 100 FMCs that I've worked with, both virtual and physical.&lt;/P&gt;</description>
      <pubDate>Fri, 18 Aug 2023 12:50:21 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/fmc-and-ftdv/m-p/4907788#M1103570</guid>
      <dc:creator>Marvin Rhoads</dc:creator>
      <dc:date>2023-08-18T12:50:21Z</dc:date>
    </item>
    <item>
      <title>Re: FMC and FTDv</title>
      <link>https://community.cisco.com/t5/network-security/fmc-and-ftdv/m-p/4908170#M1103592</link>
      <description>&lt;P&gt;I'll do that. But what is more strange to me about the whole situation is that I've tried with at least 5-6 different versions of FMCs and I've also tried in GNS3 but without luck.&lt;/P&gt;</description>
      <pubDate>Sat, 19 Aug 2023 00:31:49 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/fmc-and-ftdv/m-p/4908170#M1103592</guid>
      <dc:creator>Felixsson1</dc:creator>
      <dc:date>2023-08-19T00:31:49Z</dc:date>
    </item>
    <item>
      <title>Re: FMC and FTDv</title>
      <link>https://community.cisco.com/t5/network-security/fmc-and-ftdv/m-p/4908453#M1103616</link>
      <description>&lt;BLOCKQUOTE&gt;&lt;HR /&gt;&lt;a href="https://community.cisco.com/t5/user/viewprofilepage/user-id/1445372"&gt;@Felixsson1&lt;/a&gt;&amp;nbsp;wrote:&lt;BR /&gt;
&lt;P&gt;Hi,&lt;/P&gt;
&lt;P&gt;I would really appreciate someone's help. I spent too much time and having no clue what's wrong..&lt;/P&gt;
&lt;P&gt;I have a setup of simple lab in EVE-NG. I've added a static IP to Firepower6 FMC (version 7.2.0) and works normally. I've tried adding a static IP and over DHCP to Firepower6 FTD (version 6.2.0) and it also works ok. Ping from PC to FTD and FMC goes&lt;/P&gt;
&lt;HR /&gt;&lt;/BLOCKQUOTE&gt;
&lt;P&gt;&lt;a href="https://community.cisco.com/t5/user/viewprofilepage/user-id/1445372"&gt;@Felixsson1&lt;/a&gt; do you mean FTD version 6.2.0? You cannot manage FTD 6.2.0 with FMC version 7.2. FMC 6.6 is the last version that can manage FTD 6.2.X&lt;/P&gt;
&lt;P&gt;Checkout the compatibility guide:- &lt;A href="https://www.cisco.com/c/en/us/td/docs/security/firepower/660/relnotes/firepower-release-notes-660/compatibility.html" target="_blank"&gt;https://www.cisco.com/c/en/us/td/docs/security/secure-firewall/release-notes/threat-defense/720/threat-defense-release-notes-72/requirements.html&lt;/A&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Sun, 20 Aug 2023 14:18:27 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/fmc-and-ftdv/m-p/4908453#M1103616</guid>
      <dc:creator>Rob Ingram</dc:creator>
      <dc:date>2023-08-20T14:18:27Z</dc:date>
    </item>
    <item>
      <title>Re: FMC and FTDv</title>
      <link>https://community.cisco.com/t5/network-security/fmc-and-ftdv/m-p/4910211#M1103711</link>
      <description>&lt;P&gt;Hi Rob,&lt;/P&gt;&lt;P&gt;Thank you for the info, I wasn't aware of that. I have them both fully operational. Thanks!&lt;/P&gt;</description>
      <pubDate>Tue, 22 Aug 2023 21:52:11 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/fmc-and-ftdv/m-p/4910211#M1103711</guid>
      <dc:creator>Felixsson1</dc:creator>
      <dc:date>2023-08-22T21:52:11Z</dc:date>
    </item>
  </channel>
</rss>

