<?xml version="1.0" encoding="UTF-8"?><rss xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:atom="http://www.w3.org/2005/Atom" version="2.0"><channel><title><![CDATA[Failing to add interfaces to dataplane.]]></title><description><![CDATA[<p dir="auto">Hello,</p>
<p dir="auto">I've installed TNSR in a new dell R440 chassi with broadcom internal cards.</p>
<p dir="auto">Installation went fine, but now I can't add interface to dataplane.</p>
<p dir="auto">Already tried the 3 available drivers, and show interfaces is always empty.</p>
<p dir="auto">How can I debug this?</p>
<p dir="auto">Thanks in advance.</p>
<p dir="auto">Best regards,<br />
Joao</p>
]]></description><link>https://forum.netgate.com/topic/157498/failing-to-add-interfaces-to-dataplane</link><generator>RSS for Node</generator><lastBuildDate>Sun, 12 Apr 2026 10:07:30 GMT</lastBuildDate><atom:link href="https://forum.netgate.com/topic/157498.rss" rel="self" type="application/rss+xml"/><pubDate>Fri, 09 Oct 2020 15:10:43 GMT</pubDate><ttl>60</ttl><item><title><![CDATA[Reply to Failing to add interfaces to dataplane. on Fri, 16 Oct 2020 09:17:41 GMT]]></title><description><![CDATA[<p dir="auto">Hi,</p>
<p dir="auto">So, that does work, it was even set automatically to dataplane with the default driver.</p>
<pre><code>labtnsr1 tnsr# show configuration
&lt;dataplane-config xmlns="urn:netgate:xml:yang:netgate-dataplane"&gt;
   &lt;dpdk&gt;
      &lt;uio-driver&gt;igb_uio&lt;/uio-driver&gt;
   &lt;/dpdk&gt;
&lt;/dataplane-config&gt;
&lt;nacm xmlns="urn:ietf:params:xml:ns:yang:ietf-netconf-acm"&gt;
   &lt;enable-nacm&gt;true&lt;/enable-nacm&gt;
   &lt;read-default&gt;deny&lt;/read-default&gt;
   &lt;write-default&gt;deny&lt;/write-default&gt;
   &lt;exec-default&gt;deny&lt;/exec-default&gt;
   &lt;enable-external-groups&gt;true&lt;/enable-external-groups&gt;
   &lt;groups&gt;
      &lt;group&gt;
         &lt;name&gt;admin&lt;/name&gt;
         &lt;user-name&gt;root&lt;/user-name&gt;
         &lt;user-name&gt;tnsr&lt;/user-name&gt;
      &lt;/group&gt;
   &lt;/groups&gt;
   &lt;rule-list&gt;
      &lt;name&gt;admin-rules&lt;/name&gt;
      &lt;group&gt;admin&lt;/group&gt;
      &lt;rule&gt;
         &lt;name&gt;permit-all&lt;/name&gt;
         &lt;module-name&gt;*&lt;/module-name&gt;
         &lt;access-operations&gt;*&lt;/access-operations&gt;
         &lt;action&gt;permit&lt;/action&gt;
      &lt;/rule&gt;
   &lt;/rule-list&gt;
&lt;/nacm&gt;
labtnsr1 tnsr# show interface
Interface: GigabitEthernetb/0/0
    Admin status: down
    Link down, link-speed 10 Gbps, full duplex
    Link MTU: 9000 bytes
    MAC address: 00:50:56:ba:ed:31
    IPv4 MTU: 0 bytes
    IPv4 Route Table: ipv4-VRF:0
    IPv6 MTU: 0 bytes
    IPv6 Route Table: ipv6-VRF:0
    VLAN tag rewrite: disable
    Rx-queues
        queue-id 0 : cpu-id 1
    counters:
      received: 0 bytes, 0 packets, 0 errors
      transmitted: 0 bytes, 0 packets, 0 errors
      protocols: 0 IPv4, 0 IPv6
      0 drops, 0 punts, 0 rx miss, 0 rx no buffer

labtnsr1 tnsr#
</code></pre>
<p dir="auto">Since there was a difference in the way I did the install, I retried with 6.7 compatibility again, and fails again.</p>
<p dir="auto">Basically, this time I started the installation already with both network cards set in vmware, and this wasn't the case in the previous problematic installation.</p>
<p dir="auto">But it's confirmed that was not this the issue, it failed again now with 6.7 and both cards available to the installer.</p>
<p dir="auto">So, I don't know if this is a bug or not, but for centOS8 based OS, would make sense to support 6.7 already.</p>
<p dir="auto">Thank you for your help, will continue the tests now.</p>
]]></description><link>https://forum.netgate.com/post/940550</link><guid isPermaLink="true">https://forum.netgate.com/post/940550</guid><dc:creator><![CDATA[joaoa]]></dc:creator><pubDate>Fri, 16 Oct 2020 09:17:41 GMT</pubDate></item><item><title><![CDATA[Reply to Failing to add interfaces to dataplane. on Thu, 15 Oct 2020 16:24:37 GMT]]></title><description><![CDATA[<p dir="auto">ok, I'll try.</p>
<p dir="auto">The management interface is already set, is the ens192 in previous prints, it's how I'm reaching the machine now.</p>
<p dir="auto">I thought you were asking only about dataplane.</p>
]]></description><link>https://forum.netgate.com/post/940435</link><guid isPermaLink="true">https://forum.netgate.com/post/940435</guid><dc:creator><![CDATA[joaoa]]></dc:creator><pubDate>Thu, 15 Oct 2020 16:24:37 GMT</pubDate></item><item><title><![CDATA[Reply to Failing to add interfaces to dataplane. on Thu, 15 Oct 2020 16:22:17 GMT]]></title><description><![CDATA[<p dir="auto">Try ESXi compatibility version 6.5. You will probably have to reinstall.</p>
<p dir="auto">I highly recommend a management interface on the host plus any dataplane interfaces you need.</p>
]]></description><link>https://forum.netgate.com/post/940434</link><guid isPermaLink="true">https://forum.netgate.com/post/940434</guid><dc:creator><![CDATA[Derelict]]></dc:creator><pubDate>Thu, 15 Oct 2020 16:22:17 GMT</pubDate></item><item><title><![CDATA[Reply to Failing to add interfaces to dataplane. on Thu, 15 Oct 2020 16:16:55 GMT]]></title><description><![CDATA[<p dir="auto">I´m only trying to assing this toi dataplane.</p>
<p dir="auto">The goal is to have has trunk and use vlans.</p>
<p dir="auto">regarding vmware:</p>
<p dir="auto">machine is set as<br />
Guest OS: CentOS 8 (64-bit)<br />
Compatibility: ESXi 6.7 and later (VM version 14)<br />
VMware Tools: Not running, not installed</p>
]]></description><link>https://forum.netgate.com/post/940433</link><guid isPermaLink="true">https://forum.netgate.com/post/940433</guid><dc:creator><![CDATA[joaoa]]></dc:creator><pubDate>Thu, 15 Oct 2020 16:16:55 GMT</pubDate></item><item><title><![CDATA[Reply to Failing to add interfaces to dataplane. on Thu, 15 Oct 2020 16:14:43 GMT]]></title><description><![CDATA[<p dir="auto">How many vmxnet interfaces are you trying to assign to this? What version of ESXi? What VM version?</p>
]]></description><link>https://forum.netgate.com/post/940432</link><guid isPermaLink="true">https://forum.netgate.com/post/940432</guid><dc:creator><![CDATA[Derelict]]></dc:creator><pubDate>Thu, 15 Oct 2020 16:14:43 GMT</pubDate></item><item><title><![CDATA[Reply to Failing to add interfaces to dataplane. on Thu, 15 Oct 2020 16:12:25 GMT]]></title><description><![CDATA[<p dir="auto">Hi, it was already when i took all that.</p>
<p dir="auto">fiule is like this:</p>
<pre><code>[toor@labtnsr1 ~]$ sudo cat /etc/sysconfig/network-scripts/ifcfg-ens224
[sudo] password for toor:
ONBOOT=no
NM_CONTROLLED=no
[toor@labtnsr1 ~]$
</code></pre>
]]></description><link>https://forum.netgate.com/post/940431</link><guid isPermaLink="true">https://forum.netgate.com/post/940431</guid><dc:creator><![CDATA[joaoa]]></dc:creator><pubDate>Thu, 15 Oct 2020 16:12:25 GMT</pubDate></item><item><title><![CDATA[Reply to Failing to add interfaces to dataplane. on Thu, 15 Oct 2020 16:09:55 GMT]]></title><description><![CDATA[<p dir="auto">Be sure the host has:</p>
<p dir="auto">ONBOOT=no<br />
NM_CONTROLLED=no</p>
<p dir="auto">Are present in the host configuration files in /etc/sysconfig/network-scripts for the interfaces you want on the dataplane and reboot and try again.</p>
<p dir="auto">https://docs.netgate.com/tnsr/en/latest/setup/setup-host-interfaces.html</p>
]]></description><link>https://forum.netgate.com/post/940429</link><guid isPermaLink="true">https://forum.netgate.com/post/940429</guid><dc:creator><![CDATA[Derelict]]></dc:creator><pubDate>Thu, 15 Oct 2020 16:09:55 GMT</pubDate></item><item><title><![CDATA[Reply to Failing to add interfaces to dataplane. on Thu, 15 Oct 2020 13:23:48 GMT]]></title><description><![CDATA[<p dir="auto">With default driver:</p>
<pre><code>labtnsr1 tnsr# conf
labtnsr1 tnsr(config)# dataplane dpdk dev
  0000:0b:00.0           Ethernet controller: VMware VMXNET3 Ethernet Controller (rev 01) ( Active Interface ens192 )
  0000:13:00.0           Ethernet controller: VMware VMXNET3 Ethernet Controller (rev 01)
  default
labtnsr1 tnsr(config)# dataplane dpdk dev
labtnsr1 tnsr(config)# dataplane dpdk dev 0000:13:00.0 network
labtnsr1 tnsr(config)# configuration candidate commit
labtnsr1 tnsr(config)# service dataplane restart
labtnsr1 tnsr(config)# exit
labtnsr1 tnsr# show interface
labtnsr1 tnsr#
labtnsr1 tnsr#
</code></pre>
<pre><code>labtnsr1 tnsr# show configuration
&lt;dataplane-config xmlns="urn:netgate:xml:yang:netgate-dataplane"&gt;
   &lt;dpdk&gt;
      &lt;dev&gt;
         &lt;id&gt;0000:13:00.0&lt;/id&gt;
         &lt;device-type&gt;network&lt;/device-type&gt;
      &lt;/dev&gt;
      &lt;uio-driver&gt;igb_uio&lt;/uio-driver&gt;
   &lt;/dpdk&gt;
&lt;/dataplane-config&gt;
&lt;nacm xmlns="urn:ietf:params:xml:ns:yang:ietf-netconf-acm"&gt;
   &lt;enable-nacm&gt;true&lt;/enable-nacm&gt;
   &lt;read-default&gt;deny&lt;/read-default&gt;
   &lt;write-default&gt;deny&lt;/write-default&gt;
   &lt;exec-default&gt;deny&lt;/exec-default&gt;
   &lt;enable-external-groups&gt;true&lt;/enable-external-groups&gt;
   &lt;groups&gt;
      &lt;group&gt;
         &lt;name&gt;admin&lt;/name&gt;
         &lt;user-name&gt;root&lt;/user-name&gt;
         &lt;user-name&gt;tnsr&lt;/user-name&gt;
      &lt;/group&gt;
   &lt;/groups&gt;
   &lt;rule-list&gt;
      &lt;name&gt;admin-rules&lt;/name&gt;
      &lt;group&gt;admin&lt;/group&gt;
      &lt;rule&gt;
         &lt;name&gt;permit-all&lt;/name&gt;
         &lt;module-name&gt;*&lt;/module-name&gt;
         &lt;access-operations&gt;*&lt;/access-operations&gt;
         &lt;action&gt;permit&lt;/action&gt;
      &lt;/rule&gt;
   &lt;/rule-list&gt;
&lt;/nacm&gt;
labtnsr1 tnsr#
</code></pre>
<p dir="auto">trying vfio-pci</p>
<pre><code>labtnsr1 tnsr(config)# dataplane dpdk uio-driver vfio-pci
labtnsr1 tnsr(config)# configuration candidate commit
labtnsr1 tnsr(config)# service dataplane restart
labtnsr1 tnsr(config)#
labtnsr1 tnsr(config)#
labtnsr1 tnsr(config)# exit
labtnsr1 tnsr# show interface
labtnsr1 tnsr# configure
labtnsr1 tnsr(config)# dataplane dpdk iova-mode pa
labtnsr1 tnsr(config)# configuration candidate commit
labtnsr1 tnsr(config)# service dataplane restart
labtnsr1 tnsr(config)#
labtnsr1 tnsr(config)#
labtnsr1 tnsr(config)# exit
labtnsr1 tnsr# sh
 shell                 show
labtnsr1 tnsr# show interface
labtnsr1 tnsr#
</code></pre>
<p dir="auto">trying generic.</p>
<pre><code>labtnsr1 tnsr# conf t
labtnsr1 tnsr(config)# dataplane dpdk uio-driver uio_pci_generic
labtnsr1 tnsr(config)# configuration candidate commit
labtnsr1 tnsr(config)# service dataplane restart
labtnsr1 tnsr(config)# exit
labtnsr1 tnsr# show interface
labtnsr1 tnsr#
labtnsr1 tnsr#
labtnsr1 tnsr#
</code></pre>
<p dir="auto">in host os</p>
<pre><code>[toor@labtnsr1 ~]$ ip lin
1: lo: &lt;LOOPBACK,UP,LOWER_UP&gt; mtu 65536 qdisc noqueue state UNKNOWN mode DEFAULT group default qlen 1000
    link/loopback 00:00:00:00:00:00 brd 00:00:00:00:00:00
2: ens192: &lt;BROADCAST,MULTICAST,UP,LOWER_UP&gt; mtu 1500 qdisc mq state UP mode DEFAULT group default qlen 1000
    link/ether 00:50:56:ba:02:05 brd ff:ff:ff:ff:ff:ff
[toor@labtnsr1 ~]$
</code></pre>
<p dir="auto">Thanks</p>
]]></description><link>https://forum.netgate.com/post/940383</link><guid isPermaLink="true">https://forum.netgate.com/post/940383</guid><dc:creator><![CDATA[joaoa]]></dc:creator><pubDate>Thu, 15 Oct 2020 13:23:48 GMT</pubDate></item><item><title><![CDATA[Reply to Failing to add interfaces to dataplane. on Thu, 15 Oct 2020 12:53:52 GMT]]></title><description><![CDATA[<p dir="auto">Please post exactly what you are doing and the output.</p>
]]></description><link>https://forum.netgate.com/post/940364</link><guid isPermaLink="true">https://forum.netgate.com/post/940364</guid><dc:creator><![CDATA[Derelict]]></dc:creator><pubDate>Thu, 15 Oct 2020 12:53:52 GMT</pubDate></item><item><title><![CDATA[Reply to Failing to add interfaces to dataplane. on Thu, 15 Oct 2020 12:24:03 GMT]]></title><description><![CDATA[<p dir="auto">Hello again.</p>
<p dir="auto">So R320 raid card is not recognized even by centos.<br />
Confirming this, moved to VMWARE.</p>
<p dir="auto">Installed the machine, all good, until I want to add the card to dataplane, again.</p>
<p dir="auto">Machine is set with 2 cores 4G Ram, network cards are with VMXNET3 driver like stated here:</p>
<p dir="auto">"<br />
Virtual Machines<br />
A TNSR software Bare Metal Image is available and will run in most virtual x86 environments.</p>
<p dir="auto">VMware - vSphere/ESXi 6.0 and later, running VMXNET3 virtual network adapters.<br />
"</p>
<p dir="auto">machine is set as<br />
Guest OS:	CentOS 8 (64-bit)<br />
Compatibility:	ESXi 6.7 and later (VM version 14)<br />
VMware Tools:	Not running, not installed</p>
<p dir="auto">In host OS, I´ve set ens224 to onboot=no.</p>
<p dir="auto">In clixon_cli, I try to set the dataplane, it accepts, but nothing is returned in show interfaces.</p>
<p dir="auto">Again, tried the 3 drivers, and setting the vfio-pci to pa, and nothing.</p>
<p dir="auto">What am I missing here?</p>
<p dir="auto">Please help.</p>
]]></description><link>https://forum.netgate.com/post/940356</link><guid isPermaLink="true">https://forum.netgate.com/post/940356</guid><dc:creator><![CDATA[joaoa]]></dc:creator><pubDate>Thu, 15 Oct 2020 12:24:03 GMT</pubDate></item><item><title><![CDATA[Reply to Failing to add interfaces to dataplane. on Tue, 13 Oct 2020 16:01:19 GMT]]></title><description><![CDATA[<p dir="auto">The tnsr installer is a CentOS 8 installer that also installs the tnsr packages. But researching what does and does not work with CentOS 8 will get you more results than searching for what does and does not work for tnsr.</p>
]]></description><link>https://forum.netgate.com/post/940110</link><guid isPermaLink="true">https://forum.netgate.com/post/940110</guid><dc:creator><![CDATA[Derelict]]></dc:creator><pubDate>Tue, 13 Oct 2020 16:01:19 GMT</pubDate></item><item><title><![CDATA[Reply to Failing to add interfaces to dataplane. on Tue, 13 Oct 2020 15:59:41 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="/user/derelict">@<bdi>Derelict</bdi></a><br />
Ok, will check if I can install CentOS8 on this server, if not, that explains all.</p>
<p dir="auto">Thanks again.</p>
]]></description><link>https://forum.netgate.com/post/940109</link><guid isPermaLink="true">https://forum.netgate.com/post/940109</guid><dc:creator><![CDATA[joaoa]]></dc:creator><pubDate>Tue, 13 Oct 2020 15:59:41 GMT</pubDate></item><item><title><![CDATA[Reply to Failing to add interfaces to dataplane. on Tue, 13 Oct 2020 15:42:44 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="/user/joaoa">@<bdi>joaoa</bdi></a> Not really. Anything that works in CentOS8 should work fine.</p>
]]></description><link>https://forum.netgate.com/post/940105</link><guid isPermaLink="true">https://forum.netgate.com/post/940105</guid><dc:creator><![CDATA[Derelict]]></dc:creator><pubDate>Tue, 13 Oct 2020 15:42:44 GMT</pubDate></item><item><title><![CDATA[Reply to Failing to add interfaces to dataplane. on Tue, 13 Oct 2020 15:41:48 GMT]]></title><description><![CDATA[<p dir="auto">Thanks for your reply.</p>
<p dir="auto">I´ve moved to a old R320 to try to continue testing since I can´t install a card yet in R440 (waiting for riser to come), but now I can´t even install. It doesn´t see the harddrive.<br />
The server controller is a PERC H310 mini, but I don´t find anything related to unsupported storage in docs.<br />
Do you´ve any clue about any storage controllers restrictions?</p>
<p dir="auto">Thanks again.</p>
]]></description><link>https://forum.netgate.com/post/940104</link><guid isPermaLink="true">https://forum.netgate.com/post/940104</guid><dc:creator><![CDATA[joaoa]]></dc:creator><pubDate>Tue, 13 Oct 2020 15:41:48 GMT</pubDate></item><item><title><![CDATA[Reply to Failing to add interfaces to dataplane. on Sat, 10 Oct 2020 15:38:03 GMT]]></title><description><![CDATA[<p dir="auto">Broadcom NICs are not supported by dpdk. Your best bet is Intel or perhaps Mellanox NICs.</p>
<p dir="auto">https://docs.netgate.com/tnsr/en/latest/platforms/</p>
]]></description><link>https://forum.netgate.com/post/939689</link><guid isPermaLink="true">https://forum.netgate.com/post/939689</guid><dc:creator><![CDATA[Derelict]]></dc:creator><pubDate>Sat, 10 Oct 2020 15:38:03 GMT</pubDate></item></channel></rss>