<?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[Interfaces not showing in Dataplane KVM]]></title><description><![CDATA[<p dir="auto">Hi there,</p>
<p dir="auto">I've been trying to explore and test TNSR in Proxmox (KVM) however I've been struggling to have the interfaces show up in the Dataplane.</p>
<p dir="auto">Initially, I had 2 interfaces assigned to the VM, validated that both were disabled in the Host OS, renamed the interfaces with <code>dataplane dpdk dev 0000:00:14.1 network name WAN</code>, <code>service dataplane restart</code>, etc but still, when I do show interface nothing is returned.</p>
<p dir="auto">After this, I've added a 3rd interface, reinstalled TNSR and had the new interface configured during setup, I was wondering if TNSR 100% requires to have a dedicated management interface.<br />
After the installation was complete, the same situation, no matter what I do they won't show up to be used in TNSR.</p>
<p dir="auto">I've also tried changing the NIC type on Proxmox side, from VirtIO (paravirtualized) to Intel E1000 but no success.<br />
From reading around, including the dpdk docs, my understanding is that both VirtIO or Intel E1000 types should work.</p>
<p dir="auto">The plan is not to use TNSR on a VM permanently, eventually it would go into dedicated hardware if I like it, but so far for testing, I can't justify it.</p>
<p dir="auto">Any ideas?</p>
<p dir="auto">Thanks.</p>
<p dir="auto">Edit: The interfaces on Proxmox, are Linux Bridges to the NIC. Each bridge I'm using on TNSR VM has a dedicated NIC port currently.</p>
]]></description><link>https://forum.netgate.com/topic/162149/interfaces-not-showing-in-dataplane-kvm</link><generator>RSS for Node</generator><lastBuildDate>Fri, 10 Apr 2026 17:16:02 GMT</lastBuildDate><atom:link href="https://forum.netgate.com/topic/162149.rss" rel="self" type="application/rss+xml"/><pubDate>Wed, 17 Mar 2021 10:46:42 GMT</pubDate><ttl>60</ttl><item><title><![CDATA[Reply to Interfaces not showing in Dataplane KVM on Tue, 23 Mar 2021 22:14:32 GMT]]></title><description><![CDATA[<p dir="auto">I too was able to resolve my issue. I apologize for hijacking this thread thinking it was similar underlying issue.</p>
<p dir="auto">The difference between working and not working was when using virt-install, I need to use --cdrom for specifying the install ISO. Using --location ends up not working. While the installation completes, network interfaces do not. Virt-manager worked because it was using cdrom and not location.</p>
<p dir="auto">Works:</p>
<pre><code>sudo virt-install --cdrom tnsr.iso
</code></pre>
<p dir="auto">Does not work:</p>
<pre><code>sudo virt-install --location tnsr.iso
</code></pre>
]]></description><link>https://forum.netgate.com/post/974134</link><guid isPermaLink="true">https://forum.netgate.com/post/974134</guid><dc:creator><![CDATA[lastactionhero]]></dc:creator><pubDate>Tue, 23 Mar 2021 22:14:32 GMT</pubDate></item><item><title><![CDATA[Reply to Interfaces not showing in Dataplane KVM on Tue, 23 Mar 2021 21:15:51 GMT]]></title><description><![CDATA[<p dir="auto">So, destiny decided that I should have received a support ticket with Netgate about this. (I was very surprised about it)</p>
<p dir="auto">The support experience was very impressive and the engineer identified the issue really fast.</p>
<p dir="auto">Proxmox uses QEMU, which integrates KVM.<br />
It happens that the default CPU Type, "kvm64", doesn't have all the instruction extensions required, such as SSE 4.2, as mentioned here:<br />
https://docs.netgate.com/tnsr/en/latest/platforms/kvm/#creating-a-vm</p>
<p dir="auto">I've changed the VM to use CPU Type "Nehalem" and it worked out of the box, with the steps I've shared before.</p>
<p dir="auto">Hope it helps others in the future :)</p>
<p dir="auto">Thanks.</p>
]]></description><link>https://forum.netgate.com/post/974126</link><guid isPermaLink="true">https://forum.netgate.com/post/974126</guid><dc:creator><![CDATA[Ralms 0]]></dc:creator><pubDate>Tue, 23 Mar 2021 21:15:51 GMT</pubDate></item><item><title><![CDATA[Reply to Interfaces not showing in Dataplane KVM on Sun, 21 Mar 2021 01:44:26 GMT]]></title><description><![CDATA[<p dir="auto">Installing using virt-manager works. I have no issues performing a install and interfaces are present for use right away. No errors.</p>
<p dir="auto">Installing via my kvm host, using virt-install seems to be where the issue is. Reviewing the domain XML's for any difference, I cannot find any difference. Very strange. If I find what's missing I'll update the post, but it works fine as a VM and virtio installing using virt-manager.</p>
]]></description><link>https://forum.netgate.com/post/973613</link><guid isPermaLink="true">https://forum.netgate.com/post/973613</guid><dc:creator><![CDATA[lastactionhero]]></dc:creator><pubDate>Sun, 21 Mar 2021 01:44:26 GMT</pubDate></item><item><title><![CDATA[Reply to Interfaces not showing in Dataplane KVM on Sat, 20 Mar 2021 20:31:34 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="/user/lastactionhero">@<bdi>lastactionhero</bdi></a> I usually make an additional admin-level account but I never enable root. I generally log in using the <code>tnsr</code> user.</p>
]]></description><link>https://forum.netgate.com/post/973563</link><guid isPermaLink="true">https://forum.netgate.com/post/973563</guid><dc:creator><![CDATA[Derelict]]></dc:creator><pubDate>Sat, 20 Mar 2021 20:31:34 GMT</pubDate></item><item><title><![CDATA[Reply to Interfaces not showing in Dataplane KVM on Sat, 20 Mar 2021 05:31:23 GMT]]></title><description><![CDATA[<p dir="auto">Some more troubleshooting. This looks to be permissions related issue.</p>
<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="/user/derelict">@<bdi>Derelict</bdi></a> When you install, are you enabling root account with a password? Or are you creating a user account, making it a member of administrator (root)? I'm doing the later, making an admin user account, member of administrators (root). The root account remains disabled.</p>
<p dir="auto">I was able to get this working, but only for troubleshooting more of the issue, not resolving it. I think I would need support at this point to chime in, fix a bug here, which I'm not going to pay for at this time. I really want this to just work because I've heard good things regarding performance and I really want this. I'd like to switch from my current VyOS which just works.</p>
<p dir="auto">My steps above with NetworkManager work to sort out the interfaces making them unmanaged. As the journalctl -xe logs indicated, vpp.service is the issue, it's not starting. I can manually start this if I drop to host shell and execute vpp with the config.</p>
<pre><code>[admin@esg01 ~]$ sudo /usr/bin/vpp -c /etc/vpp/startup.conf
[sudo] password for admin: 
/usr/bin/vpp[7433]: perfmon: skipping source 'intel-uncore' - intel_uncore_init: no uncore units found
/usr/bin/vpp[7433]: tls_init_ca_chain:609: Could not initialize TLS CA certificates
/usr/bin/vpp[7433]: tls_mbedtls_init:644: failed to initialize TLS CA chain
/usr/bin/vpp[7433]: tls_init_ca_chain:710: Could not initialize TLS CA certificates
/usr/bin/vpp[7433]: tls_openssl_init:784: failed to initialize TLS CA chain
</code></pre>
<p dir="auto">Once this is running, I am then able to see my interfaces in tnsr CLI, dataplane dpdk dev. Everything jives up at this point as you mention in your replies as it should. No more errors in the CLI either.</p>
<pre><code>esg01 tnsr# show interface 
Interface: Guest
    Admin status: down
    Link down, link-speed 10 Gbps, unknown duplex
    Link MTU: 1500 bytes
    MAC address: 52:54:00:7b:f7:69
    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

Interface: Management
    Admin status: down
    Link down, link-speed 10 Gbps, unknown duplex
    Link MTU: 1500 bytes
    MAC address: 52:54:00:d4:64:23
    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, 1 errors
      protocols: 0 IPv4, 0 IPv6
      0 drops, 0 punts, 0 rx miss, 0 rx no buffer

Interface: WAN1
    Admin status: down
    Link down, link-speed 10 Gbps, unknown duplex
    Link MTU: 1500 bytes
    MAC address: 52:54:00:a5:5c:04
    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

Interface: WAN2
    Admin status: down
    Link down, link-speed 10 Gbps, unknown duplex
    Link MTU: 1500 bytes
    MAC address: 52:54:00:f1:5a:97
    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

Interface: WiFi
    Admin status: down
    Link down, link-speed 10 Gbps, unknown duplex
    Link MTU: 1500 bytes
    MAC address: 52:54:00:22:9e:9b
    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

Interface: Workstation
    Admin status: down
    Link down, link-speed 10 Gbps, unknown duplex
    Link MTU: 1500 bytes
    MAC address: 52:54:00:45:31:92
    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

esg01 tnsr# 
</code></pre>
<p dir="auto">I will reinstall again tomorrow trying with root account enabled. I don't know what else to do beyond this.</p>
]]></description><link>https://forum.netgate.com/post/973441</link><guid isPermaLink="true">https://forum.netgate.com/post/973441</guid><dc:creator><![CDATA[lastactionhero]]></dc:creator><pubDate>Sat, 20 Mar 2021 05:31:23 GMT</pubDate></item><item><title><![CDATA[Reply to Interfaces not showing in Dataplane KVM on Sat, 20 Mar 2021 02:20:09 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="/user/lastactionhero">@<bdi>lastactionhero</bdi></a> Does the host see the interfaces when running something like</p>
<p dir="auto"><code>sudo ip link</code></p>
<p dir="auto">in the host namespace?</p>
<p dir="auto">If so, then you must get the host to relinquish the interfaces before you can add them to the dataplane.</p>
<p dir="auto">I do not know off-hand the particular recipe for doing so in your case. All I know is I have zero problems installing tnsr in proxmox-wrapped KVM virtual machines using virtio NICs. If I ever do find myself in that predicament I just add ONBOOT and NM_CONTROLLED set to no and reboot.</p>
<pre><code class="language-text">tnsr-b1 tnsr# host shell ip link
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
4: ens20: &lt;BROADCAST,MULTICAST,UP,LOWER_UP&gt; mtu 1500 qdisc fq_codel state UP mode DEFAULT group default qlen 1000
    link/ether 2a:d4:de:20:c8:db brd ff:ff:ff:ff:ff:ff

tnsr-b1 tnsr(config)# dataplane dpdk dev 
  0000:00:12.0          Ethernet controller: Red Hat, Inc. Virtio network device                                                    
  0000:00:13.0          Ethernet controller: Red Hat, Inc. Virtio network device                                                    
  0000:00:14.0          Ethernet controller: Red Hat, Inc. Virtio network device                                                    
  0000:00:15.0          Ethernet controller: Red Hat, Inc. Virtio network device                                                    
  default              

tnsr-b1 tnsr# show config run json
snip

      "dpdk": {
        "dev": [
          {
            "id": "0000:00:12.0",
            "name": "outside"
          },
          {
            "id": "0000:00:13.0",
            "name": "inside"
          },
          {
            "id": "0000:00:15.0",
            "name": "opt1"
          }
        ]
      },
                                                                                
tnsr-b1 tnsr# show interface ip
Interface: inside
    IPv4 MTU: 0 bytes
    IPv4 Route Table: ipv4-VRF:0
    IPv4 addresses:
        172.29.101.1/29

Interface: loop0
    IPv4 MTU: 0 bytes
    IPv4 Route Table: ipv4-VRF:0

Interface: opt1
    IPv4 MTU: 0 bytes
    IPv4 Route Table: ipv4-VRF:0
    IPv4 addresses:
        172.29.105.1/24

Interface: outside
    IPv4 MTU: 0 bytes
    IPv4 Route Table: ipv4-VRF:0
    IPv4 addresses:
        172.25.228.57/24

</code></pre>
<p dir="auto">I wish I could be more help right now but that's really all I have.</p>
]]></description><link>https://forum.netgate.com/post/973432</link><guid isPermaLink="true">https://forum.netgate.com/post/973432</guid><dc:creator><![CDATA[Derelict]]></dc:creator><pubDate>Sat, 20 Mar 2021 02:20:09 GMT</pubDate></item><item><title><![CDATA[Reply to Interfaces not showing in Dataplane KVM on Fri, 19 Mar 2021 23:56:41 GMT]]></title><description><![CDATA[<p dir="auto">Some more troubleshooting</p>
<pre><code>[root@esg01 admin]# sudo dmesg | grep virtio_net
[    4.078543] virtio_net virtio1 enp2s0: renamed from eth1
[    4.084586] virtio_net virtio2 enp3s0: renamed from eth2
[    4.091946] virtio_net virtio3 enp4s0: renamed from eth3
[    4.101909] virtio_net virtio4 enp5s0: renamed from eth4
[    4.136131] virtio_net virtio0 enp1s0: renamed from eth0
[    4.146091] virtio_net virtio5 enp6s0: renamed from eth5
[    4.171685] virtio_net virtio7 enp8s0: renamed from eth7
[    4.203872] virtio_net virtio6 enp7s0: renamed from eth6
</code></pre>
<pre><code>[root@esg01 admin]# sudo tnsrctl status
vpp.service: activating
clixon-backend.service: activating
clixon-restconf.service: activating
tnsr-boot.service: active
tnsr-dataplane-netns.service: active
frr-dataplane.service: inactive
strongswan-dataplane.service: inactive
nginx-dataplane.service: inactive
ntpd-dataplane.service: inactive
unbound-dataplane.service: inactive
sshd-dataplane.service: inactive
snmp-subagent-dataplane.service: inactive
snmpd-dataplane.service: inactive
nginx.service: inactive
ntpd.service: inactive
snmp-subagent.service: inactive
snmpd.service: inactive
DHCPv4 server: inactive
</code></pre>
<pre><code>[root@esg01 admin]# sudo systemctl status vpp
● vpp.service - Vector Packet Processing Process
   Loaded: loaded (/usr/lib/systemd/system/vpp.service; enabled; vendor preset: enabled)
  Drop-In: /usr/lib/systemd/system/vpp.service.d
           └─intentional-restart.conf, nm-wait-online.conf, on-failure.conf, requires-dataplane.conf
   Active: activating (auto-restart) (Result: exit-code) since Fri 2021-03-19 16:24:36 PDT; 4s ago
  Process: 2591 ExecStopPost=/bin/cp /etc/tnsr/tnsr-running.xml /etc/tnsr.xml (code=exited, status=0/SUCCESS)
  Process: 2590 ExecStopPost=/bin/echo TNSR startup mode switch : using running DB (code=exited, status=0/SUCCESS)
  Process: 2588 ExecStopPost=/bin/echo VPP stopped, modifying TNSR startup mode (code=exited, status=0/SUCCESS)
  Process: 2586 ExecStart=/usr/bin/vpp -c /etc/vpp/startup.conf (code=exited, status=1/FAILURE)
  Process: 2584 ExecStartPre=/sbin/modprobe uio_pci_generic (code=exited, status=0/SUCCESS)
  Process: 2582 ExecStartPre=/bin/rm -f /dev/shm/db /dev/shm/global_vm /dev/shm/vpe-api (code=exited, status=0/SUCCESS)
 Main PID: 2586 (code=exited, status=1/FAILURE)
    Tasks: 0 (limit: 49476)
   Memory: 0B
   CGroup: /system.slice/vpp.service
[root@esg01 admin]# sudo systemctl status clixon-backend         
● clixon-backend.service - Clixon backend
   Loaded: loaded (/usr/lib/systemd/system/clixon-backend.service; enabled; vendor preset: enabled)
   Active: activating (start-post) since Fri 2021-03-19 16:24:21 PDT; 46s ago
  Process: 2404 ExecStartPost=/usr/bin/echo TNSR startup mode switch : using none (code=exited, status=0/SUCCESS)
  Process: 2403 ExecStartPost=/usr/bin/cp -f /etc/tnsr/tnsr-none.xml /etc/tnsr.xml (code=exited, status=0/SUCCESS)
  Process: 2402 ExecStartPost=/usr/bin/echo clixon_backend started successfully, modifying TNSR startup mode (code=exited, status=0/SUCCESS)
  Process: 2341 ExecStart=/usr/sbin/clixon_backend (code=exited, status=0/SUCCESS)
    Tasks: 1 (limit: 49476)
   Memory: 23.8M
   CGroup: /system.slice/clixon-backend.service
           └─2401 /usr/sbin/clixon_backend

Mar 19 16:24:21 esg01 clixon_backend[2341]: os_priv_change: changing uid from 0 to 0
Mar 19 16:24:21 esg01 clixon_backend[2341]: Mar 19 16:24:21: os_priv_change: changing uid from 0 to 0
Mar 19 16:24:21 esg01 clixon_backend[2341]: Startup successful, no backup needed
Mar 19 16:24:21 esg01 clixon_backend[2341]: Mar 19 16:24:21: Startup successful, no backup needed
Mar 19 16:24:21 esg01 clixon_backend[2401]: clixon_backend: 2401 Started
Mar 19 16:24:21 esg01 systemd[1]: clixon-backend.service: Can't convert PID files /var/tnsr/tnsr.pidfile O_PATH file descriptor to proper file descriptor: Permission denied
Mar 19 16:24:21 esg01 echo[2402]: clixon_backend started successfully, modifying TNSR startup mode
Mar 19 16:24:21 esg01 echo[2404]: TNSR startup mode switch : using none
Mar 19 16:24:21 esg01 systemd[1]: clixon-backend.service: Can't convert PID files /var/tnsr/tnsr.pidfile O_PATH file descriptor to proper file descriptor: Permission denied
Mar 19 16:24:21 esg01 systemd[1]: clixon-backend.service: Can't convert PID files /var/tnsr/tnsr.pidfile O_PATH file descriptor to proper file descriptor: Permission denied
[root@esg01 admin]# sudo systemctl status clixon-restconf
● clixon-restconf.service - Clixon restconf
   Loaded: loaded (/usr/lib/systemd/system/clixon-restconf.service; enabled; vendor preset: enabled)
   Active: activating (auto-restart) (Result: exit-code) since Fri 2021-03-19 16:25:19 PDT; 2s ago
  Process: 2711 ExecStart=/www-data/clixon_restconf (code=exited, status=203/EXEC)
 Main PID: 2711 (code=exited, status=203/EXEC)
</code></pre>
]]></description><link>https://forum.netgate.com/post/973419</link><guid isPermaLink="true">https://forum.netgate.com/post/973419</guid><dc:creator><![CDATA[lastactionhero]]></dc:creator><pubDate>Fri, 19 Mar 2021 23:56:41 GMT</pubDate></item><item><title><![CDATA[Reply to Interfaces not showing in Dataplane KVM on Fri, 19 Mar 2021 22:57:31 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="/user/ralms-0">@<bdi>ralms-0</bdi></a><br />
<a class="plugin-mentions-user plugin-mentions-a" href="/user/derelict">@<bdi>Derelict</bdi></a></p>
<p dir="auto">I am also struggling with this. This is my first time attempting to install, registered earlier this week. I am not using Proxmox, but KVM libvirt natively. I installed latest version from ISO, serial setup, with 8 virtio network bridge interfaces. I am not looking to pass anything through or use SR-IOV, as eventually I'd like this to migrate between my hosts. Upon completed installation, only my configured host interface is active. I tried both static and/or dhcp, this always works.</p>
<pre><code>tnsr# show version

Version: tnsr-v21.03-2
Build timestamp: Thu Mar  4 10:29:54 2021 CST
</code></pre>
<p dir="auto">I dropped to host shell, NetworkManager service is not running.</p>
<p dir="auto">systemctl start NetworkManager<br />
systemctl enable NetworkManager</p>
<p dir="auto">This get's NetworkManager going again. I am not sure why it wasn't running and enabled. I am then able to issue "nmcli device status" to get results of all my interfaces. I then apply "NM_CONTROLLED=no" to respective ifcfg-enp1s0, etc interfaces so they are unmanaged. Reboot for good measure.</p>
<p dir="auto">And thats where I'm at... It's still not working after reboot.</p>
<pre><code>tnsr(config)# dataplane dpdk dev 
  0000:01:00.0          Ethernet controller: Red Hat, Inc. Virtio network device (rev 01)                                                                                                                                                      
  0000:02:00.0          Ethernet controller: Red Hat, Inc. Virtio network device (rev 01)                                                                                                                                                      
  0000:03:00.0          Ethernet controller: Red Hat, Inc. Virtio network device (rev 01)                                                                                                                                                      
  0000:04:00.0          Ethernet controller: Red Hat, Inc. Virtio network device (rev 01)                                                                                                                                                      
  0000:05:00.0          Ethernet controller: Red Hat, Inc. Virtio network device (rev 01)                                                                                                                                                      
  0000:06:00.0          Ethernet controller: Red Hat, Inc. Virtio network device (rev 01)                                                                                                                                                      
  0000:07:00.0          Ethernet controller: Red Hat, Inc. Virtio network device (rev 01)                                                                                                                                                      
  0000:08:00.0          Ethernet controller: Red Hat, Inc. Virtio network device (rev 01)                                                                                                                                                      
  default      
</code></pre>
<p dir="auto">Trying to configure name's for interfaces.</p>
<pre><code>tnsr(config)# dataplane dpdk dev 0000:01:00.0 network name WAN1
Changes to dataplane startup settings require a dataplane restart to take effect.
tnsr(config)# dataplane dpdk dev 0000:02:00.0 network name WAN2
Changes to dataplane startup settings require a dataplane restart to take effect.
tnsr(config)# service dataplane restart
</code></pre>
<p dir="auto">Show interface results in nothing.</p>
<p dir="auto">I've read through release notes known issues and I am not sure if this is not a supported configuration or not and known. My KVM hosts, running Ubuntu 20.10, netplan interfaces are configured as bridges with VLAN's, on bonded 10Gbit interfaces.</p>
]]></description><link>https://forum.netgate.com/post/973405</link><guid isPermaLink="true">https://forum.netgate.com/post/973405</guid><dc:creator><![CDATA[lastactionhero]]></dc:creator><pubDate>Fri, 19 Mar 2021 22:57:31 GMT</pubDate></item><item><title><![CDATA[Reply to Interfaces not showing in Dataplane KVM on Wed, 17 Mar 2021 22:06:30 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="/user/derelict">@<bdi>derelict</bdi></a></p>
<p dir="auto">Installation Complete:</p>
<p>
                <button class="btn btn-primary extended-markdown-spoiler" data-bs-toggle="collapse" data-bs-target="#spoiler972904" aria-expanded="false" aria-controls="spoiler972904">
                    Spoiler <i class="fa fa-eye"></i>
                </button>
                </p><div class="collapse" id="spoiler972904">
                    <div class="card card-body spoiler"><p dir="auto"><br />
<img src="/assets/uploads/files/1616017836525-50e81cd8-65e8-4704-b8bd-879ac07e9565-image.png" alt="50e81cd8-65e8-4704-b8bd-879ac07e9565-image.png" class=" img-fluid img-markdown" /></p>
<p dir="auto">Automatic Reboot.<br />
First Login:<br />
<img src="/assets/uploads/files/1616017882681-abb4c459-b478-4602-8845-cbac27609e27-image.png" alt="abb4c459-b478-4602-8845-cbac27609e27-image.png" class=" img-fluid img-markdown" /></p>
<p dir="auto">Interfaces and Network Manager:<br />
<img src="/assets/uploads/files/1616017962033-e5d63fe1-74d9-418e-bc4d-a162615c36d3-image.png" alt="e5d63fe1-74d9-418e-bc4d-a162615c36d3-image.png" class=" img-fluid img-markdown" /></p>
<p dir="auto">So it shows as "Not running", so I might have enabled it by accident when I set the NM_CONTROLLED.</p>
<p dir="auto"><code>show interface</code> returns nothing.<br />
<img src="/assets/uploads/files/1616018045285-f795753a-03c0-4b4a-8241-2dd338e1f429-image.png" alt="f795753a-03c0-4b4a-8241-2dd338e1f429-image.png" class=" img-fluid img-markdown" /></p>
<p dir="auto">Set Interfaces Down as mention in the docs:<br />
<img src="/assets/uploads/files/1616018181784-a0154aa2-7664-4197-a159-0d4442fd9289-image.png" alt="a0154aa2-7664-4197-a159-0d4442fd9289-image.png" class=" img-fluid img-markdown" /></p>
<p dir="auto">Default config from ENS18:<br />
<img src="/assets/uploads/files/1616018264399-2aae3bcc-73e9-4a5d-961a-edcd31858813-image.png" alt="2aae3bcc-73e9-4a5d-961a-edcd31858813-image.png" class=" img-fluid img-markdown" /></p>
<p dir="auto">Set NM_CONTROLLED to no:<br />
<img src="/assets/uploads/files/1616018391715-f30f0848-b1a4-4af4-a8b7-b539f422b953-image.png" alt="f30f0848-b1a4-4af4-a8b7-b539f422b953-image.png" class=" img-fluid img-markdown" /></p>
<p dir="auto">Without Reboot, still nothing:<br />
<img src="/assets/uploads/files/1616018500307-e9fb211b-3862-472f-b562-6d27edb0ed46-image.png" alt="e9fb211b-3862-472f-b562-6d27edb0ed46-image.png" class=" img-fluid img-markdown" /><br />
</p></div>
                </div><p></p>
<p dir="auto">Rebooted the system.</p>
<p>
                <button class="btn btn-primary extended-markdown-spoiler" data-bs-toggle="collapse" data-bs-target="#spoiler972905" aria-expanded="false" aria-controls="spoiler972905">
                    Spoiler <i class="fa fa-eye"></i>
                </button>
                </p><div class="collapse" id="spoiler972905">
                    <div class="card card-body spoiler"><p dir="auto"> Interfaces still now showing up.<br />
<img src="/assets/uploads/files/1616018606034-53e6a786-b5e5-410a-9997-b7cb717463d4-image.png" alt="53e6a786-b5e5-410a-9997-b7cb717463d4-image.png" class=" img-fluid img-markdown" /></p>
<p dir="auto">Set network name:<br />
<img src="/assets/uploads/files/1616018704373-4f6cb942-d8ba-4320-84fb-98b334620e9f-image.png" alt="4f6cb942-d8ba-4320-84fb-98b334620e9f-image.png" class=" img-fluid img-markdown" /><br />
</p></div>
                </div><p></p>
<p dir="auto">So yeah, I have no idea what is going on, what I'm doing wrong.</p>
<p dir="auto">This is a Proxmox 6.3-6 running on an HP DL360p Gen8.</p>
]]></description><link>https://forum.netgate.com/post/972904</link><guid isPermaLink="true">https://forum.netgate.com/post/972904</guid><dc:creator><![CDATA[Ralms 0]]></dc:creator><pubDate>Wed, 17 Mar 2021 22:06:30 GMT</pubDate></item><item><title><![CDATA[Reply to Interfaces not showing in Dataplane KVM on Wed, 17 Mar 2021 21:40:09 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="/user/derelict">@<bdi>derelict</bdi></a> To split my replies, here is the installation wizard phase:</p>
<p dir="auto">VM:</p>
<p>
                <button class="btn btn-primary extended-markdown-spoiler" data-bs-toggle="collapse" data-bs-target="#spoiler972899" aria-expanded="false" aria-controls="spoiler972899">
                    Spoiler <i class="fa fa-eye"></i>
                </button>
                </p><div class="collapse" id="spoiler972899">
                    <div class="card card-body spoiler"><p dir="auto">The network devices were added to the VM with Firewall off:<br />
<img src="/assets/uploads/files/1616016441250-26da06ef-a5f5-4aac-ad1e-37d02c7e3e8a-image.png" alt="26da06ef-a5f5-4aac-ad1e-37d02c7e3e8a-image.png" class=" img-fluid img-markdown" /></p>
<p dir="auto">VM starting point:<br />
<img src="/assets/uploads/files/1616016460498-07dc97f8-2053-4a56-9916-55c37b53f636-image.png" alt="07dc97f8-2053-4a56-9916-55c37b53f636-image.png" class=" img-fluid img-markdown" /><br />
</p></div>
                </div><p></p>
<p dir="auto">Installation Wizard base:</p>
<p>
                <button class="btn btn-primary extended-markdown-spoiler" data-bs-toggle="collapse" data-bs-target="#spoiler972900" aria-expanded="false" aria-controls="spoiler972900">
                    Spoiler <i class="fa fa-eye"></i>
                </button>
                </p><div class="collapse" id="spoiler972900">
                    <div class="card card-body spoiler"><p dir="auto"><br />
<img src="/assets/uploads/files/1616016512198-07bcfbe5-4de4-4ca2-8ee9-8d53d9377faf-image.png" alt="07bcfbe5-4de4-4ca2-8ee9-8d53d9377faf-image.png" class=" img-fluid img-markdown" /></p>
<p dir="auto">Wizard starting point:<br />
<img src="/assets/uploads/files/1616016591796-14af1e27-a6b2-48f2-a98e-fe7570b72dca-image.png" alt="14af1e27-a6b2-48f2-a98e-fe7570b72dca-image.png" class=" img-fluid img-markdown" /></p>
<p dir="auto">Changed timezone to Lisbon:<br />
<img src="/assets/uploads/files/1616016633288-599c78fd-ad5a-48cd-8f44-66b55b8e8b9a-image.png" alt="599c78fd-ad5a-48cd-8f44-66b55b8e8b9a-image.png" class=" img-fluid img-markdown" /></p>
<p dir="auto">Setting storage:<br />
<img src="/assets/uploads/files/1616016689212-35e19180-4312-428c-afa0-a0c1330c23ef-image.png" alt="35e19180-4312-428c-afa0-a0c1330c23ef-image.png" class=" img-fluid img-markdown" /></p>
<p dir="auto"><img src="/assets/uploads/files/1616016711035-4ee83bef-4523-40af-8631-ab983d62abfd-image.png" alt="4ee83bef-4523-40af-8631-ab983d62abfd-image.png" class=" img-fluid img-markdown" /><br />
</p></div>
                </div><p></p>
<p dir="auto">Installation Wizard Network:</p>
<p>
                <button class="btn btn-primary extended-markdown-spoiler" data-bs-toggle="collapse" data-bs-target="#spoiler972901" aria-expanded="false" aria-controls="spoiler972901">
                    Spoiler <i class="fa fa-eye"></i>
                </button>
                </p><div class="collapse" id="spoiler972901">
                    <div class="card card-body spoiler"><p dir="auto">Starting point:<br />
<img src="/assets/uploads/files/1616016765502-c5f29d89-a1a3-488a-82a6-2efabd22b415-image.png" alt="c5f29d89-a1a3-488a-82a6-2efabd22b415-image.png" class=" img-fluid img-markdown" /></p>
<p dir="auto">Set hostname to <code>tnsr</code>:<br />
<img src="/assets/uploads/files/1616016805909-d4060168-2d77-4c9a-a699-85f49ded90f5-image.png" alt="d4060168-2d77-4c9a-a699-85f49ded90f5-image.png" class=" img-fluid img-markdown" /></p>
<p dir="auto">Configure ens20:<br />
<img src="/assets/uploads/files/1616016838113-9ddad681-2cdf-456c-9aaa-65a9e14a0736-image.png" alt="9ddad681-2cdf-456c-9aaa-65a9e14a0736-image.png" class=" img-fluid img-markdown" /></p>
<p dir="auto">Set IPv4 to <code>dhcp</code> and IPv6 to <code>ignore</code>:<br />
<img src="/assets/uploads/files/1616016900765-9a47ef83-1057-4bdb-a3c1-d9af6695f37b-image.png" alt="9a47ef83-1057-4bdb-a3c1-d9af6695f37b-image.png" class=" img-fluid img-markdown" /></p>
<p dir="auto">Tick option 7 and 8 for <code>Connect automatically after reboot</code> and <code>Apply Configuration in installer</code><br />
<img src="/assets/uploads/files/1616016952891-d41d64df-63a6-4730-a793-bdbf2c3d559a-image.png" alt="d41d64df-63a6-4730-a793-bdbf2c3d559a-image.png" class=" img-fluid img-markdown" /></p>
<p dir="auto">Go back to wizard home and not touch the other 2 interfaces:<br />
<img src="/assets/uploads/files/1616016996950-d9c8c635-fefc-43ed-b729-424e0b2edecb-image.png" alt="d9c8c635-fefc-43ed-b729-424e0b2edecb-image.png" class=" img-fluid img-markdown" /><br />
</p></div>
                </div><p></p>
<p dir="auto">Installation Wizard finish:</p>
<p>
                <button class="btn btn-primary extended-markdown-spoiler" data-bs-toggle="collapse" data-bs-target="#spoiler972902" aria-expanded="false" aria-controls="spoiler972902">
                    Spoiler <i class="fa fa-eye"></i>
                </button>
                </p><div class="collapse" id="spoiler972902">
                    <div class="card card-body spoiler"><p dir="auto">Confirm the Software Selection:<br />
<img src="/assets/uploads/files/1616017062222-4b87a6c5-7fe5-475c-8e10-a89220d4bd91-image.png" alt="4b87a6c5-7fe5-475c-8e10-a89220d4bd91-image.png" class=" img-fluid img-markdown" /></p>
<p dir="auto">Processing:<br />
<img src="/assets/uploads/files/1616017089256-588b3ef2-4834-478d-b256-1557a2714277-image.png" alt="588b3ef2-4834-478d-b256-1557a2714277-image.png" class=" img-fluid img-markdown" /></p>
<p dir="auto">All set:<br />
<img src="/assets/uploads/files/1616017105058-89f88c79-2f2e-43a2-91e3-5ac79fb80b49-image.png" alt="89f88c79-2f2e-43a2-91e3-5ac79fb80b49-image.png" class=" img-fluid img-markdown" /></p>
<p dir="auto">Being installation:<br />
<img src="/assets/uploads/files/1616017132112-2dd2dbf9-4a90-4b69-84b4-955d2ba1672a-image.png" alt="2dd2dbf9-4a90-4b69-84b4-955d2ba1672a-image.png" class=" img-fluid img-markdown" /></p>
<p dir="auto"></p></div>
                </div><p></p>
]]></description><link>https://forum.netgate.com/post/972899</link><guid isPermaLink="true">https://forum.netgate.com/post/972899</guid><dc:creator><![CDATA[Ralms 0]]></dc:creator><pubDate>Wed, 17 Mar 2021 21:40:09 GMT</pubDate></item><item><title><![CDATA[Reply to Interfaces not showing in Dataplane KVM on Wed, 17 Mar 2021 21:12:07 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="/user/derelict">@<bdi>derelict</bdi></a> hm ok, that was the same thing I've done, with the difference that I've set also DNS on the ens20, but that shouldn't be any different.</p>
<p dir="auto">I will reinstall it and report back all the steps I've took :)</p>
]]></description><link>https://forum.netgate.com/post/972893</link><guid isPermaLink="true">https://forum.netgate.com/post/972893</guid><dc:creator><![CDATA[Ralms 0]]></dc:creator><pubDate>Wed, 17 Mar 2021 21:12:07 GMT</pubDate></item><item><title><![CDATA[Reply to Interfaces not showing in Dataplane KVM on Wed, 17 Mar 2021 20:07:47 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="/user/ralms-0">@<bdi>ralms-0</bdi></a> I just enabled the third interface and enabled DHCP on it. Set it to apply after boot and to the installer wizard. When I quit that it showed it had received a DHCP address on ens20.</p>
]]></description><link>https://forum.netgate.com/post/972876</link><guid isPermaLink="true">https://forum.netgate.com/post/972876</guid><dc:creator><![CDATA[Derelict]]></dc:creator><pubDate>Wed, 17 Mar 2021 20:07:47 GMT</pubDate></item><item><title><![CDATA[Reply to Interfaces not showing in Dataplane KVM on Wed, 17 Mar 2021 19:43:12 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="/user/derelict">@<bdi>derelict</bdi></a> hm ok, I can reinstall again.<br />
There must be something different.<br />
What did you configure regarding networking during the wizard?</p>
]]></description><link>https://forum.netgate.com/post/972873</link><guid isPermaLink="true">https://forum.netgate.com/post/972873</guid><dc:creator><![CDATA[Ralms 0]]></dc:creator><pubDate>Wed, 17 Mar 2021 19:43:12 GMT</pubDate></item><item><title><![CDATA[Reply to Interfaces not showing in Dataplane KVM on Wed, 17 Mar 2021 19:18:10 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="/user/ralms-0">@<bdi>ralms-0</bdi></a> No idea what the difference is. After reinstalling fresh with three vtnet adapters and configuring the third one in the installer as a host interface, Networkmanager is still not running and the first two interfaces are available to the dataplane with no action by me.</p>
]]></description><link>https://forum.netgate.com/post/972867</link><guid isPermaLink="true">https://forum.netgate.com/post/972867</guid><dc:creator><![CDATA[Derelict]]></dc:creator><pubDate>Wed, 17 Mar 2021 19:18:10 GMT</pubDate></item><item><title><![CDATA[Reply to Interfaces not showing in Dataplane KVM on Wed, 17 Mar 2021 18:30:34 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="/user/ralms-0">@<bdi>ralms-0</bdi></a> I get this:</p>
<pre><code class="language-text">[root@tnsr-a1 etc]# nmcli device status
Error: NetworkManager is not running.
</code></pre>
<p dir="auto">Wonder what the difference between your KVM install and mine is.</p>
<p dir="auto">I have not yet installed 21.03-2 from ISO here and have only upgraded existing installations. Let me see if I can do that soon and if there is any difference.</p>
]]></description><link>https://forum.netgate.com/post/972844</link><guid isPermaLink="true">https://forum.netgate.com/post/972844</guid><dc:creator><![CDATA[Derelict]]></dc:creator><pubDate>Wed, 17 Mar 2021 18:30:34 GMT</pubDate></item><item><title><![CDATA[Reply to Interfaces not showing in Dataplane KVM on Wed, 17 Mar 2021 15:38:27 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="/user/derelict">@<bdi>derelict</bdi></a><br />
So, doing <code>nmclid device status</code> I can confirm that those 2 interfaces are not being managed:</p>
<p dir="auto"><img src="/assets/uploads/files/1615994279150-138514cd-3cea-47a9-9886-65e59db9a236-image.png" alt="138514cd-3cea-47a9-9886-65e59db9a236-image.png" class=" img-fluid img-markdown" /></p>
<p dir="auto">Now how to make them literally not show, I haven't figured it out.</p>
]]></description><link>https://forum.netgate.com/post/972807</link><guid isPermaLink="true">https://forum.netgate.com/post/972807</guid><dc:creator><![CDATA[Ralms 0]]></dc:creator><pubDate>Wed, 17 Mar 2021 15:38:27 GMT</pubDate></item><item><title><![CDATA[Reply to Interfaces not showing in Dataplane KVM on Wed, 17 Mar 2021 15:15:11 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="/user/derelict">@<bdi>derelict</bdi></a> I didn't even do anything special, was just a standard installation from the ISO :(</p>
]]></description><link>https://forum.netgate.com/post/972803</link><guid isPermaLink="true">https://forum.netgate.com/post/972803</guid><dc:creator><![CDATA[Ralms 0]]></dc:creator><pubDate>Wed, 17 Mar 2021 15:15:11 GMT</pubDate></item><item><title><![CDATA[Reply to Interfaces not showing in Dataplane KVM on Wed, 17 Mar 2021 15:08:38 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="/user/ralms-0">@<bdi>ralms-0</bdi></a> Not sure what you have going on. <code>ONBOOT=no</code> and <code>NM_CONTROLLED=no</code> is all I have ever seen as being necessary as outlined in the docs.</p>
]]></description><link>https://forum.netgate.com/post/972800</link><guid isPermaLink="true">https://forum.netgate.com/post/972800</guid><dc:creator><![CDATA[Derelict]]></dc:creator><pubDate>Wed, 17 Mar 2021 15:08:38 GMT</pubDate></item><item><title><![CDATA[Reply to Interfaces not showing in Dataplane KVM on Wed, 17 Mar 2021 14:55:37 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="/user/derelict">@<bdi>derelict</bdi></a> Yes they do, show up as down but they still show up.<br />
You mean in host <code>ip addr</code> correct?</p>
<p dir="auto">Should Network Manager be disabled?</p>
<p dir="auto">I was reading about it here:<br />
https://www.thegeekdiary.com/centos-rhel-7-how-to-disable-networkmanager/amp/</p>
]]></description><link>https://forum.netgate.com/post/972798</link><guid isPermaLink="true">https://forum.netgate.com/post/972798</guid><dc:creator><![CDATA[Ralms 0]]></dc:creator><pubDate>Wed, 17 Mar 2021 14:55:37 GMT</pubDate></item><item><title><![CDATA[Reply to Interfaces not showing in Dataplane KVM on Wed, 17 Mar 2021 14:39:17 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="/user/ralms-0">@<bdi>ralms-0</bdi></a></p>
<p dir="auto">Do ens18 and ens19 still show in the host? tnsr/vpp is not going to be able to use them until that is not the case.</p>
<blockquote>
<p dir="auto">So TNSR can work fine without an out-of-band host interface correct?</p>
</blockquote>
<p dir="auto">I wouldn't do it but it is technically a possible configuration scheme. In that case the host namespace will not be able to access anything. You will have to protect things like ssh and snmp, etc using dataplane ACLs, and probably other things I am not covering that are simply not a concern if you have a proper management network with a host interface.</p>
]]></description><link>https://forum.netgate.com/post/972791</link><guid isPermaLink="true">https://forum.netgate.com/post/972791</guid><dc:creator><![CDATA[Derelict]]></dc:creator><pubDate>Wed, 17 Mar 2021 14:39:17 GMT</pubDate></item><item><title><![CDATA[Reply to Interfaces not showing in Dataplane KVM on Wed, 17 Mar 2021 14:35:51 GMT]]></title><description><![CDATA[<p dir="auto">To add to my previous reply.<br />
After I've added the <code>NM_CONTROLLED=no</code>, I tried to set the interfaces name again and reboot dataplane as mentioned here: https://docs.netgate.com/tnsr/en/latest/ztp/index.html#dataplane-interfaces</p>
]]></description><link>https://forum.netgate.com/post/972790</link><guid isPermaLink="true">https://forum.netgate.com/post/972790</guid><dc:creator><![CDATA[Ralms 0]]></dc:creator><pubDate>Wed, 17 Mar 2021 14:35:51 GMT</pubDate></item><item><title><![CDATA[Reply to Interfaces not showing in Dataplane KVM on Wed, 17 Mar 2021 14:31:20 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="/user/derelict">@<bdi>derelict</bdi></a> Thank you for reaching out.</p>
<p dir="auto">I initially was using VirtIO, it's what I normally use, only tried the E1000 yesterday since I'm not getting it to work.</p>
<p dir="auto">Here is my Proxmox host:<br />
<img src="/assets/uploads/files/1615989612968-aae3a81a-4d5e-4c82-ac6c-027bde97a724-image.png" alt="aae3a81a-4d5e-4c82-ac6c-027bde97a724-image.png" class=" img-fluid img-markdown" /></p>
<p dir="auto">Here is the TNSR VM:<br />
<img src="/assets/uploads/files/1615989659684-cab37452-8fcf-428a-be68-4d5ded1c1db6-image.png" alt="cab37452-8fcf-428a-be68-4d5ded1c1db6-image.png" class=" img-fluid img-markdown" /></p>
<p dir="auto">In the host, the 3rd interface (ens20) is being used right now.<br />
The others show up in the host also as "DOWN" state.<br />
<img src="/assets/uploads/files/1615991467662-f1e570ac-e0ad-4b66-bfb2-0dce2443a459-image.png" alt="f1e570ac-e0ad-4b66-bfb2-0dce2443a459-image.png" class=" img-fluid img-markdown" /></p>
<p dir="auto">Triple checking the article regarding disabling Host OS Nics,<br />
I've noticed that "NM_CONTROLLED" wasn't set.<br />
I've set it on both intended interfaces, rebooted the VM and still no success :(<br />
<img src="/assets/uploads/files/1615991375654-d3b706e6-38c3-4f1f-a066-ca120fdab98b-image.png" alt="d3b706e6-38c3-4f1f-a066-ca120fdab98b-image.png" class=" img-fluid img-markdown" /><br />
<img src="/assets/uploads/files/1615991399442-4439771b-7377-43df-aa5f-6ff1f367731a-image.png" alt="4439771b-7377-43df-aa5f-6ff1f367731a-image.png" class=" img-fluid img-markdown" /></p>
<p dir="auto">Responding to the topic of having an out-of-band host interface, the reason I didn't feel the need neither in VM form or in the future, is because in VM I can use the console and in the future with hardware, I have HP ILO.<br />
So TNSR can work fine without an out-of-band host interface correct?</p>
<p dir="auto">Thank you.</p>
]]></description><link>https://forum.netgate.com/post/972787</link><guid isPermaLink="true">https://forum.netgate.com/post/972787</guid><dc:creator><![CDATA[Ralms 0]]></dc:creator><pubDate>Wed, 17 Mar 2021 14:31:20 GMT</pubDate></item><item><title><![CDATA[Reply to Interfaces not showing in Dataplane KVM on Wed, 17 Mar 2021 13:03:30 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="/user/ralms-0">@<bdi>ralms-0</bdi></a> What kind of NICs are you setting in the proxmox VM? You should be using virtio.</p>
<p dir="auto"><img src="/assets/uploads/files/1615985598817-f0aaa968-7999-4893-addc-ade97e641ac9-image.png" alt="f0aaa968-7999-4893-addc-ade97e641ac9-image.png" class=" img-fluid img-markdown" /></p>
<pre><code class="language-text">dataplane cpu workers 1
dataplane ethernet default-mtu 1500
dataplane dpdk dev 0000:00:12.0  name outside
dataplane dpdk dev 0000:00:13.0  name transit
dataplane buffers buffers-per-numa 32768
dataplane statseg heap-size 256M
</code></pre>
<p dir="auto">Be sure the host does not "own" them.</p>
<p dir="auto">https://docs.netgate.com/tnsr/en/latest/setup/setup-host-interfaces.html#disable-host-os-nics-for-tnsr</p>
<pre><code class="language-text">tnsr-a1 tnsr# host shell ip add 
1: lo: &lt;LOOPBACK,UP,LOWER_UP&gt; mtu 65536 qdisc noqueue state UNKNOWN group default qlen 1000
    link/loopback 00:00:00:00:00:00 brd 00:00:00:00:00:00
    inet 127.0.0.1/8 scope host lo
       valid_lft forever preferred_lft forever
    inet6 ::1/128 scope host 
       valid_lft forever preferred_lft forever
4: ens20: &lt;BROADCAST,MULTICAST,UP,LOWER_UP&gt; mtu 1500 qdisc fq_codel state UP group default qlen 1000
    link/ether 36:fb:7a:13:c5:05 brd ff:ff:ff:ff:ff:ff
    inet 172.21.17.231/26 brd 172.21.17.255 scope global dynamic ens20
       valid_lft 7218sec preferred_lft 7218sec
    inet6 fe80::34fb:7aff:fe13:c505/64 scope link 
       valid_lft forever preferred_lft forever
</code></pre>
<p dir="auto">Regarding having an out-of-band host interface, I will always configure one. Else if you somehow render the dataplane into a state it will not start, you must resort to the console for access to get it corrected.</p>
]]></description><link>https://forum.netgate.com/post/972766</link><guid isPermaLink="true">https://forum.netgate.com/post/972766</guid><dc:creator><![CDATA[Derelict]]></dc:creator><pubDate>Wed, 17 Mar 2021 13:03:30 GMT</pubDate></item></channel></rss>