From: Sergey Bolshakov <sbolshakov@altlinux.ru>
To: sisyphus@lists.altlinux.org
Subject: Re: [sisyphus] Qemu
Date: Fri, 28 Dec 2007 01:26:20 +0300
Message-ID: <m3odcbdbar.fsf@hammer.lioka.obninsk.ru> (raw)
In-Reply-To: <200712261624.34727.hihin@yandex.ru> (ruslandh's message of "Wed, 26 Dec 2007 16:24:32 +0300")
>>>>> "ruslandh" == ruslandh <hihin-o+MxOtu4lMCHXe+LvDLADg@public.gmane.org> writes:
> В сообщении от Monday 24 December 2007 18:04:27 ruslandh написал(а):
> Вот гщё вопрос по Qemu.
> Читаю :
> http://people.redhat.com/berrange/olpc/sdk/network-bridge.html
> The master configuration file is /etc/sysconfig/qemu-network. In this file
> there are 3 sets of options to configure.
> ....
> А как это у нас делать ?
У нас можно использовать штатные средства по назначению.
$ qemu -net nic -net tap,ifname=qlinux,script=no ...
где qlinux -- название (произвольное) интерфейса, описанного в /etc/net:
$ cat /etc/net/ifaces/qlinux/options
TYPE=tuntap
TUNTAP_USER=me # юзер, запускающий qemu, должен входить в группу tun
$
Далее, имея ввиду, что с полученным tun/tap интерфейсом
можно обращаться практически как с обычным eth, можно предложить
два (или больше) варианта:
1) роутить qemu, тогда задаём адрес 'этого' конца, например, так:
$ cat /etc/net/ifaces/qlinux/ipv4address
172.16.0.1/24
$
а внутри qemu выставляем, скажем, 172.16.0.2/24
2) бриджить с штатным eth0, например, чтобы получать адрес внутри qemu
от dchpd где-то по соседству:
добавляем в /etc/net/ifaces/{qlinux,eth0}/option:
ONBOOT=no
и описываем интерфейс /etc/net/ifaces/br0:
$ cat /etc/net/ifaces/br0/options
TYPE=bri
HOST="qlinux eth0'
$
по вкусу переносим настройки из ifaces/eth0 (ipv4addr, ipv4route etc)
в ifaces/br0/
--
next prev parent reply other threads:[~2007-12-27 22:26 UTC|newest]
Thread overview: 13+ messages / expand[flat|nested] mbox.gz Atom feed top
2007-12-24 15:04 [sisyphus] Qemu, права на USB ruslandh
2007-12-26 13:24 ` [sisyphus] Qemu ruslandh
2007-12-27 19:25 ` Michael Shigorin
2007-12-27 19:37 ` Хихин Руслан
2007-12-27 21:28 ` Peter V. Saveliev
2007-12-27 22:26 ` Sergey Bolshakov [this message]
2007-12-28 3:11 ` Хихин Руслан
2007-12-29 9:29 ` Владимир Черный
2007-12-29 11:25 ` Хихин Руслан
2007-12-29 11:31 ` Владимир Черный
2008-01-08 6:46 ` Хихин Руслан
2008-01-08 12:44 ` Sergey Bolshakov
2008-01-08 21:16 ` Хихин Руслан
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=m3odcbdbar.fsf@hammer.lioka.obninsk.ru \
--to=sbolshakov@altlinux.ru \
--cc=sisyphus@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 Sisyphus discussions
This inbox may be cloned and mirrored by anyone:
git clone --mirror http://lore.altlinux.org/sisyphus/0 sisyphus/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 sisyphus sisyphus/ http://lore.altlinux.org/sisyphus \
sisyphus@altlinux.ru sisyphus@altlinux.org sisyphus@lists.altlinux.org sisyphus@lists.altlinux.ru sisyphus@lists.altlinux.com sisyphus@linuxteam.iplabs.ru sisyphus@list.linux-os.ru
public-inbox-index sisyphus
Example config snippet for mirrors.
Newsgroup available over NNTP:
nntp://lore.altlinux.org/org.altlinux.lists.sisyphus
AGPL code for this site: git clone https://public-inbox.org/public-inbox.git