Differences

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

Link to this comparison view

Both sides previous revision Previous revision
Next revision Both sides next revision
linux:hetzner:start [2018/10/22 17:07]
drbohlav
linux:hetzner:start [2019/02/08 14:47]
admin
Line 173: Line 173:
 ve spravci zarizeni by mely byt uplne nahore dva disky ve spravci zarizeni by mely byt uplne nahore dva disky
 vypnu pc a ve virsh edit zmenim: parametry disku s windows prepisu na parametry dummy image a tu smazu vypnu pc a ve virsh edit zmenim: parametry disku s windows prepisu na parametry dummy image a tu smazu
 +
 +
 +====== Instalace OPNSense, pfSense z iso======
 +<code bash>
 + ​virt-install --name vname_fw --vcpu 1 --memory 1024 \
 +--os-type=freebsd --os-variant=freebsd11.2 \
 +--disk /​vps/​vmname_fw,​device=disk,​bus=virtio,​size=6,​sparse=true,​format=qcow2 \
 +-w bridge=br11,​model=virtio \
 +-w bridge=br40,​model=virtio \
 +--noautoconsole --graphics vnc,​listen=0.0.0.0,​port=5901,​password=some_password \
 +--cdrom /​path/​to/​OPNsense-19.1-OpenSSL-dvd-amd64.iso
 +</​code>​
  
 ====== Errors====== ====== Errors======
 
linux/hetzner/start.txt · Last modified: 2023/12/03 11:44 by admin