We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
config.vm.network "private_network", ip: "10.99.99.99"
nmcli con add con-name eth1 ifname eth1 type ethernet ip4 10.99.99.99/24 && nmcli con up eth1
The VM itself has many net devices, and not sure why. I overwrite eth1 when testing, but here are these which seem unnecessary:
4: eth2: <BROADCAST,MULTICAST,UP,LOWER_UP> mtu 1500 qdisc fq_codel state UP group default qlen 1000 link/ether 08:00:27:6f:76:a3 brd ff:ff:ff:ff:ff:ff altname enp0s9 inet 192.168.56.102/24 brd 192.168.56.255 scope global dynamic noprefixroute eth2 valid_lft 463sec preferred_lft 463sec inet6 fe80::7f43:c1f2:1604:8543/64 scope link noprefixroute valid_lft forever preferred_lft forever 5: eth3: <BROADCAST,MULTICAST,UP,LOWER_UP> mtu 1500 qdisc fq_codel state UP group default qlen 1000 link/ether 08:00:27:c9:4a:42 brd ff:ff:ff:ff:ff:ff altname enp0s10 inet 192.168.56.106/24 brd 192.168.56.255 scope global dynamic noprefixroute eth3 valid_lft 463sec preferred_lft 463sec inet6 fe80::6ea8:5dd9:a039:d66d/64 scope link noprefixroute valid_lft forever preferred_lft forever 6: eth4: <BROADCAST,MULTICAST,UP,LOWER_UP> mtu 1500 qdisc fq_codel state UP group default qlen 1000 link/ether 08:00:27:2a:11:f9 brd ff:ff:ff:ff:ff:ff altname enp0s16 inet 192.168.56.103/24 brd 192.168.56.255 scope global dynamic noprefixroute eth4 valid_lft 463sec preferred_lft 463sec inet6 fe80::61cd:4691:bfa4:1dbc/64 scope link noprefixroute valid_lft forever preferred_lft forever 7: eth5: <BROADCAST,MULTICAST,UP,LOWER_UP> mtu 1500 qdisc fq_codel state UP group default qlen 1000 link/ether 08:00:27:9e:d3:68 brd ff:ff:ff:ff:ff:ff altname enp0s17 inet 192.168.56.105/24 brd 192.168.56.255 scope global dynamic noprefixroute eth5 valid_lft 463sec preferred_lft 463sec inet6 fe80::6fe6:169b:6e1c:cf66/64 scope link noprefixroute valid_lft forever preferred_lft forever 8: eth6: <BROADCAST,MULTICAST,UP,LOWER_UP> mtu 1500 qdisc fq_codel state UP group default qlen 1000 link/ether 08:00:27:93:f0:34 brd ff:ff:ff:ff:ff:ff altname enp0s18 inet 192.168.56.104/24 brd 192.168.56.255 scope global dynamic noprefixroute eth6 valid_lft 463sec preferred_lft 463sec inet6 fe80::4999:837b:6c4:b1c4/64 scope link noprefixroute valid_lft forever preferred_lft forever
The text was updated successfully, but these errors were encountered:
No branches or pull requests
config.vm.network "private_network", ip: "10.99.99.99"
nmcli con add con-name eth1 ifname eth1 type ethernet ip4 10.99.99.99/24 && nmcli con up eth1
The VM itself has many net devices, and not sure why. I overwrite eth1 when testing, but here are these which seem unnecessary:
The text was updated successfully, but these errors were encountered: