IRCNow

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
Previous revision
Last revision Both sides next revision
vps:vps [2020/03/09 09:33]
jrmu
vps:vps [2020/03/09 23:29]
jrmu
Line 15: Line 15:
 These are unmanaged plans. We can charge additional fees for a managed service. These are unmanaged plans. We can charge additional fees for a managed service.
  
-ECDSA key fingerprint is SHA256:a0LIR/​BRZkpYqMho/​YvkISPEm7vkus5QfOSqAeu+tYc. +[[vps:newuser|New User Introduction]]
- +
-<​code>​ +
-$ ssh username@us5.ircnow.org +
-</​code>​ +
- +
-To access the serial console: +
- +
-<​code>​ +
-$ vmctl console <​vm-name>​ +
-</​code>​ +
- +
-To shutdown the VM: +
- +
-<​code>​ +
-$ vmctl stop <​vm-name>​ +
-</​code>​ +
- +
-To boot the VM: +
- +
-<​code>​ +
-$ vmctl start <​vm-name>​ +
-</​code>​ +
- +
-To pause the VM: +
- +
-<​code>​ +
-$ vmctl pause <​vm-name>​ +
-</​code>​ +
- +
-To unpause the VM: +
- +
-<​code>​ +
-$ vmctl unpause <​vm-name>​ +
-</​code>​ +
- +
-To escape serial console, type ~~.  +
- +
-Our default gateway is 38.81.163.129. Your IP address can be found by running $ dig username.us5.ircnow.org. +
- +
-For OpenBSD, here is how you statically assign your IP address: +
- +
-Inside /​etc/​hostname.vio0:​ +
- +
-<​code>​ +
-inet 38.81.163.xxx 255.255.255.0 +
-</​code>​ +
- +
-Replace 38.81.163.xxx with your assigned IP address. +
- +
-Inside /​etc/​mygate:​ +
- +
-<​code>​ +
-38.81.163.129 +
-</​code>​+