Displaying 2 results from an estimated 2 matches for "waitforip".
Did you mean:
waitfor
2017 Mar 21
2
Centos 7.3.1611 - NetworkManager + dhcp + ipv6
...a:9d brd ff:ff:ff:ff:ff:ff
? ? inet 10.10.216.247/24 brd 10.10.216.255 scope global dynamic eth0
? ? ? ?valid_lft 451sec preferred_lft 451sec
? ? inet6 fe80::20c:29ff:fe31:5a9d/64 scope link?
? ? ? ?valid_lft forever preferred_lft forever
And this bugs ?my use for ovftool with the option "--X:waitForIp" because it's returns (mostly of times) the ipv6 addr
It's a bug, missing documentation or my?
2017 Mar 22
0
Centos 7.3.1611 - NetworkManager + dhcp + ipv6
...gt; inet 10.10.216.247/24 brd 10.10.216.255 scope global dynamic eth0
> valid_lft 451sec preferred_lft 451sec
> inet6 fe80::20c:29ff:fe31:5a9d/64 scope link
> valid_lft forever preferred_lft forever
>
> And this bugs my use for ovftool with the option "--X:waitForIp" because it's returns (mostly of times) the ipv6 addr
>
> It's a bug, missing documentation or my
IIRC you can disable IPv6 in NetworkManager with:
# nmcli connection modify eth0 ipv6.method ignore
# systemctl restart NetworkManager
or you can disable IPv6 entirely with:
# vi...