No network connectivity after Fresh Proxmox 8 install

and7ey

New Member
Aug 8, 2023
3
0
1
I've just installed fresh proxmox 8 (proxmox-ve_8.0-2.iso) on my mini PC (firebat t8 plus), but it doesn't see wired network.

See attached output of some commands. Sorry for photos - can not copy the text or make screenshots, since there is no connection.
 

Attachments

  • photo_2023-08-08 18.23.43.jpeg
    photo_2023-08-08 18.23.43.jpeg
    128.8 KB · Views: 16
  • photo_2023-08-08 18.23.46.jpeg
    photo_2023-08-08 18.23.46.jpeg
    258.6 KB · Views: 15
  • photo_2023-08-08 18.23.50.jpeg
    photo_2023-08-08 18.23.50.jpeg
    125.6 KB · Views: 15
Thanks for your help. Is there any way to get its IP4 address? When started, it says `connect to https://0.0.0.0:8006`. My router doesn't see the device connected.

/etc/network/interfaces is attached:
Code:
auto lo
iface lo inet loopback


iface enp1s0 inet manual


auto vmbr0
iface vmbr0 inet static
    address 0.0.0.0/0
    gateway 0.0.0.0
    bridge-ports enp1s0
    bridge-stp off
    bridge-fd 0


iface enp3s0 inet manual


iface wlp2s0 inet manual

I wanted to use DHCP (and assign static address on my router).
 

Attachments

  • photo_2023-08-08 19.03.38.jpeg
    photo_2023-08-08 19.03.38.jpeg
    171.7 KB · Views: 10
Last edited:
I replaced
Code:
auto vmbr0
iface vmbr0 inet static
    address 0.0.0.0/0
    gateway 0.0.0.0
    bridge-ports enp1s0
    bridge-stp off
    bridge-fd 0
with
Code:
auto vmbr0
iface vmbr0 inet dhcp
but it didn't help. Can not I use DHCP?
 

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!