all messages for Guix-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
From: Oleg Pykhalov <go.wigust@gmail.com>
To: Catonano <catonano@gmail.com>
Cc: help-guix <help-guix@gnu.org>
Subject: Re: static-networking-service
Date: Thu, 31 May 2018 19:40:04 +0300	[thread overview]
Message-ID: <87tvqndbiz.fsf@gmail.com> (raw)
In-Reply-To: <CAJ98PDxUSVMknc5PMX1v-xX+5SwX2FfXOKoGG4wsx7mxQN+bPw@mail.gmail.com> (catonano@gmail.com's message of "Thu, 31 May 2018 09:44:29 +0200")

[-- Attachment #1: Type: text/plain, Size: 1019 bytes --]

Hello Catonano,

Catonano <catonano@gmail.com> writes:

> I think I could use some help about how to set up a networing device to be
> used as a "bridge" for the libvirt-manager bridged networking
>
> In the manual I found a procedure named static-networking-service but I
> have no idea about how to use it

As Julien mentioned, you probably could wrote a service which invokes
shell commands.

From https://debbugs.gnu.org/cgi/bugreport.cgi?bug=28718#8
(WARNING: I remember a syntax error was somewhere in some ‘ip’ command):

--8<---------------cut here---------------start------------->8---
# ip link add bridge0 type bridge
# ip link set dev enp6s0 master bridge0
# ip link up bridge0
# dhclient bridge0
--8<---------------cut here---------------end--------------->8---

In /etc/qemu/bridge.conf (may not required for Libvirt):
--8<---------------cut here---------------start------------->8---
allow bridge0
--8<---------------cut here---------------end--------------->8---

Oleg.

[-- Attachment #2: signature.asc --]
[-- Type: application/pgp-signature, Size: 832 bytes --]

  parent reply	other threads:[~2018-05-31 16:40 UTC|newest]

Thread overview: 10+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2018-05-31  7:44 static-networking-service Catonano
2018-05-31 10:00 ` static-networking-service Ricardo Wurmus
2018-05-31 11:14   ` static-networking-service Julien Lepiller
2018-06-04 11:56     ` static-networking-service Ludovic Courtès
2018-12-16 18:07     ` static-networking-service George Clemmer
2018-12-16 19:01       ` static-networking-service Julien Lepiller
2018-12-16 18:09   ` static-networking-service George Clemmer
2018-12-16 21:57     ` static-networking-service Ricardo Wurmus
2018-05-31 16:40 ` Oleg Pykhalov [this message]
2018-06-10  7:31 ` static-networking-service Chris Marusich

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=87tvqndbiz.fsf@gmail.com \
    --to=go.wigust@gmail.com \
    --cc=catonano@gmail.com \
    --cc=help-guix@gnu.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
Be sure your reply has a Subject: header at the top and a blank line before the message body.
Code repositories for project(s) associated with this external index

	https://git.savannah.gnu.org/cgit/guix.git

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.