Unable to access web pages by typing in the IP address in the address bar?

I hooked up a HP 7520.  HP was walking me through some set up options and they asked me to type in the IP address 10.0.1.3 into the addrss bar to bring up the web page.  Page remains blank or I get the Safari can't connect to the server.  HP stated it was an issue with the setting on the Airport Express.  What should the setting be in order for the IP address to load?

10.0.1.3 is a local network IP address. I am assuming that is the IP address of your HP 7520. Since this is a local address there is no additional settings on the AirPort Express that you can make.
I am assuming that you have your Express in its default mode. That is, it is acting as in wireless router and that it is connected directly to your Internet modem ... correct?
If so, your Express will hand out local IP addresses in the 10.0.1.2 to 10.0.1.200 range. Note that this is a dynamic address. The provided IP addresses may change over time which is what I think has happened in your case. By that I mean, you HP received a new IP address and why you can find it in the web browser at 10.0.1.3.
What I would recommend that you do is assign a "static" local IP address to the HP. You can do this using the AirPort Utility. Specifically, you want to set up a DHCP Reservation for this device.
To do so:
Run the AirPort Utility.
Select the AirPort Express, and then, select Edit.
Select the Network tab.
Under DHCP Reservations, click on the plus button.
For Description, enter: HP 7520 or anything else you like.
Reserve Address By: MAC Address
MAC Address: Enter the MAC Address of the HP. This would either be the HP's Ethernet or wireless address whichever is appropriate on how you have it connected to the network.
IPv4 Address: Choose an IP address between 10.0.1.2 & 10.0.1.200. This will be the IP address that you will reserve for the HP.
Select Save.
Select Update and allow the Express to restart.

Similar Messages

  • TS3276 i am unable to open web pages from email links on my ipad

    I am unable to open web pages from email links on my ipad

    A few more details might help, if nobody else recognizes this.   
    What happens when you try to open the links?
    Can you post an example of a link that doesn't work?
    Is there any particular source for the mail with the (bad) links, or is mail from all sources failing?
    If you happen to know it, what's the format of the mail message?  (Maybe the message is an image?)
    Do the embedded links work as expected from an OS X system running Mail.app, or some system and some other other mail client?
    To view the link in iOS: if you press on and hold your finger on an embedded link in most contexts, iOS will show a pop-up with the link contents, and will offer to copy it.  You can use that to acquire and post the link.  If pressing and holding on the link doesn't offer the pop-up, the format of the link itself may not be valid, or it might not really be a link.

  • Following the upgrade to 34.0.5, I can no longer access web pages of our SAN, airco, vSphere Web Clients, etc. How can I correct this?

    Following upgrade to 34.05, can no longer access web pages of the SAN management interface, the airco system, the vSphere Web Client, etc. All still work in Chrome.
    The airco system gives an error:
    Firefox cannot guarantee the safety of your data on 10.32.16.50 because it uses SSLv3, a broken security protocol.
    Advanced info: ssl_error_no_cypher_overlap
    The SAN management interface and vSphere Web Clients display an empty page. Not sure whether these also have problems due to SSLv3.
    I understand you wanting to be cautious, but I seriously doubt I need to face an attack from our SAN. Please, at least give us an option to connect regardless.

    hello, ssl 3.0 is disabled in firefox versions 34 & upwards by default - if you want to re-enable it you can do that like this which will make you vulnerable to the recently published poodle attack though:
    enter '''about:config''' into the firefox address bar (confirm the info message in case it shows up) & search for the preference named '''security.tls.version.min'''. double-click it, change its value to '''0''' and restart the browser.
    https://blog.mozilla.org/security/2014/10/14/the-poodle-attack-and-the-end-of-ssl-3-0/

  • Unable to access Web Method after deploying into the server

    Hi,
    I'm Unable to access Web method after deploying into the server.
    My Web method is 
    [WebMethod]
    [ScriptMethod(ResponseFormat = ResponseFormat.Json )]
    public object getOwners()
    DataTable dt = _qbObj.returnDDLData("employeedetails", "EmpID", "EmpFirstName");
    if (dt == null)
    return new { Result = "Error", Options = "Error getting data" };
    string[] strAttributes = { "ID", "Name" };
    string[] strColName = { "EmpID", "EmpFirstName" };
    List<SolOwners> lstObject = convertToList(dt, strAttributes, strColName, new SolOwners());
    var owners = lstObject.Select(c => new { DisplayText = c.Name, Value = c.ID });
    return new { Result = "OK", Options = owners };
    When I.m accessing that method after deploying into server, I got following error.
    System.InvalidOperationException: There was an error generating the XML document. ---> System.InvalidOperationException: &lt;&gt;f__AnonymousType9`2[System.String,System.Collections.Generic.IEnumerable`1[&lt;&gt;f__AnonymousTypea`2[System.String,System.String]]] cannot be serialized because it does not have a parameterless constructor.
    at System.Xml.Serialization.TypeScope.GetTypeDesc(Type type, MemberInfo source, Boolean directReference, Boolean throwOnError)
    at System.Xml.Serialization.XmlSerializationWriter.CreateUnknownTypeException(Type type)
    at System.Xml.Serialization.XmlSerializationWriter.WriteTypedPrimitive(String name, String ns, Object o, Boolean xsiType)
    at Microsoft.Xml.Serialization.GeneratedAssembly.XmlSerializationWriter1.Write1_Object(String n, String ns, Object o, Boolean isNullable, Boolean needType)
    at Microsoft.Xml.Serialization.GeneratedAssembly.XmlSerializationWriter1.Write71_anyType(Object o)
    at System.Xml.Serialization.XmlSerializer.Serialize(XmlWriter xmlWriter, Object o, XmlSerializerNamespaces namespaces, String encodingStyle, String id)
    --- End of inner exception stack trace ---
    at System.Xml.Serialization.XmlSerializer.Serialize(XmlWriter xmlWriter, Object o, XmlSerializerNamespaces namespaces, String encodingStyle, String id)
    at System.Xml.Serialization.XmlSerializer.Serialize(TextWriter textWriter, Object o, XmlSerializerNamespaces namespaces)
    at System.Web.Services.Protocols.XmlReturnWriter.Write(HttpResponse response, Stream outputStream, Object returnValue)
    at System.Web.Services.Protocols.WebServiceHandler.WriteReturns(Object[] returnValues)
    at System.Web.Services.Protocols.WebServiceHandler.Invoke()Please help me to solve that issue.Thank you.

    Hi Vani,
    What project are you developing? According to your code looks like an Asp.Net application? Am i right?
    If so , please repost in  ASP.Net Forum
    http://forums.asp.net for more efficient responses.
    This forum is discuss problems of C# development.
    Have a nice day!
    Kristin
    We are trying to better understand customer views on social support experience, so your participation in this interview project would be greatly appreciated if you have time. Thanks for helping make community forums a great place.
    Click
    HERE to participate the survey.

  • Downloaded JVM-still unable to view web page

    Downloaded Java Virtual Machine; still unable to view web page. Directed to Microsoft Updates...updated...still not able to view page. Help. THX

    dons magic helmet
    Try this:
    Tools > Internet Options > Advanced
    Uncheck the box that says "Use Java 2 <version> for applet (requires restart)". Restart your browser.
    HTH

  • How many of us are having problems with accessing web pages?

    For five days I have been having problems accessing web pages, constantly getting the message
    Safari can't connect to server etc. etc. It takes me ages just to get to one page without permanently returning to the previous one & trying again. I have tried to use these support pages & find it increasingly difficult to just open a page let alone post anything. If this works I'll be amazed!
    I have checked with my ISP - British Telecom. who say there have been a lot of "worms" & 'viruses" across the internet in the last week. Has Safari been contaminated or is it just the www that is the problem? Has anybody at Apple investigated this problem?
    I am getting increasingly frustrated by the whole thing as nobody seems to come up with a viable answer. Even if Safari is at fault it would be nice to know where we stand & that somebody is trying to do something about it!

    Thanks for that suggestion petitbjs. I think all is OK now. It started without warning, I hadn't changed anything, I just tend to use everything on the computer as it came, I'm a bit chicken to change anything incase I mess it up!!
    Starman et al,
    I had to phone BT this evening when I found my internet wireless phone wasn't connecting when I dialled out, it was the same yesterday evening but as I was trying to phone my son in Rio & was expecting him to move house at any time, I thought he might have had the phone disconnected, or it was just something wrong their end as I had the dialling tone OK & assumed the phone was fine. I have been using the landline, both of which go through the Home Hub, all through the last week without any problems.
    Eventually the BT man had me unplugging the Hub from the mains whilst holding down the Wireless Association button, after which it was OK, however during all this (apart from when it was unplugged, obviously) I still had uninterrrupted internet service as I had to log into the BT website to check the configuration or something, & the chap seemed to think the phone's hub problem would have had nothing to do with my internet problem over the past few days.
    Anyway, things seem to be fine now, I'll just hope it stays that way but at least I can try the unplugging trick if I have similar problems in the future.
    Once again, thank you all for your help & suggestions, it is a great comfort to me knowing that I have these boards to call on for assistance on virtually any problem I have with my Mac. Before he moved to Rio I could cry "Help" to my son too, hopefully once they move & get set up with an internet connection next week we will be able to video chat (the whole reason I bought the new Mac!).
    Many thanks to all,
    Carol.
    Wippitwalker

  • I have just updated to 3.6.4 and my browsers web pages only display in a narrow column in the centre of my screen.

    I have just updated to 3.6.4 and find that my browser web pages only display in a narrow column in the centre of my 16 inch screen.
    How can I stretch the web pages to fit my screen ?
    == This happened ==
    Every time Firefox opened
    == After ungrading to Firefox 3.6.4

    Set the pref <b>browser.tabs.insertRelatedAfterCurrent</b> to <i>false</i> on the <b>about:config</b> page.
    To open the <i>about:config</i> page, type <b>about:config</b> in the location (address) bar and press the "<i>Enter</i>" key, just like you type the url of a website to open a website.<br />
    If you see a warning then you can confirm that you want to access that page.<br />

  • I have just upgraded from CS 6 (Dreamweaver) and now when I click on a picture on a web page in Dreamweaver it doesn't go to the folder where the photo is stored anymore.  If this continues I'll have to go back to CS 6 as I have to put in alot of photos.

    I have just upgraded from CS 6 (Dreamweaver) and now when I click on a picture on a web page in Dreamweaver it doesn't go to the folder where the photo is stored anymore.  If this continues I'll have to go back to CS 6 as I have to put in alot of photos.

    I am using dw cc and I just double click picture I want to change in dreamweaver cc and my image folder opens, select new photo and then it updates and I am good to go, I am using a mac

  • Whenever I open firefox a add ons screen comes up with the yahoo web page behind it. . I just want the Yahoo web page and do not want to close the add ons page every time I use my computer.

    Whenever I open firefox a add ons screen comes up with the yahoo web page behind it. . I just want the Yahoo web page and do not want to close the add ons page every time I use my computer.
    I don't know what else to say about this. It is a screen that comes up in its own window everytime I open Firefox

    Please check your home page setting and see if about:addons is listed. If it is, please remove it
    https://support.mozilla.com/en-US/kb/How+to+set+the+home+page

  • Why does my computer say its connected through wi-fi but wont open a web page, why does my computer say its connected through wi-fi but wont open a web page but will work if im hardwired into the internet

    my computer is showing full connection through the airport but wont open any web pages it says it is not connected to the internet... When i hard wire the internet in with the cord it works just fine so i think i somehow messed up or turned of my wi fi capability but i show my airport is on

    Your computer is showing it's connected to the Wifi router all right, but perhaps the router isn't connected to the Internet.
    If your connecting the Ethernet cable directly to the modem and resetting it, bypassing th erouter and then getting online, fine that's good.
    If your connecting to the router directly and getting on the Internet fine, it means the router is connected to the Internet.
    If the last one is true then likely what has occured is your DCHP lease is expired because your computer doesn't have the right time and date as the router, it's showing a good signal but your not connecting.
    Open System Preference and check the date and time and set it to update to Apple's time server for your location.
    Sometimes Apple's time is off, as third party routers get their time elsewhere and sometimes the two don't match and thus DCHP lease is expired.
    ..WiFi, Internet problems, possible solutions

  • Is there anyway to share an application on an Adobe Muse web page? More specifically an applet exported from the Processing interface?

    Is there anyway to share an application on an Adobe Muse web page? More specifically an applet exported from the Processing interface?

    Hi,
    You can add your app to the Muse page using the Insert HTML feature in Muse. However, it depends on your hosting server whether or not the app will work. For example, if your app is in php and your server is configured for php, the app should work.
    Regards,
    Aish

  • Unable to access web setup from 4 different Win7 machines with IE9 / FireFox

    I Hope someone can help, I suspect this may have something to do with a recent update to Windows or IE since this worked at least a couple of months ago.
    I'm unable to access the  web setup screen from 4 different windows machines running IE 9 or Firefox (various combinations of wireless, wired, etc.). When I get to the certificate error and hit the "yes, i understand, continue", it comes back with a 'can't be reached' page and looking into the details says the 'connection was dropped'.  However If I connect from a MacBook / safari, I'm able to reach the page fine (and admin the router).
    Summary:
    Using a wrt610n
    I am connected to the router, the ip address hasn't changed, the password hasn't changed
    I can use the router & connect to the internet
    I have the router set to require HTTPS, but switching it to allow HTTP doesn't help.
    Both Wired & Wireless Win 7 / IE9 machines can't connect.
    Tried setting the router ip address to 'trusted' zone in IE
    Tried setting the router ip address to the 'compatibility' mode in IE
    Tried using latest version of Firefox with the same results.
    Thanks in Advance!
    Stephen

    Before I suggest you any troubleshooting steps, I would like to ask few question. Like did you try opening the “https://192.168.1.1” in Internet Explorer 8. If not, then try to open the Router Management page in the same manner in Internet Explorer 8 and check whether it opens or not. As it should show up.

  • Unable to load web pages. This is what I get when I enter them; Unable to connect

    Yesterday I turned on my computer & was not able to use Firefox. Nothing had been changed on my computer. No web pages will load. When I hit enter this is the message I get:
    Unable to connect Firefox can't establish a connection to the server at www.geocaching.com.
    The site could be temporarily unavailable or too busy. Try again in a few moments. If you are unable to load any pages, check your computer's network connection. If your computer or network is protected by a firewall or proxy, make sure that Firefox is permitted to access the Web.

    It most likely means your internet connection is out. Wait a little while then try again. You might also want to reboot your computer. If that doesn't work, please reply.

  • Unable to Access Web Site (with same name) outside of Local Network

    Hi everyone,
    I have my web site (and some other services) hosted outside of my network by my hosting provider, but handle all other items using OS X Server on my network (i.e. Wiki and so forth).
    The problem is now that I am unable to access my website at www.mydomain.com from within the network. I have external DNS set up for www.mydomain.com to point to my website, while mydomain.com points to my OS X Server (static IP address). Internally in OS X Server's DNS settings this used to work when I had www.mydomain.com resolving to the IP address of my web host, in addition to the default domain settings that OS X had set up. For some reason this is no longer working, and I am unable to figure out why.
    Using latest version of OS X Server 3.0.2.
    Any help is greatly appreciated. Thanks!
    Update: this ended up being a redirect issue on the web host. I added another subdomain that was hosted externally, and it worked fine. For some reason my web host is redirecting www.mydomain.com to domain.com.

    I am in Texas and cannot get to that site either. Do you know for sure the site is up and working? It could just be down (for days, a site I support was down for almost 4 full days a few weeks ago due to a virus problem).
    This may (again, may) be your problem: I see you have a173.48.x.x (you really should x-out the last two octets of your IP address for privacy reasons), I am on a 173.74.x.x address; I know some people have had problems with getting to some sites now that they have a 173.x.x.x address. I think Verizon obtained addresses in that range and some of the addresses apparently previously belonged to spammers or some malicious folks.Some sites (web sites, intermeidate routers, etc.) blocked those addresses, and may not have updated their filters to remove the block on those addresses because they don't know that Verizon now owns them. If this is the problem, eventually those filters will get updated and you will be able to access the site, but this could be a fairly long time.
    If you know how to contact that site I suggest you email them about the problem. You can also try turning off your router overnight and when you turn it back on the next day you may find that you have a different address (one that doesn't start with 173) that will allow you to get to the site.
    I don't think there is much Verizon can do to help, it is not their site that is blocking your address (at least I don't think it is).
    Hope this helps.
    Justin
    Verizon FiOS TV, Internet, and phone
    IMG 1.6.2, Build 08.58
    Keller, TX 76248

  • How to resolve network issue or dns to access web page on snow leopard server?

    I have my network setup like as follows:
    internet > router 1 > ethernet ports > switch > router 2
    I have a mac osx snow leopard server connected to "router 1", but it is so slow when accessing a web page hosted on the server from a browser on a workstation connected to either router 1 or router 2?
    Is there a problem with my network setup or maybe because I changed the name to newservername.local?

    @Jeff and @Camelot,
    I think it is a DNS issue.  I completely reset the DNS settings on server and the local name with the steps below, but now cannot access the site hosted on the server at all
    I used a modified version of http://www.mkahn.com/2010/09/configuring-dns-on-mac-os-x-10-6-snow-leopard-serve r-for-hosting/ to reset the server set
    1.  Stop DNS Service in Server Admin
    2.  Close Server Admin
    3.  Obtain 10.6 DNS Default files (below)
    4.  Overwrite the DNS files with DNS Default files:
    /etc/dns/loggingOptions.conf.apple
    /etc/dns/options.conf.apple
    /etc/dns/publicView.conf.apple
    /var/named/named.ca/etc/named.conf
    /var/named/named.local
    /var/named/localhost.zone
    5. Restart your server
    All machines have 1ms ping responses within the network including this snow leopard server that I am trying to setup.  There is another test web server that return pages instantly within this network so I doubt it is a network issue, but a DNS issue.

Maybe you are looking for

  • Recover the standby database

    Hi, I have both primary and standby database in ASM and I need to recover the standby database as it's falling behind for too long. The steps I did are: 1. backup full database on primary 2. create a standby controlfile and copy to /tmp on the standb

  • Counting number of elements in an array which aren't empty?

    i tried using this method to count an array which has 100 elements but it doesn't go past the while statement which i cant figure out? public static void countCust() int cntr = 0; int z; for (int c = 0; c < 100; c++) while (customer[c].indexOf(':') !

  • Is it possible to place an object on top of a SWF file in Dreamweaver?

    I have a slideshow that I would like to float on top of the bottom half of a SWF file that I have created.  Is this possible in Dreamweaver CS6?  Can anything be floated on top of a SWF file (JPG,PNG, etc.)?

  • What does "General Installation Error" mean?

    I was attempting to install Flash Player  ver. 11.9.900.117 on a MacBook Pro running Mac OS X v. 10.8.5. The installation fails with the message "General Installation Error." What is the cause of this error and how do I fix it?

  • When will adobe premier pro be able to edit h265

    When will adobe premier pro be able to edit h265