Strange HTTP issues... Wrong IP address used, sometimes
-
![0_1658263577973_fog problem-min.jpg](Uploading 0%) Hi all,
I’m having strange issues with where FOG is requesting resources. For context, I just migrated our test configuration to a new VM for production use by using the guide available in the wiki. I ended up letting the installer build new PXE images and just imported the database and image files (to skip on any problems with certificates and such)
The issue is that it seems that the PXE image will use both the new and old IP addresses. I’m having trouble uploading images, so I’ll type out the issue:
tftp://172.16.0.175/default.ipxe... ok http://172.16.0.175/fog/service/ipxe/boot.php... ok http://172.17.0.51/fog/service/ipxe/new-bg.png........... [connecting]
172.16.0.175 is the correct, current IP address
172.17.0.51 is the old, test config IP address.I did change the PXE boot menu background picture, but just put it in the same directory as the old one and changed the field in the web GUI to point to it.
Any ideas on where to look to see if I need to change an IP address?
Do I need to rebuild the PXE stuff manually?Thanks!
-
@bofh What I would do is go into FOG Web UI -> FOG Configuration -> FOG Settings. Then hit the expand all button. Now search for the old IP address. My bet is that one of the fields still has the old IP address.
-
Thanks for the hint! Turns out a field in the Web Server section had the old IP address. All is well now.