Skip to content

Instantly share code, notes, and snippets.

@StrategicalIT
Created February 9, 2017 07:25
Show Gist options
  • Save StrategicalIT/3a282e9571053b73817cd2183bb11967 to your computer and use it in GitHub Desktop.
Save StrategicalIT/3a282e9571053b73817cd2183bb11967 to your computer and use it in GitHub Desktop.
Worlds smallest XC cluster IP address plan
| | Node 1 | Node 2 | Node 3 | Admin PC |
|---------------------------|-------------|-------------|-------------|-------------|
| Host IP address | 172.0.3.10 | 172.0.3.20 | 172.0.3.30 | 172.0.0.1 |
| Host subnet mask | 255.255.0.0 | 255.255.0.0 | 255.255.0.0 | 255.255.0.0 |
| Host gateway | 172.0.0.1 | 172.0.0.1 | 172.0.0.1 | |
| Controller VM IP address | 172.0.0.10 | 172.0.0.20 | 172.0.0.30 | |
| Controller VM subnet mask | 255.255.0.0 | 255.255.0.0 | 255.255.0.0 | |
| Controller VM gateway | 172.0.0.1 | 172.0.0.1 | 172.0.0.1 | |
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment