Bind 9 DNS Server chroot cannot work on Solaris 10 u6 and u7

My Old verion "Solaris 10 x86 Generic_Patch_118844-30" can be run "Bind 9 DNS Server" in chroot mode.
And this is no any problem.
I have been try to use "Bind 9 DNS Server" in Solairs 10 x86 u6 or u7.
The result is not any problem.
But when I turn it run in the chroot mode. the "Bind 9 DNS Server" cannot run.
I have been manuelly run the named:-
/usr/sbin/named -c /etc/named.conf -t /chroot/dns -u named -f -g
The respond is :-
13-May-2009 02:17:46.623 starting BIND 9.3.6-P1 -c /etc/named.conf -t /chroot/dns -u named -f -g
13-May-2009 02:17:46.624 found 1 CPU, using 1 worker thread
13-May-2009 02:17:46.627 socket.c:3259: unexpected error:
13-May-2009 02:17:46.627 open(/dev/poll) failed: No such file or directory
13-May-2009 02:17:46.628 ./main.c:495: unexpected error:
13-May-2009 02:17:46.628 isc_socketmgr_create() failed: file not found
13-May-2009 02:17:46.629 create_managers() failed: unexpected error
13-May-2009 02:17:46.629 exiting (due to early fatal error)
Look like the bind 9 runing in the chroot mode after that cannot find /dev/poll
Even I use Bind 9 version 9.6.0, the result is same.
So, I don't sure the problem are the Bind 9 or Solaris 10 u6/u7
I try to continous install New verion Bind 9 in my old version Solaris 10.
THE Result is NO ANY PROBLEM in old version Solaris 10.
And I already bypass the SMF problem.
Anyone can tell me what the problem in solaris 10 u6/u7?

Looks like something reported similar bug:
[BIND fails to start|http://bugs.opensolaris.org/view_bug.do%3Bjsessionid=376e1152f0ddc75829ed1725542e?bug_id=6799867]
but I am somewhat puzzled why there is no follow up on the bug fixing.
Ok, I found the source (may be?):
From named:
http://src.opensolaris.org/source/xref/sfw/usr/src/cmd/bind/bind-9.3.6-P1/bin/named/main.c
    462 static isc_result_t
    463 create_managers(void) {
    464      isc_result_t result;
    465      unsigned int socks;
    466
    467 #ifdef ISC_PLATFORM_USETHREADS
    468      if (ns_g_cpus == 0)
    469           ns_g_cpus = ns_g_cpus_detected;
    470      isc_log_write(ns_g_lctx, NS_LOGCATEGORY_GENERAL, NS_LOGMODULE_SERVER,
    471                 ISC_LOG_INFO, "found %u CPU%s, using %u worker thread%s",
    472                 ns_g_cpus_detected, ns_g_cpus_detected == 1 ? "" : "s",
    473                 ns_g_cpus, ns_g_cpus == 1 ? "" : "s");
    474 #else
    475      ns_g_cpus = 1;
    476 #endif
    477      result = isc_taskmgr_create(ns_g_mctx, ns_g_cpus, 0, &ns_g_taskmgr);
    478      if (result != ISC_R_SUCCESS) {
    479           UNEXPECTED_ERROR(__FILE__, __LINE__,
    480                      "isc_taskmgr_create() failed: %s",
    481                      isc_result_totext(result));
    482           return (ISC_R_UNEXPECTED);
    483      }
    484
    485      result = isc_timermgr_create(ns_g_mctx, &ns_g_timermgr);
    486      if (result != ISC_R_SUCCESS) {
    487           UNEXPECTED_ERROR(__FILE__, __LINE__,
    488                      "isc_timermgr_create() failed: %s",
    489                      isc_result_totext(result));
    490           return (ISC_R_UNEXPECTED);
    491      }
    492
    493      result = isc_socketmgr_create2(ns_g_mctx, &ns_g_socketmgr, maxsocks);===========================> here. (notice the error message and the actual function called are not the same).
    494      if (result != ISC_R_SUCCESS) {
    495           UNEXPECTED_ERROR(__FILE__, __LINE__,
    496                      "isc_socketmgr_create() failed: %s",
    497                      isc_result_totext(result));
    498           return (ISC_R_UNEXPECTED);
    499      }
    500      result = isc_socketmgr_getmaxsockets(ns_g_socketmgr, &socks);
    501      if (result == ISC_R_SUCCESS) {
    502           isc_log_write(ns_g_lctx, NS_LOGCATEGORY_GENERAL,
    503                      NS_LOGMODULE_SERVER,
    504                      ISC_LOG_INFO, "using up to %u sockets", socks);
    505      }
    506
    507      result = isc_entropy_create(ns_g_mctx, &ns_g_entropy);
    508      if (result != ISC_R_SUCCESS) {
    509           UNEXPECTED_ERROR(__FILE__, __LINE__,
    510                      "isc_entropy_create() failed: %s",
    511                      isc_result_totext(result));
    512           return (ISC_R_UNEXPECTED);
    513      }
    514
    515      result = isc_hash_create(ns_g_mctx, ns_g_entropy, DNS_NAME_MAXWIRE);
    516      if (result != ISC_R_SUCCESS) {
    517           UNEXPECTED_ERROR(__FILE__, __LINE__,
    518                      "isc_hash_create() failed: %s",
    519                      isc_result_totext(result));
    520           return (ISC_R_UNEXPECTED);
    521      }
    522
    523      return (ISC_R_SUCCESS);
    524 }And in isc_socketmgr_create2():
   3384 isc_result_t
   3385 isc_socketmgr_create2(isc_mem_t *mctx, isc_socketmgr_t **managerp,
   3386                 unsigned int maxsocks)
   3387 {
<SNIP>
   3488
   3489      /*
   3490       * Set up initial state for the select loop
   3491       */
   3492      result = setup_watcher(mctx, manager);===============================>will call open() on /dev/poll.
   3493      if (result != ISC_R_SUCCESS)
   3494           goto cleanup;
   3495      memset(manager->fdstate, 0, manager->maxsocks * sizeof(int));
Other the above, I cannot really understand or help further. But I know it should fail in somewhere in setup_watcher() in socket.c.

Similar Messages

  • DNS requests from Solaris 10 box to Bind/MySQL DNS server fail

    We have some servers running solaris 9 and some running solaris 10. We also have a DNS server setup running BIND with the MySQL backend. When I query the DNS server from our solaris 9 boxes, they always work just fine. However, when I query the DNS server from our solaris 10 boxes, they always fail. Queries to other DNS servers from the Solaris 10 boxes work just fine - they only fail when being sent to this particular DNS server. Here's exactly what I'm doing:
    ON SOLARIS 9 BOX:
    bash-3.00$ nslookup google.com calo-sunset
    Server: calo-sunset
    Address: <IP_OF_DNS_SERVER>#53
    Non-authoritative answer:
    Name: google.com
    Address: 64.233.187.99
    Name: google.com
    Address: 72.14.207.99
    Name: google.com
    Address: 209.85.171.99
    ON SOLARIS 10 BOX:
    bash-2.05$ nslookup google.com calo-sunset
    *** Can't find server name for address <IP_OF_DNS_SERVER>: Non-existent host/domain
    *** Default servers are not available
    In the case of the SOLARIS 10 box, <IP_OF_DNS_SERVER> is correct - it knows the IP address of the DNS server, but apparently it doesn't recognize that it's actually a DNS server.
    I am utterly perplexed by this. It seems to me that a DNS request is a DNS request, regardless of your OS. Clearly something is different from Solaris 9 to Solaris 10 though because the requests fail on all of our solaris 10 boxes, and they succeed on all of our Solaris 9 boxes. Incidentally, dig requests from the Solaris 10 box also fail, where they succeed on the Solaris 9 boxes.
    I don't really know what other information I could offer that might be useful. If you have any information at all about this or ideas on what I might try to troubleshoot/fix it, I'd love to hear it. Thanks in advance.

    First off, I am an idiot. I got this entire post backwards. The fact is that the DNS requests work swimmingly well on our Solaris 10 boxes. They fail on our Solaris 9 boxes. I don't know how I managed to read this post all of these times and not notice that I got that backwards. Nice.
    In any case, I've found the problem. It was non-trivial to me because I am not terribly familiar with the inner-workings of DNS. To those who are, it may seem painfully obvious. To me it certainly was not.
    The problem was that the DNS server (BIND 9 with MySQL backend) did not contain a reverse DNS entry for itself. Apparently this is a big problem for Solaris 9. I got a hint that this might be the cause when I turned on verbose debugging info when I ran nslookup (nslookup -d2). I had to add the PTR record for the DNS server itself. I don't know why Solaris 9 would require that a DNS server contain reverse DNS information about itself, but sure enough it does. As soon as I added that info, the Solaris 9 boxes were able to successfully query the DNS server. Very odd.
    Anyway, I doubt anyone else will come across this problem, but if you do, now you know something that might fix it.
    Edited by: dprater on Oct 7, 2008 8:09 PM

  • DNS Server settings not working as expected ....?

    Greetings
    I have our load balancer/firewall setup to where if someone enters a hostname like (www.example.com) it points it to a local server at 10.0.1.2
    When logged into the network, the DNS Server that pulls up is 10.0.1.1 (IP of firewall), which is fine, but I also have the two openDNS servers at the 2nd and 3rd slots manually entered.
    If the opendns servers are listed, the ping returns the public IP of www.example.com, but if removed, it does the right thing and pings the internal IP address.
    Even though the 10.0.1.1 DNS server setting is first, it doesn't seem to use that setting when you have DNS servers entered manually.... any idea why and how to make this stop?
    I prefer to leave the opendns settings in the DNS server settings (for when I'm switching around to various networks) ...

    Quick update. Added to a previously filed bug. Looks like it's assigned now so maybe we'll see a fix for this soon.
    https://bugzilla.mozilla.org/show_bug.cgi?id=563169

  • 2012 r2 Server Manger cannot manage RDS: Collections, Host Servers, and Connections won't display

    Hello,
    We have a 2012 r2 server running RDS publishing a number of RemoteApps.
    When we go to the Server Manager and drill down to the Remote Desktop Services area we are seeing a number of the sections that will not display their information and we can no longer manage RDS via Server Manager.
    Starting at Server Manager\Remote Desktop Services\Overview the "Deployment Servers" window shows a red banner with "Could not refresh the list of servers"
    Going to the Server Manager\Remote Desktop Services\Collections, all three of the windows, Collections, Host Servers, and Connections will eventually display the similar type of error message, stating to check the status of the services for Remove Desktop
    Connection, Windows Remote Management and Windows Internal Database.
    The server is fully patched, event logs don't show anything of note.
    We've rebooted the server and confirmed all those services and all "Remote Desktop *" services are running.
    We're still able to access the RDWeb instance to use the published applications. 
    This had been working previously, not sure when it last was though as we don't always go into Server manager. We can manage the remoteapps via powershell, but are curious why Server Manager no longer functions.
    Any assistance would be greatly appreciated.
    thanks...

    Hi,
    Please check whether your RD Connection Broker is member of “Windows Authorization Access Group” under ADUC and then verify the result. If possible restart the server. Also check whether you have properly setup SQL server for database access. Apart
    recheck the related services detailed in error, must be running. This is only needed if the Domain the system is connected to was setup with as Pre-Windows 2000 Compatible.
    http://support.microsoft.com/en-us/kb/331951
    Hope it helps!
    Thanks.
    Dharmesh Solanki
    Please remember to mark the replies as answers if they help and unmark them if they provide no help. If you have feedback for TechNet Support, contact [email protected]

  • Linksys Router cannot communicate with DNS Server

    Hi,
    I have a RCA cable modem and a Linksys router and I have been having problems connecting to the Internet wirelessly. When I connect directly to the modem I can get on the Internet (but the connection does seem a little slow). On another forum I was told to disconnect the power from the router, wait a minute, then disconnect the modem and disconnect all wires. Then plug in modem and let it boot, then plug in router and let it boot. This does get my wireless connection back, but then after a few hours I lose it. My Internet provider Earthlink/Time Warner says that the router is the problem, but they see that the router gets a valid ID address, but it cannot connect to the Primary DNS Server. When trying to connect wirelessly I either get the message “Cannot connect to primary DNS server” or “Cannot connect to DNS Server 207.69.188.185”.
    I don’t know if my Linksys router is shot or if the problem is originating from the modem. Any help would be greatly appreciated.
    Thanks!

    Whats the Wireless Settings you have setup on your Router?
    This might be due to the default wireless settings set on your Router, login to the setup page of your router and below change the wireless settings on your Router.
    For Wireless Settings, please do the following : -
    Click on the Wireless tab
    - Wireless Network mode should be mixed...
    - Provide a unique name in the Wireless Network Name (SSID) box in order to differentiate your network from your neighbors network...
    - Set the Wireless channel to 11-2.462GHz...Wireless SSID broadcast should be Enabled and then click on Save Settings...
    Please make a note of Wireless Network Name (SSID) as this is the Network Identifier...
    For Wireless Security : -
    Click on the Sub tab under Wireless > Wireless Security...
    Change the Wireless security mode to WPA, For Encryption, select TKIP...For Passphrase input your desired WPA Key. For example , MySecretKey , This will serve as your network key whenever you connect to your wireless network. Do NOT give this key to anyone and remember the key.
    NOTE : Passphrase should be more that 8 characters...
    Click on Advanced Wireless Settings
    Change the Beacon Interval to 75,Change the Fragmentation Threshold to 2304,Change the RTS Threshold to 2304 and Click on Save Settings...
    Now see if you can locate your Wireless Network and attempt to connect...

  • Externally Hosted DNS - How do I set up my 2003 DNS server for sub domain to point to internal IP address??

    I have a domain name(domain.com) DNS hosted at my ISP. I also have 3 sub domains DNS hosted at the same ISP pointing to various external ip addresses (mail.domain.com, vpn.domain.com and ts.domain.com). We want to set up sales.domain.com to point to an
    internal 10. IP address. We have AD integrated DNS servers for our 2003 AD domain. The AD domain name is totally different than the hosted domain name in question. I currently edit the host file for a couple of PC's but this isnt practical company wide so
    I want to add entries on our internal AD DNS servers to resolve the locally hosted site. If i recall, someone once told me that you cannot just put an A record for one sub domain, I would have to have entries on my 2003 DNS server to resolve anything related
    to the domain.com name. Is this accurate? If so, what is the proper way to configure my 2003 AD DNS server to resolve anything domain.com related for my internal users while still allowing my ISP to do the DNS lookup for the internet.

    On my 2003 AD integrated DNS server...i rightclick forward lookup zone and choose...new zone..primary zone (store zone in AD checkbox checked)..i chose to all DNS servers in the AD domain for replication...zone name sales.domain.com....allow secure updates
    option....then i added an A record in that zone...sales.domain.com..pointed that towards my internal 10. IP address...is this correct? It seems to be working correctly for the sales.domain.com DNS record...and i tested the other sub domains...and those look
    like they are going to my ISP for DNS resolution...
    Is this the correct procedure? I did this on a test AD domain and not my production...i want to make sure i dont break everything under the domain.com by incorrectly adding 1 sub domain..

  • DNS The Zone cannot be deleted - the active directory service is not available

    Hello TechNet Members,
    As you can see from the Summery, I got this message when I'm trying to delete DNS Zone.
    It's not matter if the DNS Zone newly created or its an Old One.
    After this message the computer is telling you "The Computer is about to make Restart".
    It's so strange and i really don't know what to check first.
    More Information:
    5 Servers that Replicate together.
    The Operation System is Windows Server 2012R2 for all the entire DC's
    1 Domain In the Forest.
    Thanks,

    Hi Jesper,
     DCdiag /fix and no errors in there everything marked as PASSED.
     I did Demotion for one of the DC to troubleshoot, but with no luck i'm back to the same point i started
     I tried to delete the brand new Zone from the commandline using DNScmd it's still not working and the  computer is reboot himslef.
    I've checked the permissions from the ADSIEdit.msc:
    Inherit from MicrosoftDNS section to the ROOT
    DNSAdmins > Full Control
    Domain Admins > Full Control
    From "DNS Server" section at the EventViewer
    The DNS server is waiting for Active Directory Domain Services (AD DS) to signal that the initial synchronization of the directory has been completed. The DNS server service cannot start until the initial synchronization is complete because critical DNS
    data might not yet be replicated onto this domain controller. If events in the AD DS event log indicate that there is a problem with DNS name resolution, consider adding the IP address of another DNS server for this domain to the DNS server list in the Internet
    Protocol properties of this computer. This event will be logged every two minutes until AD DS has signaled that the initial synchronization has successfully completed.
    "The DNS server was unable to complete directory service enumeration of zone TestZone1.  This DNS server is configured to use information obtained from Active Directory for this zone and is unable to load the zone without it.  Check that the Active
    Directory is functioning properly and repeat enumeration of the zone. The extended error debug information (which may be empty) is "". The event data contains the error. "
    The DNS server has encountered a critical error from the Active Directory. Check that the Active Directory is functioning properly. The extended error debug information (which may be empty) is "". The event data contains the error.
    Thanks,

  • SRP527W not acting a DNS Server/Proxy

    Hi Guys
    We have a SRP527W with 1.1.24 firmware.
    We have DHCP disabled and have assigned a IP address of 10.65.73.254 on the Interface Setup/Lan/VLAN Settings/data_lan. 
    When I configure a client to use 10.65.73.254 as its DNS server it cannot resolve hostnames eg (www.cisco.com).  Obviously I have 10.65.73.254 as the default gateway on the client and it can ping the external host via IP Address so it only appears to be the modems function as a DNS Server that is not working.
    From the diagnostics ping I can put in www.cisco.com and it resolved and works, so the modem is correctly getting it's DNS Settings from the ISP
    Any ideas?
    Thanks
    Darren

    Hi Daniele,
    Thanks for confirming what I was seeing.
    I have done some further testing, it seems it is a bug introduced in 1.1.24, a modem with 1.1.23 does not seem to show the same problem, although it does take some time to resolved DNS addresses with the 1.1.23 release.
    I got around the problem by renabled DHCP on vlan 1 (therefore removing the ip address on the vlan), went back to the quicksetup /lan put the 10.65.73.254 address on the lan, then went back to interface/lan/vlan and change it back to static and put the 10.65.73.254 address back.  Now it seems to be resolving.
    So even though lan address seems to be disabled, it must still be working for DNS
    Cheers
    Darren

  • DNS server not responding

    Hi! 
    I've been having problems lately about my network. I cannot find any connections on my computer, and I have to use an ethernet cable to connect and use the WiFi. The trouble shooter told me to plug the ethernet cable in and try if it works, but later on
    it tells me that my computer is configurated correctly and the device or dns server isnt responding. 
    Now i have searched up some things, and to fix the dns server response you have to type ncap.cpl and click on the wifi connection. After that you go to properties and enter in the dns address code.(208.67.222.222) 
    Can anyone help me?The Problem is,
    i can only see the ethernet connection section.If i plug my ethernet cable out of my computer I cant connect to anything, and  I dont know how to fix this and  connect to my wireless wifi.
    Can anyone help me? PLEASE I AM DESPERATE THANK YOU

    hi Mr.
    Park
    Are
    you able to fix the issues. Do you need any assistance ?

  • Hello I'm having a no dns server problem on my time capsule

    Hello I'm having this same problem:
    Sammy Stefanki
    Apr 11, 2012 2:20 PM 
    Hi everyone,
    I just bought a new AirPort Express and Comcast is my ISP. I ditched my old Belkin wireless router, connected the Comcast modem directly to my AirPort Express, and it appears to be working great. I can access the internet wirelessly and also play music using AirPlay through my stereo speakers.
    However, when I open the AirPort Utility, the utility tells me that I have two problems with my AirPort Express:
    Apparently I have no internet connection (the utility tells me that "Your AirPort base station does not have a valid IP address."), even though I can access the internet just fine.
    I don't appear to have any DNS server addresses (the utility tells me that "This AirPort base station doesn't have any DNS server addresses and might have trouble connecting to the internet.")
    Does anyone know if these are serious problems that I need to address, or can they be ignored? I don't want to start tinkering with the AirPort Express's settings until I am better informed, because right now everything is working as far as my access to the internet is concerned.
    and I tried to :
    by Tesserax  on Apr 11, 2012 2:25 PM
    Anytime you change networking hardware, it is always a good idea to perform a complete power recycle of your networking components.
    I would recommend that you do the following as a minimum:
    Power-down the modem, AirPort base station, and computer(s).
    Disconnect the AirPort base station from the Internet broadband modem.
    While all of the devices are powered-down, perform a "factory default" reset on the base station. This will get it back to its "out-of-the-box" configuration and make setting it up much easier, especially if you use the "Assist me" process within the AirPort Utility. (ref: Resetting an AirPort Base Station or Time Capsule)
    After the base station resets, go ahead and power it back down.
    Reconnect the AirPort base station to the Internet broadband modem. For the Extreme and Time Capsule, be sure to connect the cable to the base station's WAN (circle-of-dots) port.
    Power-up the modem; wait at least 10-15 minutes to allow it adequate time to initialize.
    Power-up the AirPort base station; wait at least 5-10 minutes. Note: The AirPort's status light may continue to flash amber after it has intialized. That is because, there may be some additional configuration items necessary, like setting up wireless security, before the overall setup is completed to get a green status.
    Power-up your computer(s).
    In this basic configuration, the AirPort base station will broadcast an unsecured wireless network with a Network Name (SSID) of Apple Network NNNNNN. Network clients, connected to the base station either by wire or wireless, should now be able to access the Internet through the ISP's modem. Once Internet connectivity has been verified, you can use the AirPort Utility to configure the base station for wireless security and any other desired options. Please post back your results.
    BUT NOTHING IT STILL SHOWS NO INTERNET CONNECTON  on my capsule and NO DNS SERVER ...
    I have tried to HARD RESET it resets ( with a Network Name (SSID) of Apple Network NNNNNN) and it connects to internet, it also says setuo complete in airport utility but once I go back into Airport utily cause Time capsule is still flashing amber it says NO INTERNET CONNECTION and NO DNS SERVER ...
    anyone has any suggestions PLEASE and Thank you

    Check the Ethernet connection to the AirPort Express. Make sure that the Ethernet connection from the Comcast modem is connected to the WAN port on the back of the AirPort Express. The WAN port is the one with the circle of dots shown over the port.
    It sounds like you are connected to the Ethernet LAN port.

  • How to configure DNS server to redirect all web traffic to one external website?

    I'd like to use the DNS service on my OS X Server as a way to force all all web traffic to one specific, external website. Not quite sure how to go about configuring it, though - any recommendations?
    (BTW, this is, obviously, not our primary DNS server; I intend to silently update the preferred DNS server for users who fail to complete their timesheets in order to force the issue)

    Web clients don't generate uniquely-identifiable DNS queries; there's no SRV request or related traffic that you could select on and spoof.  So if you do implement this, everything querying the spoofing DNS server will get the spoofed host, or you'll have to spot specific queries that are likely web queries; Facebook, Google, Bing, etc. 
    If you still want to implement this, then I'd probably replace the DNS server with a runt DNS server (maybe hack dnsmasq or maraDNS, or create yourself a trivial DNS server) and have that always return the specified IP address.  This avoids having to hack BIND to be universally authoritative, which is probably on par with hacking a simpler DNS server to always return a fixed IP address, and the latter is probably easier to undo.
    A firewall can spot TCP port 80 and port 443 traffic, unlike a DNS server.   Firewalling outbound port 80 traffic is more typical of these requests, and either trap that traffic to a specific web page based on the capabilities of the firewall, or the web proxy approach that Camelot suggests.  There are folks that tie access into the web proxies into external authentication and related; that'd be able to do what you want.   Web proxies are usually combined with firewall blocks, as most sites want only the web proxy to have external access, too.  But this is also rather more pieces than a DNS redirect, too.

  • Lync Server 2010 conference not working with Windows 8.1 and IE 10

    Hello,
    The problem is that whenever a Windows 8.1 user tries to join a Lync server 2010 conference using Internet Explorer 10 (or 11, tried that too) the user can't join the conference. If the conference is created by a Lync server 2013 user joining works fine.
    When using Lync 2010 client we get the following error in the client: "error id 87 source id 7".
    When using Lync 2013 client we end up with a blank conversation window.
    There are no traces in server log, client log or event log.
    Below is a set of use cases that may help you to understand what is the problem scenario. Each of these works or does not work with both Lync 2010 and Lync 2013 client.
    - Lync server 2010 conference, windows 7, Chrome, Firefox, IE 10 or 11 --> Works.
    - Lync server 2010 conference, windows 8.1, IE 10 or 11 --> Does not work.
    - Lync server 2010 conference, windows 8.1, Chrome or Firefox --> Works.
    - Lync server 2013 conference, windows 8.1, Chrome, Firefox, IE 10 or 11 --> Works.
    It does not help to add the meet address to IE compatibility list (Compatibility View Settings).
    If i press F12 in IE and change the document mode of the meet page to IE 9 version then i can join meetings with Windows 8.1 and IE 10. Unfortunately i cannot make that as a default setting for the meet website.
    Any ideas on how to get Lync server 2010 meetings working with Windows 8.1 and IE 10 or 11?
    IE is the company default browser. Windows 8.1 is not a default operating system but we have increasing number of Windows 8.1 computers in our environment (mainly directors).

    According to your description, it is hard to tell whether the issue is related with IE or Lync Server 2010 or both.
    Compare the log when Lync client on Window 8.1 with IE 10 or IE 11 join Lync server 2010 conferencing and Lync Server 2013 conferencing.
    Lisa Zheng
    TechNet Community Support

  • Why does DNS server entry in ipconfig break point-to-point ethernet?

    My application uses a panel pc as the user interface for a cRIO controlling a medical device.  The panle pc and cRIO communicate using shared variables.  During development, both devices (panel pc and cRIO) were on our company network.  Curiously, when I connected them point-to-point with a crossover cable, they refused to communicate when running their LabVIEW application code.  Pings from the panel pc to cRIO were successful.  Much troubleshooting ensued.
    Long story short, the fix was to simply delete the DNS server IP entry from both the panel pc and the cRIO ipconfig tables (see attached pic for the WinXP version of this table).  If either of them had our company's DNS server IP address fillied in, my LabVIEW application would fail.
    This leads me to suspect that there is something in my LabVIEW executables that wants to touch the company network.  Apparently, if there is a DNS server entry in the ipconfig table, this something thinks it has a chance to "phone home" and it tries to do so.  When this happens on the panel pc end of the crossover cable, the machine acts like it's locked up, but the task manager shows the CPU to be ~98% idle.
    If there is no entry for a DNS server, I guess this something realizes that there is no way to "phone home", so it doesn't try and my application works great.  Since the application works with no DNS server table entry, I think my crossover cable is working correctly.
    Does anyone have any idea what this something might be?
    Jeff
    Climbing the Labview learning curve!
    Sanarus Medical
    Pleasanton, CA
    Attachments:
    IPform.gif ‏12 KB

    You've hit the nail on the head Ben.  For point to point communications, the IP addresses should be fixed, therefore there is no need for DNS.  If a DNS is configured, the NIC (Network Interface Card) drivers will try to contact it.
    In my test system, I need DNS for the test computer, but I am communicating with a dedicated Spectrum Analyzer over TCP/IP.  So I added a second NIC.  The main NIC is configured for DNS and all that jazz.  The second NIC (plugged into PCI slot) is configured with a hard coded address, no DNS, no Gateway, nothing else.  I connect that NIC to the spectrum analyzer using a crossover cable.  The analyzer is configured with a hard coded address also.  Now my computer can get on our company network, and the spectrum analyzer is isolated from the network, so it can't catch any viruses, etc., and it still talks to the computer.  When using a configuration such as this, it is best to use a dedicated address for the 2nd NIC and spectrum analyzer in the range of 192.168.100.0 to 254
    - tbob
    Inventor of the WORM Global

  • 2 domain, each with 2 way transitive truts, with sub domains pointing to the same DNS server (how should forward and reserver look zone be configured)

    Hello,
    I found a test environment and I just trying to understand how it works.
    If I have two domains (a.com and b.com) with sub domains(a1.com and b1.com) with two way trust and I want them to point to a Windows DNS server. How should the Forward lookup zones and Reverse lookup zones be configured? In forward lookup
    zones do I just add a new zone, make them all primary since only one DNS server, add a.com and b.com and do the same for reverse zones.
    Do the sub domains need to be added? What about pointers? Do I add the IP address of a.com and b.com in reverse lookup zones.
    A side question: When you create a Domain with dns AD intergrated the forward and reserve lookup are automatically created. You don't need to add the zone of the domain you just created but have to add zones of other domains.

    Hello,
    I found a test environment and I just trying to understand how it works.
    If I have two domains (a.com and b.com) with sub domains(a1.com and b1.com) with two way trust and I want them to point to a Windows DNS server. How should the Forward lookup zones and Reverse lookup zones be configured? In forward lookup
    zones do I just add a new zone, make them all primary since only one DNS server, add a.com and b.com and do the same for reverse zones.
    Do the sub domains need to be added? What about pointers? Do I add the IP address of a.com and b.com in reverse lookup zones.
    A side question: When you create a Domain with dns AD intergrated the forward and reserve lookup are automatically created. You don't need to add the zone of the domain you just created but have to add zones of other domains.
    Make each domain controller as a DNS server too. Reverse lookup zones & forwarders are not replicated automatically. You can create AD-Integrated reverse lookup zone & set the replication scope.
    You can create AD-Integrated DNS zones in the parent/root domain, set the replication scope to the forest-wide & delegate the zones for handling request locally. Once you create AD-Integrated DNS zone & set the replication scope forest wide, all
    the zones will appear automatically in each domain's DNS server.
    http://awinish.wordpress.com/2011/04/09/configuring-dns-in-child-domain/
    Awinish Vishwakarma - MVP
    My Blog: awinish.wordpress.com
    Disclaimer This posting is provided AS-IS with no warranties/guarantees and confers no rights.

  • DNS Server does not resolve new generic Top Level Domain names- CNR configuration issue?

    Hi all,
    I am not sure if this is the correct community to post this question, but I will give it a try. I noticed that the users of my network cannot resolve web sites using new top level domain names, like ".education", ".international", etc. I have an internal DNS server made by Infoblox and a Cisco CNR v6.3.3.1 as an external DNS server. Infoblox uses CNR as its forwarder and CNR uses the root DNS servers for queries.
    I would think that CNR was the problem because it is an obsolete product but after speaking with a fellow engineer at another organization where they still use an older version of CNR than mine, they have no problems at all. So now I am thinking it is a setting either on Infoblox, or on CNR I need to change. I can see Infoblox is forwarding the requests to CNR but that's about it. I am not sure if CNR is discarding the request. When I do an nslookup from a PC in my network it does not matter if I set my DNS server to be the Infoblox or the CNR. Neither resolves the URL.
    Then again, no matter what I lookup using the CNR as my DNS, I only get a response with the root DNS names and IPs!
    Any help is appreciated!

    Hi Constantinos,
    Have you taken a look at the infoblox community site?  We've just reposted your question there and alerted some internal SMEs that should provide a solution soon.  
    https://community.infoblox.com/forum/ddi/dns-server-does-not-resolve-new-generic-top-level-domain-names-cnr-configuration-issue
    Best,
    Eric

Maybe you are looking for

  • [SSRS] Abnormal behavior for parameter usage in checking case within query of dataset

    Details : Following error is displayed when I preview a report (SUR_EXPLORER-NG.rdl) in Microsoft Visual Studio: "An error occurred during local report processing. An error has occurred during local report processing. Cannot set the command text for

  • Error while creating the Personal action

    Dear Friends,                         while creating reasons for Personnel Actions under spro am getting this error.Kindly help me to solve this error Upd.0000 = 'X' is only allowed for Upd.0302 = 'X' Message no. 54360 Diagnosis The combination you h

  • SAP IDES R/3 4.7e performance problem

    I have successfully loaded ides 4.7e. I found that it took a long time for me to open up an instance. I checked the physical ram available when SAP was running and found that I only have about 10-20% of physical RAM memory. Currently I have 1GB of RA

  • How to use loop inside table in smart form

    Hi All i have to use page break at the end of each pernr. i got table in smart form and print cells on event on sort begin. it is working ok . i have an other itab in  as well .which i want to the same page with respect to the pernr no. but the probl

  • Plotting Senderbase Information on a World Map

    Greetings, I have whipped up a quick script some of you may find useful. ip2mapplot.py is a Python script for resolving a number of IP addresses to latitude / longitude coordinates and plotting them on a world map Below is an image generated from one