mirror of
https://github.com/QubesOS/qubes-doc.git
synced 2024-10-01 01:25:40 -04:00
Merge branch 'unman-6911'
This commit is contained in:
commit
91c88ec7d1
@ -165,7 +165,7 @@ In order to manually configure networking in a qube, one should first find out
|
||||
the IP/netmask/gateway assigned to the particular qube by Qubes. This can be
|
||||
seen, e.g., in the Qube Manager in the qube's properties:
|
||||
|
||||
![r2b1-manager-networking-config.png](/attachment/doc/r2b1-manager-networking-config.png)
|
||||
![r4.0-manager-networking-config.png](/attachment/doc/r4.0-manager-networking-config.png)
|
||||
|
||||
Alternatively, one can use the `qvm-ls -n` command to obtain the same
|
||||
information (IP/netmask/gateway).
|
||||
@ -209,56 +209,89 @@ address for the networking interface:
|
||||
|
||||
```
|
||||
[joanna@dom0 ~]$ qvm-prefs my-new-vm
|
||||
name : my-new-vm
|
||||
label : green
|
||||
type : HVM
|
||||
netvm : firewallvm
|
||||
updateable? : True
|
||||
installed by RPM? : False
|
||||
include in backups: False
|
||||
dir : /var/lib/qubes/appvms/my-new-vm
|
||||
config : /var/lib/qubes/appvms/my-new-vm/my-new-vm.conf
|
||||
pcidevs : []
|
||||
root img : /var/lib/qubes/appvms/my-new-vm/root.img
|
||||
private img : /var/lib/qubes/appvms/my-new-vm/private.img
|
||||
vcpus : 4
|
||||
memory : 512
|
||||
maxmem : 512
|
||||
MAC : 00:16:3E:5E:6C:05 (auto)
|
||||
debug : off
|
||||
default user : user
|
||||
qrexec_installed : False
|
||||
qrexec timeout : 60
|
||||
drive : None
|
||||
timezone : localtime
|
||||
autostart D False
|
||||
backup_timestamp U
|
||||
debug D False
|
||||
default_dispvm D None
|
||||
default_user D user
|
||||
gateway D
|
||||
gateway6 D
|
||||
include_in_backups - False
|
||||
installed_by_rpm D False
|
||||
ip D 10.137.0.122
|
||||
ip6 D fd09:24ef:4179::a89:7a
|
||||
kernel -
|
||||
kernelopts D nopat
|
||||
klass D StandaloneVM
|
||||
label - red
|
||||
mac D 00:16:3e:5e:6c:00
|
||||
management_dispvm D default-mgmt-dvm
|
||||
maxmem D 0
|
||||
memory - 1000
|
||||
name - my-new-vm
|
||||
netvm - sys-firewall
|
||||
provides_network - False
|
||||
qid - 122
|
||||
qrexec_timeout D 60
|
||||
shutdown_timeout D 60
|
||||
start_time D
|
||||
stubdom_mem U
|
||||
stubdom_xid D -1
|
||||
updateable D True
|
||||
uuid - 54387f94-8617-46b0-8806-0c18bc387f34
|
||||
vcpus D 2
|
||||
virt_mode - hvm
|
||||
visible_gateway D 10.137.0.14
|
||||
visible_gateway6 D fd09:24ef:4179::a89:e
|
||||
visible_ip D 10.137.0.122
|
||||
visible_ip6 D fd09:24ef:4179::a89:7a
|
||||
visible_netmask D 255.255.255.255
|
||||
xid D -1
|
||||
|
||||
[joanna@dom0 ~]$ qvm-clone my-new-vm my-new-vm-copy
|
||||
|
||||
/.../
|
||||
|
||||
[joanna@dom0 ~]$ qvm-prefs my-new-vm-copy
|
||||
name : my-new-vm-copy
|
||||
label : green
|
||||
type : HVM
|
||||
netvm : firewallvm
|
||||
updateable? : True
|
||||
installed by RPM? : False
|
||||
include in backups: False
|
||||
dir : /var/lib/qubes/appvms/my-new-vm-copy
|
||||
config : /var/lib/qubes/appvms/my-new-vm-copy/my-new-vm-copy.conf
|
||||
pcidevs : []
|
||||
root img : /var/lib/qubes/appvms/my-new-vm-copy/root.img
|
||||
private img : /var/lib/qubes/appvms/my-new-vm-copy/private.img
|
||||
vcpus : 4
|
||||
memory : 512
|
||||
maxmem : 512
|
||||
MAC : 00:16:3E:5E:6C:01 (auto)
|
||||
debug : off
|
||||
default user : user
|
||||
qrexec_installed : False
|
||||
qrexec timeout : 60
|
||||
drive : None
|
||||
timezone : localtime
|
||||
autostart D False
|
||||
backup_timestamp U
|
||||
debug D False
|
||||
default_dispvm D None
|
||||
default_user D user
|
||||
gateway D
|
||||
gateway6 D
|
||||
include_in_backups - False
|
||||
installed_by_rpm D False
|
||||
ip D 10.137.0.137
|
||||
ip6 D fd09:24ef:4179::a89:89
|
||||
kernel -
|
||||
kernelopts D nopat
|
||||
klass D StandaloneVM
|
||||
label - red
|
||||
mac D 00:16:3e:5e:6c:00
|
||||
management_dispvm D default-mgmt-dvm
|
||||
maxmem D 0
|
||||
memory - 1000
|
||||
name - my-new-vm-copy
|
||||
netvm - sys-firewall
|
||||
provides_network - False
|
||||
qid - 137
|
||||
qrexec_timeout D 60
|
||||
shutdown_timeout D 60
|
||||
start_time D
|
||||
stubdom_mem U
|
||||
stubdom_xid D -1
|
||||
updateable D True
|
||||
uuid - 9ad109a9-d95a-4e03-b977-592f8424f42b
|
||||
vcpus D 2
|
||||
virt_mode - hvm
|
||||
visible_gateway D 10.137.0.14
|
||||
visible_gateway6 D fd09:24ef:4179::a89:e
|
||||
visible_ip D 10.137.0.137
|
||||
visible_ip6 D fd09:24ef:4179::a89:89
|
||||
visible_netmask D 255.255.255.255
|
||||
xid D -1
|
||||
|
||||
```
|
||||
|
||||
Note that the MAC addresses differ between those two otherwise identical qubes.
|
||||
@ -267,10 +300,11 @@ networking to function properly:
|
||||
|
||||
```
|
||||
[joanna@dom0 ~]$ qvm-ls -n
|
||||
/.../
|
||||
my-new-vm-copy | | Halted | Yes | | *firewallvm | green | 10.137.2.3 | n/a | 10.137.2.1 |
|
||||
my-new-vm | | Halted | Yes | | *firewallvm | green | 10.137.2.7 | n/a | 10.137.2.1 |
|
||||
/.../
|
||||
|
||||
NAME STATE NETVM IP IPBACK GATEWAY
|
||||
my-new-hvm Halted sys-firewall 10.137.0.122 - 10.137.0.14
|
||||
my-new-hvm-clone Halted sys-firewall 10.137.0.137 - 10.137.0.14
|
||||
|
||||
```
|
||||
|
||||
If, for any reason, you would like to make sure that the two qubes have the
|
||||
|
Loading…
Reference in New Issue
Block a user