On my Alfresco community 5.2.0 instance field IP_Address of table Alf_server has value 10.1.21.247, my real IP address is quite different.
Should I change the value of this field to my real IP address?
I have found that record with real IP was finally added to the table Alf_server.
But on another working alfresco instance there are two ip addresses in Alf_server., one real physical server IP and another 127.0.0.1 and both are used in alf_transaction.
What does it depends on, is localhost ip used or not in Alf_server?
I don't have anything that will help you directly with your question, but I want to give you a word of warning: Any time you find yourself looking in the underlying database, you really should be questioning why you are doing that. The schema is proprietary, it could change without warning, and you should not be accessing it for any reason and you should definitely not be updating it.
You can change the host that Alfresco and Share use in alfresco-global.properties. Generally, this should match what the FQDN of the machine is.
Thank you for the warning, I am really aware of consequences of updating alfresco database.
I just have to monitor any errors in alfresco logs after alfresco instance migration to another server.
As for the 127.0.0.1 in Alf_server, it should really be the result of FQDN and network settings of the machine.
Hi
I suspect it is just down to Java and the code having a choice of several network interfaces. If there is a choice it will just be the first one. Some are not so useful. You can probably fix your machine configuration.
Andy
Ask for and offer help to other Alfresco Content Services Users and members of the Alfresco team.
Related links:
By using this site, you are agreeing to allow us to collect and use cookies as outlined in Alfresco’s Cookie Statement and Terms of Use (and you have a legitimate interest in Alfresco and our products, authorizing us to contact you in such methods). If you are not ok with these terms, please do not use this website.