From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: X-Spam-Checker-Version: SpamAssassin 3.2.5 (2008-06-10) on sa.int.altlinux.org X-Spam-Level: X-Spam-Status: No, score=-2.6 required=5.0 tests=BAYES_00,SPF_PASS autolearn=ham version=3.2.5 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:received:received:message-id:date:from :user-agent:mime-version:to:subject:references:in-reply-to :content-type:content-transfer-encoding; bh=ruXhJ5nyh3lqml3+ijzI17Sa0tRFemnCZTc7SU3GozM=; b=v83P0mc663xcrfwSpCvEPClJqYaruUlp91xfcCHodmyL7ak/ktJ3xc26KUgks1npjO ZHiF3SU167WbcYRwjYjyPferp3K02VuVzmuCvGwDnK/uYLmCgY6dO0sGWswGVBil7h7a 2ylUGbFbOiYAPjmJWpFVNuZi4eo1x9YrWvuOc= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=message-id:date:from:user-agent:mime-version:to:subject:references :in-reply-to:content-type:content-transfer-encoding; b=RUb2aCyI+LoouXQUTRV1t15xYcVqb1/yizv4+5I95aU+jEtNi8qngthx/dCjGtRuEJ iXerpF914kEOVGJaSiRnXyQGmI2HRl4WaoXHjR+5PsSaiLXb5aRzwcojmt4DLZPW0SJn t/LrbUQWWitZgiXqqVDhoz9j7eqzULZMD0pd0= Message-ID: <4AE73A89.8000702@gmail.com> Date: Tue, 27 Oct 2009 21:23:05 +0300 From: Andrew Clark User-Agent: Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.9.1.5pre) Gecko/20091019 Thunderbird/3.0pre MIME-Version: 1.0 To: ALT Linux Community general discussions References: <4AE01F95.4020408@gmail.com> <20091022102211.GA9428@newmaster.mivlgu.local> <4AE03FBF.3030806@gmail.com> <20091022145316.GD9428@newmaster.mivlgu.local> <4AE696CC.9030205@gmail.com> <20091027102759.GG9428@newmaster.mivlgu.local> <4AE6D27F.5050305@gmail.com> <20091027120627.GH9428@newmaster.mivlgu.local> <4AE6FB82.1050005@gmail.com> <20091027153848.GI9428@newmaster.mivlgu.local> In-Reply-To: <20091027153848.GI9428@newmaster.mivlgu.local> Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Subject: Re: [Comm] =?utf-8?b?0L/RgNC+0LHQu9C10LzRiyDQv9C+0YHQu9C1INC/0L7QtNC9?= =?utf-8?b?0Y/RgtC40Y8gYnJpZGdl?= X-BeenThere: community@lists.altlinux.org X-Mailman-Version: 2.1.12 Precedence: list Reply-To: ALT Linux Community general discussions List-Id: ALT Linux Community general discussions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 27 Oct 2009 18:23:26 -0000 Archived-At: List-Archive: List-Post: On 27.10.2009 18:38, Sergey Vlasov wrote: К сожалению, не помогло: [root@timelock ifaces]# grep '^[^#]' ???0/* eth0/options:ONBOOT=yes tap0/options:TYPE=tuntap tap0/options:TUNTAP_USER=andy tap0/options:ONBOOT=yes [root@timelock ifaces]# grep '^[^#]' ??0/* br0/brctl:stp AUTO off br0/brctl:setfd AUTO 0 br0/iplink:mtu 1442 br0/ipv4address:192.168.1.2 br0/ipv4route:default via 192.168.1.1 br0/options:TYPE=bri br0/options:HOST='eth0 tap0' br0/options:MODULE=r8169 br0/options:BOOTPROTO=static br0/options:ONBOOT=yes br0/resolv.conf:search domail timelock br0/resolv.conf:nameserver 213.140.228.218 br0/resolv.conf:nameserver 195.42.162.50 br0/resolv.conf:nameserver 213.140.231.3 [root@timelock ifaces]# chkconfig --list | awk '{print $1,$7}' | grep ip iptables 5:off ipw3945d 5:off [root@timelock ifaces]# echo 0 > /proc/sys/net/bridge/bridge-nf-call-arptables [root@timelock ifaces]# echo 0 > /proc/sys/net/bridge/bridge-nf-call-ip6tables [root@timelock ifaces]# echo 0 > /proc/sys/net/bridge/bridge-nf-call-iptables [root@timelock ifaces]# ip addr 1: lo: mtu 16436 qdisc noqueue state UNKNOWN link/loopback 00:00:00:00:00:00 brd 00:00:00:00:00:00 inet 127.0.0.1/8 scope host lo 2: eth0: mtu 1442 qdisc pfifo_fast state UNKNOWN qlen 1000 link/ether 00:1d:7d:01:01:05 brd ff:ff:ff:ff:ff:ff inet 192.168.1.3/24 brd 192.168.1.255 scope global eth0 3: vboxnet0: mtu 1500 qdisc pfifo_fast state UNKNOWN qlen 1000 link/ether 0a:00:27:00:00:00 brd ff:ff:ff:ff:ff:ff 4: tap0: mtu 1500 qdisc pfifo_fast state UNKNOWN qlen 500 link/ether 9a:16:06:10:84:1a brd ff:ff:ff:ff:ff:ff 5: br0: mtu 1442 qdisc noqueue state UNKNOWN link/ether 00:1d:7d:01:01:05 brd ff:ff:ff:ff:ff:ff inet 192.168.1.2/32 scope global br0 [root@timelock ifaces]# ip route 192.168.1.0/24 dev eth0 proto kernel scope link src 192.168.1.3 default via 192.168.1.1 dev eth0 [root@timelock ifaces]# brctl show bridge name bridge id STP enabled interfaces br0 8000.001d7d010105 no eth0 tap0 [root@timelock ifaces]#