Benutzer-Werkzeuge

Webseiten-Werkzeuge


proxmox

Unterschiede

Hier werden die Unterschiede zwischen zwei Versionen angezeigt.

Link zu dieser Vergleichsansicht

Beide Seiten der vorigen Revision Vorhergehende Überarbeitung
Nächste Überarbeitung
Vorhergehende Überarbeitung
proxmox [2025/06/17 19:13]
admin [Traffic Monitoring]
proxmox [2025/07/04 11:26] (aktuell)
jango [Links]
Zeile 255: Zeile 255:
   -d memory=$MEMORY \   -d memory=$MEMORY \
   -d cores=$CORES \   -d cores=$CORES \
-  -d rootfs="local-lvm:${DISK_SIZE}" \  +  -d rootfs="local-lvm:${DISK_SIZE}" \
-  -d net0="bridge=vmbr0,name=eth0,ip=192.168.0.120/24,gw=192.168.0.1" \ +
   -d unprivileged=1)   -d unprivileged=1)
  
Zeile 271: Zeile 270:
 ssh root@192.168.0.100 "pct exec $VMID -- bash -c 'useradd -m user -G sudo -s /bin/bash'" ssh root@192.168.0.100 "pct exec $VMID -- bash -c 'useradd -m user -G sudo -s /bin/bash'"
 ssh root@192.168.0.100 "pct exec $VMID -- bash -c 'echo user:$ROOT_PASS | chpasswd'" ssh root@192.168.0.100 "pct exec $VMID -- bash -c 'echo user:$ROOT_PASS | chpasswd'"
 +ssh root@192.168.0.100 "pct set $VMID -net0 name=eth0,bridge=vmbr0,ip=192.168.0.120/24,gw=192.168.0.1"
  
 echo "[✓] Container $VMID wurde erstellt und gestartet." echo "[✓] Container $VMID wurde erstellt und gestartet."
Zeile 284: Zeile 284:
   * [[https://www.youtube.com/watch?v=ITYMeRE455g|How to create and settings a NAT network on a single IP address]]   * [[https://www.youtube.com/watch?v=ITYMeRE455g|How to create and settings a NAT network on a single IP address]]
   * [[https://homelabtopia.com/roxmox-fail2ban/|Proxmox Fail2Ban]]   * [[https://homelabtopia.com/roxmox-fail2ban/|Proxmox Fail2Ban]]
 +  * [[https://www.youtube.com/watch?v=VcTGKBHcqmk|OPNSense Router]]
proxmox.1750180406.txt.gz · Zuletzt geändert: 2025/06/17 19:13 von admin