Re: Advanced network configuration

2022-10-13 Thread Ludovic Courtès
Hi, Alexey Abramov skribis: >> I would do that by having ‘networking’ depend on ‘firewall’ (say). >> >> Does that make sense? >> >> It’d be interesting to see whether we need something beyond this. > > But what if I just want to stop a firewall? Won't that trigger > network to restart in that

Re: Advanced network configuration

2022-10-11 Thread Alexey Abramov
Hi, Ludovic Courtès writes: > Hi! > > Alexey Abramov skribis: > > [...] > [...] > > I would do that by having ‘networking’ depend on ‘firewall’ (say). > > Does that make sense? > > It’d be interesting to see whether we need something beyond this. But what if I just want to stop a firewall?

Re: Advanced network configuration

2022-10-10 Thread Julien Lepiller
Le 10 octobre 2022 17:17:16 GMT+02:00, "Ludovic Courtès" a écrit  : >Hi! > >Alexey Abramov skribis: > >[...] > >>> I’m not sure. IIUC, a “networking target” here could translate to a >>> Shepherd service that depends on all the relevant DHCP and static >>> networking services. The question

Re: Advanced network configuration

2022-10-10 Thread Ludovic Courtès
Hi! Alexey Abramov skribis: [...] >> I’m not sure. IIUC, a “networking target” here could translate to a >> Shepherd service that depends on all the relevant DHCP and static >> networking services. The question the becomes how to express that >> grouping conveniently. > > Yes, I also would

Re: Advanced network configuration

2022-10-08 Thread Alexey Abramov
Hi Julien, I sent patches to guile-netlink [1]. Footnotes: [1] https://issues.guix.gnu.org/58382 -- Alexey

Re: Advanced network configuration

2022-10-06 Thread Julien Lepiller
I guess using debbugs would give other people a chance to have a look at your patches and comment, but I'm the only one who can push anyway. If you decide to use debbugs, make sure to CC me too. Le 6 octobre 2022 15:11:30 GMT+02:00, Alexey Abramov a écrit : >Hi Ludo, Julien > >Ludovic Courtès

Re: Advanced network configuration

2022-10-06 Thread Alexey Abramov
Hi Ludo, Julien Ludovic Courtès writes: > Hi Alexey, > > (Cc: Julien, author of Guile-Netlink.) > [...] > > I’m sure your improvements to Guile-Netlink would be welcome. > Regarding ‘static-networking’ in Guix, the goal was to allow it to be as > expressive as the underlying netlink

Re: Advanced network configuration

2022-10-05 Thread Ludovic Courtès
Hi Alexey, (Cc: Julien, author of Guile-Netlink.) Alexey Abramov skribis: > 1. I have servers with multiple network cards. Let's say, the management > one and production. both network cards have multiple interfaces, which I > need to bond into 803.1ad mode. Management bond has a native vlan

Re: Advanced network configuration

2022-10-04 Thread Alexey Abramov
Hi Ryan, Ryan Sundberg writes: > Hi Alexy, are you running netplan under Guix? I would find it useful > to have a service using a netplan config, bypassing the guile-based > networking service for such advanced use cases as you mention. No, I have never tried to do this actually. Netplan does

Re: Advanced network configuration

2022-10-03 Thread Ryan Sundberg
Message From: Alexey Abramov Sent: October 3, 2022 11:23:11 AM PDT To: guix-devel@gnu.org Subject: Advanced network configuration Hi Guix, I have a couple of questions regarding our current network configuration in Guix. With the latest changes to the static configuration, live

Advanced network configuration

2022-10-03 Thread Alexey Abramov
Hi Guix, I have a couple of questions regarding our current network configuration in Guix. With the latest changes to the static configuration, live is indeed, became easier, but I have to say that it is still insufficient to define a complete network configuration. Please check out the