--On 5. oktober 2010 20.20.02 +0200 Dotan Cohen <dotanco...@gmail.com> wrote:
Yes, but it's only a connection. I don't see any output. That' me typing
"helo":

$ telnet 178.63.65.136 53
Trying 178.63.65.136...
Connected to 178.63.65.136.
Escape character is '^]'.
helo
USER test
^C^C
Connection closed by foreign host.

DNS isn't a clear-text protocol (unlike POP3, SMTP etc), so that's fine. It won't display a banner or anything.

From googling I see that I must start Bind with the -g option to
enable logging, but I must be doing it wrong as it's still not
logging:
# service named restart -g

The "-g" option is to get debug output. I doubt that works nicely with the "service" command. Running RedHat?
I don't have a RedHat system in front of me... but.. you could try:

# service named stop
# /usr/sbin/named -g

..and see if that works at all.

Regards
Eivind Olsen

_______________________________________________
bind-users mailing list
bind-users@lists.isc.org
https://lists.isc.org/mailman/listinfo/bind-users

Reply via email to