sql server reports deployment on two different IP's

  • we are using two different IP's for accessing a application as well as reports. One IP (192.168.0.239) is a local IP given physically to the server where application resides and sql server reports are deployed. on this ip, users are able to access application and reports both.

    Another one is (122.168.129.20) natted in firewall for external traffic/remote users. Remote users are able to access application but unable to view the reports.

    any workaround or solutions for this ? please !

  • Since your external IP address is NAT'd, presumably to your local IP address, your SQL Server won't be aware of its existance, and shouldn't need to be. I'd check your firewall configuration, does your application and reports use the same port / protocol to allow users to access them? If they use different ones then have you checked that the firewall is allowing both of them access?

  • hi will check once and revert

Viewing 3 posts - 1 through 2 (of 2 total)

You must be logged in to reply to this topic. Login to reply