Folks,
I have a small problem, getting zentral server running in a virtual environment. Maybe someone can help me out...?
I'm going to use non-routable ip addresses in this "example", just to "mask" the real ip's, so you can ignore the obvious consequences form this, of course.
The virtual machine got an ip like 192.168.95.55, but the router is only 192.168.90.10. I've tried to set the static ip with net mask 255.255.255.0, but then zentral will not accept any other gateway at all.
The only way I got it accepted was to assign it with net mask 255.255.0.0, in order to keep the gateway within range.
So far, so good. somehow awkward, but it works and the remote web admin is accessible.
Now, there's a mirror for updates at 192.168.92.100, which is in fact non-reachable, due to the fact that apt will try to reach the mirror without using the gateway. I've now tried to set a static route to the mirror via the gateway, but zentral complains that the default gateway is already set.
I can of course set a manual route via console command, but without changing the stubs it will be not permanent.
So, what I wonder now, am I thinking in a wrong way, or is there an issue with the network interfaces setting "rule checks", which will prevent me from setting up the network correctly?
Any ideas on how to overcome this in the best convenient way??