Skip to content

Commit c065b89

Browse files
committed
Fix cross linking to Getting Started and GNS3 HowTo
Signed-off-by: Joachim Wiberg <troglobit@gmail.com>
1 parent c10a358 commit c065b89

File tree

6 files changed

+18
-11
lines changed

6 files changed

+18
-11
lines changed

_posts/2024-01-30-ospf-unnumbered-infix.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -16,8 +16,8 @@ network setup and maintenance in [Infix][1].
1616
> The topology in this post was built and tested in [GNS3][3], using
1717
> the Infix appliance from the [GNS3 Marketplace][4]. If you want to
1818
> follow along without any physical hardware, that is the quickest way
19-
> to get started — see the [virtual environments][5] documentation for
20-
> more details.
19+
> to get started — see our [Infix in GNS3][5] post for a step-by-step
20+
> setup guide.
2121
{: .prompt-tip }
2222

2323
## Introduction
@@ -409,4 +409,4 @@ Done!
409409
[2]: https://github.com/kernelkit/infix/tree/main/doc/cli
410410
[3]: https://gns3.com/infix
411411
[4]: https://gns3.com/marketplace/appliances/infix
412-
[5]: https://www.kernelkit.org/infix/latest/virtual/
412+
[5]: /posts/infix-in-gns3/

_posts/2024-08-13-router-boards.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -281,7 +281,7 @@ run on any Linux PC with Qemu installed ([instructions][10]).
281281
[8]: https://doc-en.rvspace.org/VisionFive2/Landing_Page/VisionFive_2/introduction.html
282282
[9]: https://wiki.friendlyelec.com/wiki/index.php/NanoPi_R2S
283283
[0]: https://www.qemu.org/
284-
[10]: https://kernelkit.org/infix/latest/virtual/
284+
[10]: /posts/getting-started/
285285
[11]: https://www.friendlyelec.com/index.php?route=product/product&product_id=284
286286
[12]: https://www.friendlyelec.com/index.php?route=product/product&product_id=287&search=r5s&description=true&category_id=0&sub_category=true
287287
[13]: https://www.friendlyelec.com/index.php?route=product/product&product_id=289

_posts/2024-09-14-getting-started.md

Lines changed: 7 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,8 +15,8 @@ recommend [Debian][] based systems, like [Ubuntu][] and [Linux Mint][].
1515
>
1616
> Infix is available in the [GNS3 Marketplace][GNS3] — install the
1717
> appliance and you can drag, drop, and cable up entire networks without
18-
> touching the command line. See the [virtual environments][virt]
19-
> documentation to get started.
18+
> touching the command line. See our [Infix in GNS3][gns3post] post to
19+
> get started.
2020
{: .prompt-tip }
2121

2222
### Installing Qemu
@@ -89,9 +89,14 @@ $ ./qemu/run.sh
8989
> stuck with that single interface from before.
9090
{: .prompt-info }
9191

92+
For more advanced Qemu options — networking bridges, shared folders, and
93+
multi-node setups — see the [virtual environments][virt] section of the
94+
full documentation.
95+
9296
[sudo]: https://troglobit.com/2016/12/11/a-life-without-sudo/
9397
[Debian]: https://www.debian.org/
9498
[Ubuntu]: https://ubuntu.com/
9599
[Linux Mint]: https://linuxmint.com/
96100
[GNS3]: https://gns3.com/marketplace/appliances/infix
101+
[gns3post]: /posts/infix-in-gns3/
97102
[virt]: https://www.kernelkit.org/infix/latest/virtual/

_posts/2024-10-15-basic-container.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -199,6 +199,6 @@ Take care! 🧡
199199
[3]: https://en.wikipedia.org/wiki/Network_address_translation
200200
[4]: https://kernelkit.org/infix/latest/cli/text-editor/
201201
[5]: https://wiki.nftables.org/wiki-nftables/index.php/Main_Page
202-
[6]: https://kernelkit.org/infix/latest/virtual/
202+
[6]: /posts/getting-started/
203203
[7]: https://github.com/kernelkit/infix/releases/tag/latest
204204
[8]: /posts/zone-based-firewall/

_posts/2026-03-11-inside-infix.md

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ boards and compact dual-port routers like the NanoPi R2S, through
4444
general-purpose ARM and RISC-V end devices such as the NXP i.MX8MP EVK
4545
and StarFive VisionFive2, all the way up to enterprise switch platforms
4646
like the Microchip SparX-5i. It also runs on x86_64, making it easy to
47-
spin up instances in Qemu or GNS3 for development and testing without
47+
spin up instances in [Qemu][6] or [GNS3][5] for development and testing without
4848
any dedicated hardware. The same OS, the same tooling, the same
4949
management interfaces throughout.
5050

@@ -204,7 +204,7 @@ device under test (DUT), verify the resulting operational state via
204204
RESTCONF, and reset it to a known-good baseline — all without touching
205205
the filesystem directly and without any CLI scraping.
206206

207-
The test suite, *Infamy*, runs against both virtual topologies in Qemu
207+
The test suite, *Infamy*, runs against both virtual topologies in [Qemu][6]
208208
and real physical hardware using identical test cases. Virtual
209209
topologies make it cheap to catch regressions early in development;
210210
physical runs ensure that hardware-specific paths — DSA offloads, WiFi,
@@ -239,3 +239,5 @@ feature in detail. Questions and feedback are always welcome in the
239239
[2]: https://discord.gg/6bHJWQNVxN
240240
[3]: /posts/router-boards/
241241
[4]: https://www.kernelkit.org/infix/
242+
[5]: /posts/infix-in-gns3/
243+
[6]: /posts/getting-started/

_tabs/platforms.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -50,12 +50,12 @@ boot sequence and testing:
5050
[^1]: The [Qemu][2] x86_64 support is primarily intended for development
5151
and testing, but can also be used for evaluation and demo purposes
5252
using the [Infix appliance][11] in [GNS3][3]. For more information,
53-
see: [Infix in Virtual Environments][4].
53+
see: [Infix in GNS3][4].
5454

5555
[1]: https://github.com/kernelkit/infix/tree/main/board
5656
[2]: https://www.qemu.org/
5757
[3]: https://www.gns3.com/
58-
[4]: https://github.com/kernelkit/infix/blob/main/doc/virtual.md
58+
[4]: /posts/infix-in-gns3/
5959
[5]: https://www.marvell.com/content/dam/marvell/en/public-collateral/embedded-processors/marvell-infrastructure-processors-octeon-tx2-cn913x-product-brief.pdf
6060
[6]: https://doc-en.rvspace.org/VisionFive2/Landing_Page/VisionFive_2/introduction.html
6161
[7]: https://wiki.friendlyelec.com/wiki/index.php/NanoPi_R2S

0 commit comments

Comments
 (0)