Subcategories

  • Discussions about TNSR

    16 Topics
    54 Posts
    M
    We're happy to announce the release of TNSR software version 25.02. This regularly scheduled release includes additional hardware support, updates, and bug fixes. Here's what's new: Unicast Reverse Path Forwarding: Introducing Unicast Reverse Path Forwarding (uRPF) to prevent IP spoofing attacks. Both "loose" and "strict" modes available. Enhanced BGP Protection: New BGP Roles implementation (RFC 9234) to prevent route leaks and hijacks. Powerful Threat Detection: Multi-threaded Snort 3 integration for advanced IDS/IPS. NETCONF: The NETCONF service has been made available starting with this release. Regular Updates and Maintenance: Updated VPP and DPDK versions and made over 30 bug fixes and stability enhancements. Learn More: Release Notes Blog Video
  • Discussions about TNSR

    60 Topics
    133 Posts
    JonathanLeeJ
    @johnpoz I know I thought maybe he could be my study buddy for a while but never responded so I gave up .
  • Discussions about installing or upgrading TNSR software

    51 Topics
    189 Posts
    4
    @agostonl119 I found this for pfsense 2.4.x - should still be valid as I do not think vlans have changed much in the past 2 years or so :-) https://thunderysteak.github.io/pfsense-single-nic-vlans I'd give it a whirl.
  • Prometheus/Grafana Question

    8
    0 Votes
    8 Posts
    2k Views
    R
    Which metrics are you querying to get the live interface traffic data? I just started setting this up myself and I cannot seem to find the right one, only byte totals used that keeps climbing and never drops. I may be dumb and doing it wrong, though. lol
  • How to get SSH working on my network

    20
    0 Votes
    20 Posts
    2k Views
    johnpozJ
    @gabe-a said in How to get SSH working on my network: I'll try to trace the route the traffic There is not a "trace" of traffic - you would need to sniff and see how when you ssh hostname that name is being resolved to an IP, is it a netbios broadcast, was a dns query to your routers IP using a fqdn query or just hostname, or did it add a suffix like .local, etc. , was it mdns via multicast? If I didn't on purpose completely disable mdns on any client that tries and do it - I would show you an example.. But I on purpose disable mdns on my windows machines - because it a horrible chatty protocol that I have zero use for - I resolve anything on my network via a simple dns query.. to my unbound running on pfsense or my pihole. What I can show you for example when I ssh to say my nas.. what happens.. I flush the machines local dns cache so I know it has to find the IP for nas.local.lan, as you can see it does a dns query to my dns it points to, in my cache my pihole on 192.168.3.10 and gets an answer [image: 1671555357898-dns.jpg] showing where my client points for dns, and that I have mdns disabled - its horrible horrible chatty noise producing protocol.. [image: 1671555540908-mdns.jpg] That it is enabled by default is horrible yet another horrible choice by MS if you ask me ;) avahi is a tool that will pass mdns across network boundaries - it has zero use for you, because as you have stated all your devices on the same network. But I have gone over how to troubleshoot that and set it up a few times.. Even though I dislike using it, and don't on my network, I know how it works and I know how to set it up, etc. I just not a fan of breaking network boundaries like that.. If you want to discover something via a L2 method - then you need to be on that L2 ;) None which has anything to do with you, since you have clearly stated all your devices are on the same network connected to a dumb switch.. Here for example is some mdns on my wireless network my phone and printer are on.. [image: 1671556293170-mdns-resized.jpg] You can see my phone 192.168.2.198 sending out queries, and the stuff it already knows about, and you see a response from my printer on 192.168.2.50 to the multicast address. What I don't see is any directed unicast responses directly from the printer to the phone for example. I would have to setup span port of where my AP is to see that, since my printer is wired.. Iphone loves to use airprint to find printers - wish I could just give it the fqdn or IP of the printer so I didn't have to allow for that nonsense noise on my network.. My PC for example has no issue just printing to the fqdn of the printer across vlans.. But vs breaking the boundary - I just put the printer on the same vlan as my wireless that devices that insist on using mdns, so I don't have to break boundaries passing mdns across network segments. edit: here I did a sniff directly on my AP via tcpdump for this sort of traffic.. This way I did not have to really change anything on my networks or clients or create a span port to see the traffic.. 12:29:06.767697 IP 192.168.2.198.5353 > 224.0.0.251.5353: 0 A (QU)? BRN30055C116AD9.local. (39) 12:29:06.787748 IP 192.168.2.50.5353 > 192.168.2.198.5353: 0*- [0q] 1/0/0 A 192.168.2.50 (49) You can see where my phone 2.198 did a query to the multicast address, and the printer at 2.50 did a directed unicast answer back to the phones specific IP..
  • Announcing the Netgate 8200 with TNSR Software

    1
    0 Votes
    1 Posts
    410 Views
    No one has replied
  • Interface Config

    Moved
    2
    0 Votes
    2 Posts
    673 Views
    jimpJ
    service dataplane restart restarts the VPP daemon and will definitely affect service. While that daemon is restarting, no traffic can pass. Thankfully it usually restarts very quickly so the disruption would be minimal, but still best to do in a brief maintenance window.
  • TNSR Software Release 22.10 is here!

    2
    1 Votes
    2 Posts
    920 Views
    No one has replied
  • IPSEC max speed for like Palo Alto SASE Prisma

    3
    0 Votes
    3 Posts
    1k Views
    F
    @mleighton Thank you, yes I know there is lots of factors, I just wanted to know that IPSEC for a fact is awesome on the TNSR platform. I am looking forward to get started working with it :) and will update here when we something working with Prisma Thanks Felix
  • This topic is deleted!

    1
    0 Votes
    1 Posts
    6 Views
    No one has replied
  • ipfix crashing clixon and dataplane

    2
    0 Votes
    2 Posts
    887 Views
    L
    when i rebooted tnsr interface looking down on show interface command
  • Accessing Port Forwards from Local Networks

    4
    0 Votes
    4 Posts
    1k Views
    matlearM
    @johnpoz Actually quite a few of the proprietary VM's I run in my Lab depend on hairpin NAT to function correctly. Cisco Expressways - Poly DMA Edge - Audiocodes & Ribbon Session border controllers. Lack of hairpinning can be worked around but takes more effort :) Split DNS I agree is easier for domain name look up but some of the advance SIP signaling I use routes back in through the wan IP address.
  • This topic is deleted!

    1
    0 Votes
    1 Posts
    7 Views
    No one has replied
  • TNSR and PFSense or just TNSR?

    4
    0 Votes
    4 Posts
    2k Views
    A
    TNSR is a high-performance software router. If you have a need for 10, 40, 100+ Gbps then TNSR may be the solution for you. This overview video may help as well. You can see a list of features of TNSR here. Against other options out there, we feel the price for performance can't be beaten.
  • Introducing the Netgate 6100 Max with TNSR

    4
    2 Votes
    4 Posts
    2k Views
    matlearM
    @jimp said in Introducing the Netgate 6100 Max with TNSR: The page is listing the different platforms on which TNSR is available, that sentence doesn't have any bearing on installation media. There aren't different TNSR software installer images for different bare metal hardware variations like there are for pfSense. Currently the TNSR installation process for hardware only requires a single ISO and that ISO supports everything. Thanks for clearing this up. :)
  • 2 BGP Session dropping randomly same time

    14
    0 Votes
    14 Posts
    3k Views
    DerelictD
    @nbhatti As has been said, we don't know. For what you are describing to happen there would need to be practically zero traffic passing, to both BGP peers, at the same time, for long enough to trigger the hold timer expiration. It doesn't sound like that is the case from what you have stated. Some occasional packet loss will not cause two TCP sessions to stop passing traffic at the same time and not recover. I would packet capture the BGP sessions to the peers (TCP port 179) and try to capture the event. Then load it up into wireshark and see what happened to the session(s). This would best be done at from place in the topography like a switch mirror port mirroring the traffic of the port connected to the tnsr node.
  • This topic is deleted!

    1
    0 Votes
    1 Posts
    4 Views
    No one has replied
  • This topic is deleted!

    1
    0 Votes
    1 Posts
    7 Views
    No one has replied
  • [Feature Request] PPPoE with VDSL & PVID capabilities

    1
    0 Votes
    1 Posts
    816 Views
    No one has replied
  • TNSR (22.06) as a multi-domain MAP-T BR

    1
    0 Votes
    1 Posts
    735 Views
    No one has replied
  • This topic is deleted!

    1
    0 Votes
    1 Posts
    4 Views
    No one has replied
  • TNSR as NAT problem with setting up forward rule

    7
    0 Votes
    7 Posts
    2k Views
    A
    It is even more odd now. I have it working the only thing I needed to change was the number of CPU assigned. The VM is using 4 threads so I did "dataplane cpu main-core 3" and this prevents the crashing when I reboot after the NAT rule. I still have this message after a reboot in the log though: Jun 18 07:11:40 tnsrrouter vpp[1044]: /usr/bin/vpp[1044]: perfmon: skipping source 'intel-uncore' - intel_uncore_init: no uncore units found Jun 18 07:11:40 tnsrrouter vpp[1044]: /usr/bin/vpp[1044]: perfmon: skipping source 'intel-core' - intel_core_init: not a IA-32 CPU Jun 18 07:11:40 tnsrrouter /usr/bin/vpp[1044]: perfmon: skipping source 'intel-uncore' - intel_uncore_init: no uncore units found Jun 18 07:11:40 tnsrrouter /usr/bin/vpp[1044]: perfmon: skipping source 'intel-core' - intel_core_init: not a IA-32 CPU
  • TNSR vs. PFSense+

    2
    0 Votes
    2 Posts
    2k Views
    H
    @sheebz tnsr is needed for speeds >= 10GBe
Copyright 2025 Rubicon Communications LLC (Netgate). All rights reserved.