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:59] 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 ===== 
-port number = common port + index (eg 22+2 for webserver) + 
-  - observium (ssh) +<code> 
-  - webserver+mkdir /mnt/extHDD 
 +mount /dev/sdbX /mnt/extHDD 
 +pvesm add dir extHDD --path /mnt/extHDD --content backup 
 +</code> 
 + 
 + 
 +===== port forwarding ===== 
 +port number = common port + index (eg 22+2 for ssh observium
   - mqtt   - mqtt
 +  - 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> 
 +nano /etc/hostname 
 +nano /etc/hosts 
 +/etc/init.d/hostname.sh start 
 +</code>
 ===== add new disk ===== ===== add new disk =====
 <code> <code>
proxmox/start.1495317574.txt.gz · Last modified: 2020/12/11 16:15 (external edit)