From 6b80c57ebbba38f3ef7a1274fa8eea4e887e852a Mon Sep 17 00:00:00 2001 From: tschettervictor <85497460+tschettervictor@users.noreply.github.com> Date: Sat, 22 Nov 2025 06:50:44 -0700 Subject: [PATCH] docs: networking: add tip (gateway,nameserver) --- docs/chapters/networking.rst | 15 +++++++++------ 1 file changed, 9 insertions(+), 6 deletions(-) diff --git a/docs/chapters/networking.rst b/docs/chapters/networking.rst index 2452ad26..f185a152 100644 --- a/docs/chapters/networking.rst +++ b/docs/chapters/networking.rst @@ -452,13 +452,16 @@ without issue. VLAN Limitations ^^^^^^^^^^^^^^^^ -You cannot use the ``-V|--vnet`` options with interfaces that have dots (.) in the -name, which is the standard way of naming a VLAN interface. This is due to the -limitations of the JIB script that Bastille uses to manage VNET jails. +* You cannot use the ``-V|--vnet`` options with interfaces that have dots (.) in the + name, which is the standard way of naming a VLAN interface. This is due to the + limitations of the JIB script that Bastille uses to manage VNET jails. -Do not attempt to configure both the host and the jail to tag VLAN traffic. -If you use the host method, do not use ``-v|--vlan`` when creating the jail. -Doing so will prevent the jail from having network access. +* Do not attempt to configure both the host and the jail to tag VLAN traffic. + If you use the host method, do not use ``-v|--vlan`` when creating the jail. + Doing so will prevent the jail from having network access. + +Tip: Don't forget to set you gateway and nameserver is applicable +using `-g|--gateway` and `-n|--nameserver`. Regarding Routes ----------------