<?xml version="1.0" encoding="utf-8"?>
<feed xmlns="http://www.w3.org/2005/Atom">
	<title type="html"><![CDATA[Linux Forum &mdash; Объединить сетевые интерфейсы [Решено]]]></title>
	<link rel="self" href="https://linuxforum.ru/extern.php?action=feed&amp;tid=35033&amp;type=atom" />
	<updated>2014-06-10T05:59:00Z</updated>
	<generator>PunBB</generator>
	<id>https://linuxforum.ru/viewtopic.php?id=35033</id>
		<entry>
			<title type="html"><![CDATA[Re: Объединить сетевые интерфейсы [Решено]]]></title>
			<link rel="alternate" href="https://linuxforum.ru/viewtopic.php?pid=412503#p412503" />
			<content type="html"><![CDATA[<p>в настройках dhcp закоментил упоминания об интерфейсах, всё заработало</p>]]></content>
			<author>
				<name><![CDATA[rudra108]]></name>
				<uri>https://linuxforum.ru/profile.php?id=34482</uri>
			</author>
			<updated>2014-06-10T05:59:00Z</updated>
			<id>https://linuxforum.ru/viewtopic.php?pid=412503#p412503</id>
		</entry>
		<entry>
			<title type="html"><![CDATA[Объединить сетевые интерфейсы [Решено]]]></title>
			<link rel="alternate" href="https://linuxforum.ru/viewtopic.php?pid=410889#p410889" />
			<content type="html"><![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>]]></content>
			<author>
				<name><![CDATA[rudra108]]></name>
				<uri>https://linuxforum.ru/profile.php?id=34482</uri>
			</author>
			<updated>2014-05-30T09:37:03Z</updated>
			<id>https://linuxforum.ru/viewtopic.php?pid=410889#p410889</id>
		</entry>
</feed>
