- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- Re: nslookup - hide ip address
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
03-17-2006 11:34 PM
03-17-2006 11:34 PM
nslookup - hide ip address
O/S : 11.11
Bind : 9.2
Generally, when we test nslookup
We can see server ip-adress like below
C:\>nslookup www.yahoo.com
Server: kns.kornet.net
Address: 168.126.63.1
Non-authoritative answer:
Name: www.yahoo.akadns.net
Addresses: 66.94.230.39, 66.94.230.37, 66.94.230.50, 66.94.230.35
66.94.230.32, 66.94.230.47, 66.94.230.42, 66.94.230.75
Aliases: www.yahoo.com
But, When a client type nslookup
I want to hide server ip-address.
Is it possible?
How can I hide server ip-address?
Please tell me how to setup at server part.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-18-2006 01:25 AM
03-18-2006 01:25 AM
Re: nslookup - hide ip address
How does the client connect to your machine?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-18-2006 05:33 AM
03-18-2006 05:33 AM
Re: nslookup - hide ip address
The query, defeats the very purpuse why you have DNS. DNS is indeed used for resolving the hostname into IP address, and nslookup is one of the troubleshooting utility to see whether you nameservice lookup is fine or not. It does transperantely, what other network program's acheive by using gethostbyname() function. So your question is contradicting the purpose of name resolution.
As pointed previously, you can disable just the usage of the nslookup utility in the client machine.
Regards,
Senthil Kumar .A
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-18-2006 08:00 AM
03-18-2006 08:00 AM
Re: nslookup - hide ip address
Due to security concerns nslookup has been deprecated in Linux and perhaps someday in Unix as well.
Its designed with trust in mind. To hide your machine from nslookup, it should be off the network entirely.
If you control the client side, have nslookup blocked or removed as advised earlier.
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
03-18-2006 12:42 PM
03-18-2006 12:42 PM
Re: nslookup - hide ip address
It sounds as if you have security concerns. If so, consider removing shell access to the problem users. Give them a simple menu script as their shell and do not give an option to run nslookup.
Bill Hassell, sysadmin
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-19-2006 09:23 PM
03-19-2006 09:23 PM
Re: nslookup - hide ip address
--
Muthu