This is meant to be a rolling FAQ for DC/OS users. This is very incomplete.

This simple ip-detect script that should almost always work:

#!/bin/bash
ip route get 8.8.8.8 | awk 'NR==1{print $NF}'

Things to try/check when standing up or troubleshooting a DC/OS cluster:

Q: I’m having issues installing DC/OS. Can you help me troubleshoot?

A1: Things to check with every installation:

A2: What installer did you use? Try using the advanced installer. It’s a bit easier to use and a lot easier to troubleshoot and understand than the CLI and GUI installers. A quick walkthrough of a very basic installation is available here: Distributed DC/OS Cluster Setup