- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- DNS on HPUX 11 is not resolve
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
12-05-2004 04:22 AM
12-05-2004 04:22 AM
DNS on HPUX 11 is not resolve
It resolve all the internal address with no problem. When I'm trying to login from outside line (out of the network) to our net all works fine but the DNS can't resolve the address for the clients (address like 10.0.0.2) since he dont have it. It slow all the remote connection. How can i resolve address like this one? is there away to tell the DNS not to wait so long?
Help is need.
Thanks,
Tzvika
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-05-2004 05:36 AM
12-05-2004 05:36 AM
Re: DNS on HPUX 11 is not resolve
This could be because the information is coming from a busy or slow or unpatched microsoft dns server. It could also be a firewall is interfering with dns resolution.
It would appear that when you connect in from the outside your VPN setup is not allowing the transfer of DNS information from inside your network.
This is a common issue that is usually to do with the VPN setup and or the setup of your internal DNS server. It may be set up to not allow resolution for the address range assigned to your vpn.
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
12-05-2004 09:58 PM
12-05-2004 09:58 PM
Re: DNS on HPUX 11 is not resolve
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-05-2004 10:53 PM
12-05-2004 10:53 PM
Re: DNS on HPUX 11 is not resolve
====
The values for retransmission timeout and number of retries to be attempted can be configured. These correspond to the retrans and retry fields in the _res structure. The following three options, listed in the order of precedence, have been provided for configuring the retransmission timeout and retry values.
1. Environment Variables,
2. Configuration file /etc/resolv.conf,
3. Through calls to API set_resfield().
retrans and retry can be configured through the Environmental
Variables RES_RETRANS and RES_RETRY as follows:
RES_RETRANS=values in milliseconds
RES_RETRY=number of retries
======
-vishwas
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-06-2004 12:14 AM
12-06-2004 12:14 AM
Re: DNS on HPUX 11 is not resolve
could you give us your /etc/nsswitch.conf file please?
Stf ;-)
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-06-2004 02:17 AM
12-06-2004 02:17 AM
Re: DNS on HPUX 11 is not resolve
retrans 2500
retry 2
Rgds...Geoff
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-08-2004 09:03 PM
12-08-2004 09:03 PM
Re: DNS on HPUX 11 is not resolve
Thanks for your help.
here is the /etc/resolve
more /etc/resolv.conf
domain xx.mm.co.il
nameserver 199.203.xxx.xxx # Internal DNS
nameserver 212.150.48.169
nameserver 206.49.94.234
here is nsswich.conf
# more /etc/nsswitch.conf
#
# /etc/nsswitch.hp_defaults:
#
# An example file that could be copied over to /etc/nsswitch.conf; it
# uses NIS (YP) in conjunction with files.
#
passwd: compat
group: compat
dns [NOTFOUND=continue] files
hosts: nis [NOTFOUND=continue] dns [NOTFOUND=continue] files
networks: nis [NOTFOUND=continue] files
protocols: nis [NOTFOUND=continue] files
rpc: nis [NOTFOUND=continue] files
publickey: nis [NOTFOUND=continue] files
netgroup: nis [NOTFOUND=continue] files
automount: files nis
aliases: files
files
services: nis [NOTFOUND=continue] files
Where should I change the param you guys mention?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-09-2004 12:41 AM
12-09-2004 12:41 AM
Re: DNS on HPUX 11 is not resolve
retrans 2500
retry 2
To bottom of /etc/resolv.conf
Rgds...Geoff
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-09-2004 12:42 AM
12-09-2004 12:42 AM
Re: DNS on HPUX 11 is not resolve
timex nslookup www.hp.com
Then make the changes, and try that command again.
RGds...Geoff