| |||||||
| Internet Explorer Discuss IE7 or any other IE version. |
![]() |
| | LinkBack | Thread Tools |
| |||
| IE Proxy Blocks Local Access I've installed Oracle database on my Laptop and now I'm trying to access the Enterprise Manager via IE. When I try the following URL: http://acer-tablet.azalea.local:1158/em I get the followin message: Explanation: There is a problem with the page you are trying to reach and it cannot be displayed. Try the following: Refresh page: Search for the page again by clicking the Refresh button. The timeout may have occurred due to Internet congestion. Check spelling: Check that you typed the Web page address correctly. The address may have been mistyped. Access from a link: If there is a link to the page you are looking for, try accessing the page from that link. If you are still not able to view the requested page, try contacting your administrator or Helpdesk. Technical Information (for support personnel) Error Code: 502 Proxy Error. The ISA Server denied the specified Uniform Resource Locator (URL). (12202) IP Address: 192.168.10.4 Date: 6/19/2007 11:05:57 AM [GMT] Server: cscdserver4.azalea.local Source: proxy I am using ISA 2006 as the firewall in my test environment. How to I get IE to check my local machine first before going out to the internet to satisfy a URL. Thanks |
| |||
| Re: IE Proxy Blocks Local Access On Tue, 19 Jun 2007 05:12:00 -0700, Larry Bird wrote: > I've installed Oracle database on my Laptop and now I'm trying to access the > Enterprise Manager via IE. When I try the following URL: > > http://acer-tablet.azalea.local:1158/em > > I get the followin message: > > Explanation: There is a problem with the page you are trying to reach and it > cannot be displayed. > > Try the following: > Refresh page: Search for the page again by clicking the Refresh button. The > timeout may have occurred due to Internet congestion. > Check spelling: Check that you typed the Web page address correctly. The > address may have been mistyped. > Access from a link: If there is a link to the page you are looking for, try > accessing the page from that link. > If you are still not able to view the requested page, try contacting your > administrator or Helpdesk. > > Technical Information (for support personnel) > Error Code: 502 Proxy Error. The ISA Server denied the specified Uniform > Resource Locator (URL). (12202) > IP Address: 192.168.10.4 > Date: 6/19/2007 11:05:57 AM [GMT] > Server: cscdserver4.azalea.local > Source: proxy > > I am using ISA 2006 as the firewall in my test environment. How to I get IE > to check my local machine first before going out to the internet to satisfy a > URL. Edit your 'hosts' file. First line of the file must be: 127.0.0.1 localhost After that line, add: LAN_IP_Address acer-tablet.azalea.local The 'hosts' file is normally checked before the Internet. -- Norman ~Shine, bright morning light, ~now in the air the spring is coming. ~Sweet, blowing wind, ~singing down the hills and valleys. |
| |||
| Re: IE Proxy Blocks Local Access Thank you so much for your help. I will try what you suggested. However, I have another question. My workstation is connected to a network where I used DHCP. Therefore, My workstation gets an IP address from the DHCP Server. I'm assuming that the IP address in the in the host file must be static. Is that true? I will test your suggestion. Thanks "N. Miller" wrote: > On Tue, 19 Jun 2007 05:12:00 -0700, Larry Bird wrote: > > > I've installed Oracle database on my Laptop and now I'm trying to access the > > Enterprise Manager via IE. When I try the following URL: > > > > http://acer-tablet.azalea.local:1158/em > > > > I get the followin message: > > > > Explanation: There is a problem with the page you are trying to reach and it > > cannot be displayed. > > > > Try the following: > > Refresh page: Search for the page again by clicking the Refresh button. The > > timeout may have occurred due to Internet congestion. > > Check spelling: Check that you typed the Web page address correctly. The > > address may have been mistyped. > > Access from a link: If there is a link to the page you are looking for, try > > accessing the page from that link. > > If you are still not able to view the requested page, try contacting your > > administrator or Helpdesk. > > > > Technical Information (for support personnel) > > Error Code: 502 Proxy Error. The ISA Server denied the specified Uniform > > Resource Locator (URL). (12202) > > IP Address: 192.168.10.4 > > Date: 6/19/2007 11:05:57 AM [GMT] > > Server: cscdserver4.azalea.local > > Source: proxy > > > > I am using ISA 2006 as the firewall in my test environment. How to I get IE > > to check my local machine first before going out to the internet to satisfy a > > URL. > > Edit your 'hosts' file. First line of the file must be: > > 127.0.0.1 localhost > > After that line, add: > > LAN_IP_Address acer-tablet.azalea.local > > The 'hosts' file is normally checked before the Internet. > > -- > Norman > ~Shine, bright morning light, > ~now in the air the spring is coming. > ~Sweet, blowing wind, > ~singing down the hills and valleys. > |
| |||
| Re: IE Proxy Blocks Local Access I tried your suggestion and i received the same results. I'v included below a copy of the host file on my machine. # Copyright (c) 1993-2006 Microsoft Corp. # # This is a sample HOSTS file used by Microsoft TCP/IP for Windows. # # This file contains the mappings of IP addresses to host names. Each # entry should be kept on an individual line. The IP address should # be placed in the first column followed by the corresponding host name. # The IP address and the host name should be separated by at least one # space. # # Additionally, comments (such as these) may be inserted on individual # lines or following the machine name denoted by a '#' symbol. # # For example: # # 102.54.94.97 rhino.acme.com # source server # 38.25.63.10 x.acme.com # x client host 127.0.0.1 localhost 192.168.10.28 acer-tablet.azalea.local #Acer-Tablet ::1 localhost The above address is the DHCP assigned address. It there something else I should look at? Thanks "N. Miller" wrote: > On Tue, 19 Jun 2007 05:12:00 -0700, Larry Bird wrote: > > > I've installed Oracle database on my Laptop and now I'm trying to access the > > Enterprise Manager via IE. When I try the following URL: > > > > http://acer-tablet.azalea.local:1158/em > > > > I get the followin message: > > > > Explanation: There is a problem with the page you are trying to reach and it > > cannot be displayed. > > > > Try the following: > > Refresh page: Search for the page again by clicking the Refresh button. The > > timeout may have occurred due to Internet congestion. > > Check spelling: Check that you typed the Web page address correctly. The > > address may have been mistyped. > > Access from a link: If there is a link to the page you are looking for, try > > accessing the page from that link. > > If you are still not able to view the requested page, try contacting your > > administrator or Helpdesk. > > > > Technical Information (for support personnel) > > Error Code: 502 Proxy Error. The ISA Server denied the specified Uniform > > Resource Locator (URL). (12202) > > IP Address: 192.168.10.4 > > Date: 6/19/2007 11:05:57 AM [GMT] > > Server: cscdserver4.azalea.local > > Source: proxy > > > > I am using ISA 2006 as the firewall in my test environment. How to I get IE > > to check my local machine first before going out to the internet to satisfy a > > URL. > > Edit your 'hosts' file. First line of the file must be: > > 127.0.0.1 localhost > > After that line, add: > > LAN_IP_Address acer-tablet.azalea.local > > The 'hosts' file is normally checked before the Internet. > > -- > Norman > ~Shine, bright morning light, > ~now in the air the spring is coming. > ~Sweet, blowing wind, > ~singing down the hills and valleys. > |
![]() |
| Bookmarks |
| Thread Tools | |
| |
Similar Threads | ||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| bypass proxy server for local addresses setting | David | Internet Explorer | 0 | 05-11-2007 07:20 AM |
| I can only access from the local server | Mike YO_BEE B | Windows Media | 1 | 02-22-2007 02:03 PM |
| security blocks access | I agree that you have to be careful abou | Windows XP | 0 | 02-16-2007 08:02 AM |
| How to Enforce internet access through proxy setting only | Asterisks | Windows XP | 2 | 01-30-2007 07:30 PM |
| Local network access -asking for password to view my pc-? | Graham | Windows XP | 4 | 01-04-2007 03:47 AM |