-
|
Hi! |
Beta Was this translation helpful? Give feedback.
Answered by
mattdibi
Oct 9, 2025
Replies: 1 comment 11 replies
-
|
Not sure if that can be done through Firewall -> IP Forwarding/Masquerading IPv4 (I think it's slightly different what you request...). Hope @mattdibi @marcellorinaldo can assist us 😅
|
Beta Was this translation helpful? Give feedback.
11 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment




Hello there @pintify @alexcorvis84,
after reviewing your use-case with my teammates we agree that the IP Forwarding feature doesn't work for your use case. The correct way to address this is to leverage static routes which, currently, Kura doesn't support.
To address this we would need to leverage the
route-datafield exposed by NetworkManager DBus API:which we populate here (look here for 5.6.X version)
The backend change is fairly trivial (update the code above so that it grabs the parameters from the snapshot and populates the outgoing data structure as per NetworkManager expectations... this is how we currently support VLANs). Updating the WebUI to support the routes would require s…