i have a server from ovh with vmwere 8 installed on it. i create vm with ubuntu 22.04 but cannot get ping.my server ip like : 51.51.51.51and get /32 ip which is 4 ip in it. like : 154.154.100.100so in ubuntu i use this netplan
network:version: 2ethernets: eth0: dhcp4: false addresses: - 154.154.100.100/32 nameservers: addresses: - 1.1.1.1 search: [] routes: - to: 0.0.0.0/0 via: 51.51.51.254 on-link: true
and in vmwere i have 2 physical nics like vmnic0 and vmnic1
any help?