EA6350 - strange problem with DNS on some devices.

My EA6350 has this strange issue where some devices, not all, are struggling to get the DNS, and I have to go back and manually configure DNS servers (I am on Comcast, so I use Comcast servers) in each unit carried out in order to get an Internet connection. (i.e., I need to replace the 192.168.1.1 provided by DHCP from the router with 75.75.75.75/75.75.75.76).  Looks like its something to do with some of my devices do not love how DNS gets proxied through this address by the router.  I've seen him have a problem on a Win7 PC, a PC Win10, a chromebook, an Xbox 360 and a couple of smart TV, but it seems not to be a problem on iPhones, iPads, a phone Win10, Win10 tablet, an other PC Win7, and one an Xbox.

I tried to do a factory reset and reset of the router and flush the DNS cache on the device that would allow me to do, but nothing helped. My firmware is updated.  I also tried to set the static routes of the DNS on the router and that doesn't seem to help either.

The interesting part about this is that it hit all of the devices in my house, just a few and it seems to be more prevalent on cable devices.  From what I can tell, the router receives its DNS Comcast very well (and as I said, there are a lot of devices that work).   Has anyone else seen anything like this?

I think I solved my problem.  I did a factory reset on the router and don't update the firmware and now everything seems to work for all devices, even the most problematic.

2.1.1.168234 is good.

What that either version is later that it has problems.

Tags: Linksys Routers

Similar Questions

  • A very strange problem with DVD player (some DVD play not)

    Hello everyone.

    I bought a laptop Dell Inspiron 3543 2 months ago. Overall, I am very satisfied with this product, but I have a problem with the DVD player. When I insert some DVD discs, the driver reads some DVDs but not others. After trying to play DVDs, I see that the DVD player play about half of the DVD I'm looking for. Although I can guarantee, I didn't send my laptop to the service because I can't work even a day without my cell phone. So, in order to solve the problem, I bought a DVD player new, original Dell (the same model of dvd player, which is Panasonic Matshita DVD +-RW UJ8E2). Today I started using my new DVD player, but it also has the same problem as my old DVD drive or it also does not play some DVD.

    To make the issue even more strange, here are some details:

    -My dvd drives have no problem and I have tried many original DVDs (especially the original films). And all the dvd disks that do not play on my computer play on other computers with no problems. There is no problem with the disks.

    -Certainly no problem with the "DVD region Code". I use original DVDs with region code 2, which is the area code for my country.

    -All my drivers, the operating system and the dvd drive drivers are up to date. When I look at my DVD drive properties, it is written that "the dvd drive works properly.

    -When I insert a DVD disc, if my DVD player he plays, he plays each time. But if my dvd player does not play a dvd, and then he never plays it. So, there is a consistency in the dvd disc set to play or not. When a DVD disc does not play, my DVD player rolls the drive some time and then the DVD done pretending as if there is no disc in the drive.

    -Both my old and newly purchased DVD drives have exactly the same problem, so I think that there's no problem like a lens dirty. I also think that there is no mechanical problem with one of my DVD drives because my newly purchased, original DVD player also has the same problem.

    I thank everyone for any help or advice in advance.

    Today, I received my dvd player third, new, Chinese, not original from a seller of spare part. He plays all DVDs with no problems. :)

    If in the future someone always has the same problem as me and read this Web page to find a solution, you know where is the problem.

  • Strange problem with HorizontalFieldManager - it does not show on real device bitmap

    I have a rather strange problem with the HorizontalFieldManager on my Blackberry 8820, which I did not on the Simulator, or done other blackberries that I tried to install my game.

    The problem is that bitmaps that I add, do not appear on the actual device, as in the images below. The code is provided below as well. No idea how to debug, or resolve is appreciated.

    Here's what I see on Simulator and some devices

    Here's what I see on the real blackberry:

    Code:

    ......

    OK, I found the solution - the problem is that there seems to be a bug where you can't put more fields button radio on a horizontal layout manager with 4.2.2.x.

    The solution is to extend the RadioButtonField field and replace the positioning method:

    RadioButtonField radioField = new RadioButtonHack ("", textureGroup, isSelected);

    SerializableAttribute public class RadioButtonHack extends RadioButtonField {}

    public RadioButtonHack() {}
    Super();
    }

    public RadioButtonHack (String label, group RadioButtonGroup,
    Boolean selected, long style) {}
    Super (label, group, selected, style);
    }

    public RadioButtonHack (String label, group RadioButtonGroup,
    Boolean selected) {}
    Super (label, selected group);
    }

    public RadioButtonHack (label As String) {}
    Super (label);
    }

    Protected Sub layout (int width, int height) {}
    int temp = this.getPreferredWidth ();
    setExtent (time, height);
    Super.Layout (time, height);
    }

    }

    resolved http://supportforums.blackberry.com/t5/Java-Development/radiobuttonGroup-related-problem-in-storm/m-...

  • "Détarer" problem with the Torch 9800/Device Simulator

    Hello everyone,

    Im a very strange problem with the Torch 9800 (OS 6).

    I have an application developed with 5.0 SDK. Throughout the process of synchronization of this app, there is a point he gets a. tar.gz file that is unziped. For this purporse (in fact, the tar part / "détarer"), we use a tar / "détarer" 'library' we found here in the forum (http://code.google.com/p/j2metar/). This library works fine in all phones with OS 5.0 that we try and even on the simulators of somo 6.0.

    But there seems to be a problem with the torch. During the uncompress, there are an exception, because what is the reading of the structure of the tar (from the industry), load the bytes that are invalid, corrupt, dirty, memory, and it fails.

    The strange thing of all is that if I have only the routine détarer to the file (in the torch), it works! But when I run all my sinchronization, which open and close httpconnections and process the file on some points (sometimes the same point, others of different) fails.

    My question is... are at - it a known bug, issue, etc. with the BONE of the torch (touch device)? Of course, the first thing that jump to mind is "my code is incorrect, memory leaks (in Java, but perhaps odd that a stream was not getting close properly)" and so on, but I can't seam to find the problem. And like I said before, this application works fine with the same file tar.gz in other devices like the 8520 OS 5, 9780 OS 6, 8900 (OS 5).

    IM completely stuck with this problem and any help/test will be greatly appreciated.

    Here some code, the method that makes him détarer and calls the détarer/tar library:

    public static boolean "détarer" (String tarFileUrl, String destUrl) bird Exception {}

    FileConnection fconn = null;
    FileConnection tarFileConn = null;
    TarInputStream tis = null;
    Boolean bRet = false;

    try {}
    fconn = (FileConnection) Connector.open (destUrl, Connector.READ_WRITE);
    If (! fconn.exists ())
    fconn.mkdir ();   Create the folder if it does not exist
    fconn. Close();
    fconn = null;
                
    Create a TarInputStream
    tarFileConn = (FileConnection) Connector.open (tarFileUrl);
    TIS = new TarInputStream (tarFileConn.openInputStream ());
    tarFileConn.close ();

    Entry TarEntry;
    int count;
    data Byte = null;
                
    While ((input = tis.getNextEntry ())! = null) {}
    Count = 0;
    data = new ubyte [2048];

    fconn = (FileConnection) Connector.open (destUrl + entry.getName (), Connector.READ_WRITE);
    If (! fconn.exists ())
    fconn. Create();   create the file if it doesn't exist
    else {}
    fconn. Delete();    Create a new
    fconn. Create();
    }

    OutputStream os = fconn.openDataOutputStream ();
                    
    While ((count = tis.read (data))! = - 1) {}
    OS. Write (data, 0, count);

    }
                    
    OS. Flush();
    OS. Close();
                    
    fconn. Close();
    fconn = null;
               
    }

    TIS. Close();
    TIS = null;
                
    bRet = true;
                
    } catch (Exception e) {}
    e.printStackTrace ();
    throw e;
    } {Finally
    try {}
    If (tis! = null)
    TIS. Close();
    If (tarFileConn! = null)
    tarFileConn.close ();
    If (fconn! = null)
    fconn. Close();
    } catch (Exception e) {}
    }
            
    Return bRet;
    }

    Thank you!

    Santiago.

    Hello

    It is a problem with the OS 6.  I've posted about this before here:

    http://supportforums.BlackBerry.com/T5/Java-development/reading-and-writing-file-on-torch-9800/TD-p/...

    Basically, corruption may occur if you write to the stream simultaneously in different threads.  The solution is to ensure that a single file operation is occurring at a given time.  Some people have had the chance to control the size of the buffer to something as a multiple of (64 * 1024)-1. e.g. 65535.  In addition, you can rinse after each write to the buffer.  I have had no luck with this, but others.  If you look at the bug in JIRA, there is also no activity on this:

    https://www.BlackBerry.com/jira/browse/JAVAAPI-1513

    Good luck!

  • strange problem with Ericsson H5321

    Hello

    I have a strange problem with Ericsson H5321 on my X 230. Until a few weeks ago, the card worked perfectly as a modem (at least on Linux, so I guess it would be too much work in Windows). Unfortunately, a few weeks ago disappeared from the network manager modem connection. I checked that all the special device for this files still exist:

    $ because I in/sys/class / * / * {ACM, wdm} * / device/interface; echo-n "${i}: ';" $ Cat {i}; fact
    / sys/Class/TTY/ttyACM0/Device/Interface: H5321 gw Broadband Mobile Modem
    / sys/Class/TTY/ttyACM1/Device/Interface: H5321 gw Mobile broadband data Modem
    / sys/Class/TTY/ttyACM2/Device/Interface: H5321 gw Mobile Broadband GPS Port
    / sys/Class/usbmisc/CDC-wdm1/Device/Interface: H5321 gw management of mobile devices to wide band
    / sys/Class/usbmisc/CDC-wdm2/Device/Interface: H5321 gw Mobile Broadband USIM Port
    $ lsusb | grep Ericsson

    .. .and I also checked it works like GPS (at least kind of: it generates data on/dev/ttyACM2 NMEA streams, but cannot get a GPS fix even after 45 minutes with access to an open sky).

    Then I tried to run windows 7 and the card is visible in the "Device Manager", but there is also no possibility to create the GSM connection in the connection menu in the bottom right.

    I tried a new install of Windows 7, I tried to reset the BIOS (even with the removal of the battery backup), but still I can't force them to work again. My BIOS is fully upgraded BTW: the problem appeared during the use of 2.61 and I also tried with recently published 2.62.

    My cell phone is always on the extended warranty, but as modem bought in line with the basic configuration it was only covered by the warranty of 12 months has expired

    Today it came to my mind that, as the modem itself seems a little work (present, responsive GPS device) then maybe it's a SIM card reader that is actually damaged (which would explain a bit why the camera itself is present, but I can't create a connection). Can someone confirm or deny my theory? If it is valid, then I could still replace SIM card reader because it is part of the basic configuration.

    Thanks a lot for your suggestions!

    [Mystery solved: I managed to put the SIM card on a wrong side...;]
    [I hate myself so muuuuch;]
    ([btw: Lenovo could fix their SIM card reader, so there is only one possible way to put a SIM card using his corner of heart: it would have saved me 2 days of stress and an investigation;]) )

  • Strange problem with HP OfficeJet 6500 709n

    I have a very strange problem with my printer HP 6500 E709n wireless network.  I have recently upgraded to Windows 8 and everything worked well.  Then, all of a sudden I wasn't able to scan more.  The HP Solution Center says that the printer is disconnected.

    The weird part is that it appears in the section of Control Panel as active and properly connected printer and devices and I can still print to it, but not scan to it. He also says in the network section of the HP solutions center that the printer is connected and ready.  The printer is connected to my wireless network and I also use it with a Mac Mini.  The Mac can print and scan to it.

    No idea why this is happening and how to fix it?  Thank you.

    This problem of not being able to scan only started after upgrade to Windows 8?

    If so, then to solve the problem, you must first uninstall the Windows 7 software and then reinstall the software of Windows 8 long.

    To uninstall the software, follow these steps:

    1 right-click or press on and hold the lower left corner of the screen, then click or type programs and features. A list of installed programs.
    2. click or tap the name of your HP printer, and then click or tap on uninstall.
    3. follow the on-screen instructions to uninstall the software.

    After you have uninstalled it, go ahead and download the full software features for your printer. It can be found on the link below.

    Driver and HP Officejet Full Feature software

    Install this version of the software and try to scan now!

    Let me know if it works for you, good luck!

    -Kyle

  • Strange problems with the database

    Hello

    I just got my Fuze and am very happy with it; However, I am having a very strange problem with the database. I have a 16 GB sdhc card that I use with the "rocket" and there are about 4 songs on the card that will not play and have no information charge tag. Their tags appear in the tag browser (not the in the track information screen) as just an empty rectangle. Under the track information screen, sizes are listed as ~ 4000 mb. The songs will not play and I can not jump in front of one of these songs once they were loaded.

    At first, I suspected some kind of corruption of tag, so I set out that night to track down the problem. I removed the 16 GB card and reset the player. Then, I loaded one of the corrupt in the internal memory of the player. The track has been scanned and played correctly. Then, I removed the track of the internal memory and it loaded on another SDHC card. Yet once, everything worked correctly, so I knew that the card I was using was a kind of system files or physical problem. I returned the original 16 GB sdhc card in the reader and checked that the file was still unplayable, and then I plugged the "rocket" to my computer. I transferred the unplayable file on my computer and compared (with md5sum) to the original file, thinking that if there was the file system or physical corruption the copy of the map would be damaged. However, the files were equivalent.

    To make things even more interesting, I also have problems with the registration of the kind. I have some files tagged Genres such as 'Classic' and 'Rock '. In the list of the genre, I see this:

    C

    CL

    CLA

    CLAS

    Class

    Classic

    Classic

    Classica

    Classic

    Rock

    So, there is corruption on the kind of 'Classic' but not the kind of "Rock". Each of the substrings of 'Classic' contains only a few titles, with most of the other titles listed where they should be. I checked that the tracks are labeled correctly and in exactly the same way as the other tracks that do not have this problem.

    I am at a total loss about what to do, and I'd really appreciate any advice or suggestions. I use the current firmware, 2.03.31a and the songs in question are in Ogg Vorbis format.

    MM

    Thanks for your replies.

    I managed to find what may be the problem. Tracks that received corrupt tags had the names of total path with more than 256 characters. It seems that the driver internal fat32 the rocket uses vomits all over the place when the path name is too long. Before the "rocket", I got an iPod running rockbox tags with the same directory structure that I have on the "rocket", so I don't think that this restriction on the length of the path name is a limitation or requirement of the fat32 file system. Reduce the path corrected the problem with the files being unreadable.

    However, the problem with foires genres the rest. Looking at the files show that corruption, they all have a little information in tags. Most of the information is contained in the hashes I have files that identify them via musicbrainz. The limit on the total number of characters in the tags of the track includes the "rocket" label is not read or use?

    MM

  • Strange problem with export to jpg files

    I'm having a strange problem with exporting my vector files to jpg.  When I export the file as a .jpg file, then open it some text or shapes (such as rectangles or squares) have disappeared.  When I go back and open the file .ai the stuff is there, but he just went on the jpg.  If I open the .ai file in Photoshop it's gone too.  I have to save the file in pdf format, then open the PDF in Photoshop and export in a file .jpg away.  It's very strange.  If I go into the Illustrator file and re - type the text disapers, it usually fixes the problem.  I'm not an expert with Illustrator, then I can do something wrong, if anyone can help please let me know, thanks! (I have CS3)

    Things that are disppearing are defined for a recovery? Look in Control Panel attributes with objects selected and see if all the overprints are defined.

  • I have a strange problem with my RAM supported by installers. When I check the activity monitor, 3 installers are open and they start around 80 MB memory RAM used for about 7 or 10:08 minutes or so.

    I have a strange problem with my RAM supported by installers. When I check the activity monitor, 3 installers are open and they start around 80 MB memory RAM used for about 7 or 8 concerts after 10 minutes. I have to force them to quit, but I don't know what I am closing or why they open in the first place. Applications downloaded on iTunes?

    In addition, the Console has opened with the same message several times, but I don't know what that means.

    Any help would be appreciated.

    Hello

    The last is a picture of the Terminal window.

    Just because it lists 'Console' does not mean that it has nothing to do with this application.

    You have not said why or what you're trying to install so I can't help with that.

    You can use the activity monitor to leave their.

    After you select an item, use the X in a type of stop sign icon and confirm force quit.

    21:36 Thursday; September 15, 2016

     iMac 2.5 Ghz i5 2011 (El Capitan)
     G4/1GhzDual MDD (Leopard 10.5.8)
     MacBookPro (Snow Leopard 10.6.8) 2 GB
     Mac OS X (10.6.8).
     iPhone and iPad (2)

  • problem with DNS on the active directory server unique

    I have a client that I'm having a problem with DNS that they do not have active directory structure.  I tried just about everything and at my wits end.  Customers can get online, but the problem is that they cannot see the DNS.  Any help would be much appreciated.

    Ask in the forum Windows Server:
    http://social.technet.Microsoft.com/forums/en-us/category/WindowsServer

  • Error message indicating the problem with the monitor of devices in Windows XP.

    Original title: Device Monitor

    Error message indicating the problem with the monitor of devices in windows xp. How to fix?

    Hello

    1. when exactly you receive this error message?

    2. What is the brand and model of your computer?

    3. What is the exact error message that you receive?

    Please provide us with more information about the issue so that we can provide you with the necessary assistance.

  • problem with the base system device

    Hello! I have HP pavilion dv7-2250em, and I have a problem with the base system device. What should I do?

    Hello

    Maybe that's a problem with the card reader driver.  Try to download and install the driver from the link below.

    FTP://ftp.HP.com/pub/SoftPaq/sp45001-45500/sp45046.exe

    Once the installation is complete, restart the laptop.

    Kind regards

    DP - K

  • Strange problem with BT Headset!

    Hello

    I have a very strange problem with BT headset.  My Z3 is model of official unlocked Docomo of SO - 01 G.  I got PlayStation Voxtube 500 BT headset BT version is THE 4.0.  This headset has been used with Nexus 5 (Android 5.1.1) without any problem and the battery last almost a week to stanby with a few minute talk time per day.  However, after not getting Z3 with Android 4.4.4, pairing with Voxtube has no problem.  Then, the battery is discharged within 4-5 hours stanby.  I tested it for 3 or 4 times, it has come down to that there must be something worng with the battery of the headset.

    So, I got with PlayStation representative claim (it is only a few months old).  Surprisingly, representative of PlayStation has all the test suggested no stanby time problem with their phones iPhone 5 or Sumsung Galaxy S5.  Then I took back recharged so its performance is very short wait duration the same as before.  So, I tested it with my iPad Mini 3 and performance return to normal standby time.

    So, it can be concluded for only problem is with the Z3. But once again with the mating with the other headset BT Jabra Tag2, stanby time is within the normal range (4-5 days).  When that happens?  I am very confused. Should I give up on PlayStation?

    Thank you for your time,

    Simply upgrade to 5.0.2 lolipop and hope this will help me on this issue.

  • Strange problem with ASDM

    Hi, today we had a strange problem with one of our 5550. I worked through ASDM on it and all of a sudden I couldn't connect via asdm on the interface of management or inside interface. Nothing helps.

    When I connected with a vpn, then use asdm, it works. My ip on the network when it did not work was 1xx.xxx.81.235. When I use the vpn is a 1xx.xxx.55.1 from a different ip address. I can build a connection on the inside interface with asdm (with vpn).

    I tried closed and without stop the interface of man, that does not.

    It may be that the things asa, I am an intruder and dynamically blocks my netwerk range? If yes where can I find this info.

    Other users of our team had the same problem.

    I also checked the syslog nothing.

    THX,

    Marc

    Although I've ever experienced this myself, but if the running-config has not changed and worked before its possible that the ASA

    may have shunned your connection?

    To the CLI:

    # sh shun

    look if your IP address is present, if any make:

    # claire shun

    http://www.Cisco.com/en/us/docs/security/ASA/asa80/configuration/guide/protect.html#wp1058270

    More than likely it is do to a change to the running configuration, I would start by looking at a previously working with the gift of running-config running-config.

  • strange problem with the database link

    Hello world

    I have a strange problem with the link of database in Oracle 11 g Express Edition;
    There are two computers: computer-server and the client computer. Tnsnames.ora are the same on both computers IE.

    CT =
    (DESCRIPTION =
    (ADDRESS_LIST =
    (ADDRESS = (PROTOCOL = TCP)(HOST = krzysztof) (PORT = 1521))
    )
    (CONNECT_DATA = (SERVICE_NAME = XE)
    )
    )

    I created the database link:

    Create database link zdalny
    Connect to < user_id > identified by < password >
    using "CT".

    Customer cannot connect with server when I do not use above the command. But when I change 'use' for using "krzysztof:1521" or by using "krzysztof" or "server IP:1521" - everything is ok.

    Why I ask. Because in all the materials that I read about Oracle command with the help of "CT" should work correct. But there is no. Do you know why?

    Thanks in advance and apologize me for my English.

    Rgds
    Krzysztof

    Here's the tnsnames of your server, but to connect to the oracle server db (any client or to another instance of db oracle), you must install oracle client.
    However, in your condition, you want to connect the DB1 Oracle OracleDB2 using a link db, I'm right? In this case you should always set the entry in the tnsnames.ora
    To verify that you can connect to Oracle DB2 from DB1 Oracle, you can use tnsping in the command line.
    In your case

    c:\tnsping CT
    

    Krzysztof Szymaniak wrote: CT =
    (DESCRIPTION =
    (ADDRESS = (PROTOCOL = TCP)(HOST = krzysztof) (PORT = 1521))
    (CONNECT_DATA =
    (SERVER = DEDICATED)
    (SERVICE_NAME = XE)
    )
    )

    Check your tnsnames entry in the machine, you are trying to connect to. And check if the tnsping is successful.
    Sometimes the error message says not everything, which means that you need to troubleshoot yourself and learn from the experience.
    Always in the opposite case, refer to the documentation.

    See you soon.

    Published by: Spongebob December 14, 2011 09:30

Maybe you are looking for

  • Printhead error on 30 - day old HP OfficeJet Pro 6830

    I have a month old HP OfficeJet Pro 6830.  I get the following error: "ERROR: problem with printhead. I tried the following: (1) the printer reset (2) installation of new HP ink cartridges (3) selecting "clean print heads" in the menu of the screen -

  • Satellite U400-17Y - how to set up the facial recognition?

    I recently bought by Satellite U400-17Y and difficulties to find the way to put in place one of its function, i.e. to Face Recognitiion. Please help me. Thank you.

  • Fully charged battery of notification on iPhone 6 s more.

    How can I turn off the vibrator and lighting to display alerts when the battery has been recharged. It is irritating and wake up during the night. I don't care to know that the battery has reached full charge, while I'm fast asleep.

  • A fundamental problem with timing 1 DO

    Hello world I use a card PCI and Labview 8.5 6229 with XP. I need to generate every 10 seconds a digital output which is weak for 3 seconds low and high, the rest of the time. I have attached the VI that works very well with my previous values (500 m

  • printer drivers do not install on Dell Optiplex with windows XP

    My Dell Optiplex 745 is one of the workstations using a coupleof of network printers.  We had to spend a different network server printers when the old server is dead.  Dell Optiplex connects to the network but requires a printer driver must be insta