Not connecting after install

jacob1441

New Member
Aug 2, 2019
3
0
1
23
Hello. I am new to virtualization so I feel like this problem is basic. Anyway I got everything installed alright but cant connect to anything at all. I have my server in my home LAN behind a new Cisco Catalyst 3560. The server is an HP Proliat dl380 G5 and has 5 ethernet ports on the back. I finally plugged every port into the switch because I have no connection to anything whatsoever. No ping to router no ping to outside world also cant ping the switch. Also the router doesn't pick the server up at all in the IP table the server isn't shown. Also no web interface access either. Never used a forum before so sorry I'm missing any important info. The lights on the switch come on so there is date moving there but there isn't any connection at all. Its like I may as well not even have the server connected to anything at all. here is the output of acr /etc/network/interfaces

Code:
auto lo
iface lo inet loopback

iface ens3f5 inet manual

auto vmbr0
iface vmbr0 inet static
        address 192.168.1.250
        netmask 255.255.255.0
        gateway 192.168.1.1
        bridge_ports ens3f5
        bridge_stp off
        bridge_fd 0

iface ens3f6 inet manual

iface ens3f7 inet manual

iface enp2s0f0 inet manual

iface enp2s0f1 inet manual

iface enp3s0f0 inet manual

iface enp3s0f1 inet manual

iface ens3f0 inet manual

iface ens3f1 inet manual

iface ens2 inet manual

iface ens3f4 inet manual
 
check the logs on the node - `dmesg` for kernel-related issues, `journalctl -b` for the complete journal, where you could catch misconfigurations
Additionally `ip link`, `ip addr`, `ip route` should show you the current live configuration and also show if a link is detected and if yes on which interface

Hope this helps!
 

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!