After changing My IP in Proxmax VE Not access Web interface

skmdab

New Member
Feb 27, 2022
9
0
1
33
After Changing IP in Proxmax VE Web Interface not working and i can do ssh and i can ping to that IP
 

Attachments

  • Screenshot from 2022-02-28 11-21-07.png
    Screenshot from 2022-02-28 11-21-07.png
    183.7 KB · Views: 29
Hello,

How did you change the IP address?

Please provide us with the following:

Bash:
cat /etc/network/interfaces
ss -lnpt | grep 8006
curl -k https://10.0.0.39:8006/ | grep title
cat /etc/hosts
 
1. Did you trying restarting the network interface - "service networking restart"
2. check the service is listening state once you login to Proxmos via ssh
3. try this cmd "service pveproxy restart"

Hope this resolves..
 
Hello,

How did you change the IP address?

Please provide us with the following:

Bash:
cat /etc/network/interfaces
ss -lnpt | grep 8006
curl -k https://10.0.0.39:8006/ | grep title
cat /etc/hosts
Code:
auto lo
iface lo inet loopback

iface eth0 inet manual

auto vmbr0
iface vmbr0 inet static
    address 10.0.0.39/24
    gateway 10.0.0.1
    bridge-ports eth0
    bridge-stp off
    bridge-fd 0

Code:
LISTEN    0         128                      *:8006                   *:*        users:(("pveproxy worker",pid=2446,fd=6),("pveproxy worker",pid=2445,fd=6),("pveproxy worker",pid=2444,fd=6),("pveproxy",pid=2443,fd=6))

Code:
  % Total    % Received % Xferd  Average Speed   Time    Time     Time  Current
                                 Dload  Upload   Total   Spent    Left  Speed
100  2147  100  2147    0     0  21257      0 --:--:-- --:--:-- --:--:-- 21686
    <title>Stackup Tech Stacbloc</title>

Code:
127.0.0.1 localhost.localdomain localhost
10.0.0.39 filinta.local filinta

# The following lines are desirable for IPv6 capable hosts

# ::1     ip6-localhost ip6-loopback
# fe00::0 ip6-localnet
# ff00::0 ip6-mcastprefix
# ff02::1 ip6-allnodes
# ff02::2 ip6-allrouters
# ff02::3 ip6-allhosts
 
Last edited:
1. Did you trying restarting the network interface - "service networking restart"
2. check the service is listening state once you login to Proxmos via ssh
3. try this cmd "service pveproxy restart"

Hope this resolves..
Yes I restarted networking service after changed the Ip address.

yes pveproxy service restarts without any intteruptions.

Code:
● pveproxy.service - PVE API Proxy Server
   Loaded: loaded (/lib/systemd/system/pveproxy.service; enabled; vendor preset: enabled)
   Active: active (running) since Mon 2022-02-28 12:08:51 IST; 6min ago
  Process: 2439 ExecStartPre=/usr/bin/pvecm updatecerts --silent (code=exited, status=0/SUCCESS)
  Process: 2442 ExecStart=/usr/bin/pveproxy start (code=exited, status=0/SUCCESS)
 Main PID: 2443 (pveproxy)
    Tasks: 4 (limit: 4640)
   Memory: 141.7M
   CGroup: /system.slice/pveproxy.service
           ├─2443 pveproxy
           ├─2444 pveproxy worker
           ├─2445 pveproxy worker
           └─2446 pveproxy worker

Feb 28 12:08:50 filinta systemd[1]: Starting PVE API Proxy Server...
Feb 28 12:08:51 filinta pveproxy[2443]: starting server
Feb 28 12:08:51 filinta pveproxy[2443]: starting 3 worker(s)
Feb 28 12:08:51 filinta pveproxy[2443]: worker 2444 started
Feb 28 12:08:51 filinta pveproxy[2443]: worker 2445 started
Feb 28 12:08:51 filinta pveproxy[2443]: worker 2446 started
Feb 28 12:08:51 filinta systemd[1]: Started PVE API Proxy Server.
 
Last edited:
% Total % Received % Xferd Average Speed Time Time Time Current Dload Upload Total Spent Left Speed 100 2147 100 2147 0 0 21257 0 --:--:-- --:--:-- --:--:-- 21686 <title>Stackup Tech Stacbloc</title>
The curl command reports the different title Stackup Tech Stacbloc!! are you sure that the IP is not owned by any other system?
 
shutdown the PVE host and then run the same curl cmd and paste the o/p
Code:
root@filinta:~# curl -k https://10.0.0.39:8006/ | grep title
  % Total    % Received % Xferd  Average Speed   Time    Time     Time  Current
                                 Dload  Upload   Total   Spent    Left  Speed
100  2147  100  2147    0     0  20447      0 --:--:-- --:--:-- --:--:-- 21049
    <title>Stackup Tech Stacbloc</title>
root@filinta:~#
 
Stackup Tech Stacbloc - is a HCI interface landing page, looks like Proxmos VM IP is configured on that HCI.. Try checking that..
 

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!