fix-openstack-networking #47
Loading…
x
Reference in New Issue
Block a user
No description provided.
Delete Branch "fix-openstack-networking"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Ildkule has been acting up a lot, and the network behavior has been especially unpredictable. With the "default" configuration on all devices, we have usually been able to access the host, however it has had several default routes, several source-addresses, etc.
With these changes, we specify what network interfaces should be world routable, and what interfaces should be local only.
TODO:
or base.nixRoute 129.241.0.0/16 through Network-ntnu-internal instead of Network-ntnu-globalip route
now returns the following, which is much better than before:WIP: fix-openstack-networkingto fix-openstack-networkingf1d3dcad84
to4b3d3709b5
I thiiiiink that this is working as intended now. If not, it is at least way better than the old configuration.
Ildkule after rebuilding and rebooting on this branch:
Also, after adjusting the Openstack firewall rules; all permutations of SSH and Ping over IPv4 and IPv6 works great.
IMO, this is ready to squash and merge :)