Page 1 of 1

Change IP address on WAPT SERVER

Published: June 13, 2018 - 11:35
by chaker
Hello,

I installed WAPT version 1.5 for Windows a month ago, and unfortunately, at the time, I didn't have a DNS server.
So, I installed the agents using the server's IP address.

The problem I'm going to have is that I need to change networks and therefore the server's IP address.
Do you have a procedure for making this change, considering I already have 70 workstations deployed?

Thank you for your help.
Sincerely,

Re: IP address change on WAPT SERVER

Published: June 13, 2018 - 10:11 PM
by sfonteneau
Modify using a wapt package?

Code: Select all

def install():
	inifile_writestring(makepath(install_location('WAPT_is1'),'wapt-get.ini'),'global','wapt_server','https://newurlserver')
	inifile_writestring(makepath(install_location('WAPT_is1'),'wapt-get.ini'),'global','repo_url','https://newurlserver/wapt')