Blame
Date:
Mon Jan 23 05:00:25 2023 UTC
Message:
Daily backup
01
2023-01-22
jrmu
version=pmwiki-2.2.130 ordered=1 urlencoded=1
02
2023-01-22
jrmu
agent=w3m/0.5.3+git20210102
03
2023-01-22
jrmu
author=jrmu
04
2023-01-22
jrmu
charset=UTF-8
05
2023-01-22
jrmu
csum=
06
2023-01-22
jrmu
ctime=1607330912
07
2023-01-22
jrmu
host=38.87.162.154
08
2023-01-22
jrmu
name=Openbsd.Vmmlinux
09
2023-01-22
jrmu
rev=3
10
2023-01-22
jrmu
targets=
11
2023-01-22
jrmu
text=(:redirect vmm/linux:)%0aYou can run any Linux or BSD-based operating system on your VPS as a guest inside OpenBSD.%0a%0aYou will be given a username and password for your account. This will create a username on our host system:%0a%0a[@%0a$ ssh username@coconut.ircnow.org%0a@]%0a%0aECDSA key fingerprint is SHA256:a0LIR/BRZkpYqMho/YvkISPEm7vkus5QfOSqAeu+tYc.%0a%0a**Please note**: This is the host machine, not your VM. The host machine is running OpenBSD but your guest VPS can run any OS.%0a%0aOnce you log in, you can access the serial console:%0a%0a[@%0a$ vmctl console %3cvm-name>%0a@]%0a%0aTo shutdown the VM:%0a%0a[@%0a$ vmctl stop %3cvm-name>%0a@]%0a%0aTo boot the VM:%0a%0a[@%0a$ vmctl start %3cvm-name>%0a@]%0a%0aTo pause the VM:%0a%0a[@%0a$ vmctl pause %3cvm-name>%0a@]%0a%0aTo unpause the VM:%0a%0a[@%0a$ vmctl unpause %3cvm-name>%0a@]%0a%0aTo escape serial console, type ~~. %0a%0a----%0a%0aTo connect to your VM, you will be given an IP address. In case you forget, your IP address can be found by running $ dig username.coconut.ircnow.org. Our default gateway is 38.87.162.1.%0a%0aFor convenience, you can log in to your VPS as follows:%0a%0a[@%0a$ ssh username@username.coconut.ircnow.org%0a@]%0a%0aPlease note that this hostname is different from the host; there is an extra username in username.coconut.ircnow.org.%0a%0a----%0a%0aTo reinstall OpenBSD 6.6:%0a%0a[@%0a$ ssh username@coconut.ircnow.org%0a$ cd ~%0a$ rm username.qcow2%0a$ vmctl create -s 20G username.qcow2%0a$ vmctl start username%0a$ vmctl start username%0a$ vmctl console username%0a@]%0a%0aMake sure to configure static networking as well as to set up ping in the background as outlined below.%0a%0a----%0a%0aFor OpenBSD, here is how you statically assign your IP address:%0a%0aInside /etc/hostname.vio0:%0a%0a[@%0ainet 38.87.162.xxx 255.255.255.0%0a@]%0a%0aReplace 38.87.162.xxx with your assigned IP address.%0a%0aInside /etc/mygate:%0a%0a[@%0a38.87.162.1%0a@]%0a%0aFor Alpine:%0a%0aTo restart networking:%0a%0a[@%0a# service networking restart%0a@]%0a%0aFor Debian:%0a%0a[@%0asystemctl restart networking%0a@]%0a%0aInside /etc/network/interfaces:%0a%0a[@%0asource /etc/network/interfaces.d/*%0a%0a# The loopback network interface%0aauto lo%0aiface lo inet loopback%0a%0a# The primary network interface%0aauto enp0s2%0aiface enp0s2 inet static%0a address 38.87.162.x%0a netmask 255.255.255.0%0a gateway 38.87.162.1%0a@]%0a%0a----%0a%0aLosing network connectivity:%0a%0aFor OpenBSD, put this in your crontab:%0a%0a[@%0a@reboot /usr/bin/tmux new -d 'while true; do /sbin/ping -i5 38.87.162.1; done' \;%0a@]%0a%0aAfterwards, to ensure it runs right away, execute this once:%0a%0a[@%0a/usr/bin/tmux new -d 'while true; do /sbin/ping -i5 38.87.162.1; done' \;%0a@]%0a%0aFor Debian:%0a%0a[@%0a@reboot /usr/bin/tmux new -d 'while true; do /usr/bin/ping -i5 38.87.162.1; done' \;%0a@]%0a%0aAfterwards, to ensure it runs right away, execute this once:%0a%0a[@%0a/usr/bin/tmux new -d 'while true; do /usr/bin/ping -i5 38.87.162.1; %0a@]%0a%0aFor Alpine:%0a%0a[@%0a@reboot /usr/bin/tmux new -d 'while true; do /bin/ping -i5 38.87.162.1; done' \;%0a@]%0a%0aAfterwards, to ensure it runs right away, execute this once:%0a%0a[@%0a/usr/bin/tmux new -d 'while true; do /bin/ping -i5 38.87.162.1; done' \;%0a@]%0a%0a----%0a%0aTo reinstall OpenBSD:%0a%0aFirst, log in to the host:%0a%0a[@%0a$ ssh username@coconut.ircnow.org%0a$ vmctl stop username%0a$ rm username.qcow2%0a$ vmctl create -s 20G username.qcow2%0a$ vmctl start username%0a$ vmctl console username%0a@]%0a%0aThen, do the installation as usual.%0a
12
2023-01-22
jrmu
time=1650432831
13
2023-01-22
jrmu
author:1650432831=jrmu
14
2023-01-22
jrmu
diff:1650432831:1629048999:=1d0%0a%3c (:redirect vmm/linux:)%0a
15
2023-01-22
jrmu
host:1650432831=38.87.162.154
16
2023-01-22
jrmu
author:1629048999=fgm
17
2023-01-22
jrmu
diff:1629048999:1607330912:=47,48c47,48%0a%3c To connect to your VM, you will be given an IP address. In case you forget, your IP address can be found by running $ dig username.coconut.ircnow.org. Our default gateway is 38.87.162.1.%0a%3c %0a---%0a> To connect to your VM, you will be given an IP address. In case you forget, your IP address can be found by running $ dig username.coconut.ircnow.org. Our default gateway is 38.81.163.129.%0a> %0a80c80%0a%3c inet 38.87.162.xxx 255.255.255.0%0a---%0a> inet 38.81.163.xxx 255.255.255.0%0a83,84c83,84%0a%3c Replace 38.87.162.xxx with your assigned IP address.%0a%3c %0a---%0a> Replace 38.81.163.xxx with your assigned IP address.%0a> %0a88c88%0a%3c 38.87.162.1%0a---%0a> 38.81.163.129%0a117c117%0a%3c address 38.87.162.x%0a---%0a> address 38.81.163.x%0a119c119%0a%3c gateway 38.87.162.1%0a---%0a> gateway 38.81.163.129%0a129c129%0a%3c @reboot /usr/bin/tmux new -d 'while true; do /sbin/ping -i5 38.87.162.1; done' \;%0a---%0a> @reboot /usr/bin/tmux new -d 'while true; do /sbin/ping -i5 38.81.163.129; done' \;%0a135c135%0a%3c /usr/bin/tmux new -d 'while true; do /sbin/ping -i5 38.87.162.1; done' \;%0a---%0a> /usr/bin/tmux new -d 'while true; do /sbin/ping -i5 38.81.163.129; done' \;%0a141c141%0a%3c @reboot /usr/bin/tmux new -d 'while true; do /usr/bin/ping -i5 38.87.162.1; done' \;%0a---%0a> @reboot /usr/bin/tmux new -d 'while true; do /usr/bin/ping -i5 38.81.163.129; done' \;%0a147c147%0a%3c /usr/bin/tmux new -d 'while true; do /usr/bin/ping -i5 38.87.162.1; %0a---%0a> /usr/bin/tmux new -d 'while true; do /usr/bin/ping -i5 38.81.163.129; %0a153c153%0a%3c @reboot /usr/bin/tmux new -d 'while true; do /bin/ping -i5 38.87.162.1; done' \;%0a---%0a> @reboot /usr/bin/tmux new -d 'while true; do /bin/ping -i5 38.81.163.129; done' \;%0a159c159%0a%3c /usr/bin/tmux new -d 'while true; do /bin/ping -i5 38.87.162.1; done' \;%0a---%0a> /usr/bin/tmux new -d 'while true; do /bin/ping -i5 38.81.163.129; done' \;%0a177c177%0a%3c Then, do the installation as usual.%0a---%0a> Then, do the installation as usual.%0a\ No newline at end of file%0a
18
2023-01-22
jrmu
host:1629048999=38.87.162.8
19
2023-01-22
jrmu
author:1607330912=jrmu
20
2023-01-22
jrmu
diff:1607330912:1607330912:=1,177d0%0a%3c You can run any Linux or BSD-based operating system on your VPS as a guest inside OpenBSD.%0a%3c %0a%3c You will be given a username and password for your account. This will create a username on our host system:%0a%3c %0a%3c [@%0a%3c $ ssh username@coconut.ircnow.org%0a%3c @]%0a%3c %0a%3c ECDSA key fingerprint is SHA256:a0LIR/BRZkpYqMho/YvkISPEm7vkus5QfOSqAeu+tYc.%0a%3c %0a%3c **Please note**: This is the host machine, not your VM. The host machine is running OpenBSD but your guest VPS can run any OS.%0a%3c %0a%3c Once you log in, you can access the serial console:%0a%3c %0a%3c [@%0a%3c $ vmctl console %3cvm-name>%0a%3c @]%0a%3c %0a%3c To shutdown the VM:%0a%3c %0a%3c [@%0a%3c $ vmctl stop %3cvm-name>%0a%3c @]%0a%3c %0a%3c To boot the VM:%0a%3c %0a%3c [@%0a%3c $ vmctl start %3cvm-name>%0a%3c @]%0a%3c %0a%3c To pause the VM:%0a%3c %0a%3c [@%0a%3c $ vmctl pause %3cvm-name>%0a%3c @]%0a%3c %0a%3c To unpause the VM:%0a%3c %0a%3c [@%0a%3c $ vmctl unpause %3cvm-name>%0a%3c @]%0a%3c %0a%3c To escape serial console, type ~~. %0a%3c %0a%3c ----%0a%3c %0a%3c To connect to your VM, you will be given an IP address. In case you forget, your IP address can be found by running $ dig username.coconut.ircnow.org. Our default gateway is 38.81.163.129.%0a%3c %0a%3c For convenience, you can log in to your VPS as follows:%0a%3c %0a%3c [@%0a%3c $ ssh username@username.coconut.ircnow.org%0a%3c @]%0a%3c %0a%3c Please note that this hostname is different from the host; there is an extra username in username.coconut.ircnow.org.%0a%3c %0a%3c ----%0a%3c %0a%3c To reinstall OpenBSD 6.6:%0a%3c %0a%3c [@%0a%3c $ ssh username@coconut.ircnow.org%0a%3c $ cd ~%0a%3c $ rm username.qcow2%0a%3c $ vmctl create -s 20G username.qcow2%0a%3c $ vmctl start username%0a%3c $ vmctl start username%0a%3c $ vmctl console username%0a%3c @]%0a%3c %0a%3c Make sure to configure static networking as well as to set up ping in the background as outlined below.%0a%3c %0a%3c ----%0a%3c %0a%3c For OpenBSD, here is how you statically assign your IP address:%0a%3c %0a%3c Inside /etc/hostname.vio0:%0a%3c %0a%3c [@%0a%3c inet 38.81.163.xxx 255.255.255.0%0a%3c @]%0a%3c %0a%3c Replace 38.81.163.xxx with your assigned IP address.%0a%3c %0a%3c Inside /etc/mygate:%0a%3c %0a%3c [@%0a%3c 38.81.163.129%0a%3c @]%0a%3c %0a%3c For Alpine:%0a%3c %0a%3c To restart networking:%0a%3c %0a%3c [@%0a%3c # service networking restart%0a%3c @]%0a%3c %0a%3c For Debian:%0a%3c %0a%3c [@%0a%3c systemctl restart networking%0a%3c @]%0a%3c %0a%3c Inside /etc/network/interfaces:%0a%3c %0a%3c [@%0a%3c source /etc/network/interfaces.d/*%0a%3c %0a%3c # The loopback network interface%0a%3c auto lo%0a%3c iface lo inet loopback%0a%3c %0a%3c # The primary network interface%0a%3c auto enp0s2%0a%3c iface enp0s2 inet static%0a%3c address 38.81.163.x%0a%3c netmask 255.255.255.0%0a%3c gateway 38.81.163.129%0a%3c @]%0a%3c %0a%3c ----%0a%3c %0a%3c Losing network connectivity:%0a%3c %0a%3c For OpenBSD, put this in your crontab:%0a%3c %0a%3c [@%0a%3c @reboot /usr/bin/tmux new -d 'while true; do /sbin/ping -i5 38.81.163.129; done' \;%0a%3c @]%0a%3c %0a%3c Afterwards, to ensure it runs right away, execute this once:%0a%3c %0a%3c [@%0a%3c /usr/bin/tmux new -d 'while true; do /sbin/ping -i5 38.81.163.129; done' \;%0a%3c @]%0a%3c %0a%3c For Debian:%0a%3c %0a%3c [@%0a%3c @reboot /usr/bin/tmux new -d 'while true; do /usr/bin/ping -i5 38.81.163.129; done' \;%0a%3c @]%0a%3c %0a%3c Afterwards, to ensure it runs right away, execute this once:%0a%3c %0a%3c [@%0a%3c /usr/bin/tmux new -d 'while true; do /usr/bin/ping -i5 38.81.163.129; %0a%3c @]%0a%3c %0a%3c For Alpine:%0a%3c %0a%3c [@%0a%3c @reboot /usr/bin/tmux new -d 'while true; do /bin/ping -i5 38.81.163.129; done' \;%0a%3c @]%0a%3c %0a%3c Afterwards, to ensure it runs right away, execute this once:%0a%3c %0a%3c [@%0a%3c /usr/bin/tmux new -d 'while true; do /bin/ping -i5 38.81.163.129; done' \;%0a%3c @]%0a%3c %0a%3c ----%0a%3c %0a%3c To reinstall OpenBSD:%0a%3c %0a%3c First, log in to the host:%0a%3c %0a%3c [@%0a%3c $ ssh username@coconut.ircnow.org%0a%3c $ vmctl stop username%0a%3c $ rm username.qcow2%0a%3c $ vmctl create -s 20G username.qcow2%0a%3c $ vmctl start username%0a%3c $ vmctl console username%0a%3c @]%0a%3c %0a%3c Then, do the installation as usual.%0a\ No newline at end of file%0a
21
2023-01-22
jrmu
host:1607330912=38.81.163.7
IRCNow