IRCNow

Differences

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

Link to this comparison view

Next revision Both sides next revision
openbsd:vmm [2020/02/18 10:25]
jrmu created
openbsd:vmm [2020/02/28 12:12]
jrmu
Line 17: Line 17:
 # vmctl create -s 20G user.qcow2 # vmctl create -s 20G user.qcow2
 # vmctl start -m 512M -L -i 1 -r install66.iso -d user.qcow2 user # vmctl start -m 512M -L -i 1 -r install66.iso -d user.qcow2 user
 +</​code>​
 +
 +You will need to add this crontab entry for a user to prevent the networking from timing out:
 +
 +For openbsd:
 +
 +<​code>​
 +@reboot /​usr/​bin/​tmux new -d 'while true; do /sbin/ping -i5 38.81.163.128;​ done' \;
 +</​code>​
 +
 +For debian:
 +
 +<​code>​
 +@reboot /​usr/​bin/​tmux new -d 'while true; do /​usr/​bin/​ping -i5 38.81.163.128;​ done' \;
 </​code>​ </​code>​