VMware vSphere

 View Only

Ping on the public domain of Google don't works

  • 1.  Ping on the public domain of Google don't works

    Posted May 08, 2018 10:07 AM

    Hello everyone,

    I install VMWare Workstation 14 Player on my Windows 10 Os. The guest os I install by VMWare is Ubuntu Server 16.04 LTS

    I put a static IP to the guest os but when I made a ping on the Ip address of my router it's work well, not on the public domain of

    Google (8.8.8.8, 8.8.4.4) Why ? I also bridged the network connexion of vmware.

    This is my /etc/network/interfaces setting

    #lease_file/var/lib/misc/udhcpd.leases#defualt: /var/lib/misc/udhcpd.leases

    # Comment the following line to enable

    # This file describes the network interfaces available on your system

    # This file describes the network interfaces available on your system

    # and how to activate them. For more information, see interfaces(5).

    source /etc/network/interfaces.d/*

    # The loopback network interface

    auto lo

    iface lo inet loopback

    # The primary network interface

    auto ens33

    iface ens33 inet static

    address 192.168.40.55
    netmask 255.255.255.0
    network 192.168.0.0
    gateway 192.168.40.1
    dns-nameservers 41.219.0.1 8.8.8.8 8.8.4.4