You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I'm trying to create 4 VMs using vagrant file and basically expecting to assign static IPs to bridge interfaces. But it seems IPs are getting assigned randomly.
I'm trying to create 4 VMs using vagrant file and basically expecting to assign static IPs to bridge interfaces. But it seems IPs are getting assigned randomly.
###Vagrant version:
Installed Version: 2.2.19
Latest Version: 2.2.19
Host operating system
NAME=Fedora
VERSION="34 (MATE-Compiz)"
ID=fedora
VERSION_ID=34
VERSION_CODENAME=""
PLATFORM_ID="platform:f34"
PRETTY_NAME="Fedora 34 (MATE-Compiz)"
Guest operating system
Rocky 8.4
Vagrantfile
Expected behavior
Expecting to see IP config as below, (192.168.5.141/24)
[vagrant@master1 ~]$ ip a
2: enp0s8: <BROADCAST,MULTICAST,UP,LOWER_UP> mtu 1500 qdisc fq_codel state UP group default qlen 1000
link/ether 08:00:27:0c:24:e8 brd ff:ff:ff:ff:ff:ff
inet 192.168.5.141/24 brd 192.168.5.255 scope global dynamic noprefixroute enp0s8
valid_lft 85540sec preferred_lft 85540sec
inet6 fe80::3f12:b71:2c67:b3d4/64 scope link noprefixroute
valid_lft forever preferred_lft forever
Actual behavior
Actual one I get is 192.168.5.116
2: enp0s8: <BROADCAST,MULTICAST,UP,LOWER_UP> mtu 1500 qdisc fq_codel state UP group default qlen 1000
link/ether 08:00:27:0c:24:e8 brd ff:ff:ff:ff:ff:ff
inet 192.168.50.116/24 brd 192.168.5.255 scope global dynamic noprefixroute enp0s8
valid_lft 85540sec preferred_lft 85540sec
inet6 fe80::3f12:b71:2c67:b3d4/64 scope link noprefixroute
valid_lft forever preferred_lft forever
Steps to reproduce
The text was updated successfully, but these errors were encountered: