Skip to content
Snippets Groups Projects

Virtualization virt_network attribute

Merged Roman Sliva requested to merge virt_network into master
1 file
+ 6
0
Compare changes
  • Side-by-side
  • Inline
@@ -324,6 +324,12 @@ Both user and vde network back-end have low performance. For fast interconnect (
Cluster Anselm provides TAP device tap0 for your job. TAP interconnect does not provide any services (like NAT, DHCP, DNS, SMB, etc.) just raw networking, so you should provide your services if you need them.
To enable TAP interconect feature you need to specify virt_network=True PBS resource at job submit.
```console
$ qsub ... -l virt_network=True
```
Run qemu with TAP network back-end:
```console
Loading