Why won't my router save the changes to 192.168.0.1 DNS settings? (DGN2200v4)

I just bought a DGN2200v4 and successfully connected to the internet. However, it took me ages to figure out how to save the changes made to DNS settings. (I wanted to use "OpenDNS" on 208.67.222.222)

It turns out that if I connect to the router through 192.168.0.1, I can not change the DNS settings. When I click "Apply" after entering the new numbering, it takes 30 seconds or more for the progress bar for complete, but no change is made. i.e. it does not save the changes I made.

If instead I connect to the router via www.routerlogin.net, changes are correctly saved after clicking 'Apply', with the progress bar by taking 30 seconds or more.

I tried several times with consistent results. Why 192.168.0.1 not working then as www.routerlogin.net don't? I thought they were equivalent - the webpage 'Netgear genius' is identical on both...

JC

JCA says:


Also, do you recommend make a factory hard reset after the firmware update, or there at - there no need?

Sorry for the late reply.

Personally, I tend to reset factory and re - enter the settings manually, unless I've saved a backup of this same version of the firmware. However, I use Netgear as Access Points routers and so I have little data to re-enter. To some people will say that a factory reset is useless and very often they would be correct, but the effects of factory reset no when it may be necessary are often difficult to predict. I was moderator on these forums for a dozen years, and have seen hundreds of threads where the solution to the problems after an update of the firmware has been at the factory to reset the router.

Tags: Netgear

Similar Questions

  • Why is my Windows Photo Gallery not allowing me to save the changes I made to my photos?

    I've always been able to edit my images under "fix" and then save the changes. However, now I get a message that the changes cannot be saved because an error with my Windows Photo Gallery. Anyone know what can possibly be wrong?

    Go to this thread and the possible error code in their entirety, the list

    http://windowslivehelp.com/forums.aspx?ForumID=cafb0556-8959-49b9-AFEB-635314aa02f3

  • Help with image files, drop box and save the changes?

    My husband put all our photos of drop box.  They are still on our computer, but we can now also access elsewhere.  But it has somewhat modified files.

    I'm putting together, cultures and (in general) to save the changes made to some images.  But I get an error.

    Example: The image I want to change is on the side.  I right-click on the file icon and select "Rotate clockwise" in the menu dropdown. Immediately, I raise the sound "bonk" and an error message appears: "you cannot rotate this image.  The file can be used or open in another program or maybe the file is read only.  It wasn't a problem before doing things to the drop box.
    So, I wait to make sure that everything is ok.  The image is not open anywhere else.  I clicked the properties option to see if it is in read-only mode.  He said that it is not.
    When I open the image and try to use the rotation on the bottom, it will turn.  But when I close the window, I get a different error message that says "Windows Photo Viewer cannot save changes to this picture because there is a problem with the properties of the image file."   There is a link at the bottom of the message box for "Why can't save this picture?  I clicked it.  He said "the subject you are looking for is not available in this version of Windows. For additional assistance, see multiple support options. "The more support options?  Get a tech savvy friend who could help me. Nice.
    Anyone know what I need to do to make this work?
    I don't know what version of windows we have.  I'm sure that's not Vista.  It's the one after that.

    Hello

    Thank you asking in the Microsoft Community.

    1. open Microsoft paint.

    2. navigate to the image through Microsoft Paint.

    3 try to rotate and save the image.

    4 let me know if you are able to.

    Post back with the result.

  • Error: "Canoe Photo window Viewer save the changes to this picture because there is a problem with the property of photo file" when trying to upload photos from the iPhone to the Windows Photo Viewer.

    Original title: saving photos and videos, common sense?

    JW why I can't save a picture to the top of the right way in my windows photo viewer and Media Player (same for video too) so when I download my pictures frim my iphone on the computer a few photos have been taken vertically, and when I go to put the image a gardener would come saying ' canoe photo window Viewer save the changes to this picture because there is a problem with the file of. properties of photos? What can I do to fix this?

    JW why I can't save a picture to the top of the right way in my windows photo viewer and Media Player (same for video too) so when I download my pictures frim my iphone on the computer a few photos have been taken vertically, and when I go to put the image a gardener would come saying ' canoe photo window Viewer save the changes to this picture because there is a problem with the file of. properties of photos? What can I do to fix this?

    =============================================
    I don't know if the following links answer your question, but
    they may be worth a visit:

    Good luck and * proceed at your own risk *.

    FWIW... There is a very long discussion (several pages) to the
    following link:

    Cannot change the imported iPhone 4S photo
    https://discussions.Apple.com/thread/3444951?start=0&TSTART=0

    More Discussion

    iPhone 4S image properties is not compartible with Windows?
    Editing can be done on the computer due to the error
    "Windows Photo Viewer cannot save changes to this picture.
    because there is a problem with the properties of the image file".
    Any help?
    https://discussions.Apple.com/message/17291884#17291884

    More Discussion:

    We cannot turn a few photos in Windows 7 (but can turn others)
    http://answers.Microsoft.com/en-us/Windows/Forum/Windows_7-pictures/cant-rotate-some-photos-in-Windows-7-but-can/3a809845-9144-4BB1-9bb3-ab4f5b856524

    A simple solution is to open the photos in paint or most other
    digital image editor and modify it.

    Some people have reported success using the following free download
    to remove the metadata.

    Property restrictions stripper iphone 4S (JPEG & PNG Stripper)
    http://www.SteelBytes.com/?mid=30&cmd=download&PID=15

    Here's a way to turn...

    Easily turn locked iPhone 4 and 4 s Photos in Windows 7 with
    the rotator Lossless JPEG free
    http://www.daleisphere.com/easily-rotate-locked-iPhone-4-and-4S-photos-in-Windows-7-with-the-free-JPEG-lossless-Rotator/

    Free download JPEG Lossless rotating
    http://annystudio.com/software/jpeglosslessrotator/

  • After query do you want 2 save the changes you made

    Hello

    If I run a query for a form master / detail and press an Exit_button

    A message will be displayed in the form: (do you want 2 save the changes you have made) or NOT

    I don't want to use:
    EXIT_FORM ("NOT OK");
    I have 2 codes in a post request
    BEGIN
    
    SELECT ITEM_ID ,ITEM_NAME
    INTO   :ITEM_ID ,:ITEM_NAME
    FROM    WH_ITEMS
    WHERE ITEM_SERIAL =:WH_T_ITEMS.ITEM_SERIAL ;
    
    EXCEPTION
    
      WHEN No_Data_Found THEN       NULL; 
    
     WHEN OTHERS THEN
              
              Message ('OTHERS' || SQLCODE || ' And ' || SQLERRM);
              Message ('OTHERS' || SQLCODE || ' And ' || SQLERRM);
              
         
    END;
    
    
    ---====================================
    
    
    
         
    BEGIN
    
    SELECT WH_STORES.STORE_NAME
    INTO   :WH_TRANSACTIONS.STORE_NAME
    FROM   WH_STORES
    WHERE  WH_STORES.STORE_ID =:WH_TRANSACTIONS.STORE_ID ;
    
    EXCEPTION
    
      WHEN No_Data_Found THEN      NULL;
      
            
     WHEN OTHERS THEN
              
              Message ('OTHERS' || SQLCODE || ' And ' || SQLERRM);
              Message ('OTHERS' || SQLCODE || ' And ' || SQLERRM);          
              
    END;
    
    --===============================================================
    But I want 2 know why?


    Kind regards

    Abdetu...

    Database is perhaps one of these columns

    IN: WH_ITEMS. UOM_ID,: WH_ITEMS. STP_UOM_NAME

    If Yes, delete the select statement.

    -Clément

  • Graduation: Do you want to save the changes? When there is no change?

    Forms [32 bit] Version 10.1.2.3.0 (Production)
    Oracle9i Enterprise Edition Release 9.2.0.8.0 - 64 bit Production

    I have a form that always pushes me if I want to save the changes after interrogation of a record and then go out or try a new query. I don't know what changes he asks if I want to save that nothing has been changed on the form. Is there a way to follow what is the cause or whence it?

    Most likely in the trigger after query you assign a value to one or more fields (database item) or no database element.

    If it's an article from the database no it's to be assigned to a value the following code in the post once the transfer could help:

    SET_RECORD_PROPERTY (GET_BLOCK_PROPERTY (: SYSTEM.)) TRIGGER_BLOCK, CURRENT_RECORD): SYSTEM. TRIGGER_BLOCK, STATUS, QUERY_STATUS);

    If you assign a data point value check why you do so.

  • Portege 2010 - cannot find the button FINISH to save the changes to the BIOS

    I couldn't save my Bios Setup because I can not find the keys to the end to save the changes.
    I tried to hit all the keys on keyboard, but none of this save the settings.

    Can you show me the keyboard scheme showing the end keys?
    I have toshiba portege 2001 series.

    > Can you show me the keyboard scheme showing the end keys?

    I checked the user manual which you can download from the Toshiba user manual page and the END button seems to be located in the upper right corner, it s above the BACKSPACE key.

    See you soon

  • When I right-click to save an image it won't let me save the image otherwise that as "all files".

    When I right click on an image to make a backup because it won't let me save the image in jpeg format, what is on the menu drop-down is "all files" that records under a bunch of numbers and letters, etc. It save it as an aspx file.

    Try to add the .jpg file extension yourself if Firefox does not when you save an image file.

    If you have already saved images with an incorrect file extension, then rename them and add a .jpg file extension. Check the properties of the file via the context menu to see if that worked.

  • Unable to save the changes in the resolution of the screen on Satellite P20

    Recently, I have problems with the resolution/quality of images on my laptop P20.

    When I try to remedy this in the tab settings of Options Diplay it me does not save the changes to the screen resolution or image quality. I am currently using the default monitor on NVIDIA GeFOrce FX Go5200.

    Any ideas?

    Hello

    For all the ideas give us more information please. I just know that the resolution of the standard screen for this laptop is 1440 x 900 and if the right display driver is pre-installed to avoid any problems.

    I used Satellite P20-303 (nVIDIA GeForce FX Go5600) nearly two years with the original display driver and have never had any similar problems.

  • Photos app does not save the changes, impossible to edit photos without using other applications

    'Photos' of photo editing features does not work because it is impossible to save the changes. Photos can be edited as usual, but trying to save the changes that the photo is reinstated to the State of origin regardless of changes. There is no error message, to solve the problem, I tried to reset all settings, but it did not help.

    I have iOS 9.2.1 on an iPhone 6 s.

    Thanks in advance for your advice

    I have the same question since getting my iPhone 6. Very frustrating. Several times the photo says even "revert to original" even though the changes have been never applied, as if he thinks he has saved the changes. I asked for help with an apple store and they had never seen before and had no suggestions.

  • Save the changes to the input parameters of circle finder

    In the finder, circle and Pattern matching

    We use some KING and setings of entry...

    I need to record this change while the application is running.

    Which method I should use...

    to save the changes

    Hello

    using xml with the structure of the event function to read and write the values selected.

    Example of XML (you can write the the datastructure options circular detection directly):

    Best regards

    K

  • F10 does not save the changes

    I bought a HP 500-023 refurb which was great good cheap at Microcenter.  I would like to enable vt - x, which is a feature of the i3 chip that is installed on this computer, and finally because the Commission will support the other processors I could switch to something that can run a virtual machine that is better outside the i3 chip that went into it.  So, every time I enter the bios and go to the screen that allows me to change the vt - x for 'licence' to 'disabled', that it is not possible to F10 any change.  In fact, it is no screen in the bios at all which allows F10 to save even though the bios says «F10 save/ESC exit»  I built several computers myself in the past and unlocked cores on the processors through the settings of the bios etc, so I am very familiar with the bios settings.  The question is, literally, that the changes cannot be saved.  If someone knows something about HP computers specifically which would explain this weird behavior in the menu of the bios Setup?  To say they have simply disabled the ability to make changes is a total deal breaker and will return just the machine to the store.

    OK as it turns out I have F10 CAN save the changes to the bios settings and activate the HP motherboard Joshua 500-023 device virtualization.  The problem was that I just changed the BIOS with my keyboard not HP.  It's a Microsoft Wireless ergonomic keyboard that I use always.  I would never in a million years try to use cheap plastic keyboard that came with the computer, but read on UEFI and how it detects hardware confidence that it crossed my mind that maybe I should just plug the supplied keyboard with the computer.  YES... that's all it took.  I could then F10 and save changes to the bios.

  • Save the change on issue close

    Hi all, I searched around the forum for an answer but couldn't find one.

    I have problem with is basically, I can't get rid of the recording of the dialogue changes when the application closes. Many people suggested using a variant of:

    public boolean onSavePrompt()
       {
           return true;
       }
    

    but I noticed that all the people who got to work have extended their screen. I did not extend my screen - as in the example of the Music Store tutorial - because I don't know how to use the persistent store when the screen is extended. So, if I use the code above, it does nothing.

    Finally, I would like to save the changes when you exit without any dialogue arise. Currently, I save the changes using the menu button - Save as in the tutorial of Music Store. How could do?

    Help, please! Thanks in advance!

    How do you define your screen?  -That's something like...

    SerializableAttribute public class screen extends MyScreen

    {

    ...

    }

    If so, just add the code of onSavePrompt() in there.

    Your screen will confirm record when he thinks there are pending changes (isDirty() == true).  So, another way to avoid it is to simply call setDirty (false) in your code before the closing.

  • My wallpaper appears only in the extended format. I want to display a .jpeg file into the center channel mode. I click on center and save the changes, but he remains in stretch mode...

    My wallpaper appears only in the extended format.  I want to display a .jpeg file into the center channel mode.  I click on center and save the changes, but he remains in stretch mode...

    HP technical support solves the problem for me with a patch: I'm sorry that I don't remember all the steps they walked me through but the patch was SP45575. EXE.   It was working fine.  Good luck

  • Do you want to save the changes

    Hi all

    6i dev,

    I always get him 'do you want to save the changes you have done"message when I open my form and try to run the query.

    without to make anychanges.

    ??

    Thank you

    I found it, I'm assigning a value to an element in a trigger a time new form instance

    Thank you

Maybe you are looking for

  • Why some objects do not work?

    Okay, so this is my third attempt trying to ask this question, and now it's getting boring, so I'll do it in the form of points this time. Got the computer today Downloaded Firefox Went on YouTube, flash has been blocked by Firefox Update of flash, I

  • 'white page' shows on the page from home-will NOT load all sites

    When firefox loading, a "blank page" is displayed. In addition, when this happens, no sites are accessible. Display the toolbars at the top. This has happened Each time Firefox opened is today

  • Press the scrolling in HP 14 - d106TX does not

    Hello I have a HP 14-d106TX laptop and I installed sp64985 - Alps TouchPad driver for the touchpad drivers. I use windows touch getstures 8.1 and everything seems to work fine except the scrolling. Please help me solve this problem Thank you

  • Two external monitors for HP Pavilion dv6

    Is it possible to configure my laptop Pavilion dv6 to take charge of two external monitors?  It does not resemble a connection docking station on the bottom of the laptop

  • ~ 9 years, HP Officejet Pro 8500, it'll work on Windows 8?

    Fantastic printer and much work, unfortunately the computer it is attached to the least. Can find converters for the capture of port printer 25 pin to USB, but need to know if it will work on Windows 8 (or even 7) if the appropriate drivers are insta