Configuring Private Network

If you're assigning a private network to an existing machine (or deploying your own operating system), you'll need to configure the IP addresses on the private interface.

The control panel will assign you an IP address, you should replace '10.99.0.200' in the examples with that IP.

CentOS:
Replace /etc/sysconfig/network-scripts/ifcfg-eth1 with the following:

DEVICE=eth1
ONBOOT=yes
NM_CONTROLLED=no
BOOTPROTO=static
IPADDR=10.99.0.200
NETMASK=255.255.0.0
IPV6INIT=no
    MTU=1450
  • 1 کاربر این را مفید یافتند
آیا این پاسخ به شما کمک کرد؟

مقالات مربوطه

Choosing an OS: CentOS, Ubuntu, Debian, FreeBSD, CoreOS, or Windows Server

Choosing an OS for your server can be difficult. You're aware that it's important to choose a...

What Ports Are Blocked?

Vultr blocks several ports that are commonly abused for DDOS attacks: TCP & UDP port 17...

Configuring Static Networking and IPv6 on CentOS 7

VULTR has recently made changes on their end, and everything should now work fine 'out of the...

How Do I Generate SSH Keys?

An SSH Key allows you to log into your server without needing a password. SSH Keys can be...

Add a Secondary IPv4 Address to a VPS

This tutorial explains how to setup an additional IPv4 address on your Vultr VPS. We will assume...

Powered by WHMCompleteSolution