mirror of
https://github.com/QubesOS/qubes-doc.git
synced 2025-01-11 15:29:41 -05:00
implemented requested changes
This commit is contained in:
parent
0a6f37156e
commit
185f33eb7e
@ -15,12 +15,8 @@ This guide shows how to set up simple test bench that automatically test your co
|
|||||||
|
|
||||||
We will set up a spare machine (bare metal, not a virtual) that will be hosting our experimental Dom0. We will communicate with it via Ethernet and SSH. This tutorial assumes you are familiar with [QubesBuilder](/doc/qubes-builder/) and you have it set up and running flawlessly.
|
We will set up a spare machine (bare metal, not a virtual) that will be hosting our experimental Dom0. We will communicate with it via Ethernet and SSH. This tutorial assumes you are familiar with [QubesBuilder](/doc/qubes-builder/) and you have it set up and running flawlessly.
|
||||||
|
|
||||||
<div class="alert alert-warning" role="alert">
|
> **Notice:**
|
||||||
<i class="fa fa-exclamation-triangle"></i>
|
> This setup intentionally weakens some security properties in the testing system. So make sure you understand the risks and use exclusively for testing.
|
||||||
<b>Notice:</b>
|
|
||||||
This setup intentionally weakens some security properties in the testing system. So make sure you understand the risks and use exclusively for testing.
|
|
||||||
</div>
|
|
||||||
|
|
||||||
|
|
||||||
## Setting up the Machine
|
## Setting up the Machine
|
||||||
|
|
||||||
@ -69,7 +65,8 @@ Internet access is intentionally disabled by default in dom0. But to ease the de
|
|||||||
pciunbind ${BDF}
|
pciunbind ${BDF}
|
||||||
pcibind ${BDF} ${DRIVER}
|
pcibind ${BDF} ${DRIVER}
|
||||||
|
|
||||||
sudo dhclient
|
sleep 1
|
||||||
|
dhclient
|
||||||
```
|
```
|
||||||
|
|
||||||
4. Configure your DHCP server so your testbench gets static IP and connect your machine to your local network. You should ensure that your testbench can reach the Internet.
|
4. Configure your DHCP server so your testbench gets static IP and connect your machine to your local network. You should ensure that your testbench can reach the Internet.
|
||||||
|
Loading…
Reference in New Issue
Block a user