help-guix
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: Setting up multiple NICs


From: rustand . lars
Subject: Re: Setting up multiple NICs
Date: Sun, 03 Dec 2023 00:34:07 +0100
User-agent: mu4e 1.10.8; emacs 30.0.50

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.



reply via email to

[Prev in Thread] Current Thread [Next in Thread]