Replace all post_url with Hugo ref blocks
This commit is contained in:
@ -7,14 +7,14 @@ title: 'Review: Netgate 6100'
|
||||
* Reviewed: Jim Thompson <[jim@netgate.com](mailto:jim@netgate.com)>
|
||||
* Status: Draft - Review - **Approved**
|
||||
|
||||
A few weeks ago, Jim Thompson from Netgate stumbled across my [APU6 Post]({% post_url 2021-07-19-pcengines-apu6 %})
|
||||
A few weeks ago, Jim Thompson from Netgate stumbled across my [APU6 Post]({{< ref "2021-07-19-pcengines-apu6" >}})
|
||||
and introduced me to their new desktop router/firewall the Netgate 6100. It currently ships with
|
||||
[pfSense Plus](https://www.netgate.com/pfsense-plus-software), but he mentioned that it's designed
|
||||
as well to run their [TNSR](https://www.netgate.com/tnsr) software, considering the device ships
|
||||
with 2x 1GbE SFP/RJ45 combo, 2x 10GbE SFP+, and 4x 2.5GbE RJ45 ports, and all network interfaces
|
||||
are Intel / DPDK capable chips. He asked me if I was willing to take it around the block with
|
||||
VPP, which of course I'd be happy to do, and here are my findings. The TNSR image isn't yet
|
||||
public for this device, but that's not a problem because [AS8298 runs VPP]({% post_url 2021-09-10-vpp-6 %}),
|
||||
public for this device, but that's not a problem because [AS8298 runs VPP]({{< ref "2021-09-10-vpp-6" >}}),
|
||||
so I'll just go ahead and install it myself ...
|
||||
|
||||
# Executive Summary
|
||||
@ -62,7 +62,7 @@ I'll have to deface this little guy, and reinstall it with Linux. My game plan i
|
||||
|
||||
1. Based on the shipped pfSense 21.05 (FreeBSD 12.2), do all the loadtests
|
||||
1. Reinstall the machine with Linux (Ubuntu 20.04.3), do all the loadtests
|
||||
1. Install VPP using my own [HOWTO]({% post_url 2021-09-21-vpp-7 %}), and do all the loadtests
|
||||
1. Install VPP using my own [HOWTO]({{< ref "2021-09-21-vpp-7" >}}), and do all the loadtests
|
||||
|
||||
This allows for, I think, a pretty sweet comparison between FreeBSD, Linux, and DPDK/VPP. Now, on to a
|
||||
description on the defacing, err, reinstall process on this Netgate 6100 machine, as it was not as easy
|
||||
@ -160,7 +160,7 @@ duration. If at any time the loadtester fails to see the traffic it's emitting r
|
||||
second port, it flags the DUT as saturated; and this is noted as the maximum bits/second and/or
|
||||
packets/second.
|
||||
|
||||
Since my last loadtesting [post]({% post_url 2021-07-19-pcengines-apu6 %}), I've learned a lot
|
||||
Since my last loadtesting [post]({{< ref "2021-07-19-pcengines-apu6" >}}), I've learned a lot
|
||||
more about packet forwarding and how to make it easier or harder on the router. Let me go into a
|
||||
few more details about the various loadtests that I've done here.
|
||||
|
||||
|
Reference in New Issue
Block a user