Jump to content

Recommended Posts

Настраиваю vipnet cordinator hw 1000 в режиме кластера,  4 интерфейса + кластерный - 2 интерфейса это медь (менедж), 2 это в ядро (дата сеть), то есть 4 интрефейса=2 бонда(1 внешний другой внутренний)+ 1 кластерный, (eth0 eth1 - внутренний, eth3-cluster, eth4 eth5-внешний).

inet ifconfig Eth0 class slave

inet ifconfig Eth1 class slave

inet bonding add 0 mode 802.3ad slaves eth0 eth1

inet ifconfig bond0 bonding xmit-hash-policy layer3+4

 

inet ifconfig Eth4 class slave

inet ifconfig Eth5 class slave

inet bonding add 1 mode 802.3ad slaves eth4 eth5

inet ifconfig bond1 bonding xmit-hash-policy layer3+4
 

eth0 eth1 eth4 eth5 не добавлял айпишник, потому что сразу бонд настраивал и класс slaves ставил, и нельзя добавить интерфейсам айпишики !!!!

добавил все в бонд при этом ip тоже написал
Далее настроил 3 интерфейс 

inet ifconfig eth3 address ...... netmask ......
В файловер добавил 

Внутренняя сеть

[channel]

device = bond0

Цитата

activeip = 10.10.30.23/24-общий

Цитата

ident = if-1

checkonlyidle = yes

[channel]

device = bond0

Цитата

activeip = 10.10.30.23/24 - общий

testip = 10.10.30.154/24

ident = if-1

checkonlyidle = yes

Внешняя сеть

[channel]

device = bond1

activeip = 10.10.40.23/24

testip = 10.10.40.6/24[АМ1] 

ident = if-2

checkonlyidle = yes

[channel]

device = bond1

activeip = 10.10.40.23/24

testip = 10.10.40.6/24

ident = if-2

checkonlyidle = yes


Между координаторами

[sendconfig]

device = eth3

activeip = 192.167.1.2

port = 10090

sendtime = 60

[sendconfig]

device = eth3

activeip = 192.167.1.1

port = 10090

sendtime = 60

Далее все изменяю iplir
 

[adapter]

name= bond0

allowtraffic= on

type= internal

 

[adapter]

name= bond1

allowtraffic= on

type= internal

 

iplir start

 

inet ifconfig eth0 up

inet ifconfig eth1 up

inet ifconfig eth4 up

inet ifconfig eth5 up

inet ifconfig bond0 up

inet ifconfig bond1 up


НО при этом не сихронизируются между кластерами, и не видят сеть, если есть у кого-то подробная инструкция по настройке поэтапно с статическим межсетевым экраном, с 2 бондами, был очень благодарен, либо что не хватает 

 

Link to comment
Share on other sites

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

×
×
  • Create New...

Important Information

By using this site, you agree to our Terms of Use.