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/20 23:37] tomasproxmox:start [2020/12/11 16:20] (current) – external edit 127.0.0.1
Line 1: Line 1:
-====== Headline ====== +====== proxmox guide ====== 
-===== ports =====+===== mount external hdd with ZFS =====
  
-  - observium +<code> 
-  - webserver +mkdir /mnt/extHDD 
-  mqtt+mount /dev/sdbX /mnt/extHDD 
 +pvesm add dir extHDD --path /mnt/extHDD --content backup 
 +</code>
  
  
-===== change hostname =====+===== port forwarding ===== 
 +port number = common port + index (eg 22+2 for ssh observium)
  
 +  - mqtt
 +  - observium (24:ssh, 81:web)
 +
 +<code>
 +qm set <vmid> -args "--redir tcp:222::22"
 +</code>
 +stop & start VM :!:
 +===== change hostname =====
 +<code>
 +nano /etc/hostname
 +nano /etc/hosts
 +/etc/init.d/hostname.sh start
 +</code>
 ===== add new disk ===== ===== add new disk =====
 <code> <code>
proxmox/start.1495316231.txt.gz · Last modified: 2020/12/11 16:15 (external edit)