Replace all post_url with Hugo ref blocks
This commit is contained in:
@ -55,7 +55,7 @@ different from a leaky sieve.
|
||||
|
||||
### VMs: IPng Lab
|
||||
|
||||
I really like the virtual machine environment that the [[IPng Lab]({% post_url 2022-10-14-lab-1 %})]
|
||||
I really like the virtual machine environment that the [[IPng Lab]({{< ref "2022-10-14-lab-1" >}})]
|
||||
provides. So my very first step is to grab an UFS based image like [[these
|
||||
ones](https://download.freebsd.org/releases/VM-IMAGES/14.0-RELEASE/amd64/Latest/)], and I prepare a
|
||||
lab image. This goes roughly as follows --
|
||||
@ -117,7 +117,7 @@ pim@summer:/usr/src/linux-source-6.1$ sudo make -j`nproc` bindeb-pkg
|
||||
|
||||
Finally, I add a new LAB overlay type called `freebsd` to the Python/Jinja2 tool I built, which I
|
||||
use to create and maintain the LAB hypervisors. If you're curious about this part, take a look at
|
||||
the [[article]({% post_url 2022-10-14-lab-1 %})] I wrote about the environment. I reserve LAB #2
|
||||
the [[article]({{< ref "2022-10-14-lab-1" >}})] I wrote about the environment. I reserve LAB #2
|
||||
running on `hvn2.lab.ipng.ch` for the time being, as LAB #0 and #1 are in use by other projects. To
|
||||
cut to the chase, here's what I type to generate the overlay and launch a LAB using the FreeBSD I
|
||||
just made. There's not much in the overlay, really just some templated `rc.conf` to set the correct
|
||||
@ -160,8 +160,7 @@ Next, I take three spare Supermicro SYS-5018D-FN8T, which have the following spe
|
||||
* m.SATA 120G boot SSD
|
||||
* 2x16GB of ECC RAM
|
||||
|
||||
These were still arranged in a test network from when Adrian and I worked on the [[VPP MPLS]({%
|
||||
post_url 2023-05-07-vpp-mpls-1 %})] project together, and back then I called the three machines
|
||||
These were still arranged in a test network from when Adrian and I worked on the [[VPP MPLS]({{< ref "2023-05-07-vpp-mpls-1" >}})] project together, and back then I called the three machines
|
||||
`France`, `Belgium` and `Netherlands`. I decide to reuse that, and save myself some recabling.
|
||||
Using IPMI, I install the `France` server with FreeBSD, while the other two, for now, are still
|
||||
running Debian. This can be useful for (a) side by side comparison tests and (b) to be able to
|
||||
|
Reference in New Issue
Block a user