Hi there,
I´m newbie in this matter. I had installed SolidCP on windows 2012R2, fresh install, and it seams to work up to add a domain and web site. I got "Invalid public shared ip address in platform server configuration for shared IP address usage."
1- Why to use a publick IP if I only use it on intranet: 192.168.x.x
2- where to put public IP on IIS?
Hello,
Please check out configuration --> Servers --> [Web service]
at the top just below the ip selection box you got shared ip field. please make sure you fill in it's connection ip address there (normally this would be an external ip, however if it's just a web server for local lan you can fill in the lan ip instead).
Regards,
Marco
I found it, thanks.
Please execute following sql sentence.
INSERT INTO ServiceProperties
(ServiceID, PropertyName, PropertyValue)
VALUES(2, 'PublicSharedIP', 'YourIPAddressXXX.XXX.XXX.XXX')