Skip to content

Commit

Permalink
Update dev instructions to refer to fedora-38-dvm
Browse files Browse the repository at this point in the history
  • Loading branch information
rocodes authored and legoktm committed Apr 1, 2024
1 parent 2be46bc commit 9087d72
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
8 changes: 4 additions & 4 deletions docs/qubes_staging.rst
Original file line number Diff line number Diff line change
Expand Up @@ -169,20 +169,20 @@ Inter-VM networking

We want to be able to SSH connections from ``sd-dev`` to these new standalone VMs.
In order to do so, we have to adjust the firewall rules. Make the following changes on
``fedora-37-dvm``, which is the template for ``sys-firewall`` under a default setup.
``fedora-38-dvm``, which is the template for ``sys-firewall`` under a default setup.

.. note::

These changes to the firewall rules will also apply to all other DispVMs based off
``fedora-37-dvm``, and are meant for a testing/development machine only.
``fedora-38-dvm``, and are meant for a testing/development machine only.

Let's get the IP address of ``sd-dev``. On ``dom0``:

.. code:: sh
qvm-prefs sd-dev ip
Get a shell on ``fedora-37-dvm``. Create or edit
Get a shell on ``fedora-38-dvm``. Create or edit
``/rw/config/qubes-firewall-user-script``, to include the following:

.. code:: sh
Expand All @@ -196,7 +196,7 @@ Get a shell on ``fedora-37-dvm``. Create or edit
iptables -I FORWARD 2 -s "$sd_app" -d "$sd_mon" -j ACCEPT
iptables -I FORWARD 2 -s "$sd_mon" -d "$sd_app" -j ACCEPT
Shut down ``fedora-37-dvm``, then restart ``sys-firewall``.
Shut down ``fedora-38-dvm``, then restart ``sys-firewall``.

Now from ``sd-dev``, you should be able to do

Expand Down
2 changes: 1 addition & 1 deletion docs/workstation_setup.rst
Original file line number Diff line number Diff line change
Expand Up @@ -193,7 +193,7 @@ in dom0 will be overwritten by ``make dev``.
Staging Environment
-------------------

Update ``dom0``, ``fedora-37``, ``whonix-gw-16`` and ``whonix-ws-16`` templates
Update ``dom0``, ``fedora-38``, ``whonix-gw-16`` and ``whonix-ws-16`` templates
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~

Updates to these VMs will be performed by the installer and updater, but
Expand Down

0 comments on commit 9087d72

Please sign in to comment.