Cannot Access IP Web Browser Configuration Page OfficeJet 8600 Plus

Win 7 64-bit
HP OfficeJet Pro 8600 Plus
Wireless Connection
Hi:
The printout of wireless network test page shows IP address for HP Officejet Pro 8600 Plus as: http://192.168.1.104 (The HP Home Network Diagnostic Utility v4.3.0.002 also shows: 192.168.1.104)
When I try to access http://192.168.1.104 with either IE 9 or Firefox 10 I get an error message: "The website is unable to display the webpage"
But, on the same computer I CAN access  http://192.168.1.103 HP Officejet 6480 web browser configuration page with either IE 9 or Firefox 10
Why I can't access the web configuration page: http://192.168.1.104
Thanks
FYI: I set the router to various other network modes, channel widths, channels and ssid broadcast on/off, and also removed power from router and printer, reconnected power and restarted computer, all these efforts did NOT allow access to http://192.168.1.104
This question was solved.
View Solution.

On the front of the printer: Setup > Network > Wireless Setup Wizard.  Run it.
Next, on your PC, delete all instances of your printer in Control Panel > Devices and Printers.
Finally,  re-add the printer this way:
1. Make sure the printer is turned on and connected to your network. Verify that you can access the printer's internal web page by browsing to its IP address before continuing. Get its IP from a Network Test printed from the front panel of the printer.
2. Click >> Start >> Control panel >> Devices & Printers.
3. Click the Add a printer
4. Select Local printer
5. Select Create a new port and select Standard TCP/IP Port and click Next button.
6. Under Device type, select TCP/IP Device. Under Hostname or IP address, enter the printer's IP address. Click Next.
7. Select Hewlett-Packard from the list of manufacturers and select and select your printer model. Click Next.
If your printer model was not listed, then select Have Disk, browse the HP CD that came with your printer and select the first file that starts with hp and ends with inf. Click Open then OK. Select your printer model. Click Next.
8. If you are asked, use the currently installed driver.
9. It will ask for the Printer name -- enter a new name or use the existing one. This will be the name of the printer that you select from other applications.
10. You may be asked to share the printer. Choose NO.
11. The Print Test Page box appears. Go ahead and print it.
12. Click Finish.
Say thanks by clicking "Kudos" "thumbs up" in the post that helped you.
I am employed by HP

Similar Messages

  • WRT160n cannot access via web browser

    After i unchecked the acces the router through web browser box and saved setttings now I cannot get back in. I know this was a dumb mistake. I did this so I counld access my web cam. Every time I tried to access the cam the router sign in screen came up. Well now the cam orks but not the sign in screen. Please help. I really don't want to push reset because I don;t remember the settings AT*T told me to change to use the router with their Modem.

    Are you getting any error message...?
    Are you trying to access the router's setup page...?
    If you want to access the router setup page then,Open an Internet Explorer browser page on your wired computer(desktop).In the address bar type - 192.168.1.1 and press Enter...Leave Username blank & in Password use admin in lower case...If you setup your own password and you don't remember the password then,you have to reset the router.

  • Cannot access my web browser anymore!

    Arrrgh! Just typed a whole msge, then think I deleted it by pressing the back button by mistake, so apologies if this has gone out twice! I've had my 'curve 8900', 4 over a yr now & never had any major probs until now. I updated my phone about 3 mths ago, but as I had bn using my (dare I say) iTouch, I hadn't used my web browser. anyhow, whilst out one day, I had 2 use my BB as my itouch doesn't have 3G & my phone froze after clicking on the browser button & a strange msge came up which said "Uncaught exception: java.lang.illegalArgumentException" . I then had 2 do a battery pull 4 my phone 2 work again. I tried again at home, but same problem occurred. I backed up & updated my phone less than a wk ago, hoping this would fix it, but the same problem keeps re-occurring. I've searched the forums 4 about 90 mins, but haven't come across this same msge with any other user! Can any of u bright BB people out there possibly help me with this most frustrating problem PLEASE!???? Waiting in anticipation! Cherry58

    I spent 1 minute googling the error message and got 20,300 hits, so there is plenty of info out there.
    From a brief reading of a couple of these hits, it seems a battery pull will provide a solution. Now, you mention that you have updated your phone although its not clear from what you have said as to what that means. Please explain. Also if you have updated your os then there might be some apps that are incompatible with the new system. And when you reply, please dont use 1 long paragraph and text speak as it makes it hard to help you.
    Blackberry Best Advice - Back-up weekly
    If I have helped you please check the "Kudos" star on the right >>>>

  • Cannot access routers web-set up page.

    I recently changed my ISP from Verizon to Cox.  I can access the internet when my router is NOT connected.  When I connect my router I gain Local access but no internet.  I can't access my routers web-set up either.   I tried to contact Cox but they do not offer help with routers.  Can someone please help me with this problem?
    My router is WRT54G V2
    My modem is Arris TM602G
    Running window vista ultimate

    As you have changed your ISP you should first reset your router and then re-configure it...Press and hold the reset button for 30 seconds...Release the reset button...Unplug the power cable from your router, wait for 30 seconds and re-connect the power cable...Now re-configure your router using the link here...

  • Error: "Cannot access the web server" with BlazeDS Turnkey

    Help! I'm new to Flex and BlazeDS and Eclipse.  I was trying to setup a Flex Project using a BlazeDS/Tomcat server running from Eclipse on Windows XP per the example in flexbandit.com/archives/55#comment-269 and in (www.infoq.com/articles/blazeds-intro).   I am NOT using the Eclipse Flex plug-in.  I'm using Flex Builder for the Flex code.
    Here's what I've done:
    I installed BlazeDS and tested http://localhost:8400 - That worked.
    I setup Tomcat in Eclipse.  -  That seemed to work.
    I created a Dynamic Web Project in Eclipse - That seemed to work.
    I created the bare-bones BlazeDS Configuration under the Eclipse project and then created a basic HelloWorld java class.
    I added the destination in the “remoting-config.xml” file found in the c:/projects/workspace/ReportGenTool/WebContent/WEB-INF/flex” directory:
    <destination id="HelloWorld">   <properties>  <source>HelloWorld</source> </properties> </destination>
    When I started the application server by clicking on the server's green play button in Eclipse and then tried to open localhost:8400/ReportGenTool, I got the 404 error : The requested source (/ReportGenTool/) is not available which according to the instructions is fine.
    Next I created a Flex Project, but when I try to validate the new Flex project configuration, it gives me an error "Cannot access the web server. The server may not be running, or the web root folder or root URL may be invalid."
    When I validated the server was running after setting up the BlazeDs Turnkey, I saw the BlazeDS page.
    Now when I bring up http://localhost:8400 I get:
          Directory Listing for /
          Apache Tomcat/6.0.14
    My eclipse project is named ReportGenTool and I've overwritten the WebContent directory with the META-INF and WEB-INF directories from the BlazeDS installation (C:\blazeds\tomcat\webapps\blazeds).  According to Eclipse the server is running.
    My Flex project is named ReportGenTool and is located in another directory away from the Eclipse project directory.
         My root folder is: C:\Projects\workspace\ReportGenTool\WebContent
         Root URL: is http://localhost:8400/ReportGenTool/
         Context root is: /ReportGenTool/
    Any idea what might be wrong? What didn't I configure that needs to be configured?
    Thanks in advance.

    This is not working because your router has a direct to your web server that is not through the outside interface which is needed for nat to occur, for this to work you need to setup a loopback interface as nat outside and policy route traffic to there for your server traffic
    Bu if your server is internal why do you need nat at all? Can you not use bind with views that might be simpler
    M
    Sent from Cisco Technical Support iPad App

  • Since I updated my IPad software to iOS 5.0.1 from 5.0, I cannot access some web sites. Hoy can I go back?

    Since I updated my IPad software to iOS 5.0.1 from 5.0, I cannot access some web sites. How can I go back?

    Sorry, you cannot downgrade iOS software.
    First thing to try is a reboot of your iPad. Press and hold the Home and Sleep buttons simultaneously ignoring the red slider until the Apple logo appear. Let go of the buttons and let the iPad restart. See if that fixes your problem.

  • Cannot open application, web browser(default nokia...

    hello everybody..
    I want to ask about my phone nokia 5130c xpressmusic.
    I have some problem in my mobile.
    I cannot open application, web browser(default nokia), radio, and music player.
    How to solve that problem?
    thank you for your answer and attention.

    What does it say if you want to open the application? I think you should restore the factory settings!!!! If it doesn't work then update your software!!!!
    Alif

  • Cannot access acrobat web capture facility too busy

    Hi, i
    have been using adobe acrobat 9 (part of creative web suite cs4) to convert webpages to pdf's.  I now get a message to say that 'cannot access acrobat web capture facility too busy.  I have reinstalled the software and ran the repair tool in acrobat after reading similar issues on the forum.  It still hasnt fixed it.  Any ideas??

    I don't know what happened to acrobat V9 - I have the same problem - sorry I am at a loss?
    Ron

  • Firefox 9.0, I cannot access Netflix web sight, but I can access it with IE, tried clearing cache & cookies stil cnnot access Netflix.

    I use Firefox 9.0, I cannot access Netflix web sight, but I can access it using IE, I tried clearing the cache & cookies, but I still cannot access it. Help.

    Try looking at [[Error loading web sites]] first.

  • After getting a txt message from bell today saying I went over on my data usage , I can not access my web browsing at all... There is no restrictions on my account. But I still can't load safari

    After getting a txt message from bell today saying I went over on my data usage , I can not access my web browsing at all... There is no restrictions on my account. But I still can't load safari... I can still makes calls and send txt messages but I can't send iMessages

    Settings > General > Reset > Reset Network Settings.

  • Officejet 8600 Plus "scanner reported error" Mac scanning

    I recently purchased the Officejet 8600 Plus and have run into problems scanning. When scanning using the ADF, I frequently get a message saying, "Scanner reported an error. The scan was not completed because the operation was cancelled while scanning was in progress." The only way to escape from this situation is to turn off the OJ, power it back on, and then try scanning again. I haven't seen the issue using the flatbed, but I've used the ADF far more than the flatbed. This happens both when connected via wifi and USB, so it's not a networking problem. I have tried scanning via Apple's Image Capture as well as HP Scan and I get the error using both. I have all the latest software and firmware for both the Officejet and my Mac. I have tried uninstalling and reinstalling the HP software, to no avail. This situation is tremendously frustrating as one of the main reasons I purchased this product was the wifi scanning feature. Without a solution to this problem I will consider this product to be defective and will return it. So, any suggestions as to how to alleviate the problem? Thanks. System info: Macbook Pro 17" (early 2011)OS X 10.8.5  

     I have an HP MF127fw connected to Mac computers and am experiencing exactly the same problem. Scans from the ADF always fail with that same "scan canceled" message. Preview, Image Capture, or Scan from Print & Scan all receive the same error. USB or WiFi connections make no difference. What is wrong with the HP connection? Here it is 2015 and there have been over 200 viewers of the original posting regarding the inability to scan. Hasn't anyone found a way to overcome this problem?

  • Can't Downgrade firmware on HP Officejet 8600 Plus!!!

    Hi
    In my office I have to scan and copy many many Legal size documents per day, I recently have aquired this awesome printer Hp Officejet 8600 Plus
    The first day I was able to scan a bunch of 2 sided legal paper, very awesome, but then I upgraded the printer, as always confident with the upgrades, but as a result of that I was unable to scan legal size paper again
    I was reading a lot of similar issues, and i Cant believe that this is an official desicion, the printer can perfectly scan legal size papper, so the solution is to downgrade the FW to an older version, but I Cant, I tryed with Jetadmin, with OJP8600_N911gn_1232A.exe, and copying the upgrade file *.ful directly to the printer
    And always the same thing:
    -in the screen of the printer appears the message (Printing) for a few seconds and then backs to the home screen again
    In the computter with Jetadmin it stay on 0% for hours
    -With OJP8600_N911gn_1232A.exe and the modded EnterpriseDU.ini Appears an error after 20 minutes, and ask me for reset the printer
    -Copying the *.ful file on the Printer, just put the Printing screen on the printer 2 or 3 seconds and then backs to the home screen.
    I tryed by USb cable, ethernet and even Wireless
    Is a security lock in the new firmwares?
    How Can I Downgrade the printer?, is urgent, i need to scan a lot of Legal documents
    And please activate the option by our own risk option, for legal scan in the next update, I'm tired and dissapointed...
    thanks
    This question was solved.
    View Solution.

    Hello BHVampire,
    Welcome to the HP Forums!
    I understand you're unable to scan a legal size paper after upgrading the firmware using the Officejet 8600 Plus. I will do my best to assist you! I have just sent you a private message. If you're not sure how to check your forum messages, this post has instructions.
    I worked on behalf of HP.

  • MACBOOK PRO SPORADICALLY PRINTS TO HP NEW OFFICEJET 8600 PLUS

    I bought a brand new HP Officejet 8600 Plus and have been having sporadic printing problems.
    MacBookPro OSX 10.6.8
    Router:  Airport Extreme
    Wireless printing
    I also have a PC with windows and have no problems printing at all using same wireless router.  When this has happened before, I have shut everything down, disconnected everything, reconnected everything, removed the printer from the macbook, added it back on and then it has worked. 
    This time - nothing - the document sits in the queue - says connected and . . . nothing!
    Please Help!

    Hi  @Lyn99 
    Since the issue does not arise when you print from the Windows computer, we know the issue is either related to the Mac or the router, not the printer. I will happily do all I can to help you figure out what the root cause of the issue is and with any luck resolve the issue!
    This printer has something called Wireless Direct. Lets enable the wireless direct, which allows the printer to broadcast its own network, then add the Mac to the printers network and see if you can print. If you can print this way, we will know the issue is not the Mac, it is the network, and if you can not print well it is the Mac
    On the front panel of the printer, go to the Setup menu by arrowing over to the wrench, then select Network and choose Wireless Direct. When you have turned on the Wireless Direct, go to the Mac and click on the Airport/wifi symbol and choose the printers network (it will say something like HP Print 8600 and part of the hardware address).
    Once the Mac is on the printers network, try to print from the Mac. Let me know the outcome and we can go from there.
    Thanks, I look forward to hearing from you.
    Please click the Thumbs up icon below to thank me for responding.
    ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
    Please click “Accept as Solution” if you feel my post solved your issue, it will help others find the solution.
    Sunshyn2005 - I work on behalf of HP

  • OfficeJet 8600 Plus Printer Wifi not initializing

    My printer has suddenly stopped initializing the WiFi antenna when powered up.  I have not changed any drivers or installed any software that would affect the hardware status.
    The WiFi feature was working two days ago. I keep the printer powered down when not in use.  Power up this morning did not initialize WiFi.
    This question was solved.
    View Solution.

    Hello KPharmer,
    Welcome to the HP Forums!
    I understand your Officejet 8600 Plus is not connecting to your wireless network. I will do my best to assist you! Have you tried reconnecting the wireless on your printer? If not, please follow these steps: (This information is stated here.)
    On the printer touch screen, touch the Right Arrow ( ) to display the second navigation screen.
    Touch the Setup icon ( ).
    Touch Network , touch Wireless Setup Wizard , and then touch Continue . The printer searches for available networks.
    Touch the name of your network, and then touch OK .
    If prompted, enter the network password, and then touch OK . The printer connects to the network.
    Once you have this setup, I would recommend following this entire HP document on Printer Does Not Maintain Wireless Connection.
    Please post your results, as I will be looking forward to hearing from you. Have a great night! 
    I worked on behalf of HP.

  • Unable to fax from mac with Yosemite on HP Officejet 8600 Plus :(

    Ever since I have updated to yosemite I have been unable to fax from mac with Yosemite on HP Officejet 8600 Plus
    Please help and provide needed update....

    Hi @JediTiger,
    Thank you for visiting the HP Support Forums. I see you are running into some fax issues with you HP Officejet 8600 since upgrading to the Mac Yosemite 10.10 Operating system. Please go ahead and get started below:
    Scrub/ Uninstall
    • Open the Applications folder > HP or Hewlett Packard folder > HP Uninstaller
    • Click continue, click on one of the printers in the list.
    • * Only do this step if you do not have any other HP Printers. Hold down Control, Option and Command, While holding the three buttons down,
    • Click uninstall.
    Reset Printing System
    1. Click the Apple icon (   ), and then click System Preferences.
    2. In the Hardware section, click Print & Fax/Scan. The Print & Fax/Scan  dialog box opens.
    3. Right-click (or  Ctrl  +click) in the left panel, and then click Reset printing system…
    4. Click OK to confirm the reset.
    5. Type the correct Name and Password.
    6. Click OK to reset the printing system. The Print & Fax dialog box shows no printer selected
    Note: This will remove all printers in the print and Fax/Scan, any printer removed can be re-added later by clicking the plus (+) symbol..
    Repair Disk Permissions
    1.On the Dock, click Applications, and then click Utilities.
    2.Double-click Disk Utility.
    3.Highlight your hard drive/partition on the left (by default this is "Macintosh HD").
    4.Click the Repair Disk Permissions button at the bottom of the window.
    5.Once the repair is complete, restart the computer.
    Restart the printer. Now you can download and install the printer software and install it. Click on the link below to begin the download and follow the on screen instructions:
    HP Officejet Pro 8600 series Full Feature Software and Drivers
    I hope this helps, please let me know the outcome!
    Thanks,
    HevnLgh
    I work on behalf of HP
    Please click “Accept as Solution” if you feel my post solved your issue, it will help others find the solution.
    Click the “Kudos Thumbs Up" to the left of the reply button to say “Thanks” for helping!

Maybe you are looking for

  • E71 GPS Stopped Working After 3.03 (10wk11) Instal...

    Had I known attempting this Map update would blow out my GPS, I wouldn't have done it. My current software version in my Straight Talk E71 is 500.21.009.  I am a Mac user. I downloaded this file in hopes of updating my GPS Map software: nokia_maps_3

  • Color picker stuck in 32 bit float mode

    I cannot get my color picker to go back to 8 bit mode. Places I have gone to make sure its set to 8 bit mode info comp window > color options > set project working space file > project settings. Despite all of them being 8 bpc, it is staying in 32 bi

  • Sim Card Tranfer from iphone 3 to iphone 4

    I have obtained a new iphone 4 today. In the set up instructions, it outlines the instructions to transfer my sim card from the iphone 3 to the iphone4. The sim card from iphone3 is larger than the micro sim card that accompanies my iphone4. How do I

  • Bringing Native Methods Into a JBuilder Project

    Hi ppl: I have developed an application that uses JNI for native code (C++). I have been able to make everything work with a text editor (textPad) and command line. Now I want to bring everything into a JBuilder project. I have been able to compile a

  • My JComponent is not visible when we move scrollbar outside view port

    I have designed my customized JComponent which is bubble type component.User can set it to JComponent like button then above button this bubble(which is JComponent) will appear. Now my problem is : User has set bubble to one button and everything is