<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0">
	<channel>
		<title>Аспро: ЛайтШоп [тема: Кластерная коммуникация — как настроить конкретный интерфейс?]</title>
		<link>http://proxmox.su</link>
		<description>Новое в теме Кластерная коммуникация — как настроить конкретный интерфейс? форума Proxmox Виртуальная Среда на сайте Аспро: ЛайтШоп [proxmox.su]</description>
		<language>ru</language>
		<docs>http://backend.userland.com/rss2</docs>
		<pubDate>Thu, 04 Jun 2026 03:01:39 +0300</pubDate>
		<item>
			<title>Кластерная коммуникация — как настроить конкретный интерфейс?</title>
			<description><![CDATA[<b><a href="http://proxmox.su/forum/messages/forum63/message358090/81530-klasternaya-kommunikatsiya-_-kak-nastroit-konkretnyy-interfeys">Кластерная коммуникация — как настроить конкретный интерфейс?</a></b> <i>Proxmox Виртуальная Среда</i> в форуме <a href="http://proxmox.su/forum/forum63/">Proxmox Виртуальная Среда</a>. <br />
			А как у тебя настроен файл /etc/hosts? <br />
			<i>02.06.2014 14:34:00, tom.</i>]]></description>
			<link>http://proxmox.su/forum/messages/forum63/message358090/81530-klasternaya-kommunikatsiya-_-kak-nastroit-konkretnyy-interfeys</link>
			<guid>http://proxmox.su/forum/messages/forum63/message358090/81530-klasternaya-kommunikatsiya-_-kak-nastroit-konkretnyy-interfeys</guid>
			<pubDate>Mon, 02 Jun 2014 14:34:00 +0400</pubDate>
			<category>Proxmox Виртуальная Среда</category>
		</item>
		<item>
			<title>Кластерная коммуникация — как настроить конкретный интерфейс?</title>
			<description><![CDATA[<b><a href="http://proxmox.su/forum/messages/forum63/message358089/81530-klasternaya-kommunikatsiya-_-kak-nastroit-konkretnyy-interfeys">Кластерная коммуникация — как настроить конкретный интерфейс?</a></b> <i>Proxmox Виртуальная Среда</i> в форуме <a href="http://proxmox.su/forum/forum63/">Proxmox Виртуальная Среда</a>. <br />
			Получается, оба были офлайн одновременно? <br />
			<i>02.06.2014 12:15:00, dietmar.</i>]]></description>
			<link>http://proxmox.su/forum/messages/forum63/message358089/81530-klasternaya-kommunikatsiya-_-kak-nastroit-konkretnyy-interfeys</link>
			<guid>http://proxmox.su/forum/messages/forum63/message358089/81530-klasternaya-kommunikatsiya-_-kak-nastroit-konkretnyy-interfeys</guid>
			<pubDate>Mon, 02 Jun 2014 12:15:00 +0400</pubDate>
			<category>Proxmox Виртуальная Среда</category>
		</item>
		<item>
			<title>Кластерная коммуникация — как настроить конкретный интерфейс?</title>
			<description><![CDATA[<b><a href="http://proxmox.su/forum/messages/forum63/message358088/81530-klasternaya-kommunikatsiya-_-kak-nastroit-konkretnyy-interfeys">Кластерная коммуникация — как настроить конкретный интерфейс?</a></b> <i>Proxmox Виртуальная Среда</i> в форуме <a href="http://proxmox.su/forum/forum63/">Proxmox Виртуальная Среда</a>. <br />
			Да, оба узла были перезагружены. Вот содержимое /etc/network/interfaces на обоих узлах:<br /><br />Узел Obelix: &nbsp;<br />Код: &nbsp;<br />root@obelix:~# cat /etc/network/interfaces &nbsp;<br /># настройки сетевых интерфейсов &nbsp;<br />auto lo &nbsp;<br />iface lo inet loopback &nbsp;<br /><br />iface eth0 inet manual &nbsp;<br />iface eth1 inet manual &nbsp;<br />iface eth2 inet manual &nbsp;<br />iface eth3 inet manual &nbsp;<br />iface eth4 inet manual &nbsp;<br />iface eth5 inet manual &nbsp;<br /><br />auto bond0 &nbsp;<br />iface bond0 inet manual &nbsp;<br /> &nbsp; &nbsp; &nbsp; &nbsp;slaves eth0 eth1 &nbsp;<br /> &nbsp; &nbsp; &nbsp; &nbsp;bond_miimon 100 &nbsp;<br /> &nbsp; &nbsp; &nbsp; &nbsp;bond_mode 802.3ad &nbsp;<br /><br />auto bond1 &nbsp;<br />iface bond1 inet manual &nbsp;<br /> &nbsp; &nbsp; &nbsp; &nbsp;slaves eth4 eth5 &nbsp;<br /> &nbsp; &nbsp; &nbsp; &nbsp;bond_miimon 100 &nbsp;<br /> &nbsp; &nbsp; &nbsp; &nbsp;bond_mode 802.3ad &nbsp;<br /><br />auto bond2 &nbsp;<br />iface bond2 inet static &nbsp;<br /> &nbsp; &nbsp; &nbsp; &nbsp;address 192.168.222.20 &nbsp;<br /> &nbsp; &nbsp; &nbsp; &nbsp;netmask 255.255.255.0 &nbsp;<br /> &nbsp; &nbsp; &nbsp; &nbsp;slaves eth2 eth3 &nbsp;<br /> &nbsp; &nbsp; &nbsp; &nbsp;bond_miimon 100 &nbsp;<br /> &nbsp; &nbsp; &nbsp; &nbsp;bond_mode 802.3ad &nbsp;<br /> &nbsp; &nbsp; &nbsp; &nbsp;bond_xmit_hash_policy layer3+4 &nbsp;<br /><br />auto vmbr0 &nbsp;<br />iface vmbr0 inet static &nbsp;<br /> &nbsp; &nbsp; &nbsp; &nbsp;address 192.168.111.9 &nbsp;<br /> &nbsp; &nbsp; &nbsp; &nbsp;netmask 255.255.255.0 &nbsp;<br /> &nbsp; &nbsp; &nbsp; &nbsp;gateway 192.168.111.253 &nbsp;<br /> &nbsp; &nbsp; &nbsp; &nbsp;bridge_ports bond0 &nbsp;<br /> &nbsp; &nbsp; &nbsp; &nbsp;bridge_stp off &nbsp;<br /> &nbsp; &nbsp; &nbsp; &nbsp;bridge_fd 0 &nbsp;<br /><br />auto vmbr1 &nbsp;<br />iface vmbr1 inet static &nbsp;<br /> &nbsp; &nbsp; &nbsp; &nbsp;address 10.10.99.4 &nbsp;<br /> &nbsp; &nbsp; &nbsp; &nbsp;netmask 255.255.255.0 &nbsp;<br /> &nbsp; &nbsp; &nbsp; &nbsp;bridge_ports bond1 &nbsp;<br /> &nbsp; &nbsp; &nbsp; &nbsp;bridge_stp off &nbsp;<br /> &nbsp; &nbsp; &nbsp; &nbsp;bridge_fd 0 &nbsp;<br /><br />Узел Asterix: &nbsp;<br />Код: &nbsp;<br /># настройки сетевых интерфейсов &nbsp;<br />auto lo &nbsp;<br />iface lo inet loopback &nbsp;<br /><br />iface eth0 inet manual &nbsp;<br />iface eth1 inet manual &nbsp;<br />iface eth2 inet manual &nbsp;<br />iface eth3 inet manual &nbsp;<br />iface eth4 inet manual &nbsp;<br />iface eth5 inet manual &nbsp;<br /><br />auto bond0 &nbsp;<br />iface bond0 inet manual &nbsp;<br /> &nbsp; &nbsp; &nbsp; &nbsp;slaves eth0 eth1 &nbsp;<br /> &nbsp; &nbsp; &nbsp; &nbsp;bond_miimon 100 &nbsp;<br /> &nbsp; &nbsp; &nbsp; &nbsp;bond_mode 802.3ad &nbsp;<br /><br />auto bond1 &nbsp;<br />iface bond1 inet manual &nbsp;<br /> &nbsp; &nbsp; &nbsp; &nbsp;slaves eth2 eth3 &nbsp;<br /> &nbsp; &nbsp; &nbsp; &nbsp;bond_miimon 100 &nbsp;<br /> &nbsp; &nbsp; &nbsp; &nbsp;bond_mode 802.3ad &nbsp;<br /><br />auto bond2 &nbsp;<br />iface bond2 inet static &nbsp;<br /> &nbsp; &nbsp; &nbsp; &nbsp;address 192.168.222.10 &nbsp;<br /> &nbsp; &nbsp; &nbsp; &nbsp;netmask 255.255.255.0 &nbsp;<br /> &nbsp; &nbsp; &nbsp; &nbsp;slaves eth4 eth5 &nbsp;<br /> &nbsp; &nbsp; &nbsp; &nbsp;bond_miimon 100 &nbsp;<br /> &nbsp; &nbsp; &nbsp; &nbsp;bond_mode 802.3ad &nbsp;<br /> &nbsp; &nbsp; &nbsp; &nbsp;bond_xmit_hash_policy layer3+4 &nbsp;<br /><br />auto vmbr0 &nbsp;<br />iface vmbr0 inet static &nbsp;<br /> &nbsp; &nbsp; &nbsp; &nbsp;address 192.168.111.8 &nbsp;<br /> &nbsp; &nbsp; &nbsp; &nbsp;netmask 255.255.255.0 &nbsp;<br /> &nbsp; &nbsp; &nbsp; &nbsp;gateway 192.168.111.253 &nbsp;<br /> &nbsp; &nbsp; &nbsp; &nbsp;bridge_ports bond0 &nbsp;<br /> &nbsp; &nbsp; &nbsp; &nbsp;bridge_stp off &nbsp;<br /> &nbsp; &nbsp; &nbsp; &nbsp;bridge_fd 0 &nbsp;<br /><br />auto vmbr1 &nbsp;<br />iface vmbr1 inet static &nbsp;<br /> &nbsp; &nbsp; &nbsp; &nbsp;address 10.10.99.2 &nbsp;<br /> &nbsp; &nbsp; &nbsp; &nbsp;netmask 255.255.255.0 &nbsp;<br /> &nbsp; &nbsp; &nbsp; &nbsp;bridge_ports bond1 &nbsp;<br /> &nbsp; &nbsp; &nbsp; &nbsp;bridge_stp off &nbsp;<br /> &nbsp; &nbsp; &nbsp; &nbsp;bridge_fd 0 &nbsp;<br /><br />cluster.conf на обоих узлах: &nbsp;<br />Код: &nbsp;<br />&lt;?xml version="1.0"?&gt; &nbsp;<br />&lt;cluster name="pvecluster" config_version="4"&gt; &nbsp;<br /> &nbsp;&lt;cman keyfile="/var/lib/pve-cluster/corosync.authkey"&gt; &nbsp;<br /> &nbsp;&lt;/cman&gt; &nbsp;<br /> &nbsp;&lt;clusternodes&gt; &nbsp;<br /> &nbsp;&lt;clusternode name="asterix" votes="1" nodeid="1"/&gt; &nbsp;<br /> &nbsp;&lt;clusternode name="obelix" votes="1" nodeid="2"/&gt; &nbsp;<br /> &nbsp;&lt;/clusternodes&gt; &nbsp;<br />&lt;/cluster&gt; &nbsp;<br /><br />С уважением, Марко <br />
			<i>02.06.2014 11:35:00, mgabriel.</i>]]></description>
			<link>http://proxmox.su/forum/messages/forum63/message358088/81530-klasternaya-kommunikatsiya-_-kak-nastroit-konkretnyy-interfeys</link>
			<guid>http://proxmox.su/forum/messages/forum63/message358088/81530-klasternaya-kommunikatsiya-_-kak-nastroit-konkretnyy-interfeys</guid>
			<pubDate>Mon, 02 Jun 2014 11:35:00 +0400</pubDate>
			<category>Proxmox Виртуальная Среда</category>
		</item>
		<item>
			<title>Кластерная коммуникация — как настроить конкретный интерфейс?</title>
			<description><![CDATA[<b><a href="http://proxmox.su/forum/messages/forum63/message358087/81530-klasternaya-kommunikatsiya-_-kak-nastroit-konkretnyy-interfeys">Кластерная коммуникация — как настроить конкретный интерфейс?</a></b> <i>Proxmox Виртуальная Среда</i> в форуме <a href="http://proxmox.su/forum/forum63/">Proxmox Виртуальная Среда</a>. <br />
			Ответ всё тот же. Если у вас не работает, значит проблема на вашей стороне. Вы перезагружали все узлы после изменений? <br />
			<i>02.06.2014 11:08:00, tom.</i>]]></description>
			<link>http://proxmox.su/forum/messages/forum63/message358087/81530-klasternaya-kommunikatsiya-_-kak-nastroit-konkretnyy-interfeys</link>
			<guid>http://proxmox.su/forum/messages/forum63/message358087/81530-klasternaya-kommunikatsiya-_-kak-nastroit-konkretnyy-interfeys</guid>
			<pubDate>Mon, 02 Jun 2014 11:08:00 +0400</pubDate>
			<category>Proxmox Виртуальная Среда</category>
		</item>
		<item>
			<title>Кластерная коммуникация — как настроить конкретный интерфейс?</title>
			<description><![CDATA[<b><a href="http://proxmox.su/forum/messages/forum63/message358086/81530-klasternaya-kommunikatsiya-_-kak-nastroit-konkretnyy-interfeys">Кластерная коммуникация — как настроить конкретный интерфейс?</a></b> <i>Proxmox Виртуальная Среда</i> в форуме <a href="http://proxmox.su/forum/forum63/">Proxmox Виртуальная Среда</a>. <br />
			К сожалению, это не работает. У нас есть выделённый кластерный канал между двумя узлами, имена узлов в /etc/hosts сопоставлены с IP-адресами этого выделенного канала. Если я пингуют эти IP или имена, вижу, что iptraf считает пакеты на этих интерфейсах. Если перестать пинговать, активности на этом канале нет. Я проверил сетевые привязки и увидел, что corosync всё ещё использует IP-адреса производственной сети (192.168.111.0/24), а не IP-адреса кластерного канала (192.168.222.0/24): &nbsp;<br />Код: &nbsp;<br />udp &nbsp; &nbsp; &nbsp; &nbsp;0 &nbsp; &nbsp; &nbsp;0 192.168.111.9:5404 &nbsp; &nbsp; &nbsp;0.0.0.0:* &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; 3209/corosync &nbsp;<br />udp &nbsp; &nbsp; &nbsp; &nbsp;0 &nbsp; &nbsp; &nbsp;0 192.168.111.9:5405 &nbsp; &nbsp; &nbsp;0.0.0.0:* &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; 3209/corosync &nbsp;<br />udp &nbsp; &nbsp; &nbsp; &nbsp;0 &nbsp; &nbsp; &nbsp;0 239.192.188.113:5405 &nbsp; &nbsp;0.0.0.0:* &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; 3209/corosync &nbsp;<br /><br />Итак, вопрос остаётся тем же: как настроить cman/corosync так, чтобы он использовал конкретный канал? &nbsp;<br />Спасибо, Марко <br />
			<i>02.06.2014 11:00:00, mgabriel.</i>]]></description>
			<link>http://proxmox.su/forum/messages/forum63/message358086/81530-klasternaya-kommunikatsiya-_-kak-nastroit-konkretnyy-interfeys</link>
			<guid>http://proxmox.su/forum/messages/forum63/message358086/81530-klasternaya-kommunikatsiya-_-kak-nastroit-konkretnyy-interfeys</guid>
			<pubDate>Mon, 02 Jun 2014 11:00:00 +0400</pubDate>
			<category>Proxmox Виртуальная Среда</category>
		</item>
		<item>
			<title>Кластерная коммуникация — как настроить конкретный интерфейс?</title>
			<description><![CDATA[<b><a href="http://proxmox.su/forum/messages/forum63/message358085/81530-klasternaya-kommunikatsiya-_-kak-nastroit-konkretnyy-interfeys">Кластерная коммуникация — как настроить конкретный интерфейс?</a></b> <i>Proxmox Виртуальная Среда</i> в форуме <a href="http://proxmox.su/forum/forum63/">Proxmox Виртуальная Среда</a>. <br />
			Я не могу найти решение, как направить трафик кластерного общения (например, corosync) через конкретный интерфейс. На одной из установок я вижу, что corosync повторно передаёт кадры, и хочу направить этот трафик через определённое соединение, чтобы избежать побочных эффектов из-за проблем с пропускной способностью. Есть идеи? Спасибо, Марко <br />
			<i>05.05.2014 07:16:00, mgabriel.</i>]]></description>
			<link>http://proxmox.su/forum/messages/forum63/message358085/81530-klasternaya-kommunikatsiya-_-kak-nastroit-konkretnyy-interfeys</link>
			<guid>http://proxmox.su/forum/messages/forum63/message358085/81530-klasternaya-kommunikatsiya-_-kak-nastroit-konkretnyy-interfeys</guid>
			<pubDate>Mon, 05 May 2014 07:16:00 +0400</pubDate>
			<category>Proxmox Виртуальная Среда</category>
		</item>
	</channel>
</rss>
