Hi, when I installed server, it got the IP addres from DHCP server.
First thing after installation was to change it to a static IP.
System works correctly.
However the welcome message after boot on console:
"Welcome to the Proxmox Virtual ...... use your web browser to .... " keeps pointing to the old DHCP IP.
I've traced it to the pvebanner script, but I can not understand function:
Could you tell me how to change it ?
Of course it is just a 'cosmetic' question.
Regards
First thing after installation was to change it to a static IP.
System works correctly.
However the welcome message after boot on console:
"Welcome to the Proxmox Virtual ...... use your web browser to .... " keeps pointing to the old DHCP IP.
I've traced it to the pvebanner script, but I can not understand function:
Code:
my $localip = PVE::Cluster::remote_node_ip($nodename, 1);
Of course it is just a 'cosmetic' question.
Regards