V
V
Vitaly2015-10-01 16:02:07
linux
Vitaly, 2015-10-01 16:02:07

How to set up a private network between servers?

There are 2 servers on CentOS 6 with one network card and a white ip-address. Is it possible to raise a private network between them? How will the network recover between them if, say, one of the servers is rebooted?

Answer the question

In order to leave comments, you need to log in

5 answer(s)
N
Nadz Goldman, 2015-10-01
@nadz

I understand that these are two different physical servers.
Therefore, lift OpenVPN and grief is not necessary to know.
If it's just a "private network", then write aliases for network interfaces.
For example, like this:
srv1:
eth0 inet 12.12.12.12/24
eth0:1 inet 192.168.192.100/24
​​srv2:
eth0 inet 12.12.12.11/24
eth0:1 inet 192.168.192.101/24
Here is an example .

M
Max, 2015-10-01
@MaxDukov

1 network card in each or are they virtual and sit on 1 physical network card?

S
Sergey Savostin, 2015-10-01
@savostin

autossh

M
Maksim, 2015-10-01
@chumayu

At least run to the fortuneteller.
Так она и так приватная одна сетевая карта. Юмор

Алексей Черемисин, 2015-10-01
@leahch Куратор тега Linux

Вот, блин, советчики (извиняюсь).
1) Если серверы стоят на одной площадке и воткнуты в один коммутатор ( или в один сегмент ethernet), то настроить vlan и будет приватная сеть. На коммутаторе(ах) тоже нужно настроить vlan! xgu.ru/wiki/VLAN_%D0%B2_Linux
2) Если серверы разнесены через интернет, то поднять VPN - легче всего OpenVPN (да и производительней всего) - xgu.ru/wiki/OpenVPN
или zeldor.biz/2010/12/openvpn-site-to-site-setup
О ! Самый простой конфиг без заморочек на шаред ключах сайт то сайт https://openvpn.net/index.php/open-source/document...

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question