Le 18 septembre 2019 22:22:07 GMT+02:00, "Jovany Leandro G.C" <bit4...@riseup.net> 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!