diff --git a/installers/install_osm.sh b/installers/install_osm.sh index 09e86be384f4c20071ea9d8acb39fefc33d3c5b7..896eaefd67a975527a0dca276fc8320ca8c3b5ec 100755 --- a/installers/install_osm.sh +++ b/installers/install_osm.sh @@ -233,6 +233,13 @@ function configure(){ config openidc-provider-config rw-ui-client redirect-uri https://$DEFAULT_IP:8443/callback post-logout-redirect-uri https://$DEFAULT_IP:8443/ EOF + lxc exec SO-ub -- tee /etc/network/interfaces.d/60-rift.cfg <<EOF +auto lo:1 +iface lo:1 inet static + address $DEFAULT_IP + netmask 255.255.255.255 +EOF + lxc exec SO-ub ifup lo:1 }