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
vps:vps [2020/03/09 11:43]
jrmu
vps:vps [2020/04/07 04:40] (current)
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.+Acceptable Use Policy:
  
-<​code>​ +No spam 
-$ ssh username@us5.ircnow.org +No malicious software 
-</​code>​+No activities illegal in the USA 
 +No copyright infringement 
 +No porn 
 +No cryptocurrency miners 
 +Permission is needed to port scan 
 +Respect the rules of any network you connect to
  
-To access the serial console:+Violators may be permanently banned, and all data kept for forensic analysis.
  
-<​code>​ +To use the VPS, you must agree to allow our sysadmins to periodically scan your data in case there may be abusive content.
-$ vmctl console <​vm-name>​ +
-</​code>​+
  
-To shutdown the VM: 
  
-<​code>​ +[[vps:newuser|New User Introduction]]
-$ 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>​ +
- +
-For Alpine: +
- +
-To restart networking:​ +
- +
-<​code>​ +
-# service networking restart +
-</​code>​ +
- +
-Losing network connectivity:​ +
- +
-For OpenBSD, put this in your crontab: +
- +
-<​code>​ +
-@reboot /​usr/​bin/​tmux new -d 'while true; do /sbin/ping -i5 38.81.163.129;​ done' \; +
-</​code>​ +
- +
-For Debian: +
- +
-<​code>​ +
-@reboot /​usr/​bin/​tmux new -d 'while true; do /​usr/​bin/​ping -i5 38.81.163.129;​ done' \; +
-</​code>​+