Open majst01 opened 4 years ago
I would propose an other option to solve the "ssh to machine" problem.
We could import the tenant VRF to the default VRF only locally on the firewall.
So there would be no need to change the VRF to access the tenant VRF.
If this does not break the existing networking, this would be great. It would also solve a problem i actually see with the evebox event forwarding which can potentially be towards internet or the tenant vrf.
It's currently active on gerrit's test cluster in fra.
great so i can test with the machine access
on the firewall doing something like this:
Does not work. This is related to unified hierarchies from cgroup2 as described:
A proposed solutions seems to be to change the kernel cmdline to have
systemd.legacy_systemd_cgroup_controller=1
set.:If this works, https://github.com/fi-ts/cloudctl/pull/8 will be able to make a ssh session to a machine through the firewall, once the metal user is able to load the required bpf program loaded by
ip
.