Hi folks
I am struggling with networking in rancherOS 0.4.3 installed in virtualbox
when I execute this:
$ sudo ros config set rancher.network.interfaces.eth1.dhcp false
and then check for the result:
$ sudo ros config get rancher.network.interfaces.eth1.dhcp
true
the overall eth1 config
$ sudo ros config export -f|grep eth1 -A5
eth1:
dhcp: true
address: 192.168.99.101/24
gateway: 0.0.0.0
mtu: 1500
lo:
any ideas what I am doing wrong?