all messages for Guix-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
* multiple IPs
@ 2019-09-18 20:22 Jovany Leandro G.C
  2019-09-19  6:26 ` Julien Lepiller
  0 siblings, 1 reply; 4+ messages in thread
From: Jovany Leandro G.C @ 2019-09-18 20:22 UTC (permalink / raw)
  To: help-guix

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

^ permalink raw reply	[flat|nested] 4+ messages in thread

end of thread, other threads:[~2019-09-19 21:55 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2019-09-18 20:22 multiple IPs Jovany Leandro G.C
2019-09-19  6:26 ` Julien Lepiller
2019-09-19 19:42   ` Vladimir Sedach
2019-09-19 21:55     ` Gábor Boskovits

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.