unable to connect to proxmox (but still able to connect to containers)

marianh

Active Member
Sep 11, 2017
17
1
43
50
Hi,

I'm new here, new to Proxmox and fairly new to networking, so excuse basic questions, pls....
I've installed Proxmox as the replacement for my ages old Windows server. I currently run it in test phase, no production use.

I encountered an error (two times) of not being able to reach proxmox host while VMs are still reachable.
I do not know how to investigate (because my lack of experience). Each time reboot of host helped.
First time the error happened overnight, with no user activity.

My setup:
- WRT router (IP 192.168.1.1)
- proxmox on old Dell server HW, with 2 NICs, using just one, IP 192.168.1.10 (set as static in router)
- several Linux containers with IPs 192.168.1.11 and more
- bridged networking

Code:
auto lo
iface lo inet loopback

iface eno1 inet manual
iface eno2 inet manual

auto vmbr0
iface vmbr0 inet static
        address  192.168.1.10
        netmask  255.255.255.0
        gateway  192.168.1.1
        bridge_ports eno1
        bridge_stp off
        bridge_fd 0

When it fails, I can ssh/http to guests but I can't ssh/http to proxmox host.
What should I check? If it's cabling, I would not see guests either...

Thnks!
 
I encountered an error (two times) of not being able to reach proxmox host while VMs are still reachable.
I do not know how to investigate (because my lack of experience). Each time reboot of host helped.
First time the error happened overnight, with no user activity.

My setup:
- WRT router (IP 192.168.1.1)
- proxmox on old Dell server HW, with 2 NICs, using just one, IP 192.168.1.10 (set as static in router)
- several Linux containers with IPs 192.168.1.11 and more
- bridged networking

Code:
auto lo
iface lo inet loopback

iface eno1 inet manual
iface eno2 inet manual

auto vmbr0
iface vmbr0 inet static
        address  192.168.1.10
        netmask  255.255.255.0
        gateway  192.168.1.1
        bridge_ports eno1
        bridge_stp off
        bridge_fd 0

When it fails, I can ssh/http to guests but I can't ssh/http to proxmox host.
What should I check? If it's cabling, I would not see guests either...


Configuration looks fine. Maybe something wrong in the router setting - but that's pure speculation.


You have probably still access to console? If not connect to a container and back to the host ....


In the host investigate the IP packet flow by tcpdump, e.g.

Code:
tcpdump -e -n -i eno1
 
Well, it was not a proxmox problem.
I installed Proxmox on old Dell PowerEdge 2900 I took from our company and by coincidence I used the same IP as we used in the company for the management interface Dell BIOS has (or whatever it is called).
So duplicate IP on the network... once Proxmox was rebooted, it went wrong.
I realized it when during the reboot I could still ping that address...

Stupid, I know :)
 
not that stupid :)

I have 4 DELL servers here and I always get confused with IP for server and iDRAC interface.
 

About

The Proxmox community has been around for many years and offers help and support for Proxmox VE, Proxmox Backup Server, and Proxmox Mail Gateway.
We think our community is one of the best thanks to people like you!

Get your subscription!

The Proxmox team works very hard to make sure you are running the best software and getting stable updates and security enhancements, as well as quick enterprise support. Tens of thousands of happy customers have a Proxmox subscription. Get yours easily in our online shop.

Buy now!