Can't change IP address because I can't access it via URL

I am on a MAC running snow leopoard. I recently got  a new router. My old router had a 192.168.0..... prefix. My new router has a 192.168.1... prefex. I tried to reset the wireless on my printer by entering the new WPA/WEP password. It says it's successful and my computer's System Preferences can actually find it. However, when I print a network page, it says the IP address is 192.168.0.254 (which is the old router's prefix). Therefore, when I type that into a web browser, the page never displays and eventually times out. Is there another way to reset the IP address without using it's current IP address?
Thanks!

Ok, let's try the following:
First, turn your printer Off and then On.
Enter the Setup menu from the printer Control Panel, locate wireless, then restore the network defaults once again.
The perform the Wireless Setup Wizard to reconfigure.
As well, under the Wireless menu locate the IP Settings and make sure it is set to Automatic.
(It should appear under Wireless, or under Wireless > Advanced Settings)
Additionally, could be that your router SSID (network name) set as the default configuration?
As it seems like an DHCP IP address provided by your router, if your network name is some common one, try changing your network name into personal one as there might be a router with similar SSID nearby which cause a conflict.
Additionally, make sure your Mac does not have a manual IP configured:
System Preferences > Network > Select your active Wireless or ethernet and click the advanced button.
Make sure the IP Address is set to automatic / DHCP.
Say thanks by clicking the Kudos thumb up in the post.
If my post resolve your problem please mark it as an Accepted Solution

Similar Messages

  • I changed my primary email address because I could not access my old email and now my new iphone asks me to sign in to my old account in order to backup my apps and music from my icloud

    I changed my primary email address because I could not access my old email and now my new iphone asks me to sign in to my old account in order to backup my apps and music from my icloud. when I try to sign in using my password it says it is the wrong password.

    If you are only updating apps, that's normal  Apps and other purchased media are permanently tied to the ID used to purchase them.  You also don't back up apps or music to iCloud, the only thing backed up to iCloud is your app data, which is part of your iCloud backup by default.
    Is your phone signed into the old ID in Settings>iCloud?

  • Can't access photos via windows, everything else works iTunes, external software etc.

    Hello,
    Since I installed Windows 8.1 I have quite big problem, can't access photos via windows explorer. iTunes and other software can see phone and works completely fine.
    There is error 28 in device manager.
    Tried uninstalling all services including iTunes itself and got latest iTunes today and still no luck.
    Anybody knows solution to this ?
    (iPhone 4S iOS 7.0.4)

    Is it just me, who got this issue ?

  • Can not access internet via wired connection, wireless working OK

    Background information,Came home from vacation turned on PC to access email.Emails started downloading then stoped,started getting messages that firefox stopped working and Thunderbird quit working and others.My desktop is attached to a verizon router.all my other devices are wireless and are working fine through the same router.I connected my laptop to the lan connection, turned off wifi and accessed the internet via lan connection.Using device manager, checked drivers, says up to date, also says that it is working properly.I have gone to the command line and can ping google.com.I can ping the loop around. ping127.0.0.1I have done the ipconfig/release,ipconfig/renew, and ipconfig/flushdnsipconfig/all indcates that it is there and enabledMy Lan connection is part of the mother board.can not access internet via wiredconnection.Not sure what to do next.Help Please   

    Reply: I spent about an hour last night doing all the things that you suggested including moving the lan cable from my desktop to my laptop which worked fine. When I hoover over the connection it says;  Network3                                                                                        Internet Access   no error messages.When I unplug the cable at the router a red x covers that connection icon.Plug it back in red x goes away.It is seeing the router, just does not appear to be providing selected web page info.Computer thinks it is working fine.

  • Can,t access wifi via airport after left my mbp idle for just 1 minute

    i can,t access wifi via airport after left my mbp idle for just 1 minute, i need to turn airport off & turn airport on if i left my mbp idle for just 1 minute or less...why this thing happen? anyone can help thanks in advance

    Something that came to mind after rereading you post relates to the particulars of a "hard" reset on the Snow.
    A “hard” reset removes current setting from the base station. You must then connect to the base station using the AirPort Admin Utility and upload AirPort 2.0 or later software to return the base station to its default settings. A base station in a hard reset is only accessible through the LAN port, not via wireless connections ... so attempting to access with the AAU, via a wireless client, will not work.
    The following is the process to reload the AirPort software: AirPort Base Station (Dual Ethernet) : How to reload software from Mac OS X

  • Can't access some websites - URL is hijacked by "unotelly" - ??

    This has a virus-like feel to it... I can't access certain websites,. When I do, I'm bumped to a site for Untotelly.
    I type: www.bbc.co.uk
    And I go to:  http://quickstart3.unotelly.com/?origin=http://www.bbc.co.uk/
    At the top of that page I'm asked to "please update your IP address"  (among other things) .. which I'm reluctant to do.
    The question is: how do I stop this from happening?

    I'd think that the DNS settings on your computer or router have been changed to unotelly's ones.
    How to remove UnoDNS : UnoTelly Customer Service

  • Can't access cluster via SQL Server Mng Studio unless node has ownership

    Hi:
    We have Windows and SQL 2008 R2 in a 2 node cluster. Failover and failback work like a dream. All the 'lights' are green. But we can only access the cluster when we're on the node that has ownership. I've deleted all DNS entries and successfully recreated
    them via ipconfig /registerDns from each node, shutting down, restarting the actual cluster and taking the application and service offline then back on line. All DNS records got recreated perfectly. Cluster error log doesn't show anything when we
    can't connect either. We can also ping all IPs, Hostnames and Clustername.

    Hi g_machuca,
    According to your description, you want to implement failover and failback in SQL Server cluster environment. We need to verify if The cluster group containing SQL Server can be configured for automatic failback to the primary node when it becomes available
    again. By default, this is set to off. First you set a preferred owner for the SQL Server service in a clustered environment; To ensure the service or application automatically moves to the correct node, select “Allow Failback” under the Failover tab. . 
    Auto failback saves you from having to make this change manually; however it will restart the SQL Services when it automatically fails back. Or if you don’t want to configure auto failback you’ll want to make sure that you manually fail the services
    back to the more powerful node after the system has come back online.
    There are details about failover cluster allows automatic failback, you can review the following articles.
    http://www.mssqltips.com/sqlservertip/2672/managing-a-windows-and-sql-server-cluster-using-the-failover-cluster-manager-tool/
    http://blogs.technet.com/b/rob/archive/2008/05/07/failover-clustering.aspx
    For more information about troubleshooting Windows Server 2008 R2 Failover Clusters, you can review the following article.
    http://windowsitpro.com/windows-server-2008/troubleshooting-windows-server-2008-r2-failover-clusters.
    Regards,
    Sofiya Li
    Sofiya Li
    TechNet Community Support

  • Security photo - does not show any apps that have requested access. I can not access photos via apps. How to fix it?

    Apps can not access photos.
    Apps never asked if they could access photos.
    Security>Photos  - there are no apps on the list.
    I have restarted.
    Backed up, restored.
    No improvement.
    Thanks.
    ps my iphone allows access, so I know 'how' to do it usually.

    Found the answer:
    Go to settings/general/restrictions/photos and allow the apps to have access to photos

  • Can i access internet via apple tv

    Can I access the internet via Apple TV? I would like to watch BBC iPlayer and use last.fm, for example.

    http://www.apple.com/appletv/
    the internet services the atv support are listed on the site
    the only way for the atv to work with the items you mention is by using airplay from an iphone or ipad or ipod touch

  • HT1657 I've rented my movies on my laptop.  How can I access them via my i pad?

    I rented several movies and downloaded them to my computer? Can I access these rentals somehow without renting again on my ipad?

    You will need to connect the iPad to your computer's iTunes and move them over to the iPad (similar to how you sync other content from your computer) - rentals are one-time only downloads, so you can't download a copy of them on your iPad. From the page that you posted from :
    If you download a rented movie on your computer: You can transfer it to a device such as your Apple TV (1st generation), iPhone, iPad, or iPod if it’s a standard-definition film (movies in HD can only be watched on your computer, iPad, iPhone 4 or later, iPod touch (4th generation or later), or Apple TV). Once you move the movie from your computer to a device, the movie will disappear from your computer's iTunes library. You can move the movie between devices as many times as you wish during the rental period, but the movie can only exist on one device at a time.

  • Can't access menu via shortcuts

    How would I return a Control-S (Save current page as...) functionality? Currently does nothing when I press this key combination, nor can I access any menus using their underlined first letter.

    '''Try the Firefox SafeMode''' to see how it works there. <br />
    ''A troubleshooting mode, which disables most Add-ons.'' <br />
    [https://support.mozilla.org/en-US/kb/troubleshoot-firefox-issues-using-safe-mode#w_safe-mode-window_2 Troubleshoot Firefox issues using Firefox SafeMode]
    * You can open the Firefox 15.0+ SafeMode by holding the '''Shft''' key when you use the Firefox desktop or Start menu shortcut.
    * Or use the Help menu item, click on '''Restart with Add-ons Disabled...''' while Firefox is running.
    ''To exit the Firefox Safe Mode, just close Firefox and wait a few seconds before using the Firefox shortcut (without the Shft key) to open it again.''
    '''''If it is good in the Firefox SafeMode''''', your problem is probably caused by an extension, and you need to figure out which one. <br />
    http://support.mozilla.com/en-US/kb/troubleshooting+extensions+and+themes <br />
    Or it might be caused by Hardware Acceleration.
    ''When you figure out what is causing that, please let us know. It might help other user's who have that problem.''

  • HT4211 Ok so I had to change email addresses because I switched providers.  Now I am having issues with my apple id.  How do I fix this issues?

    Ok so my boss has an Iphone 5c and he changed internet providers.  His apple id is tied to his old email address.  Now when he does anything on his phone it asks for his apple id and it says its invalid.  How do I fix this issue?

    Ues manage:
    https://appleid.apple.com

  • Can not access FWSM via session command in cisco 6513 (VSS enabled)

    Dear All,
                  Today i received FWSM from cisco (RMA), I need to configure it as standby unit for existing FWSM active/standby setup.
    IOS on RMAed FWSM is 2.3.4 and  cisco VSS supports FWSM IOS 4.0.4 and later.
    My issue is, I cannot access FWSM (IOS 2.3.4) via session command from cisco 6513 but could successfully consoled it without any problem. I have reloaded it twice and also tried to disable and enable power on it.
    VSS#sh module switch 2
    Switch Number:     2   Role:  Virtual Switch Standby
    Mod Ports Card Type                              Model              Serial No.
       2    6  Firewall Module                        WS-SVC-FWM-1  -----------
    Mod MAC addresses                       Hw    Fw           Sw           Status
      2  0034.2fd7.3b04 to 0019.2fa7.3b0b   4.2   7.2(1)       2.3(4)       Ok
    Mod  Online Diag Status
      2  Pass
    VSS#session switch 2 slot 2 pro 1
    The default escape character is Ctrl-^, then x.
    You can also type 'exit' at the remote prompt to end the session
    Trying 127.0.1.21 ...
    % Connection timed out; remote host not responding
    Can someone please let me know why I cannot access FWSM through session command ?
    Whether this is because of older IOS ? If yes then how to upgrade its IOS ?
    Is it possible to upgrade IOS via FWSM console ? if yes, please let me know.
    Do i need to test on different slot ?
    Look forward to hearing from someone.
    Thanks & Regards
    Ahmed...

    There is a limitation that FWSM running version older than 4.0.4 will not accept session from the switch if the FWSM is not seated into switch 1 AND if switch 1 is not active.
    So to upgrade the FWSM you either need to use the console or put the FWSM physically in switch 1.
    Thanks,
    Jeroen

  • Banshee - Can't access net via proxy

    [theta@boolean-pc ~]$ dbus-launch banshee-1
    [Info 23:43:01.809] Running Banshee 1.6.0: [source-tarball (linux-gnu, i686) @ 2010-03-31 23:39:43 UTC]
    [Warn 23:43:03.893] Caught an exception - System.ApplicationException: No support GNOME Settings Daemon could be reached. (in `Banshee.MultimediaKeys')
    at Banshee.MultimediaKeys.MultimediaKeysService.Banshee.ServiceStack.IExtensionService.Initialize () [0x00000] in <filename unknown>:0
    at Banshee.ServiceStack.ServiceManager.StartExtension (Mono.Addins.TypeExtensionNode node) [0x00000] in <filename unknown>:0
    [Warn 23:43:03.893] Extension `Banshee.MultimediaKeys.MultimediaKeysService' not started: No support GNOME Settings Daemon could be reached.
    [Warn 23:43:04.024] Caught an exception - System.ApplicationException: No support GNOME Settings Daemon could be reached. (in `Banshee.MultimediaKeys')
    at Banshee.MultimediaKeys.MultimediaKeysService.Banshee.ServiceStack.IExtensionService.Initialize () [0x00000] in <filename unknown>:0
    at Banshee.ServiceStack.ServiceManager.StartExtension (Mono.Addins.TypeExtensionNode node) [0x00000] in <filename unknown>:0
    [Warn 23:43:04.024] Extension `Banshee.MultimediaKeys.MultimediaKeysService' not started: No support GNOME Settings Daemon could be reached.
    [Info 23:43:04.025] All services are started 1.588517s
    [Info 23:43:05.793] nereid Client Started
    System.ApplicationException: Could not find org.freedesktop.Avahi
    at Mono.Zeroconf.Providers.AvahiDBus.DBusManager.Initialize () [0x00000] in <filename unknown>:0
    at Mono.Zeroconf.Providers.AvahiDBus.ZeroconfProvider.Initialize () [0x00000] in <filename unknown>:0
    at Mono.Zeroconf.Providers.ProviderFactory.GetProviders () [0x00000] in <filename unknown>:0
    System.DllNotFoundException: libnss_mdns-0.2.so
    at (wrapper managed-to-native) Mono.Zeroconf.Providers.Bonjour.Native:DNSServiceCreateConnection (Mono.Zeroconf.Providers.Bonjour.ServiceRef&)
    at Mono.Zeroconf.Providers.Bonjour.Zeroconf.Initialize () [0x00000] in <filename unknown>:0
    at Mono.Zeroconf.Providers.Bonjour.ZeroconfProvider.Initialize () [0x00000] in <filename unknown>:0
    at Mono.Zeroconf.Providers.ProviderFactory.GetProviders () [0x00000] in <filename unknown>:0
    [Warn 23:43:06.382] Failed to start DAAP client - System.Exception: No Zeroconf providers could be found or initialized. Necessary daemon may not be running. (in `Mono.Zeroconf')
    at Mono.Zeroconf.Providers.ProviderFactory.GetProviders () [0x00000] in <filename unknown>:0
    at Mono.Zeroconf.Providers.ProviderFactory.get_DefaultProvider () [0x00000] in <filename unknown>:0
    at Mono.Zeroconf.Providers.ProviderFactory.get_SelectedProvider () [0x00000] in <filename unknown>:0
    at Mono.Zeroconf.ServiceBrowser..ctor () [0x00000] in <filename unknown>:0
    at Daap.ServiceLocator.Start () [0x00000] in <filename unknown>:0
    at Banshee.Daap.DaapService.ThreadedInitialize () [0x00000] in <filename unknown>:0
    As can be seen in the above code, the gnome-settings-daemon is not allowed to be accessed by banshee. My main problem is that I need to access net through the proxy, which doesn't work even after a dbus-launch. I have tried to look at the already existing problems but couldn't find a suitable match. Please help.
    Regards,
    Apoorv

    The DLink is a DSL-300T, the pair have worked fine together for over a year, so this wasn't expected at all. I can't really tell you what it is specifically, I'm afraid.
    In the Airport TCP/IP settings on the macbook, the details that come up automatically (and which don't allow me to connect to the net) are
    IP Address: 10.0.1.x
    Subnet Mask: 255.255.255.255
    Router: 10.0.1.1 (the Airport's IP address),
    which all seem to be correct. When I click "renew DHCP", the details which appear and which allow me to connect are
    IP Address: 86.xxx.xxx.146
    Subnet Mask: 255.255.255.255
    Router: 86.xxx.xxx.146 (the modem's external IP address)
    Incidentally, I can't connect to the internet by just plugging the modem into the laptop and using the lan port, might this mean that the modem is at fault? I assumed it would be the airport since no changes were made to the modem (or had been).
    A silly question, I'm supposed to plug the modem into the Airport socket with the <...> icon, right? Might be embarrassing if that was the source of the problems.
    Many thank,
    Andrew

  • Can't access server via RDC through one of the LAN port among two.

    Hello!!
    I have a window 2008 server with two LAN port. First with public IP Address and Second with Private IP for internal connection (no gateway IP Address). I'm able to connect server via RDC via public IP but not via Private IP. 
    Pls suggest how can I troubleshoot for dual connectivity through RDC.
    Regards,
    nts007

    I have seen this issue with multihomed systems.  I would verify connectivity from the client first.
    1. Can you Ping the private IP from the client?
    If the pings are unsuccessful...
    Are your client and server IP on the same subnet
    I have run into this problem on multihomed servers.  Because the default gateway points to a router on the public IP, return traffic from the server might be being sent to the default gateway.  
    To solve this you will need to use the route add command to tell the server to send the return traffic to a router through the private IP.
    2. If you could ping the IP, I would make sure you can reach the RDP port on the internal IP
    From a command prompt can you make a connection to the rdp port (3389 by default)?
    telnet privateip 3389
    If you can you will get a screen with the cursor at the top right if you can't it will say "Could not open connection"
    If you could not connect to the port, then check to see if the Windows firewall might be preventing the connection.   
    3.  If that doesn't work then I'd follow Milo's advice and use Netmon.  You might have to run it from the client and the server to get a full understanding of the issue.

Maybe you are looking for