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/19 23:53] tomasproxmox:start [2020/12/11 16:20] (current) – external edit 127.0.0.1
Line 1: Line 1:
 +====== 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 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 =====
 <code> <code>
 sudo fdisk /dev/sdX sudo fdisk /dev/sdX
proxmox/start.1495230820.txt.gz · Last modified: 2020/12/11 16:15 (external edit)