hey everyone,
actually want to actively start investigate and test grommunio. While setting up the network, i had some issues and maybe someone of you can provide assistance. I'm using the todays latest iso.
I will need a configuration like this from debian:
auto enp7s0
iface enp7s0 inet dhcp
post-up ip route add default via 10.0.0.1
dns-nameservers 10.0.1.1
So i've configured the wicked connection eth0 which was initially added and set it to dhcpv4 with no updates for the gateway from dhcp. Further i've added the default route 10.0.0.1 and added name server 1 as 10.0.1.1.
Everything except the static route gets set correct. It is missing when i check "ip route show". When i add it manually via ipp route add default via 10.0.0.1
it works temporarily.
After some research, i found to add the route in /etc/sysconfig/network/ifroute-eth0 but it was already included.
I really dont understand why the route does not get added, when its available in /etc/sysconfig/network/ifroute-eth0 and yast, but does not get applied when restarting the network.