Can't delete grayed-out DNS server addresses

I want to replace two grayed-out DNS server addresses from the Network panel (under the DNS tab in "Advanced…"), to replace them with OpenDNS settings. But they can't be selected/deleted. How do I get around this problem?

That is correct - those are provided by your router and can not be deleted - you can add Open DNS servers (click the + sign) or log into the router admin page (I recommend this way) and have your router use the Open DNS servers fro everything on your network (this will change the grayed out ones)
LN

Similar Messages

  • How can i delete grayed out songs?

    I am having an issue with grayed out songs. I have no idea on how to delete grayed out songs on my iphone and they are just taking up space. How can i delete them?

    They are not on the iphone in the first place.  It is just a setting that allows you to see the songs that are available in icloud, but not on your iphone.  If you turn the setting to off, then you no longer see the songs that are in icloud, but NOT on your iphone.

  • WRT54GS question.....DNS Server address?????

    Someone please help,
              I had a problem with my wireless not working on my 2nd PC. I originally thought that it was because of that PC being old and possibly having some trojan horses or other virus's that i could not get off. I have since threw out that PC and bought a new notebook yesterday at BestBuy. I told the man from geeksquad that i was having a problem with my wireless at home. He said that if the notebook could not connect to the wireless to push the red reset button on the back of the router and start over with redownloading it on my PC.
            I have done that, but am stuck on step 8 of the wizard. I have the IP Address, Subnet Mask, and Gateway. It is now asking for DNS 1(DNS Server address). What is DNS & where would i find this? I've had this router for about 2 years, will there be any other important information that i may need when trying to connect my notebook through this router?
               Thanks for your advise.

    I did find the DNS address's, but once i tried to finish the setup of the router it said, Unable to configure router, reset the router to factory default settings. Well in short, after some searching, i wired the PC directly to the modem. It would not connect to the internet. Did I do something or delete something I shouldn't have? Looks like it. UGH!! My notebook is working just fine connected directly to the modem, but I'm getting nothing with the PC connected to the modem or the router.
    ANYONE HELP???????

  • "Back to my Mac isn't working properly because your DNS server isn't responding. Contact your ISP for an alternate DNS server address, and enter it in Network Preferences".

    Hi, i am trying to setup back to my mac at home but I get the error "Back to my Mac isn't working properly because your DNS server isn't responding. Contact your ISP for an alternate DNS server address, and enter it in Network Preferences".
    There is no documentation on how to solve this anywhere.
    I have an Arris router set to bridged mode which is connected to a 5th generation airport extreme. I have tried using the google dns servers instead of the one assigned by the cable company in the AE but I still get the same error.
    Any help would be much appreciated
    Kenneth

    New to BTMM, I got stung today with the silly DNS problem message. Solution:
    1) Flush DNS cache with:
    dscacheutil -flushcache;sudo killall -HUP mDNSResponder
    2)System preferences > iCloud > untick BTMM then tick it again. The warning should have disappeared.
    Edit #1
    Apologies for the noise. The warning has come back
    Edit #2
    Just found out that BTMM is not compatible with double NAT. That's not helpful.
    http://support.apple.com/kb/TS1208

  • How can I delete a name in the address of a text message?

    How can I delete a name in the address of a texas message?  The letter W appears as an addressee in error.  The text message was not sent.  The other addressess in the message was correct.

    if there are going to be a lot of dash characters you could read the string character by character, compare the value of the character with the range of values for a letter in ascii, and not copy it to a new string if it doesn't match. If the odd character out is only going to be a dash, you can search the string for the character, split the string at this point, append it to a string buffer and keep doing this till you're done. Just suggestions :)

  • How to prevent changing DNS server address

    I work for a public school district. We just purchased our first batch of Win 8.1 PCs, but they are not the Pro version, so there is no gpedit.  I want to prevent students from accessing the TCP/IPv4 Properties dialog box in order to ensure that the
    DNS server address is always obtained automatically.  Can anyone tell me how to do this using regedit, or any other way?  Thanks!

    Easiest way is to assign these students a standard user account (without admin rights).. They cant change any system setting then.. Other than restricting privileges I don't think you have option here since you don't have group policy editor ..
    There could be a possibility to do this using regedit But it is not recommended since there are no any official article for this other than below untested third party article form ehow
    http://www.ehow.com/how_8110801_disable-tcpip-properties-regedit.html
    Besides it could be tedious.. enabling and disabling it.. 

  • How do I get a DNS server address?

    How do I find my DNS Server address?  I intalled my Airport to my new PC and it has a yellow light and while other wireless computers can see the network they cannot to the internet.

    You cannot get a .mac address any longer - it is all now based on mobileme so xxx.me.com is the email addy domain.
    To get one, you need to subscribe to the mobileme service - http://www.apple.com/mobileme/

  • Manually provided DNS server addresses are higher priority than DHCP's

    Disclaimer: Apple does not necessarily endorse any suggestions, solutions, or third-party software products that may be mentioned in the topic below. Apple encourages you to first seek a solution at Apple Support. The following links are provided as is, with no guarantee of the effectiveness or reliability of the information. Apple does not guarantee that these links will be maintained or functional at any given time. Use the information below at your own discretion.
    With the recent revelation of DNS server security issues, many have expressed a desire to use DNS servers they know to be secure rather than the servers specified by their routers via DHCP, which often are those of a particular ISP.
    When you manually enter a DNS server address in Mac OS X Leopard's Network preference pane, the manually entered address(es) appear below any DHCP-provided addresses (which are shown in grey as they are unchangeable), leading one to assume that DHCP-provided addresses always have priority over any a user may specify.
    However, a check of the /etc/resolv.conf file generated by Mac OS X shows that in fact user-provided DNS addresses will supercede any provided by DHCP.
    As an example, if your router promotes itself as a DHCP server, its IP address, say "192.168.0.253," will appear, greyed out, in the Network->Advanced->DNS preferences pane.
    If you then add, say, OpenDNS' addresses of "208.67.222.222" and "208.67.220.220," the preferences window will show:
    192.168.0.253 (greyed out)
    208.67.222.222
    208.67.220.220
    But the generated /etc/resolv.conf will show the order Mac OS X will actually reference the servers is:
    nameserver 208.67.222.222
    nameserver 208.67.220.220
    nameserver 192.168.0.253
    While this is non-intuitive, given how the addresses are displayed in the preference pane, it is exactly the way a user would hope things would work - allowing one to specify DNS servers to be used in lieu of any a router provides, especially handy if the router propagates the address of a DNS server that is having issues, that is untrusted or is simply overloaded or offline.
    Do you want to provide feedback on this User Contributed Tip or contribute your own? If you have achieved Level 2 status, visit the User Tips Library Contributions forum for more information.

    That's very good to KNOW.
    I figured it as such as I have some manual entries for the office and I don't use profiles, so it stays there when I go home.
    I notice a slow-down when office DNS entries are used at home -as one would suspect.
    I do like KNOWING that it's the case though - thanks for the info!
    Scott

  • Why doesn't my airport express router issue proper DNS server address to DHCP clients?

    I have an Airport express router (version 7.6.4).  It was configured to connect to internet via a cable modem, acting as a router with NAT. This means it obtians WAN address from cable modem, and in LAN it assumes IP address 10.0.1.1 as a gateway, and issue IP address to my 4-5 wireless clients (MBA, iPads, PCs) vi DHCP.
    However I recently encounter an issue, that the router no longer issues DNS server address obtained from Cable Modem(206.x.x.x) but instead tell every DHCP client to use router ip address (10.0.1.1) as DNS server. I was pretty sure before Dec 2013 it is issueing (206.x.x.x) to all DHCP clients.
    Apparently now the Airport express is acting as a DNS server or as a DNS cache. This works sporadically and very often result in long DNS look up or DNS look up failure.
    Is this a bug or is it supposed to do so?  Any configuration can turn it off so Airport express will issue Cable modem obtained DNS server to DHCP clients?
    My network otherwise works fine. for some of the Clients (e.g. one MBA) I configured DNS for it mannually and it's internet is working very smoothly.

    But this will be a problem for my ipad and iphone that uses wifi.
    These devices either allow full DHCP. If you need to mannually enter DNS server, you will need to turn entire IP configuration to mannual and that will be a problem for me.

  • Passing DNS server addresses through DHCP?

    I'm setting up NAT & DHCP (both as a DHCP client & DHCP server) on a 2621. Since the DNS server address(es) are received on the router's interface configured as a DHCP client, is there a way to pass these (possibly dynamic) address(es) on the internal network clients? What I see in the DHCP server functionality is that the option specifying what DNS server(s) are passed on to clients is hard coded. If hard coding the option is my only choice, do I have any guarantee that the ISP will always use the same IP address(es) for its DNS servers?
    Any insight would be appreciated.

    Thats exactly what the 'import all' command is for.
    In your DHCP server, if you supply the command 'import all', it will seek the DHCP information that was given to it on the interface that has "ip address dhcp". It will store the information like DNS into your DHCP server, and then send that out to all devices receiving DHCP addresses from your server.

  • Detect "Obtain DNS server address automatically" set

    Can anyone help me with a minor issue?
    I am trying to detect if this setting is set to manual or automatic
    I am currently using this code
    Get-WmiObject -Class Win32_NetworkAdapterConfiguration -Filter "IPEnabled=TRUE" | Select PSComputerName,DNSServerSearchOrder
    The problem is it returns the servers and not the actual setting of automatic vs manual.
    Powershell v2

    Hi JustuslV,
    Optionally, you can retrieve or set a value corresponding to "Obtain DNS server address automatically" by using the two registry entries, DhcpNameServer and NameServer, which you can find at the following registry location:
    HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Services\Tcpip\Parameters\Interfaces
    \{AdapterIdentifier}
    If the value of NameServer is null, the client tries to obtain a DNS server address automatically from the DHCP server.
    Refer to:
    Part 5: Scripting DNS on Clients
    And you can refer to this script to get the related registry value:
    $adapter=Get-WmiObject -Class Win32_NetworkAdapterConfiguration -Filter "IPEnabled=TRUE" | select -ExpandProperty SettingID
    $path='HKLM:\SYSTEM\CurrentControlSet\Services\Tcpip\Parameters\Interfaces'
    Get-ItemProperty -Path "$path\$adapter" -Name Nameserver|select -ExpandProperty NameServer
    If there is anything else regarding this issue, please feel free to post back.
    Best Regards,
    Anna Wang

  • Two vpngroup vpnadmin dns-server addresses

    Has anyone or does anyone know how to put two vpngroup vpnadmin dns-server addresses on a PIX 515E?  I am trying to set up a second DNS Server and without the command in the PIX my VPN clients cannot authenticate through the PIX on the second DNS Server.  I have tried several times to put the command in but it keeps removing the existing one and replacing it with the one I try to put in.  Any help would be appreciated.
    Randy L Brown

    You can configure both DNS server on the same command as follows:
    vpngroup vpnadmin dns-server
    Hope this helps.

  • I have Adobe PDF Pack- Can I delete pages out of a PDF with this?

    I have Adobe PDF Pack- Can I delete pages out of a PDF with this? It seems like suck a simple task, but I can't figure out how to do it!
    Also, once I Combine PDF's, can I separate them in the future?
    Thanks!

    Hi LrettigMD,
    Editing a PDF requires Acrobat (not Reader). You are welcome to download a free 30-day trial of Acrobat from www.adobe.com/products/acrobat.html if you'd like to give it a try.
    Best,
    Sara

  • HT5621 how can I delete a primary e-mail addresse and replace it with a excisting Apple ID?

    How can I delete a primary e-mail address and replace it with a excisting Apple ID?

    An email address can only be used one account at a time, so if you want to replace it with an email address that is currently being used on another account then you will need to remove it from that account first before trying to put it on that account. You should be able to change the email address either by logging into your account on your computer's iTunes via the Store > View Account menu option, or via http://appleid.apple.com

  • Where do I get DNS server addresses?

    We just upgraded a new 100 mbyte broadband modem and the AirPort Express  doesn't seem to be recognizing it. The light just keeps flashing orange
    The setup assistant says I don't have any DNS server addresses . Where do I get these?

    Did you reset the Express to factory settings and then run the assistant? - it should pick up the settings from the modem automatically - also is the modem just a modem or a wireless router also?

Maybe you are looking for

  • Mapping for fields in Standard cube

    Hi, There arent any mappings for the date related fields 0RPM_MONTH,0RPM_YEAR,..etc. in the business content cube 0RPM_c02 capacity management. I could not find any relevant mappings in sap help also.Please provide any pointers as to how to update th

  • Read Only Access to Ironprot

    Since we have upgraded to ASYNCOS 8.0.1 external users who had read only access to Ironport are now not able to access.  System Admin > External authentication has been enabled with read only group name directory add to row.  AD (windows) the group n

  • Template for documenting Java classes

    Could anyone suggest a website that provides a template for the correct format for documenting Java classes, and programs? I have been told there is one on the Java website, but after hours of searching it I could not find the specific page for the t

  • Is it possible to change a jpg file back to an ai file?

    Before I begin I am a complete novice. Never used a mac before, never used illustrator before. My sister made some wedding invitations for me on illustrator which I ordered last week. They have arrived but unfortunately there is an error on both the

  • Pogo & bridge base online sites kicking out of javascript windows without wrnings or error messages; requiring reloading. HAPPENS OFTEN!!!

    Since June and all 3 or 4 FF updates; I have had updates of Java, Adobe Flash, and of coarse Windows 7, and my antivirus program Avast. Since then I have had many problems with Pogo.com bridge game and Bridge Base Online; where I used 2 be able to pl