- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- Re: Wierd messages from named in syslog
Categories
Company
Local Language
Forums
Discussions
Forums
- Data Protection and Retention
- Entry Storage Systems
- Legacy
- Midrange and Enterprise Storage
- Storage Networking
- HPE Nimble Storage
Discussions
Forums
Discussions
Discussions
Discussions
Forums
Discussions
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
- BladeSystem Infrastructure and Application Solutions
- Appliance Servers
- Alpha Servers
- BackOffice Products
- Internet Products
- HPE 9000 and HPE e3000 Servers
- Networking
- Netservers
- Secure OS Software for Linux
- Server Management (Insight Manager 7)
- Windows Server 2003
- Operating System - Tru64 Unix
- ProLiant Deployment and Provisioning
- Linux-Based Community / Regional
- Microsoft System Center Integration
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Community
Resources
Forums
Blogs
- Subscribe to RSS Feed
- Mark Topic as New
- Mark Topic as Read
- Float this Topic for Current User
- Bookmark
- Subscribe
- Printer Friendly Page
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-25-2004 06:46 AM
02-25-2004 06:46 AM
Wierd messages from named in syslog
Feb 25 13:38:02 dilbert named[789]: host name "_scr_DEFAULT.tmp.tdwilliamson.com
" IN (response from [192.1.11.15]) is invalid - rejecting
Feb 25 13:38:37 dilbert named[789]: host name "_scr_DEFAULT" IN (response from [
192.1.11.15]) is invalid - rejecting
Host 192.1.11.15 is a Windows 2000 DNS server that is authoritative for some zones in our organization.
Do these indicate anything serious? Is there a way to ignore them (whether through syslog.conf or named.conf)?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-25-2004 06:49 AM
02-25-2004 06:49 AM
Re: Wierd messages from named in syslog
Do you think these are acceptable names '_scr_DEFAULT'? Maybe you can check on the w2k server which IP address and server / PC it is, or connect to it to check...
JP
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-25-2004 06:55 AM
02-25-2004 06:55 AM
Re: Wierd messages from named in syslog
What version of BIND are you running? 9.2 is the latest for HPux.
Are you allowing 192.1.11.15 to update your master DNS? I wouldn't, because M$ doesn't play correctly with the standards.
live free or die
harry
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-25-2004 09:11 PM
02-25-2004 09:11 PM
Re: Wierd messages from named in syslog
Either remove the UNIX DNS from the Win2k box's connection settings, or (better) create delegations for a subdomain to the windows server / clients and put them in there. away. to safety.
:)
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-25-2004 11:30 PM
02-25-2004 11:30 PM
Re: Wierd messages from named in syslog
I recommend the 9.2.0 upgrade and security patches and keeping those databases in synch.
SEP
Owner of ISN Corporation
http://isnamerica.com
http://hpuxconsulting.com
Sponsor: http://hpux.ws
Twitter: http://twitter.com/hpuxlinux
Founder http://newdatacloud.com
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-26-2004 01:22 AM
02-26-2004 01:22 AM
Re: Wierd messages from named in syslog
The Windows 2000 system IS our master DNS. Somewhat of a political decision, but out of my hands. My UX server is authoritative for one of the subdomains, however.
Underscores are definitely not legal DNS characters per standard. Naturally, MS ignores that, and naturally, our Windows people insist on using them.
I guess my question is why is the Windows DNS server trying to push those entries down to my UNIX DNS servers, when my UNIX servers are not authoritative for the zones those records belong in? I suppose that is a Windows DNS question, huh. :)
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-26-2004 01:25 AM
02-26-2004 01:25 AM
Re: Wierd messages from named in syslog
You'll have to get your NT guru to remove the active directory DNS entries from the list of zones you're secondary to.
Also, might want to have him check the "bind secondary" option in his DNS config.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-26-2004 02:02 AM
02-26-2004 02:02 AM
Re: Wierd messages from named in syslog
I think the message in your initial posting is a result of a lookup, not of a zone transfer. Apparantly, someone / something on your UX box asks for a hostname. The query is forwarded / resolved by you Windows DNS, but you own DNS doesn't like the result.
There probably is an option, but I cannot find documentation on named.conf.
It used to be called check-names in named.boot....
JP
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-17-2004 04:01 AM
05-17-2004 04:01 AM
Re: Wierd messages from named in syslog
# find / -name \* -type f -exec grep -l "_scr_DEFAULT" {} \;
/opt/scr/bin/scrdelete
/opt/scr/lib/libscrcom.sl
/opt/scr/lib/scr/scr_config.tcl
It would appear that _scr_DEFAULT is some kind of default/test node name for something called the System Inventory daemon, "scr". In my case, turning off scr (edit /etc/rc.config.d/scrdaemon ) stopped the 'bogus' dns lookups.
I imagine there is a better way to do this - actually fix scr so it doesn't give rise to the requests, but this does the trick.