Hi,
is it possible to apply this patch ? (Just to avoid to forget it)
Thanks !
Alexandre
Le vendredi 01 septembre 2023 à 11:12 +0200, Alexandre Derumier a
écrit :
> since systemd v241, like for bridge, the bond mac is setup
> randomly at boot, instead inherit from first slave.
>
> Then, on nex
On 9/13/23 15:48, Stefan Hanreich wrote:
On 9/13/23 15:21, DERUMIER, Alexandre wrote:
Can't we have simply an infinite lease time,
and simply remove leases manually from dhcp + delete ip from ipam at vm
stop/delete ?
Wouldn't this cause problems if we remove the lease at stop?
* VM 1 get
On 9/13/23 15:21, DERUMIER, Alexandre wrote:
Can't we have simply an infinite lease time,
and simply remove leases manually from dhcp + delete ip from ipam at vm
stop/delete ?
Wouldn't this cause problems if we remove the lease at stop?
* VM 1 gets IP X via DHCP on start
* We stop VM 1 and
> > But it's avoid to call ipam at vm_start. (and could be used for
> > firewall to auto generate ip filtering)
> >
>
> Maybe setting it there could just be an interface for setting it in
> the
> IPAM manually?
>
yes, use should be able to define his own ip too. (maybe directly in a
ipam gui on
On 9/13/23 14:50, DERUMIER, Alexandre wrote:
Le mercredi 13 septembre 2023 à 13:50 +0200, Stefan Hanreich a écrit :
That way we could also easily add a IP configuration section to the
VM
I really don't known if it's the best/easiest way to have ip both in
ipam && vm config.
I have sent i
Le mercredi 13 septembre 2023 à 13:50 +0200, Stefan Hanreich a écrit :
>
>
> That way we could also easily add a IP configuration section to the
> VM
I really don't known if it's the best/easiest way to have ip both in
ipam && vm config.
I have sent ipam vm|ct 1 or 2 year ago, and their are a
Am 13/09/2023 um 13:50 schrieb Stefan Hanreich:
> On 9/13/23 13:37, Thomas Lamprecht wrote:
>> Am 13/09/2023 um 10:54 schrieb Stefan Hanreich:
>>> With dnsmasq there is even the possibility of running scripts (via
>>> --dhcp-script, see the docs [1]) when a lease is added / changed / deleted.
>>>
On 9/13/23 13:37, Thomas Lamprecht wrote:
Am 13/09/2023 um 10:54 schrieb Stefan Hanreich:
With dnsmasq there is even the possibility of running scripts (via
--dhcp-script, see the docs [1]) when a lease is added / changed / deleted. But
as far as I can tell this can not be used to override t
Am 11/09/2023 um 13:55 schrieb Stefan Lendl:
> Signed-off-by: Stefan Lendl
> ---
> README.dev | 6 +++---
> 1 file changed, 3 insertions(+), 3 deletions(-)
>
>
applied, thanks!
___
pve-devel mailing list
pve-devel@lists.proxmox.com
https://lists.pro
Le mercredi 13 septembre 2023 à 13:37 +0200, Thomas Lamprecht a écrit :
> Am 13/09/2023 um 10:54 schrieb Stefan Hanreich:
> > With dnsmasq there is even the possibility of running scripts (via
> > --dhcp-script, see the docs [1]) when a lease is added / changed /
> > deleted. But as far as I can te
---
pvesdn.adoc | 21 +
1 file changed, 21 insertions(+)
diff --git a/pvesdn.adoc b/pvesdn.adoc
index 4ac0911..401cc6f 100644
--- a/pvesdn.adoc
+++ b/pvesdn.adoc
@@ -379,6 +379,27 @@ ebgp-mutltihop:: Increase the number of hops to reach
peers, in case they are
bgp-multipat
---
www/manager6/Makefile| 1 +
www/manager6/Utils.js| 5 ++
www/manager6/sdn/controllers/IsisEdit.js | 61
3 files changed, 67 insertions(+)
create mode 100644 www/manager6/sdn/controllers/IsisEdit.js
diff --git a/www/manager6/M
Hi,
This patch serie add support for the isis routing protocol for underlay network,
instead bgp.
This was a request of a proxmox user, the implementation has been tested
https://forum.proxmox.com/threads/integrating-proxmox-sdn-with-existing-sdn-network.131946
pve-network:
Alexandre Derumier (
---
src/PVE/Network/SDN/Controllers.pm| 2 +
src/PVE/Network/SDN/Controllers/EvpnPlugin.pm | 28 +++-
src/PVE/Network/SDN/Controllers/IsisPlugin.pm | 123 ++
src/PVE/Network/SDN/Controllers/Makefile | 2 +-
src/PVE/Network/SDN/Zones/EvpnPlugin.pm | 10 +
---
src/PVE/Network/SDN/Controllers/EvpnPlugin.pm | 18 ++
1 file changed, 18 insertions(+)
diff --git a/src/PVE/Network/SDN/Controllers/EvpnPlugin.pm
b/src/PVE/Network/SDN/Controllers/EvpnPlugin.pm
index fd4b801..f1dd20f 100644
--- a/src/PVE/Network/SDN/Controllers/EvpnPlugin.pm
---
pvesdn.adoc | 4
1 file changed, 4 insertions(+)
diff --git a/pvesdn.adoc b/pvesdn.adoc
index 8b1fe33..4ac0911 100644
--- a/pvesdn.adoc
+++ b/pvesdn.adoc
@@ -353,6 +353,10 @@ The BGP controller is not used directly by a zone.
You can use it to configure FRR to manage BGP peers.
For B
---
src/PVE/Network/SDN/Controllers/EvpnPlugin.pm | 13 ++---
1 file changed, 6 insertions(+), 7 deletions(-)
diff --git a/src/PVE/Network/SDN/Controllers/EvpnPlugin.pm
b/src/PVE/Network/SDN/Controllers/EvpnPlugin.pm
index 6da9c40..fd4b801 100644
--- a/src/PVE/Network/SDN/Controllers/Evp
Am 13/09/2023 um 10:54 schrieb Stefan Hanreich:
> With dnsmasq there is even the possibility of running scripts (via
> --dhcp-script, see the docs [1]) when a lease is added / changed / deleted.
> But as far as I can tell this can not be used to override the IP that dnsmasq
> provides via DHCP,
Am 12/09/2023 um 14:18 schrieb Stefan Sterz:
> On Tue Sep 12, 2023 at 11:31 AM CEST, Fiona Ebner wrote:
>> The one with the backup flag was reported in the community forum:
>> https://forum.proxmox.com/threads/77254/
>>
>> Signed-off-by: Fiona Ebner
>> ---
>> pve-zsync | 5 +++--
>> 1 file change
Le mercredi 13 septembre 2023 à 10:54 +0200, Stefan Hanreich a écrit :
> Sorry for my late reply, I was a bit busy the last two days and I
> also
> wanted some time to think about your suggestions.
>
> On 9/11/23 05:53, DERUMIER, Alexandre wrote:
> > Hi,
> >
> > I think we should think how we wa
Sorry for my late reply, I was a bit busy the last two days and I also
wanted some time to think about your suggestions.
On 9/11/23 05:53, DERUMIER, Alexandre wrote:
Hi,
I think we should think how we want to attribute ips to the vms before
continue the implementation. >
I think they are 2 mod
On 9/11/23 06:03, DERUMIER, Alexandre wrote:
I think that some common options could also be declared at subnet level
or even at zone level.
(I'm think about static routes for example, they could be defined at
subnet level, maybe dnsserver,ntpserver could be defined at zone
level, )
to a
Hi,
I'm going to do a POC with kea dhcp and host reservations
It seem possible to dynamically inject reservations with need to reload
the daemon (and only 1 daemon is needed for all interfaces/bridges)
https://ftp.iij.ad.jp/pub/network/isc/kea/1.5.0-P1/doc/kea-guide.html#host-cmds
I'll try to d
23 matches
Mail list logo