Skip to content
Snippets Groups Projects
Commit 4719c6c8 authored by Pavel Jirásek's avatar Pavel Jirásek
Browse files

Merge branch 'content_revision' into 'master'

Removed VPN link

See merge request !30
parents 78b46c69 18c18f3a
No related branches found
No related tags found
5 merge requests!368Update prace.md to document the change from qprace to qprod as the default...,!367Update prace.md to document the change from qprace to qprod as the default...,!366Update prace.md to document the change from qprace to qprod as the default...,!323extended-acls-storage-section,!30Removed VPN link
Pipeline #
......@@ -230,7 +230,7 @@ Run virtual machine (simple)
$ qemu-system-x86_64 -hda win.img -enable-kvm -cpu host -smp 16 -m 32768 -vga std -localtime -usb -usbdevice tablet -vnc :0
```
You can access virtual machine by VNC viewer (option -vnc) connecting to IP address of compute node. For VNC you must use [VPN network](../../accessing-the-cluster/vpn-access/).
You can access virtual machine by VNC viewer (option -vnc) connecting to IP address of compute node. For VNC you must use VPN network.
Install virtual machine from iso file
......@@ -248,7 +248,7 @@ Run virtual machine using optimized devices, user network backend with sharing a
$ qemu-system-x86_64 -drive file=win.img,media=disk,if=virtio -enable-kvm -cpu host -smp 16 -m 32768 -vga std -localtime -usb -usbdevice tablet -device virtio-net-pci,netdev=net0 -netdev user,id=net0,smb=/scratch/$USER/tmp,hostfwd=tcp::3389-:3389 -vnc :0 -snapshot
```
Thanks to port forwarding you can access virtual machine via SSH (Linux) or RDP (Windows) connecting to IP address of compute node (and port 2222 for SSH). You must use [VPN network](../../accessing-the-cluster/vpn-access/).
Thanks to port forwarding you can access virtual machine via SSH (Linux) or RDP (Windows) connecting to IP address of compute node (and port 2222 for SSH). You must use VPN network).
!!! Note "Note"
Keep in mind, that if you use virtio devices, you must have virtio drivers installed on your virtual machine.
......
......@@ -6,7 +6,7 @@ Diagnostic component (TEAM)
TEAM is available at the following address: <http://omics.it4i.cz/team/>
!!! Note "Note"
The address is accessible only via [VPN. ](../../accessing-the-cluster/vpn-access/)
The address is accessible only via VPN.
### Diagnostic component (TEAM)
......
......@@ -6,7 +6,7 @@ Priorization component (BiERApp)
BiERApp is available at the following address: <http://omics.it4i.cz/bierapp/>
!!! Note "Note"
The address is accessible onlyvia [VPN. ](../../accessing-the-cluster/vpn-access/)
The address is accessible onlyvia VPN.
###BiERApp
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment