How do I bind my additional IPs?

These instructions are for CentOS / Fedora specifically.

By default, we only bind your first primary IP address. This is because there are different methods of applying your additional IPs that may require that they not be bound originally.

Here is the simplest way of binding your additional IPs:

1) Find out which interface is your public

This shows that my public interface (does not have a “10.” address) is eth1.

 

2) Create the route file

Before running the command below, change “eth1” to your public interface from step 1 and set your START and END IP addresses in the range.

Note:Your IPADDR_START should be your second usable IP as your primary is already bound. The IPADDR_END value is your last usable IP. If you are unsure what these values are please check your welcome e-mail or open a support.

3) Restart your network interface

  • 333 utilizatori au considerat informația utilă
Răspunsul a fost util?

Articole similare

Hardening CentOS

What will this script do? Install useful packages such as tcpdump, mtr, zsh, perl and...

How can I reset my root password?

This article explains how to reset the root password if you no longer know it. You will require...

How do I run a traceroute?

Both Windows and Linux have the ability of diagnosing the health of a connection between a source...

How do I connect to my other servers using the private interface?

Every server has two Ethernet cards in it. The first links the server to the outside world via...

How do I use iptables?

Warning Modifying rules on your server can cause the server to become inaccessible on port 22...