I have solarwinds NPM running on Windows 2003 Service Pack 2. Solarwinds NPM ip address is 192.168.0.210/24 and everyone on that subnet can use http://192.168.0.210:8088 and get a login prompt. Once they successful login, they can navigate solarwinds.
The solarwinds NPM is sitting a Checkpoint NGx R70 firewall and I NAT'ed it to a public IP address of 129.174.1.10 and make the firewall wide open from Any source to host 129.174.1.10. When I use Firefox or IE browser to go to http://129.174.1.10:8088.
I get to the NPM login page, but after putting the username and password, I get this:
Orion Website Error
An error has occurred with the Orion website.
Additional Information
System.Net.WebException: Unable to connect to the remote server ---> System.Net.Sockets.SocketException: A connection attempt failed because the connected party did not properly respond after a period of time, or established connection failed because connected host has failed to respond 150.123.148.210:8088
at System.Net.Sockets.Socket.DoConnect(EndPoint endPointSnapshot, SocketAddress socketAddress)
at System.Net.Sockets.Socket.InternalConnect(EndPoint remoteEP)
at System.Net.ServicePoint.ConnectSocketInternal(Boolean connectFailure, Socket s4, Socket s6, Socket& socket, IPAddress& address, ConnectSocketState state, IAsyncResult asyncResult, Int32 timeout, Exception& exception)
--- End of inner exception stack trace ---
at System.Net.HttpWebRequest.GetResponse()
at ClassicSiteProxy.Login(HttpContext context, String username, String password)
at Login.DoLoginAction(String username, String password)
at Login.LoginButton_Click(Object sender, EventArgs e)
at Login.OnLoad(EventArgs e)
at System.Web.UI.Control.LoadRecursive()
at System.Web.UI.Page.ProcessRequestMain(Boolean includeStagesBeforeAsyncPoint, Boolean includeStagesAfterAsyncPoint)
Why am I getting this message and how to go about fixing it? Thanks.