aboutsummaryrefslogtreecommitdiff
path: root/documentation/content/en/books/handbook/advanced-networking
Commit message (Collapse)AuthorAgeFilesLines
* doc: Update source files (en .po), for translationsDanilo G. Baio2025-05-011-683/+685
|
* [documentation]: Fix front matter "path" parameter.Fernando Apesteguía2025-02-181-1/+2
| | | | | | | | "path:" parameter in the front matter was not documented and it has been deprecated in gohugo 0.144.0. Create a custom parameter with the same name in preparation for the upcoming update of www/gohugo to 0.144.1
* Regenerate translation filesEd Maste2024-12-291-8/+9
| | | | | | | | Via `sh tools/update_translate_template.sh documentation` Reviewed by: dbaio Sponsored by: The FreeBSD Foundation Differential Revision: https://reviews.freebsd.org/D48234
* [documentation]: Fix more linksFernando Apesteguía2024-09-231-4/+4
| | | | | | | * Add description for some missing crossref macros. * Remove a couple of dangling anchors * Remove spurious '.' at the beginning of some descriptions * Fix misspelled macro name
* Fix links that use crossref without descriptionFernando Apesteguía2024-09-221-2/+2
| | | | | | | | | | | | | Summary: Add the anchor text to the crossref macro Test Plan: Apply patch and build the documentation A follow-up change will make the crossref macro fail if no description is used. Subscribers: delphij Differential Revision: https://reviews.freebsd.org/D46721
* doc: Update source files (en .po), for translationsDanilo G. Baio2024-09-141-517/+430
|
* [documentation]: Fix links in all output formatsFernando Apesteguía2024-09-071-5/+7
| | | | | | | | | | | | | Use the crossref: macro for intra-file and intra-book links. This will produce the correct link in Single HTML, Splitted HTML and PDF. Rework the macro to include the PDF special render. While here, briefly document macros. PR: 266107 Reviewed by: bcr@, dbaio@, concussious.bugzilla_runbox.com Differential Revision: https://reviews.freebsd.org/D46480
* documentation: Adjust path variables for Hugo 0.123.X upgradeDanilo G. Baio2024-03-231-1/+1
| | | | | | | | These adjustments ensure menu and navigation will work fine with the recent changes. Reviewed by: fernape Differential Revision: https://reviews.freebsd.org/D44284
* Handbook/Advanced Networking: Remove obsolete CARP contentChris Moerz2024-03-151-84/+1
| | | | | | PR: 192663 Reviewed by: emaste, jrm, Pau Amma <pauamma@gundo.com> Differential Revision: https://reviews.freebsd.org/D43948
* Handbook/Advanced Networking: Add note about VLAN creationChris Moerz2024-02-231-0/+22
| | | | | | | | | When adding a new VLAN, the parent interface must be up. Add notes to remind readers of this. PR: 270942 Reviewed by: jrm, leres Differential Revision: https://reviews.freebsd.org/D43993
* doc: Update source files (en .po), for translationsDanilo G. Baio2024-01-171-130/+156
|
* Handbook - Advanced networking - Improve Diskless Operation with PXECheng Cui2023-12-041-1/+16
| | | | | | | | Summary: PR: 274976 Reviewed by: carlavilla Test Plan: see PR 274976 Differential Revision: https://reviews.freebsd.org/D42766
* doc: Update source files (en .po), for translationsDanilo G. Baio2023-07-151-2319/+588
|
* Handbook WG - Create a new network chapterSergio Carlavilla Delgado2023-07-061-853/+44
| | | | | | | | | | | | | | | | | | | | | | | | | | | Create a new chaper with the basic configuration of a wired and wireless networks in FreeBSD. Sections of the new chapter: - Synopsis - Setting up the Network - Wired Networks - Wireless Networks - Hostname - DNS - Troubleshooting Changes: - Move wired network section from config to network - Move virtual hosts section from config to advanced networking - Move basic wireless section from advanced networking to network - Move IPv6 from advanced networking to network - Upgrade all command outputs - Use sysrc - Improve AsciiDoc syntax Differential Revision: https://reviews.freebsd.org/D40546 Reviewed by: bcr, dbaio, fernape, karels Sponsored by: Daifressh
* doc: Update source files (en .po), for translationsDanilo G. Baio2023-04-201-147/+148
|
* handbook: Fix table headerBrad Davis2023-03-311-1/+1
| | | | Approved by: bcr
* Remove useless Hugo alias in HandbookSergio Carlavilla Delgado2023-03-041-1/+0
|
* Handbook - Advanced networking - Improve How to Find Access PointsSergio Carlavilla Delgado2023-02-261-1/+2
| | | | | | | Split ifconfig wlan0 up scan into two commands Submitted by: Mikhail Zakharov <zmey20000@yahoo.com> Pull Request: https://github.com/freebsd/freebsd-doc/pull/90
* doc: Update source files (en .po), for translationsDanilo G. Baio2023-01-211-11/+11
|
* handbook: net/zebra has gone, update to net/quaggaCeri Davies2023-01-071-1/+1
|
* Escape correctly the # character and fix some typosLuís Henriques2022-11-021-2/+2
| | | | PR: 267002
* Move wayland section to its own chapterSergio Carlavilla Delgado2022-11-021-3/+3
| | | | | | | | No changes, only move the content from X11 to a new chapter Patch by: trhodes@, with some minor changes from carlavilla@ Differential Revision: https://reviews.freebsd.org/D35099
* handbook: Update source files (en .po), for translationsDanilo G. Baio2022-10-011-828/+828
|
* handbook: Adjust YAML/aliases in the Front MatterDanilo G. Baio2022-10-011-12/+1
| | | | | | | | | | | | The aliases tags are valid YAML, but the po4a tool is not prepared to identify them. This change works around the issue until we have a proper fix on po4a. These aliases tags were introduced recently to improve SEO in the Handbook. Discussed with: carlavilla
* Add hugo aliases to improve SEO in the HandbookSergio Carlavilla Delgado2022-09-021-0/+12
|
* doc: Add source .po files for translationsDanilo G. Baio2022-08-071-0/+6431
| | | | | | | | | | | | | | | | | | This helps the Weblate translation workflow and offline translations through .po files, it's important to update these files constantly. The goal here is to have a semi-automated translation workflow; Weblate will pull updates automatically from the main repository and commit translations to another repository. Doc committers are encouraged to update the source .po files whenever there are updates in the English documentation part. $ ./tools/update_translate_template.sh documentation Anyway, I'll keep doing this periodically. Discussed with: doceng
* Fix typo in advanced networking chapterghislain2022-08-051-1/+1
| | | | | PR: 265457 Reviewed by: pauamma@
* Fix several small typos and improve wording in HandbookAndreas Bjørnestad2022-05-211-12/+12
| | | | PR: 254153
* handbook: Update references of isc-dhcp43 to isc-dhcp44Danilo G. Baio2022-04-161-1/+1
| | | | | | Submitted by: coffeesalt Pull Request: https://github.com/freebsd/freebsd-doc/pull/63 Pull Request: https://github.com/freebsd/freebsd-doc/pull/64
* handbook: Move capabilities' description to ifconfig(8)Mateusz Piotrowski2022-03-291-23/+1
| | | | | | | | | | | Let's document those flags in ifconfig(8). Commit hash of the related src change: 05621e0b2094d566aa39b82d01b4a6902a1b22b7 Reviewed by: debdrup Reviewed by: Pau Amma Differential Revision: https://reviews.freebsd.org/D34663
* handbook: Remove pre-11.0 command for wireless interface discoveryMateusz Piotrowski2022-03-291-8/+2
|
* New Documentation PortalSergio Carlavilla Delgado2021-12-111-0/+3
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | I'm very pleased to announce the release of our new Documentation Portal. Key features: * Responsive * Modern design * Theme support: Light, Dark, High contrast * Removed Python dependency Acknowledgment: * Alexander Leidinger <netchild (at) FreeBSD.org> * Baptiste Daroussin <bapt (at) FreeBSD.org> * Benedict Reuschling <bcr (at) freebsd.org> * Daniel Ebdrup Jensen <debdrup (at) FreeBSD.org> * Danilo G. Baio <dbaio (at) FreeBSD.org> * Dave Cottlehuber <dch (at) FreeBSD.org> * Ed Maste <emaste (at) FreeBSD.org> * Fernando Apesteguía <fernape (at) FreeBSD.org> * Pedro Giffuni <pfg (at) FreeBSD.org> * Joseph Mingrone <jrm (at) ftfl.ca> * Rocky Hotas <rockyhotas (at) firemail.cc> * Pau Amma <pauamma (at) gundo.com> * The FreeBSD Foundation Approved by: core, doceng
* Build offline documentation using Hugo and other improvementsSergio Carlavilla Delgado2021-11-031-19/+21
| | | | | | | | | | | | | | | | | | | | | | * Allow to build the documentation offline using Hugo * Fix link problems * Remove SVN entities * Fix lang problems to help weblate * Move all the AsciiDoctor translations to the shared folder to help weblate * Allow the possibility to build each document. For example each document can be edited in and watched the result in real time in VS Code or Vim/NeoVim. Breaking changes: Eliminate the possibility of building books or articles. They must be builded at the same time. This functionality will be restored when version 0.89.0 is in the repositories in a couple of weeks. Reviewed by: dbaio@ Differential Revision: https://reviews.freebsd.org/D31926
* handbook/advanced-networking: reorder the lagg(4) example for eth/wlanCeri Davies2021-07-271-10/+10
| | | | | | Example 3, which describes failover mode between ethernet and wireless interfaces, has steps which require wlan0 to be created in advance of the example telling you to create it. Reorder to avoid that.
* handbook/advanced-networking: update lagg protocolsCeri Davies2021-07-261-3/+5
| | | | | "fec" isn't a valid laggproto since 2015, so remove it along with an explanation of what it stands for. "broadcast" was missing.
* Revert "Add Hugo's lang shortcode"Danilo G. Baio2021-06-191-3/+3
| | | | | | | This reverts commit 3462d12db6ebf303064db168a2333374344f369a. Too soon, it broke asciidoctor-pdf which doesn't know Hugo's shortcode. It will take more time and care.
* Add Hugo's lang shortcodeDanilo G. Baio2021-06-191-3/+3
| | | | | | | | | | | | | | | | | | This is a prerequisite for the translation workflow through .po files and Weblate. The asciidoctor include with the shortcode variable will help because won't be needed to change the includes manually after converting the translation (.po file) back to .adoc. It will help other areas like, language attributes, which today is fixed in every document. The use of shortcode was suggested by jmooring@ from Hugo's project on Github. Reviewed by: carlavilla Differential Revision: https://reviews.freebsd.org/D30823
* Remove an extra space after '+' charactersDanilo G. Baio2021-06-081-7/+7
| | | | | | | | | | | | | This is happening only on documentation/, basically in all places that attaches a block or a paragraph to a list [1]. Although this is working, it impacts our translation tool po4a, the '+' character is a difficult part when processing asciidoc[tor] files. 1 - https://docs.asciidoctor.org/asciidoc/latest/lists/continuation/#list-continuation Reviewed by: carlavilla Differential Revision: https://reviews.freebsd.org/D30688
* Use One Sentence Per Line in the HandbookSergio Carlavilla Delgado2021-06-061-240/+676
|
* Improve SEO with the keywors meta tagSergio Carlavilla Delgado2021-05-041-0/+1
| | | | | | Add in all articles and books the tag list. Modify the theme to use the tag list defined in articles and books to generate the keywords meta tag
* Improve the SEO of the documentation portalSergio Carlavilla Delgado2021-05-011-0/+1
| | | | | | | Changes: - Add the description meta tag in the index, articles and books - Add a brief description in each article and book. - Remove the SVN expansion tag
* Use correct syntax markup for shellLi-Wen Hsu2021-03-141-107/+107
| | | | Approved by: carlavilla
* Multiple files: Fix 'shared' referencesCeri Davies2021-02-221-1/+1
| | | | | | | | The hier(7) man-page lists /usr/share as the location for architecture-independent files, so fix a few instances where the documentation referes to /usr/shared instead of /usr/share. PR: 253760
* Migrate doc to Hugo/AsciiDoctorSergio Carlavilla Delgado2021-01-251-0/+2821
I'm very pleased to announce the release of our new website and documentation using the new toolchain with Hugo and AsciiDoctor. To get more information about the new toolchain please read the FreeBSD Documentation Project Primer[1], Hugo docs[2] and AsciiDoctor docs[3]. Acknowledgment: Benedict Reuschling <bcr@> Glen Barber <gjb@> Hiroki Sato <hrs@> Li-Wen Hsu <lwhsu@> Sean Chittenden <seanc@> The FreeBSD Foundation [1] https://docs.FreeBSD.org/en/books/fdp-primer/ [2] https://gohugo.io/documentation/ [3] https://docs.asciidoctor.org/home/ Approved by: doceng, core