Website is not accessible from server which is using proxy
        Posted  
        
            by 
                Bhoot
            
        on Server Fault
        
        See other posts from Server Fault
        
            or by Bhoot
        
        
        
        Published on 2014-06-13T07:38:45Z
        Indexed on 
            2014/06/13
            9:28 UTC
        
        
        Read the original article
        Hit count: 225
        
iis
|web-hosting
I hosted a website in a win 2008 R2 server which runs in private domain.
I set up bindings for port 80 and 443 for http & https respectively.
Created inbound rule for port 80 and 443 also in windows firewall.
After doing all this, i am still not able to access my website from remote machine.
IE : Internet Explorer cannot display the webpage.
Chrome : Oops! Google Chrome could not find xxxxxx
Tried accessing website by ip address but no luck.
I tried to ping that server but it says
TTL expired in Transit.
Now i found some more information over internet to check if the server is using any kind of proxy in between.
I found my IP address at www.getip.com, but ipconfig/all gives me a different IP address. Is it really a problem if we use proxy ?
I am not sure if i have concluded it correctly. But is there any way out to resolve this issue?
Update :::
I figured it out. I have to call that website with external IP address. due to the proxy settings i was not able to call that website by the server's IP or name of that machine.
© Server Fault or respective owner