Proxmox IP/Web Interface timing out

KeHow

New Member
Dec 16, 2021
3
0
1
31
I am installing Proxmox VE 7.0 on two HP Proliant DL380 G5 servers and I'm trying to configure them. But every time I do a search for the IP address they give you the browser times out. I have tried pinging the address with the same result. I have also tried alternately disabling and enabling PXE and iSCSI on the two NICs. I'm very much new to Proxmox and installing OSs. What am I doing wrong here? Is there something I'm overlooking?
 
Hi,

Could you please post the output of the following commands from your Proxmox VE node
Bash:
ip a
cat /etc/network/interfaces
 
Hi! The output I got for "ip a" is
Code:
1: lo: <LOOPBACK,UP,LOWER_UP> mtu 65536 qdisc noqueue state UNKNOWN group default qlen 1000
    link/loopback 00:00:00:00:00:00 brd 00:00:00:00:00:00
    inet 127.0.0.1/8 scope host lo
       valid_lft forever preferred_lft forever
    inet6 ::1/128 scope host
       valid_lft forever preferred_lft forever
2: enp6s0: <NO-CARRIER,BROADCAST,MULTICAST,UP> mtu 1500 qdisc mq master vmbr0 state DOWN group default qlen 1000
    link/ether 00:23:7d:d2:35:48 brd ff:ff:ff:ff:ff:ff
3: enp8s0: <BROADCAST,MULTICAST> mtu 1500 qdisc noop state DOWN group default qlen 1000
    link/ether 00:23:7d:d2:35:4a brd ff:ff:ff:ff:ff:ff
4: ens7f0: <BROADCAST,MULTICAST> mtu 1500 qdisc noop state DOWN group default qlen 1000
    link/ether 00:26:55:81:9c:94 brd ff:ff:ff:ff:ff:ff
    altname enp25s0f0
5: ens7f1: <BROADCAST,MULTICAST> mtu 1500 qdisc noop state DOWN group default qlen 1000
    link/ether 00:26:55:81:9c:96 brd ff:ff:ff:ff:ff:ff
    altname enp25s0f1
6: ens6f0: <BROADCAST,MULTICAST> mtu 1500 qdisc noop state DOWN group default qlen 1000
    link/ether 00:26:55:81:ac:1c brd ff:ff:ff:ff:ff:ff
    altname enp19s0f0
7: ens6f1: <BROADCAST,MULTICAST> mtu 1500 qdisc noop state DOWN group default qlen 1000
    link/ether 00:26:55:81:ac:1e brd ff:ff:ff:ff:ff:ff
    altname enp19s0f1
8: vmbr0: <NO-CARRIER,BROADCAST,MULTICAST,UP> mtu 1500 qdisc noqueue state DOWN group default qlen 1000
    link/ether 00:23:7d:d2:35:48 brd ff:ff:ff:ff:ff:ff
    inet 192.168.100.2/24 scope global vmbr0
       valid_lft forever preferred_lft forever
and for "cat /etc/network/interfaces" the output is
Code:
auto lo
iface lo inet loopback

iface enp6s0 inet manual

auto vmbr0
iface vmbr0 inet static
        address 192.168.100.2/24
        gateway 192.168.100.1
        bridge-ports enp6s0
        bridge-stp off
        bridge_fd 0
        
iface enp8s0 inet manual

iface ens7f0 inet manual

iface ens7f1 inet manual

iface ens6f0 inet manual

iface ens6f1 inet manual
 
I noticed that the ethernet port LED was a solid amber on both my computer and the node, which I think means that the connection maxes out at 100 Mbps. Should I get a new ethernet cable? The status shows "no Internet."
 
Last edited:

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!