<?xml version="1.0" encoding="utf-8"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom">
	<channel>
		<title><![CDATA[Linux Forum &mdash; Объединить сетевые интерфейсы [Решено]]]></title>
		<link>https://linuxforum.ru/viewtopic.php?id=35033</link>
		<atom:link href="https://linuxforum.ru/extern.php?action=feed&amp;tid=35033&amp;type=rss" rel="self" type="application/rss+xml" />
		<description><![CDATA[Недавние сообщения в теме «Объединить сетевые интерфейсы [Решено]».]]></description>
		<lastBuildDate>Tue, 10 Jun 2014 05:59:00 +0000</lastBuildDate>
		<generator>PunBB</generator>
		<item>
			<title><![CDATA[Re: Объединить сетевые интерфейсы [Решено]]]></title>
			<link>https://linuxforum.ru/viewtopic.php?pid=412503#p412503</link>
			<description><![CDATA[<p>в настройках dhcp закоментил упоминания об интерфейсах, всё заработало</p>]]></description>
			<author><![CDATA[null@example.com (rudra108)]]></author>
			<pubDate>Tue, 10 Jun 2014 05:59:00 +0000</pubDate>
			<guid>https://linuxforum.ru/viewtopic.php?pid=412503#p412503</guid>
		</item>
		<item>
			<title><![CDATA[Объединить сетевые интерфейсы [Решено]]]></title>
			<link>https://linuxforum.ru/viewtopic.php?pid=410889#p410889</link>
			<description><![CDATA[<p>Привет!<br />Помогите объединить сетевые интерфейсы.<br />Есть сервер Debian, на нем висит файловое хранилище, вирт машина kvm, а так же раздаёт dhcp, и dns<br />сейчас конфигурация сети:<br /></p><div class="codebox"><pre><code># This file describes the network interfaces available on your system
# and how to activate them. For more information, see interfaces(5).

# The loopback network interface
auto lo
iface lo inet loopback

# The primary network interface
auto eth0

auto br0
iface br0 inet static
        address 192.168.106.253
        netmask 255.255.255.0
        network 192.168.106.0
        broadcast 192.168.106.255
        gateway 192.168.106.154
        dns-nameservers 192.168.106.253
        dns-search trio
        bridge_ports eth0
        bridge_fd 9
        bridge_hello 2
        bridge_maxage 12
        bridge_stp off</code></pre></div><p>попробывал сделать так:<br /></p><div class="codebox"><pre><code># This file describes the network interfaces available on your system
# and how to activate them. For more information, see interfaces(5).

# The loopback network interface
auto lo
iface lo inet loopback

# The network interface settings
auto eth0
iface eth0 inet manual

auto eth1
iface eth1 inet manual

# The primary network interface
auto bond0
iface bond0 inet manual
        bond-slaves eth0 eth1
        bond-mode balance-rr
        bond-miimon 100
        bond-downdelay 200
        bond-updelay 200
        bond-primary eth0 eth1



# Network bridge
auto br0
iface br0 inet static
        address 192.168.106.253
        netmask 255.255.255.0
        network 192.168.106.0
        broadcast 192.168.106.255
        gateway 192.168.106.154
        dns-nameservers 192.168.106.253
        dns-search trio
        bridge_ports bond0
        bridge_fd 9
        bridge_hello 2
        bridge_maxage 12
        bridge_stp off</code></pre></div><p>соответственно после данных манипуляций сервер перестал быть виден в сети. Я так понимаю что причина сего в dhcp и dns? <br />следует исправить <br /></p><div class="codebox"><pre><code>subnet 192.168.106.0 netmask 255.255.255.0
{
        interface eth0;
        range 192.168.106.50 192.168.106.150;
        option subnet-mask 255.255.255.0;
        option routers 192.168.106.154;
        option broadcast-address 192.168.106.255;
}</code></pre></div><p>заменить eth0 на bond0? или как?<br />Может я что-то забыл или вообще всё не верно сделал?<br />Подскажите, поскольку на эксперименты времени нет, сервер всё время должен быть онлайн, а опыт у меня не большой.<br />надеюсь на помощь</p>]]></description>
			<author><![CDATA[null@example.com (rudra108)]]></author>
			<pubDate>Fri, 30 May 2014 09:37:03 +0000</pubDate>
			<guid>https://linuxforum.ru/viewtopic.php?pid=410889#p410889</guid>
		</item>
	</channel>
</rss>
