I cant access the web ui in proxmox server (when i change router) can anyone help me

roadblock

New Member
Dec 29, 2024
11
0
1
so short story im pretty new at proxmox and i just installed like a regular proxmox installation and i was first using the first router diff wifi provider to but after that i went to plug into a new router which is new provider and diff router and i try to plug it on my new router and run proxmox access the web via my computer/laptop and it doesnt work i try configure anything i just need help why it doesnt i try reinstall and everthing idk it seem i lost hope for 3 days straight figure it out so i decide i need u guys help maybe i can solve this problem (dw i can access the root on the proxmox pc that are installed)
 

Attachments

  • look.png
    look.png
    63.8 KB · Views: 10
Proxmox receives an IP address via DHCP during installation and makes it static. It disables DHCP after installation, so you won't be able to move your Proxmox host to a new network / routing environment in a "plug 'n play" manner.

Do not use WiFi, use ethernet.

Use the Proxmox host's console and log in as root, then

  • adjust the values address and gateway in section iface vmbr0 to your new environment (you need to pick a free address from your new network)
  • use the picked address and update file /etc/hosts
  • find the IP address of your DNS service (in most homelab environments, it's identical to the gateway IP) and update the nameserver line in /etc/resolv.conf
  • restart the host or restart networking using systemctl restart networking
 
  • Like
Reactions: news
1. Attach the server by lan cable to the router you wish to use.

2. Install Proxmox from the USB you have created with the ISO file you downloaded.

3. In the install choose the correct NIC that is connected to the router.

4. In the install choose an IP address that is not within the routers DHCP-assigning range (check your router).

5. Make sure you add the correct netmask for your NW. (e.g.. 255.255.255.0).

6. Choose the correct gateway of the router.

7. Choose the correct DNS server (usually on a simple setup/NW will be the same as the gateway - above 6.).

8. After the install & the server has rebooted it will show you from which address the GUI can be accessed.


To access that address you must be using another device within the same NW subnet.

Use this official wiki docs for any guidance you may need.
 
Last edited:
Proxmox receives an IP address via DHCP during installation and makes it static. It disables DHCP after installation, so you won't be able to move your Proxmox host to a new network / routing environment in a "plug 'n play" manner.

Do not use WiFi, use ethernet.

Use the Proxmox host's console and log in as root, then

  • adjust the values address and gateway in section iface vmbr0 to your new environment (you need to pick a free address from your new network)
  • use the picked address and update file /etc/hosts
  • find the IP address of your DNS service (in most homelab environments, it's identical to the gateway IP) and update the nameserver line in /etc/resolv.conf
  • restart the host or restart networking using systemctl restart networking
i use ethernet cable
 
You may read this new post of mine: https://forum.proxmox.com/threads/f...can-not-load-the-web-gui-in-a-browser.160091/

Please reply here regarding your specific problem or over there for generic topics.
its seem like when u said on the dhcp adress range so i go into my new router web interface and i dont see allocated dhcp
1736155419642.jpeg
this here i alread set the same as my proxserver
and
1736155471522.jpeg
as u can see there no 08:2e:5f:30:e6:aa on here and yes i use ethernet and plug in lan 2 it doesnt show in here
here my proxmox server
1736155619845.jpeg
but it is connected which shown here

1736155659252.jpeg

so confuse in here can someone help me guide
 
192.168.1.9/32 is wrong, it should probably be 192.168.1.9/24 in /etc/network/interfaces. You do not show your netmask on the router but it looks like everything starts with 192.168.1 which implies a /24.
 
  • Like
Reactions: UdoB
192.168.1.9/32 is wrong, it should probably be 192.168.1.9/24 in /etc/network/interfaces. You do not show your netmask on the router but it looks like everything starts with 192.168.1 which implies a /24.
1736159364088.jpeg
oke here are the ig dhcp stuff and btw i did change the what u said
1736159444269.jpeg
i alr saved it and it still doesnt work can u help me
i still cannot access into web ui
 
its seem like i only access the router pve gui web via my personal computer which connect to ethernet cable so does that mean i cannot access with wifi? even tho same IP here i try on my laptop
1736160162219.png
this is my pc which is connected using ethernet cable
down here
1736160507924.jpeg
 
its seem like i only access the router pve gui web via my personal computer which connect to ethernet cable so does that mean i cannot access with wifi? even tho same IP here i try on my laptop
As I said above you can access the GUI from any device within the same NW subnet. What is the local IP address of that Laptop that can't connect?
 
Could it be that you have WiFi Access Point (AP) isolation enabled on your router? That would explain why pve is accessible on LAN but not WLAN even on same subnet...

Also (but unrelated to the current issue), given that Proxmox is claiming a static IP of 192.168.1.9, it would probably be a good idea to increase "DHCP Start IP Address" to 192.168.1.10 (instead of 192.168.1.2) in your router's DHCP server config to avoid potential future address conflicts.
 
Last edited:
Could it be that you have WiFi Access Point (AP) isolation enabled on your router? That would explain why pve is accessible on LAN but not WLAN even on same subnet...

Also (but unrelated to the current issue), given that Proxmox is claiming a static IP of 192.168.1.9, it would probably be a good idea to increase "DHCP Start IP Address" to 192.168.1.10 (instead of 192.168.1.2) in your router's DHCP server config to avoid potential future address conflicts.
so what should i do i get ur point kinda make sense
 
Assuming it is on the same NW, can you ping from that Laptop to the Proxmox host.
So try ping 192.168.1.9 from the Laptop.

Check your router/AP settings for a possible firewall/isolation on the Wifi NW.
 
should i match this through my server?
name and mac address and ip addres
given that your PVE config now grabs a static address, this DHCP binding doesn't actually matter and could be deleted

oh my router is zte f670l
According to a google search, this router seems to be problematic in terms of isolation... See here and here for possible locations of relevant settings in the router configuration, but as the google search suggests, they may not actually solve your issue.

Perhaps also relevant to ask - do you have any other devices on your network that can currently access each other as they are supposed to, e.g. a network-connected printer, network-attached storage, or file sharing between your desktop and laptop?

If this is an inherent router limitation, your only solution would be to put the router in bridge mode and add your own (fully-configurable) router downstream.
 
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!