When using a *BSD (FreeBSD, OpenBSD, etc) operating system on some of our locations, you must add the following in the /etc/rc.conf to have networking if your installation doesn't by default. This is required in certain locations, due to special networking that requires a gateway outside of the assigned network range.
/etc/rc.confifconfig_ed0='Your_VM_IPv4_Addr netmask 255.255.255.255'
defaultrouter=YourVMGatewayIP
static_routes="ovh"route_ovh="-net YourVMGatewayIP -iface ed0"
In the above, YourVMGatewayIP must be the assigned gateway address of your server IP, and ed0 must be the interface name of your BSD operating system public network interface.
Mest populär
If you run a gaming community, a Teamspeak 3 server is probably a popular choice for you to have...
There's many reasons that you might want to change the directory that your MySQL data is stored...
Disabling root SSH logins and adding an additional sudo user is a good security measure for any...
If you're using Linux Ubuntu / Debian with Java OpenJDK (Spigot, Craftbukkit, Forge, etc.) and...
Add the following to the top of the .htaccess file in your websites document root to force...