win10 + Vmware17pro + ubuntu20.04, VM's network mode is bridge. cannot ping virtual machine after adding static arp entry

C

chun xie

I have a ubuntu20.04 vm running in vmware workstation 17pro. The network of VM is set to bridge and VM has network address 192.168.1.5I can run `ping 192.168.1.5` from windows command lineI also want to add another static entry for the VM MAC address, and ping that IP addressI use command `netsh interface ipv4 add neighbors Ethernet 192.168.1.88 00-0c-29-ec-6a-bc`After that, there is an arp entry 192.168.1.88 -> 00-0c-29-ec-6a-bcbut I cannot ping 192.168.1.88, even after disabling firewallwhat is the problem?

Continue reading...
 
Back
Top Bottom