User Tools

Site Tools


proxmox:start

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revisionPrevious revision
Next revision
Previous revision
proxmox:start [2017/05/21 00:12] tomasproxmox:start [2020/12/11 16:20] (current) – external edit 127.0.0.1
Line 1: Line 1:
 ====== proxmox guide ====== ====== proxmox guide ======
 +===== mount external hdd with ZFS =====
 +
 +<code>
 +mkdir /mnt/extHDD
 +mount /dev/sdbX /mnt/extHDD
 +pvesm add dir extHDD --path /mnt/extHDD --content backup
 +</code>
 +
 +
 ===== port forwarding ===== ===== port forwarding =====
 port number = common port + index (eg 22+2 for ssh observium) port number = common port + index (eg 22+2 for ssh observium)
  
   - mqtt   - mqtt
-  - observium (ssh)+  - observium (24:ssh, 81:web)
  
 <code> <code>
 qm set <vmid> -args "--redir tcp:222::22" qm set <vmid> -args "--redir tcp:222::22"
 </code> </code>
-stop & start VM+stop & start VM :!:
 ===== change hostname ===== ===== change hostname =====
 <code> <code>
proxmox/start.1495318333.txt.gz · Last modified: 2020/12/11 16:15 (external edit)