From: rustand.lars@gmail.com
To: Oleg Pykhalov <go.wigust@gmail.com>
Cc: help-guix@gnu.org
Subject: Re: Setting up multiple NICs
Date: Sun, 03 Dec 2023 00:34:07 +0100 [thread overview]
Message-ID: <87bkb8nnyz.fsf@yoga.mail-host-address-is-not-set> (raw)
In-Reply-To: <6shzdzqgez5zr45mx3pljqqcyeizxwbne5jeni5nbyzjlihhrc@nnlrvtkoxj22>
Now I changed it to a more minimal configuration like below, using only
real interfaces and no VLANs, but it still doesn't work. I get the same
error 17 like before.
--8<---------------cut here---------------start------------->8---
(service static-networking-service-type
(list (static-networking
(addresses
(list (network-address
(device "enp2s0")
(value "192.168.10.2/24"))
(network-address
(device "enp4s0f0")
(value "10.0.3.1/24"))
(network-address
(device "enp4s0f1")
(value "10.0.4.1/24"))
(network-address
(device "enp4s0f2")
(value "10.0.5.1/24"))
(network-address
(device "enp4s0f3")
(value "192.168.0.2/24")))))))
--8<---------------cut here---------------end--------------->8---
However, after a reboot all the IP addresses are set correctly, even
though the networking service has status failed.
next prev parent reply other threads:[~2023-12-03 0:13 UTC|newest]
Thread overview: 12+ messages / expand[flat|nested] mbox.gz Atom feed top
2023-11-29 6:26 Setting up multiple NICs Lars Rustand
2023-11-29 7:39 ` Oleg Pykhalov
2023-11-29 8:38 ` Lars Rustand
2023-12-02 23:34 ` rustand.lars [this message]
2023-12-03 2:49 ` Felix Lechner via
2023-12-03 4:43 ` Wojtek Kosior via
2023-12-07 7:50 ` rustand.lars
2023-12-07 16:56 ` Felix Lechner via
2023-12-07 20:22 ` Lars Rustand
-- strict thread matches above, loose matches on Subject: below --
2023-11-23 9:11 Lars Rustand
2023-11-24 3:08 ` Oleg Pykhalov
2023-11-29 17:33 ` Felix Lechner via
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=87bkb8nnyz.fsf@yoga.mail-host-address-is-not-set \
--to=rustand.lars@gmail.com \
--cc=go.wigust@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.