ALT Linux Community general discussions
 help / color / mirror / Atom feed
From: Alexey Borisenkov <grizlik78@gmail.com>
To: ALT Linux Community general discussions <community@lists.altlinux.org>
Subject: Re: [Comm] VirtualBox & etcnet
Date: Thu, 07 Aug 2008 23:04:10 +0500
Message-ID: <489B391A.5080402@gmail.com> (raw)
In-Reply-To: <489B223A.606@bumer.com.ua>

Andrey Kuleshov пишет:
> Помогите, плз, транслировать следующий фрагмент в термины-формы etcnet!
> 
> 9.1. Установил необходимый софт для создания моста:
> $sudo apt-get install bridge-utils <apt:bridge-utils>
> 
> 9.2. Отредактировал файл */etc/network/interfaces*:
> $sudo nano /etc/network/interfaces
> 
> добавив туда описание моста *br0* :
> auto br0
> iface br0 inet static
> address 192.168.0.1
> netmask 255.255.255.0
> bridge_ports eth0
> и не забыв закомментировать (или удалить) данные про eth0 интерфейс.

Как делал себе я:

Подгружаем нужный модуль и ставим пакет с мостом:
$ sudo modprobe tun
$ sudo apt-get install bridge-utils

В файле /etc/net/ifaces/br0/brctl
stp AUTO on
setfd AUTO 0

В файле /etc/net/ifaces/br0/options
TYPE=bri
HOST='eth0'

В файле /etc/net/ifaces/br0/ipv4address
192.168.1.5/24

В файле /etc/net/ifaces/br0/ipv4route
default via 192.168.1.1

Потом
$ sudo VBoxAddIF vbox0 alexbor br0

Всё. Разумеется, адреса поменять на нужные.

Ну, ещё чтобы модуль tun грузился сам пришлось его в /etc/modules 
засунуть. Не против узнать, как это делать идеологически правильно :)

Ах, да, ещё права поправил на /dev/net/tun:
В файле /etc/udev/rules.d/90-tun.rules
KERNEL=="tun", GROUP="vboxusers" MODE="0660"



  reply	other threads:[~2008-08-07 18:04 UTC|newest]

Thread overview: 3+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2008-08-07 16:26 Andrey Kuleshov
2008-08-07 18:04 ` Alexey Borisenkov [this message]
2008-08-08 18:02   ` Andrey Kuleshov

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=489B391A.5080402@gmail.com \
    --to=grizlik78@gmail.com \
    --cc=community@lists.altlinux.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link

ALT Linux Community general discussions

This inbox may be cloned and mirrored by anyone:

	git clone --mirror http://lore.altlinux.org/community/0 community/git/0.git

	# If you have public-inbox 1.1+ installed, you may
	# initialize and index your mirror using the following commands:
	public-inbox-init -V2 community community/ http://lore.altlinux.org/community \
		mandrake-russian@linuxteam.iplabs.ru community@lists.altlinux.org community@lists.altlinux.ru community@lists.altlinux.com
	public-inbox-index community

Example config snippet for mirrors.
Newsgroup available over NNTP:
	nntp://lore.altlinux.org/org.altlinux.lists.community


AGPL code for this site: git clone https://public-inbox.org/public-inbox.git