cat /etc/network/interfaces
ss -lnpt | grep 8006
curl -k https://10.0.0.39:8006/ | grep title
cat /etc/hosts
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
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
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))
% 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>
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
Yes I restarted networking service after changed the Ip address.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..
● 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.
The curl command reports the different title Stackup Tech Stacbloc!! are you sure that the IP is not owned by any other system?% 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>
yes i am sureThe 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
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:~#