Cannot ping to and fro Host to Guest and vis a vi

sandavenu

New Member
Dec 26, 2010
1
0
1
I have installed Proxmox VE 7.6 I cannot ping from Proxmox to Host or nay other machine in the network same other way round. Can I know what could be the issue? In case If I have to see what is the gateway using command line what how to do?

Please reply its urgent..

Awaiting your feedback.

Thanks & Regards
Santosh :confused:
 
Last edited:
I have installed Proxmox VE 7.6 I cannot ping from Proxmox to Host or nay other machine in the network same other way round. Can I know what could be the issue? In case If I have to see what is the gateway using command line what how to do?

Please reply its urgent..

Awaiting your feedback.

Thanks & Regards
Santosh :confused:
Hi,
looks like you use the wrong network interface. can you ping from the host other computer (router)?
You give a little bit input...

Take a look at
Code:
cat /etc/network/interfaces
cat /etc/udev/rules.d/70-persistent-net.rules
ifconfig -a
dmesg | grep eth

Udo