help-guix
[Top][All Lists]
Advanced

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

multiple IPs


From: Jovany Leandro G.C
Subject: multiple IPs
Date: Wed, 18 Sep 2019 13:22:07 -0700

hello,
how can assign multiple ip to one interface?

example

(static-networking-service "eno1" "192.168.1.82"
                           #:gateway "192.168.1.2"
                           #:name-servers '("192.168.1.2"))

if add other
(static-networking-service "eno1" "172.168.1.83")

'guix system reconfigure' throw can only assign one

i also try
(static-networking-service "eno1:alias" "172.168.1.83")

but throw error

thanks any help



reply via email to

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