If private networking is enabled, by default when your server is provisioned, private networking will be enabled. However, if you self-install an OS or self-reinstall an OS, you will need to manually enable private networking.
Get your private networking details from the My NodeSpace portal. Your private network address will be a subnet that starts with 10.90 if you're in our Lenior, NC data center. For example: 10.90.125.16/28. You will need the following details:
Please do not change your server's IP to another IP from the subnet! If you wish to change the IP, please open a ticket with Support first!
Adding your private network access will depend on which OS you are using.
route -p ADD 10.0.0.0 MASK 255.0.0.0 <GATEWAY>For example, you would enter:
route -p ADD 10.0.0.0 MASK 255.0.0.0 10.90.1.254Hint: This route is valid for Lenior, NC.
If you did everything correctly, you should have access to your private subnet.
Coming soon.