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.
Most Popular Articles
Setup Teamspeak 3 Server on Linux (CentOS)
If you run a gaming community, a Teamspeak 3 server is probably a popular choice for you to have...
Change MySQL Data Directory in Linux
There's many reasons that you might want to change the directory that your MySQL data is stored...
Disable root SSH access and setup sudo user on CentOS
Disabling root SSH logins and adding an additional sudo user is a good security measure for any...
Mojang Authentication Down (OpenJDK - Ubuntu/Debian)
If you're using Linux Ubuntu / Debian with Java OpenJDK (Spigot, Craftbukkit, Forge, etc.) and...
Force HTTPS / SSL for cPanel domain
Add the following to the top of the .htaccess file in your websites document root to force...