Link to home
Start Free TrialLog in
Avatar of Leo
LeoFlag for Australia

asked on

Linux ESX host unpingable

We have created a news Linux host under VMWare ESX, now its pingable if its in the same subnet i.e.10.40.x.x but if we try to ping or telnet to it from a different subnet i.e. 10.10.x.x, it doesnt want to work....

I have tried to move it a different ESX host, restarted it, didnt change anything.

Any ideas?
Avatar of Temody
Temody
Flag of Egypt image

Make sure your subnet mask in both 255.0.0.0
More importantly check that the Default Gateway is set on all devices along the chain correctly.  Often I see people with misconfigured or NO default gateway with the self same problem.

If your host does not know the route back to the client that is trying to ping it, your kind of stuffed.
Avatar of Leo

ASKER

so it wont be 255.255.255.o?
how do i change subnet mask on linux?
If as you said, its the HOST that is not pingable then you need to log onto the console and set the network settings there.

IF Its a guest then it will depend on the flavour of linux and if you have a GUI for managing it.
Avatar of Leo

ASKER

it has the correct default gateway, and it doesnt have GUI to manage it......
# ifconfig eth0 10.x.x.x netmask 255.0.0.0 up
# ifconfig eth0
What does? You have said ESX HOST.  The HOST always has the front end to manage it.  You go to the console and press F2
what communications do you want to have with this Linux VM ?

do you really need to be able to "ping" it from the Host ?

Do you have other devices on this network ?
Avatar of Leo

ASKER

we need to have telnet communication.
ITs not about the ping, ping is just a test, the real thing we want to do is to telnet to it from a different subnet........

yes we have other devices on the network?
This Linux VM, what network does it need to communicate with ?
Avatar of Leo

ASKER

10.40.x.x to 10.30.x.x
Okay, so is your host currently connected to the following networks ?

10.40.x.x and 10.30.x.x ?
Avatar of Leo

ASKER

yes, they are....so they can telnet within there subnet, means the machine we are trying to telnet its accessible within 10.30.x.x but when we try to access it from 10.40.x.x it doesnt work.
SOLUTION
Avatar of Andrew Hancock (VMware vExpert PRO / EE Fellow/British Beekeeper)
Andrew Hancock (VMware vExpert PRO / EE Fellow/British Beekeeper)
Flag of United Kingdom of Great Britain and Northern Ireland image

Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial
Avatar of Leo

ASKER

i have attached the host snapshot, let me know if thats what you are after.

Can you please let me know how can i creat a virtual machine port group? when you say "connect a phsical network interface", can you please clarify what you mean?
Host.jpg
You need to physically connect the physical nic of the Server to the 10.40.x.x  network.
Avatar of Leo

ASKER

but thats a virtual host....how can i physically connect the nic to server.
do you have any instructions which will make it more clear......
ASKER CERTIFIED SOLUTION
Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial