- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- Re: How to get the list of ip using hpux 11.00 DNS...
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
09-24-2003 01:06 AM
09-24-2003 01:06 AM
How to get the list of ip using hpux 11.00 DNS Server?
I want to trace the list of the ip that use the hpux 11.00 DNS server.
What I have to do?
Regards...
PSS
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-24-2003 01:12 AM
09-24-2003 01:12 AM
Re: How to get the list of ip using hpux 11.00 DNS Server?
You could also look at the /etc/hosts file on your primary DNS server as it *SHOULD* list all hosts as well.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-24-2003 01:14 AM
09-24-2003 01:14 AM
Re: How to get the list of ip using hpux 11.00 DNS Server?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-24-2003 01:17 AM
09-24-2003 01:17 AM
Re: How to get the list of ip using hpux 11.00 DNS Server?
The only way that I know if to 1) Check the config. of all of your machines or 2) Turn DNS off and see what breaks and who screams.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-24-2003 01:20 AM
09-24-2003 01:20 AM
Re: How to get the list of ip using hpux 11.00 DNS Server?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-24-2003 01:29 AM
09-24-2003 01:29 AM
Re: How to get the list of ip using hpux 11.00 DNS Server?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-24-2003 03:06 AM
09-24-2003 03:06 AM
Re: How to get the list of ip using hpux 11.00 DNS Server?
Install tcpdump or similar sniffer softwares in the DNS server and run it for a couple of days and log only the traffic to port 53 UDP & 53 TCP.
Looking at the source IP address from the LOG file , I guess u should be able to get a fair idea of who is using it ?
Makes sense ?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-24-2003 03:08 AM
09-24-2003 03:08 AM
Re: How to get the list of ip using hpux 11.00 DNS Server?
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
09-24-2003 08:46 AM
09-24-2003 08:46 AM
Re: How to get the list of ip using hpux 11.00 DNS Server?
Small resolver queries from the DNS client uses 53/UDP and 53/TCP is only used in case of zone transfers, so I would really doubt if netstat -an | grep 53 is going to get u something useful.