proxmox can't be accessed by the network

egitheri

New Member
Jun 25, 2022
2
0
1
hello i am having problems with my proxmox network. I have set the ip according to the gateway. but can't connect. I tried the lan cable on the laptop, no problem. but when it comes to the proxmox server there is a problem, it can't connect to the network. please help thank you
 
Do you really used "https:" and not "http:"? And you don't missed the ":8006" at the end of the URL? And you are trying to access the webUI from a client that got a IP of the same subnet as you configured while installing PVE?
 
  • Like
Reactions: Bent
Do you really used "https:" and not "http:"? And you don't missed the ":8006" at the end of the URL? And you are trying to access the webUI from a client that got a IP of the same subnet as you configured while installing PVE?
yes, i used http not https. i try ping google.com destination host is unreachable. this my configuration etc/network/interface
 

Attachments

  • WhatsApp Image 2022-06-25 at 19.14.41.jpeg
    WhatsApp Image 2022-06-25 at 19.14.41.jpeg
    88.2 KB · Views: 71
There are multiple issues with your configuration:

1. Both bridges are missing bridge-ports, aka. they are not connected to any physical device
2. You are missing a gateway, either on vmbr0 or vmbr1 - you have to decide where you need your gateway, this also depends on your physical layout and how you configure your bridge-ports as seen in #1
3. I also highly suggest commenting out all post-up / post-down rules for port forwarding until you figure out the core of your networking issues (before introducing more issues)
4. You assigned different IP addresses to your bridges, you have to decide which should be your main hosts IP address (this is the one you connect to via https://<host-ip>:8006), make sure that the main IP address must be also setup with the correct hostname in your /etc/hosts as shown in the official installation documentation