HPE GreenLake Administration
- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- Re: Bind log configuration
Operating System - HP-UX
1835061
Members
2456
Online
110073
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
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
07-22-2005 01:36 PM
07-22-2005 01:36 PM
Bind log configuration
Hi,
I am using the latest version of Bind download from software depot. In my DNS I restricted recursive query to only certain hosts.
I configured the query log to a separate file
channel query_files {
file "/var/adm/bind/queries" size 100M;
severity dynamic;
print-time yes;
};
The problem is there any way for me to log those recursive query that was blocked to a separate file because from the log I can distinguish which source IP has done a successful recursive query?
I am using the latest version of Bind download from software depot. In my DNS I restricted recursive query to only certain hosts.
I configured the query log to a separate file
channel query_files {
file "/var/adm/bind/queries" size 100M;
severity dynamic;
print-time yes;
};
The problem is there any way for me to log those recursive query that was blocked to a separate file because from the log I can distinguish which source IP has done a successful recursive query?
abc
3 REPLIES 3
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-22-2005 06:05 PM
07-22-2005 06:05 PM
Re: Bind log configuration
U can create a separate channel to log the categories of 'security' . The security category contains Approval and denial of requests , which will contain those blocked requests .
channel blocked {
file "/var/log/blocked.log" versions 10 size 20m;
print-category yes;
print-severity yes;
print-time yes;
};
category security {
blocked;
};
channel blocked {
file "/var/log/blocked.log" versions 10 size 20m;
print-category yes;
print-severity yes;
print-time yes;
};
category security {
blocked;
};
Be Always Joy ......
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-23-2005 01:55 AM
07-23-2005 01:55 AM
Re: Bind log configuration
After I done that the blocked recursive query still didn't go to the security file and mix up with queries file.
abc
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-24-2005 03:45 PM
07-24-2005 03:45 PM
Re: Bind log configuration
When u dig up a recursive query from a blocked client what u r getting in the status field of ur answer . Can u attach ur full named.conf file ?
Be Always Joy ......
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