Centos 6/7 network issues after moving VM to another Hyper-V server

Well moved VM ok it start OK but networking was all changed to DHCP etc. So I went through some basic steps: nmcli d nmcli c modify eth0 ipv4.addresses 192.168.1.10/24 nmcli c modify eth0 ipv4.gateway 192.168.1.1 nmcli c modify eth0 ipv4.dns 192.168.1.5 nmcli c modify eth0 ipv4.method manual nmcli c down eth0; nmcli c up […]