help-guix
[Top][All Lists]
Advanced

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

Re: multiple IPs


From: Julien Lepiller
Subject: Re: multiple IPs
Date: Thu, 19 Sep 2019 08:26:47 +0200
User-agent: K-9 Mail for Android

Le 18 septembre 2019 22:22:07 GMT+02:00, "Jovany Leandro G.C" <address@hidden> 
a écrit :
>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

Hi Jovany,

It is not possible yet with the static-networking-service. I use my own service 
for a similar purpose that uses iproute2, see 
https://framagit.org/tyreunom/system-configuration/blob/master/modules/config/network.scm

Hth!



reply via email to

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