HPE GreenLake Administration
- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- Re: named - Malformed response out of data in fina...
Operating System - HP-UX
1834604
Members
4089
Online
110069
Solutions
Forums
Categories
Company
Local Language
back
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
back
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
Blogs
Information
Community
Resources
Community Language
Language
Forums
Blogs
Go to solution
Topic Options
- 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
04-02-2001 11:36 AM
04-02-2001 11:36 AM
It was just brought to my attention that we are getting these messages in the syslog.log
named Malformed response from (FireWall-Address).53 (out of data in final pass)
The firewall vendor says that all the firewall does is pass the request to an external DNS.
I am receiving these messages on all internal (local) DNS servers.
I am running named 4.9.7 Thu May 21 10:55:40 GMT 1998 PHNE_14617
named Malformed response from (FireWall-Address).53 (out of data in final pass)
The firewall vendor says that all the firewall does is pass the request to an external DNS.
I am receiving these messages on all internal (local) DNS servers.
I am running named 4.9.7 Thu May 21 10:55:40 GMT 1998 PHNE_14617
"Good judgment comes from experience. Experience comes from bad judgment." -- Barry LePatner
Solved! Go to Solution.
1 REPLY 1
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-03-2001 04:33 AM
04-03-2001 04:33 AM
Solution
Hi
1)Load the latest patch
Patch Name: PHNE_23277
Patch Description: s700_800 10.01-[12]0 BIND 4.9.7 components
Creation Date: 01/02/15
Post Date: 01/02/23
Hardware Platforms - OS Releases:
s700: 10.01 10.10 10.20
s800: 10.01 10.10 10.20
Products: N/A
Filesets:
InternetSrvcs.INETSVCS-RUN InternetSrvcs.INET-ENG-A-MAN
Automatic Reboot?: No
Status: General Release
Critical: No
Path Name: /hp-ux_patches/s700_800/10.X/PHNE_23277
Symptoms:
PHNE_23277:
1. JAGad38231/8606168953:
Disable version query feature on BIND 4.9.7
2. JAGad41828/8606172568:
named loops with some record queries.
3. JAGad48072/8606178847:
Incorrect error messages generated by named for
malformed DNS queries.
2)Read
www.acmebw.com/askmrdns/bind-messages.htm
invalid RR type 'SOA' in additional section (name = 'occ.cc.mi.us') from [198.108.130.5].53
or
invalid RR type 'A' in authority section (name = 'dns0.doc.ic.ac.uk') from [146.169.2.2].53
CATEGORY: response-checks
SEVERITY: info
PAGE:
FURTHER INFO:
The first message indicates that your name server received an SOA record for occ.cc.mi.us in the additional data section of a response from the name server at the IP address 198.108.130.5.Since SOA records should never appear in the additional data section, this is an error.
The second message indicates that your name server received an A record for dns0.doc.ic.ac.uk in the authority section of a response from the name server at the IP address 146.169.2.2.Since A records should never appear in the authority section, this is an error.
Both of these messages indicate a flaw in the implementation (not the configuration) of the remote name server.
Sometimes this message will occur as one of a pair of messages:
invalid RR type 'A' in authority section (name = 'xaymaca.uwimona.edu.jm') from [200.9.115.2].53
Malformed response from [200.9.115.2].53 (out of data in final pass)
Steve Steel HP-Brussels
1)Load the latest patch
Patch Name: PHNE_23277
Patch Description: s700_800 10.01-[12]0 BIND 4.9.7 components
Creation Date: 01/02/15
Post Date: 01/02/23
Hardware Platforms - OS Releases:
s700: 10.01 10.10 10.20
s800: 10.01 10.10 10.20
Products: N/A
Filesets:
InternetSrvcs.INETSVCS-RUN InternetSrvcs.INET-ENG-A-MAN
Automatic Reboot?: No
Status: General Release
Critical: No
Path Name: /hp-ux_patches/s700_800/10.X/PHNE_23277
Symptoms:
PHNE_23277:
1. JAGad38231/8606168953:
Disable version query feature on BIND 4.9.7
2. JAGad41828/8606172568:
named loops with some record queries.
3. JAGad48072/8606178847:
Incorrect error messages generated by named for
malformed DNS queries.
2)Read
www.acmebw.com/askmrdns/bind-messages.htm
invalid RR type 'SOA' in additional section (name = 'occ.cc.mi.us') from [198.108.130.5].53
or
invalid RR type 'A' in authority section (name = 'dns0.doc.ic.ac.uk') from [146.169.2.2].53
CATEGORY: response-checks
SEVERITY: info
PAGE:
FURTHER INFO:
The first message indicates that your name server received an SOA record for occ.cc.mi.us in the additional data section of a response from the name server at the IP address 198.108.130.5.Since SOA records should never appear in the additional data section, this is an error.
The second message indicates that your name server received an A record for dns0.doc.ic.ac.uk in the authority section of a response from the name server at the IP address 146.169.2.2.Since A records should never appear in the authority section, this is an error.
Both of these messages indicate a flaw in the implementation (not the configuration) of the remote name server.
Sometimes this message will occur as one of a pair of messages:
invalid RR type 'A' in authority section (name = 'xaymaca.uwimona.edu.jm') from [200.9.115.2].53
Malformed response from [200.9.115.2].53 (out of data in final pass)
Steve Steel HP-Brussels
If you want truly to understand something, try to change it. (Kurt Lewin)
The opinions expressed above are the personal opinions of the authors, not of Hewlett Packard Enterprise. By using this site, you accept the Terms of Use and Rules of Participation.
Company
Events and news
Customer resources
© Copyright 2025 Hewlett Packard Enterprise Development LP