I can't acess Web Page

DonSotocorno

New Member
Aug 19, 2021
4
0
1
24
Hi, i new on proxmox and linux in general. I followed the installation process, then when i try openning the web gui i just get a time out.
 
please post the PVE network configuration cat /etc/network/interfaces

EDIT:

and the output of ip a as well
 
I think must be something with the firewall

Code:
cat /etc/network/interfaces

auto lo
iface lo inet loopback

iface enp2so inet manual

auto vmbr0
iface vmbr0 inet static
        adress 192.168.100.2/24
        gateway 192.168.100.1
        bridge-ports enp2so
        bridge-stp off
        bridge-fd 0

Code:
ip a

1: lo: <LOOPBACK, UP, LOWER_UP> mtu 65535 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: enp2s0: <BRODCAST, MULTICAST, UP, LOWER_UP> mtu 1500 qdisc pfifo_fast master vmbr0 state UP group default qlen 1000
    link/ether 70:71:bc:06:50:17 brd ff:ff:ff:ff:ff:ff
3: vmbr0: <BROADCAST, MULTICAST, UP, LOWER_UP> mtu 1500 qdisc noqueue state UP group default qlent 1000
    link/ether 8a:87:01:2b:f4:33 brd ff:ff:ff:ff:ff:ff
    inet 192.168.100.2/24 scope global vmbr0
        valid_lft forever preferred_lft forever
    inet6 fe80::8887:1ff:fe2b:f433/64 scope link
        valid_lft forever preferred_lft forever
 
Last edited:
The interface name [enp2s0] in the output of ip a is not the same in your network configuration

you should edit your network configuration to be like:
iface enp2so inet manual
iface enp2s0 inet manual

bridge-ports enp2so
bridge-ports enp2s0
 

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!