....
> It seems that everything under inetd is suffering from this issue.
>
> Anyone an idea?
IP 6 issue ?
Give something like
$ cat /etc/netsvc.conf
hosts = bind4,local4
a try
hth
Hajo
This is a discussion on Weird DNS issue - Aix ; Hello I'm experiencing some weird behaviour with name resolution. Situation: machine A with FQDN A.DOMAIN.COM machine B with FQDN B.DOMAIN.COM running named when performing a telnet from machine A to machine B as: telnet B the connection hangs for 30 ...
Hello
I'm experiencing some weird behaviour with name resolution.
Situation:
machine A with FQDN A.DOMAIN.COM
machine B with FQDN B.DOMAIN.COM running named
when performing a telnet from machine A to machine B as:
telnet B
the connection hangs for 30 seconds before giving the initial login
prompt.
when performing a telnet from machine A to machine B as:
telnet B.DOMAIN.COM
the connection is instantaneously.
Forward and reverse DNS is configured properly. (nslookup/host shows
that forward and reverse DNS is working properly).
Even stranger, when performing ssh B, the connection is also
instanteneously...
It seems that everything under inetd is suffering from this issue.
Anyone an idea?
....
> It seems that everything under inetd is suffering from this issue.
>
> Anyone an idea?
IP 6 issue ?
Give something like
$ cat /etc/netsvc.conf
hosts = bind4,local4
a try
hth
Hajo
That solves the issue indeed
Thanks a lot.
Hajo Ehlers schreef:
> ...
> > It seems that everything under inetd is suffering from this issue.
> >
> > Anyone an idea?
> IP 6 issue ?
>
> Give something like
> $ cat /etc/netsvc.conf
> hosts = bind4,local4
>
> a try
> hth
> Hajo