asked on
ASKER
VMware, a software company founded in 1998, was one of the first commercially successful companies to offer x86 virtualization. The storage company EMC purchased VMware in 1994. Dell Technologies acquired EMC in 2016. VMware’s parent company is now Dell Technologies. VMware has many software products that run on desktops, Microsoft Windows, Linux, and macOS, which allows the virtualizing of the x86 architecture. Its enterprise software hypervisor for servers, VMware vSphere Hypervisor (ESXi), is a bare-metal hypervisor that runs directly on the server hardware and does not require an additional underlying operating system.
TRUSTED BY
ASKER
I would like to just zoom into my specific problem here :
The HP Proliant 480C comes with a Layer3 switch built in :
a)we have succeeded in building a Windows guest client inside this VMWare
server earlier. The Windows client has an IP addr 10.51.x.y & it uses the
very same switch & is able to get connected to other LANs. So from this
Windows client, I'm able to ping to other servers on other subnets & vice-
versa
b)however, after building this Linux ESX inside the same VMWare, it's able to
to boot up fine, just that it's unable to even reach the built-in Layer 3 switch:
From this Layer3 switch, I'm able to ping to the Windows guest client
10.51.x.y but from this built-in Layer3 switch, I'm unable to ping to the
Linux client (172.17.y.z) (with vswif0 interface up & running)
c) I then tried to configure an IP addr for eth2 (172.17.y.t) in this Linux client
but it did not help make this Linux client reachable from anywhere
Is there a firewall within Linux which could have prevented these connectivity
& if so how do we disable it?