Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
FUSS
fuss-dev-guide
Commits
24423c8d
Commit
24423c8d
authored
Nov 24, 2020
by
Elena Grandi
Browse files
No need to specify an interface when natting
parent
b9675fab
Changes
1
Hide whitespace changes
Inline
Side-by-side
docs/macchine-virtuali-libvirt-qemu-kvm.rst
View file @
24423c8d
...
...
@@ -42,14 +42,11 @@ scrivere il file di configurazione e passarlo al comando ``virsh
net-define``
Per la rete nattata, creare il file ``natted.xml`` con i seguenti
contenuti, sostituendo a ``eth0`` il nome della propria scheda di rete e
a ``8.8.8.8`` quello di un server dns opportuno::
contenuti, sostituendo a ``8.8.8.8`` l'indirizzo di un server dns opportuno::
<network>
<name>natted</name>
<forward dev='eth0' mode='nat'>
<interface dev='eth0'/>
</forward>
<forward mode='nat' />
<bridge name='virbr7' stp='on' delay='0'/>
<dns>
<forwarder addr='8.8.8.8'/>
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment