Archive-Date: Tue, 9 Aug 2005 15:38:59 -0400 Date: Tue, 09 Aug 2005 14:19:35 -0500 (EST) From: bryant@process.com Reply-To: Info-TCPware@process.com Subject: TCPware ECO kit available: SSH_V562P060 To: TCPware-Announce@TRITON.PROCESS.COM Message-ID: <01LRMLFRWBHE00EZFC@DELTA.PROCESS.COM> MIME-Version: 1.0 Content-Type: TEXT/PLAIN; CHARSET=US-ASCII Content-Transfer-Encoding: 7BIT TCPware ECO kit announcement The following ECO kit is now available for TCPware: ECO: SSH_V562P060 Description: SSH/SFTP update Release date: 9-AUG-2005 Ranking: 2 Max ranking: 2 Versions: 5.6-2 Requisites: DRIVERS_V562P051 ftp://ftp.process.com/support/56_2/ssh_v562p060.zip To search the TCPware ECO database, please visit the following URL: http://vms.process.com/eco.html For more information, contact Process Software via: E-mail: support@process.com Phone: 1-800-394-8700 The ECO kit README contents are below. ----------------------------------------------------------------------- SSH patch kit (revision 6.0) for TCPware 5.6 8-Aug-2005 Copyright (c) 2002-2005 by Process Software This VMSinstallable saveset provides a new version of the following SSH components: - SSH client (SSH2.EXE) - SSH1 server (SSHD.EXE) - SSH2 server (SSHD2.EXE) - SSH master control program (SSHD_MASTER.EXE) - SSH identity agent program (SSH-AGENT2.EXE) - SSH key generators (SSH-KEYGEN.EXE and SSH-KEYGEN2.EXE) - SSH key signer (SSH-SIGNER2.EXE) - SSH loadable executive image (SSHLEI.EXE, LOAD_SSHLEI.EXE, UNLOAD_SSHLEI.EXE) - SSH agent identity manipulation program (SSH-ADD2.EXE) - SSH file copy client (SCP2.EXE) - SSH SFTP client (SFTP2.EXE) - SSH file copy servers (SFTP-SERVER2.EXE and SCP-SERVER1.EXE) - A dummy Kerberos 5 shared library (KRB$RTL32.EXE - AXP V7.x) - SSH certificate enrollment program (SSH-CERTENROLL2.EXE) - SSH server configuration template file (SSHD2_CONFIG.TEMPLATE) - SSH configuration procedure (SSH_CONTROL.COM) - The SSH HELP (either in a standalone library or as part of SYS$HELP:HELPLIB.HLB, as determined by the original TCPware install) - The TCPware command definitions (TCPWARE_COMMANDS.COM and TCPWARE.CLD) The following new SSH components are provided: - SSH Public Key Assistant (PUBLICKEY_ASSISTANT.EXE) - SSH Public Key Server (PUBLICKEY-SERVER.EXE) - SSH Certificate Viewer (SSH-CERTVIEW.EXE) - SSH client configuration template (SSH2_CONFIG.TEMPLATE) - A dummy Kerberos 5 shared library for VAX V7 (KRB$RTL.EXE) A new version of the following common TCPware utilities are provided: - NETCU utility (NETCU.EXE) - TCPware command definitions (TCPWARE_COMMANDS.COM) This patch is applicable to TCPware SSH on all supported versions of OpenVMS VAX and OpenVMS Alpha. NOTE: The TCPware ECO DRIVERS_V562P051 or later is required and must be installed in order to run SSH after installing the SSH_V562P060 ECO. A system reboot is requred after installing this ECO, to load the new software features. This ECO has a ranking of 2 - Recommended; individual component may fail. --------------------------------------------------------------------------- New Features This ECO kit provides the following new functionality, not available in previous ECO's: - The SSH2 code is now at revision 3.2.9. The primary features of this code: o The cryptographic library used is compiled from unaltered source code from F-Secure which is FIPS 140-2 level 2 compliant, as determined by the Computer Security Division of the National Institute of Science and Technology (NIST). o A CERTVIEW utility is included to allow viewing and validation of the contents of certificates. o OpenSSH-format keys may now be converted to SSH2 format by using SSHKEYGEN: $ NETCU SSHKEYGEN/SSH2/OPENSSH_CONVERT= - The SSHD_MASTER.LOG file now includes a date stamp as well as a time stamp for messages. [DE 9953] - The location of the SSH server log files may now be set by defining the logical TCPWARE_SSH_LOG_FILE to the default filespec desired. Any part of the filespec may be defined (.e.g, the complete filespec, the device/directory only, the filename, the file type). [DE 9884] - The logical TCPWARE_SFTP_FILE_ESTIMATE_THRESHOLD can be used to set the minimum size (in blocks) for a text file to report an estimated size. When a file is smaller than the specified value the file will be read to determine the exact size that would result in a transfer. Files larger than the specified value will continue to get an estimated size. [DE 9889] - SFTP2 GET and PUT (and MGET and MPUT) now support -p or --preserve-attributes as an option as the first parameter for the command. This option will cause SFTP to attempt to preserve timestamps and access rights when transferring a file. [DE 9888] - Setting the logical TCPWARE_SFTP_VMS_ALL_VERSIONS to TRUE will now return all versions of files whether or not the SFTP server is communicating with our SFTP client. [DE 9830] - The logical TCPWARE_SFTP_ODS2_SRI_ENCODING can be defined to FALSE, NO or 0 (zero) to disable SRI encoding of files with uppercase letters and special characters on ODS 2 disks. [DE 9829] - SFTP2 now has the CHMOD and LCHMOD commands for changing the protection of files. - SFTP2 now supports conversion of VMS record formatted files to flat files with the RECORD command. Public Key Client/Server ------------------------ This ECO kit provides a public-key subsystem and assistant that can be used to add, remove and list public keys stored on a remote server. The public key assistant and server are based upon a recent IETF draft, so other implementations of SSH may not yet offer this functionality. The Publickey assistant can be started with: $ SSHPKA [qualifiers] [[user@]host[#port[] Publickey Assistant Commands ADD key file_name - Transfers the key file_name to the remote system. The file name specified is expected to be in the SSH2_CONFIG directory from the user's login directory. e.g., ADD ID_DSA_1024_A.PUB will transfer the public key in ID_DSA_1024_A.PUB to the remote system and updates the AUTHORIZATION. file on the remote system to include this key name. CLOSE - Closes the connection to the remote system DEBUG {no | debug_level} - Sets debug level (like in SFTP2) DELETE key finger-print - Deletes the key that matches the fingerprint specified. It is necessary to do a LIST command before this to get a list of the finger prints (and for the program to build its internal database mapping fingerprints to keys). EXIT - Exits the program. HELP - Displays a summary of the commands available LIST - Displays the fingerprint and attributes of keys stored on the remote system. The attributes that are listed will vary with key. OPEN [user@]host[#port] - Opens a connection to a remote publickey subsystem. QUIT - Quits the program. UPLOAD key file name - Synonym for "ADD" VERSION [protocol version] - Displays or sets the protocol version to use. The protocol version can only be set before the OPEN command is used. The default version is 1. * Publickey Assistant Qualifiers /BATCHFILE - Provides file with publickey assistant commands to be executed. Starts SSH2 in batch mode. Authentication must not require user interaction. /CIPHER - Selects encryption algorithm(s). /COMPRESS - Enables SSH data compression. /DEBUG - Sets debug level (0-99). /HELP - Displays a summary of the qualifiers available. /MAC - Selects MAC algorithm(s). /MAC=(mac-1,...,mac-n) /PORT - Tells the Public Key Assistant which port sshd2 listens to on the remote machine. /VERBOSE - Enables verbose mode debugging messages. Equal to "/debug=2". You can disable verbose mode by using "debug disable." /VERSION - Displays version number only. * Other Implementations VanDyke includes this in their SecureFX and VShell products. VanDyke also has a patch available for a server for OpenSSH. New SSHKEYGEN warning --------------------- A new qualifier has been added to SSHKEYGEN. That qualifer is /[NO]WARN. This qualifier is used to warn the system administrator if an SSH2 host key already exists and asks if the file should be overwritten. Using /NOWARN will not announce the file's existance and will overwrite the file. The default behavior now is to warn the system administrator and ask if the existing file should be replaced. SSHKEYGEN in earlier versions of TCPware would overwrite the existing SSH2 host key file. LOGIN/LOGOUT audits ------------------- Login/logout events are now logged via the VMS audit server. The user will see a login record created by TCPware, plus login & logout records for a detached session (the interactive login session). VAX Kerberos 5 Support ---------------------- Support for using Kerberos5 for user authentication for VMS VAX V7 has been added. *** Notes for Kerberos 5 Support *** Support for Kerberos 5 is based on the HP Kerberos V5 for OpenVMS Release 2.0 (http://h71000.www7.hp.com/openvms/products/kerberos/). This kit restricts support for Kerberos to OpenVMS Alpha 7.2-2 and higher, and to OpenVMS VAX 7.2-2 and higher. Prior to installing and configuring the HP Kerberos product, the following TCPware ECO must be installed: - DRIVERS_V562P030 Once the above ECO has been applied, Kerberos may be installed and configured. SSH may be configured and used at any time, either with or without Kerberos; however, Kerberos is required to perform Kerberos authentication in the SSH server. If Kerberos is installed at some later time after SSH is started, restarting SSH will allow it to use Kerberos. Some chapters of the TCPware documentation having to do with SSH have been updated. New PDF files of these are supplied in this ECO, and are copied to the TCPWARE_COMMON:[TCPWARE] directory. These are: TW_MANAGEMENT_SSH1_SERVER_CH25.PDF TW_MANAGEMENT_SSH2_SERVER_CH26.PDF TW_USER_GUIDE_SSH_CLIENT_CH16.PDF TW_USER_GUIDE_FILE_XFER_CH17.PDF --------------------------------------------------------------------------- This ECO kit provides fixes for the following DE's: - After applying the SSH_V562P050 ECO, SSH would stop accepting connections and/or would occasionally hang. [DE 9862, 9870] - Mixed case can't be used when generating keys with a passphrase. [DE 9813] - If an invalid username is used during authentication, the fact that an error occurs is recorded, but not the username being attempted. [DE 9973] - The JPI$M_PASSWORD_EXPIRED flag is not set for LOGIN_FLAGS when a user with an expired password is successfully authenticated using a method other than PASSWORD (e.g., PUBLICKEY). [DE 9991] - After applying the SSH-080_A044 ECO, @TCPWARE:RESTART SSH may fail to restart the SSHD_MASTER process. [DE 9902] - The SSH1 server can ACCVIO if Kerberos is installed but not configured on a system. [DE 9872] - If the SYSTEM account is disabled, other users can't log in. [DE 9239] - Problems preserving VMS file attributes with an SCP2 command specifying a remote system as the source with wildcards have been corrected. [DE 9579 (9596)] - Corrected a problem with recursive SCP copies initiated from systems that use OpenSSH. [DE 9969] - When attempting to access a file that does not include a dot in the name a .DIR was tacked onto the name as if the file was a directory file. When the logical TCPWARE_SFTP_DEFAULT_FILE_TYPE_REGULAR is defined to TRUE, YES or 1, then open operations will use a default file type of REGULAR instead of UNKNOWN. [DE 10012] - Improved file parsing code to handle extraneous the /. that some clients are now including at the end of directory specifications. [DE 9933 (9952)] - When doing an ASCII transfer of a large file that is already in STREAM-LF format to a non-vms system it is possible for the file to get truncated. Though a BINARY transfer might yield the correct results there have been some instances were errors in the C RTL prevent that from being done. The problem is due to character counting code which does not account for the line separator changing from to . To provide a work around for this problem the logical TCPWARE_SFTP_NEWLINE_STYLE has been added. The following values can be used: UNIX VMS MAC UNIX and VMS result in a being used for the newline sequence. MAC results in a being used for the newline sequence. For all other values (or if the logical is not defined) will be used for the newline sequence for ASCII transfers. [DE 9978] --------------------------------------------------------------------------- Post Installation Notes If you have NOT previously installed a TCPware 5.6 SSH patch kit, or are not sure if one was previously installed, you must perform the following procedure: - Save your old SSH2_DIR:SSHD2_CONFIG. file and create a new one from the new TCPWARE:SSHD2_CONFIG.TEMPLATE file: $ COPY SSH2_DIR:SSHD2_CONFIG. SSH2_DIR:SSHD2_CONFIG.OLD $ COPY TCPWARE:SSHD2_CONFIG.TEMPLATE SSH2_DIR:SSHD2_CONFIG. - If you previously customized your SSH2_DIR:SSHD2_CONFIG file (now renamed to ".OLD"), you must edit the new SSH2_DIR:SSHD2_CONFIG file and add your customizations to it. You MUST use the new file created from the new TCPWARE:SSHD2_CONFIG.TEMPLATE file for this. - Note that if you are in a clustered environment with a shared system disk, you must copy the TCPWARE:SSHD2_CONFIG.TEMPLATE from the node where the ECO was initially installed to the SSH2_DIR: directory on each of the other nodes in the cluster before making the new SSHD2_CONFIG file and making any changes as noted above. The old version of the replaced SSH components will be renamed to TCPWARE_COMMON:[TCPWARE]SSH2.EXE_OLD TCPWARE_COMMON:[TCPWARE]SSHD.EXE_OLD TCPWARE_COMMON:[TCPWARE]SSHD2.EXE_OLD TCPWARE_COMMON:[TCPWARE]SSHD_MASTER.EXE_OLD TCPWARE_COMMON:[TCPWARE]SSH-ADD2.EXE_OLD TCPWARE_COMMON:[TCPWARE]SSH-AGENT2.EXE_OLD TCPWARE_COMMON:[TCPWARE]SCP2.EXE_OLD TCPWARE_COMMON:[TCPWARE]SSH-KEYGEN.EXE_OLD TCPWARE_COMMON:[TCPWARE]SSH-KEYGEN2.EXE_OLD TCPWARE_COMMON:[TCPWARE]SSH-SIGNER2.EXE_OLD TCPWARE_COMMON:[TCPWARE]SCP-SERVER1.EXE_OLD TCPWARE_COMMON:[TCPWARE]SFTP-SERVER2.EXE_OLD TCPWARE_COMMON:[TCPWARE]SSHD2_CONFIG.TEMPLATE_OLD TCPWARE_COMMON:[TCPWARE]SSHLEI.EXE_OLD TCPWARE_COMMON:[TCPWARE]LOAD_SSHLEI.EXE_OLD TCPWARE_COMMON:[TCPWARE]UNLOAD_SSHLEI.EXE_OLD TCPWARE_COMMON:[TCPWARE]NETCU.EXE_OLD TCPWARE_COMMON:[TCPWARE]SSH_CONTROL.COM_OLD TCPWARE_COMMON:[TCPWARE]TCPWARE_COMMANDS.COM_OLD Once installed, you may undo this patch by renaming the files back to their original names, and restarting the SSH component. NOTE: You must reboot your system after installing this ECO, to load the new software features. [End of ECO announcement] ================================================================================ Archive-Date: Mon, 15 Aug 2005 15:58:43 -0400 Resent-Date: Mon, 15 Aug 2005 15:55:30 -0400 Resent-Date: Mon, 15 Aug 2005 15:30:07 -0400 Date: Mon, 15 Aug 2005 21:08:18 +0200 Resent-From: Geoff Bryant Resent-From: Geoff Bryant From: "Kurt A. Schumacher" Reply-To: Info-TCPware@process.com Subject: DNS Incompatibility? Troubles resolving certain domains with named 8.1.2 for TCPware V5.6-2... Resent-To: info-tcpware@process.com To: info-tcpware@process.com Resent-Message-ID: <01LRV1N8GL9K8WW45R@PROCESS.COM> Message-ID: <01LRV0WDBTMM8WWCYF@PROCESS.COM> MIME-Version: 1.0 Content-Type: text/plain; charset=US-ASCII We see more and more troubles resolving certain domains on our TCPware system: $ nslookup Default Server: localhost Address: 127.0.0.1 > www.ip-phone-forum.de Server: localhost Address: 127.0.0.1 *** localhost can't find www.ip-phone-forum.de: Non-existent host/domain > ... The strange thing: No problems resolving domains (from this servers and others) on any random U**x or Windows system. Something changed down there at low level DNS RFC which makes the TCPware BIND unable to resolve the name? At least we found a somewat reliable domain to proof, the dump follows: ---- TCPware(R) V5.6-2 Copyright (c) 2002 Process Software OpenVMS version V7.3 booted on 4-APR-2005 10:27:16.00, running on a AlphaServer 1000A 4/233. Domain Name Server Version = named 8.1.2 for TCPware V5.6-2 Process Software ---- 48:16.43 RCVD 67 bytes UDP6101: 127.0.0.1,40524 -> 127.0.0.1,53 DATA=1F 33 01 00 00 01 00 00 00 00 00 00 03 77 77 77 *.3...........www* 0E 69 70 2D 70 68 6F 6E 65 2D 66 6F 72 75 6D 02 *.ip-phone-forum.* 64 65 00 00 01 00 01 *de.....* 48:16.44 XMIT 70 bytes UDP6102: 194.191.19.253,53 -> 194.246.96.1,53 DATA=D7 E4 00 00 00 01 00 00 00 00 00 00 03 6E 73 35 *.............ns5* 11 6E 61 6D 65 73 65 72 76 65 72 73 65 72 76 69 *.nameserverservi* 63 65 02 64 65 00 00 01 00 01 *ce.de.....* 48:16.44 RCVD 67 bytes UDP6101: 127.0.0.1,40524 -> 127.0.0.1,53 DATA=1F 33 01 00 00 01 00 00 00 00 00 00 03 77 77 77 *.3...........www* 0E 69 70 2D 70 68 6F 6E 65 2D 66 6F 72 75 6D 02 *.ip-phone-forum.* 64 65 00 00 01 00 01 *de.....* 48:16.45 XMIT 70 bytes UDP6102: 194.191.19.253,53 -> 194.246.96.1,53 DATA=D7 E5 00 00 00 01 00 00 00 00 00 00 03 6E 73 36 *.............ns6* 11 6E 61 6D 65 73 65 72 76 65 72 73 65 72 76 69 *.nameserverservi* 63 65 02 64 65 00 00 01 00 01 *ce.de.....* 48:16.45 XMIT 67 bytes UDP6102: 194.191.19.253,53 -> 194.246.96.1,53 DATA=D7 E6 00 00 00 01 00 00 00 00 00 00 03 77 77 77 *.............www* 0E 69 70 2D 70 68 6F 6E 65 2D 66 6F 72 75 6D 02 *.ip-phone-forum.* 64 65 00 00 01 00 01 *de.....* 48:16.46 RCVD 138 bytes UDP6100: 194.246.96.1,53 -> 194.191.19.253,53 DATA=D7 E4 80 00 00 01 00 00 00 02 00 02 03 6E 73 35 *.............ns5* 11 6E 61 6D 65 73 65 72 76 65 72 73 65 72 76 69 *.nameserverservi* 63 65 02 64 65 00 00 01 00 01 C0 10 00 02 00 01 *ce.de...........* 00 01 51 80 00 06 03 6E 73 31 C0 10 C0 10 00 02 *..Q....ns1......* 00 01 00 01 51 80 00 06 03 6E 73 32 C0 10 C0 36 *....Q....ns2...6* 00 01 00 01 00 01 51 80 00 04 D9 AC B0 DE C0 48 *......Q........H* 00 01 00 01 00 01 51 80 00 04 D9 AC A4 40 *......Q......@* 48:16.46 RCVD 138 bytes UDP6100: 194.246.96.1,53 -> 194.191.19.253,53 DATA=D7 E5 80 00 00 01 00 00 00 02 00 02 03 6E 73 36 *.............ns6* 11 6E 61 6D 65 73 65 72 76 65 72 73 65 72 76 69 *.nameserverservi* 63 65 02 64 65 00 00 01 00 01 C0 10 00 02 00 01 *ce.de...........* 00 01 51 80 00 06 03 6E 73 31 C0 10 C0 10 00 02 *..Q....ns1......* 00 01 00 01 51 80 00 06 03 6E 73 32 C0 10 C0 36 *....Q....ns2...6* 00 01 00 01 00 01 51 80 00 04 D9 AC B0 DE C0 48 *......Q........H* 00 01 00 01 00 01 51 80 00 04 D9 AC A4 40 *......Q......@* 48:16.47 XMIT 70 bytes UDP6102: 194.191.19.253,53 -> 217.51.137.213,53 DATA=D7 E4 00 00 00 01 00 00 00 00 00 00 03 6E 73 35 *.............ns5* 11 6E 61 6D 65 73 65 72 76 65 72 73 65 72 76 69 *.nameserverservi* 63 65 02 64 65 00 00 01 00 01 *ce.de.....* 48:16.47 RCVD 121 bytes UDP6100: 194.246.96.1,53 -> 194.191.19.253,53 DATA=D7 E6 80 00 00 01 00 00 00 02 00 00 03 77 77 77 *.............www* 0E 69 70 2D 70 68 6F 6E 65 2D 66 6F 72 75 6D 02 *.ip-phone-forum.* 64 65 00 00 01 00 01 C0 10 00 02 00 01 00 01 51 *de.............Q* 80 00 18 03 6E 73 35 11 6E 61 6D 65 73 65 72 76 *....ns5.nameserv* 65 72 73 65 72 76 69 63 65 C0 1F C0 10 00 02 00 *erservice.......* 01 00 01 51 80 00 06 03 6E 73 36 C0 37 *...Q....ns6.7* 48:16.47 XMIT 70 bytes UDP6102: 194.191.19.253,53 -> 217.51.137.213,53 DATA=D7 E5 00 00 00 01 00 00 00 00 00 00 03 6E 73 36 *.............ns6* 11 6E 61 6D 65 73 65 72 76 65 72 73 65 72 76 69 *.nameserverservi* 63 65 02 64 65 00 00 01 00 01 *ce.de.....* 48:16.48 XMIT 70 bytes UDP6102: 194.191.19.253,53 -> 194.246.96.1,53 DATA=D7 E7 00 00 00 01 00 00 00 00 00 00 03 6E 73 35 *.............ns5* 11 6E 61 6D 65 73 65 72 76 65 72 73 65 72 76 69 *.nameserverservi* 63 65 02 64 65 00 00 01 00 01 *ce.de.....* 48:16.49 XMIT 70 bytes UDP6102: 194.191.19.253,53 -> 194.246.96.1,53 DATA=D7 E8 00 00 00 01 00 00 00 00 00 00 03 6E 73 36 *.............ns6* 11 6E 61 6D 65 73 65 72 76 65 72 73 65 72 76 69 *.nameserverservi* 63 65 02 64 65 00 00 01 00 01 *ce.de.....* 48:16.50 RCVD 138 bytes UDP6100: 194.246.96.1,53 -> 194.191.19.253,53 DATA=D7 E7 80 00 00 01 00 00 00 02 00 02 03 6E 73 35 *.............ns5* 11 6E 61 6D 65 73 65 72 76 65 72 73 65 72 76 69 *.nameserverservi* 63 65 02 64 65 00 00 01 00 01 C0 10 00 02 00 01 *ce.de...........* 00 01 51 80 00 06 03 6E 73 31 C0 10 C0 10 00 02 *..Q....ns1......* 00 01 00 01 51 80 00 06 03 6E 73 32 C0 10 C0 36 *....Q....ns2...6* 00 01 00 01 00 01 51 80 00 04 D9 AC B0 DE C0 48 *......Q........H* 00 01 00 01 00 01 51 80 00 04 D9 AC A4 40 *......Q......@* 48:16.50 RCVD 138 bytes UDP6100: 217.51.137.213,53 -> 194.191.19.253,53 DATA=D7 E4 80 00 00 01 00 00 00 02 00 02 03 6E 73 35 *.............ns5* 11 6E 61 6D 65 73 65 72 76 65 72 73 65 72 76 69 *.nameserverservi* 63 65 02 64 65 00 00 01 00 01 C0 10 00 02 00 01 *ce.de...........* 00 01 51 80 00 06 03 6E 73 31 C0 10 C0 10 00 02 *..Q....ns1......* 00 01 00 01 51 80 00 06 03 6E 73 32 C0 10 C0 36 *....Q....ns2...6* 00 01 00 01 00 01 51 80 00 04 D9 AC B0 DE C0 48 *......Q........H* 00 01 00 01 00 01 51 80 00 04 D9 AC A4 40 *......Q......@* 48:16.50 RCVD 138 bytes UDP6100: 194.246.96.1,53 -> 194.191.19.253,53 DATA=D7 E8 80 00 00 01 00 00 00 02 00 02 03 6E 73 36 *.............ns6* 11 6E 61 6D 65 73 65 72 76 65 72 73 65 72 76 69 *.nameserverservi* 63 65 02 64 65 00 00 01 00 01 C0 10 00 02 00 01 *ce.de...........* 00 01 51 80 00 06 03 6E 73 31 C0 10 C0 10 00 02 *..Q....ns1......* 00 01 00 01 51 80 00 06 03 6E 73 32 C0 10 C0 36 *....Q....ns2...6* 00 01 00 01 00 01 51 80 00 04 D9 AC B0 DE C0 48 *......Q........H* 00 01 00 01 00 01 51 80 00 04 D9 AC A4 40 *......Q......@* 48:16.51 RCVD 138 bytes UDP6100: 217.51.137.213,53 -> 194.191.19.253,53 DATA=D7 E5 80 00 00 01 00 00 00 02 00 02 03 6E 73 36 *.............ns6* 11 6E 61 6D 65 73 65 72 76 65 72 73 65 72 76 69 *.nameserverservi* 63 65 02 64 65 00 00 01 00 01 C0 10 00 02 00 01 *ce.de...........* 00 01 51 80 00 06 03 6E 73 31 C0 10 C0 10 00 02 *..Q....ns1......* 00 01 00 01 51 80 00 06 03 6E 73 32 C0 10 C0 36 *....Q....ns2...6* 00 01 00 01 00 01 51 80 00 04 D9 AC B0 DE C0 48 *......Q........H* 00 01 00 01 00 01 51 80 00 04 D9 AC A4 40 *......Q......@* 48:16.52 XMIT 70 bytes UDP6102: 194.191.19.253,53 -> 217.51.137.213,53 DATA=D7 E7 00 00 00 01 00 00 00 00 00 00 03 6E 73 35 *.............ns5* 11 6E 61 6D 65 73 65 72 76 65 72 73 65 72 76 69 *.nameserverservi* 63 65 02 64 65 00 00 01 00 01 *ce.de.....* 48:16.52 XMIT 70 bytes UDP6102: 194.191.19.253,53 -> 208.48.81.43,53 DATA=D7 E4 00 00 00 01 00 00 00 00 00 00 03 6E 73 35 *.............ns5* 11 6E 61 6D 65 73 65 72 76 65 72 73 65 72 76 69 *.nameserverservi* 63 65 02 64 65 00 00 01 00 01 *ce.de.....* 48:16.52 XMIT 70 bytes UDP6102: 194.191.19.253,53 -> 217.51.137.213,53 DATA=D7 E8 00 00 00 01 00 00 00 00 00 00 03 6E 73 36 *.............ns6* 11 6E 61 6D 65 73 65 72 76 65 72 73 65 72 76 69 *.nameserverservi* 63 65 02 64 65 00 00 01 00 01 *ce.de.....* 48:16.53 XMIT 70 bytes UDP6102: 194.191.19.253,53 -> 208.48.81.43,53 DATA=D7 E5 00 00 00 01 00 00 00 00 00 00 03 6E 73 36 *.............ns6* 11 6E 61 6D 65 73 65 72 76 65 72 73 65 72 76 69 *.nameserverservi* 63 65 02 64 65 00 00 01 00 01 *ce.de.....* 48:16.55 RCVD 138 bytes UDP6100: 217.51.137.213,53 -> 194.191.19.253,53 DATA=D7 E7 80 00 00 01 00 00 00 02 00 02 03 6E 73 35 *.............ns5* 11 6E 61 6D 65 73 65 72 76 65 72 73 65 72 76 69 *.nameserverservi* 63 65 02 64 65 00 00 01 00 01 C0 10 00 02 00 01 *ce.de...........* 00 01 51 80 00 06 03 6E 73 31 C0 10 C0 10 00 02 *..Q....ns1......* 00 01 00 01 51 80 00 06 03 6E 73 32 C0 10 C0 36 *....Q....ns2...6* 00 01 00 01 00 01 51 80 00 04 D9 AC B0 DE C0 48 *......Q........H* 00 01 00 01 00 01 51 80 00 04 D9 AC A4 40 *......Q......@* 48:16.56 XMIT 70 bytes UDP6102: 194.191.19.253,53 -> 208.48.81.43,53 DATA=D7 E7 00 00 00 01 00 00 00 00 00 00 03 6E 73 35 *.............ns5* 11 6E 61 6D 65 73 65 72 76 65 72 73 65 72 76 69 *.nameserverservi* 63 65 02 64 65 00 00 01 00 01 *ce.de.....* 48:16.56 RCVD 138 bytes UDP6100: 217.51.137.213,53 -> 194.191.19.253,53 DATA=D7 E8 80 00 00 01 00 00 00 02 00 02 03 6E 73 36 *.............ns6* 11 6E 61 6D 65 73 65 72 76 65 72 73 65 72 76 69 *.nameserverservi* 63 65 02 64 65 00 00 01 00 01 C0 10 00 02 00 01 *ce.de...........* 00 01 51 80 00 06 03 6E 73 31 C0 10 C0 10 00 02 *..Q....ns1......* 00 01 00 01 51 80 00 06 03 6E 73 32 C0 10 C0 36 *....Q....ns2...6* 00 01 00 01 00 01 51 80 00 04 D9 AC B0 DE C0 48 *......Q........H* 00 01 00 01 00 01 51 80 00 04 D9 AC A4 40 *......Q......@* 48:16.57 XMIT 70 bytes UDP6102: 194.191.19.253,53 -> 208.48.81.43,53 DATA=D7 E8 00 00 00 01 00 00 00 00 00 00 03 6E 73 36 *.............ns6* 11 6E 61 6D 65 73 65 72 76 65 72 73 65 72 76 69 *.nameserverservi* 63 65 02 64 65 00 00 01 00 01 *ce.de.....* 48:16.71 RCVD 138 bytes UDP6100: 208.48.81.43,53 -> 194.191.19.253,53 DATA=D7 E4 80 00 00 01 00 00 00 02 00 02 03 6E 73 35 *.............ns5* 11 6E 61 6D 65 73 65 72 76 65 72 73 65 72 76 69 *.nameserverservi* 63 65 02 64 65 00 00 01 00 01 C0 10 00 02 00 01 *ce.de...........* 00 01 51 80 00 06 03 6E 73 31 C0 10 C0 10 00 02 *..Q....ns1......* 00 01 00 01 51 80 00 06 03 6E 73 32 C0 10 C0 36 *....Q....ns2...6* 00 01 00 01 00 01 51 80 00 04 D9 AC B0 DE C0 48 *......Q........H* 00 01 00 01 00 01 51 80 00 04 D9 AC A4 40 *......Q......@* 48:16.71 XMIT 70 bytes UDP6102: 194.191.19.253,53 -> 193.0.7.3,53 DATA=D7 E4 00 00 00 01 00 00 00 00 00 00 03 6E 73 35 *.............ns5* 11 6E 61 6D 65 73 65 72 76 65 72 73 65 72 76 69 *.nameserverservi* 63 65 02 64 65 00 00 01 00 01 *ce.de.....* 48:16.71 RCVD 138 bytes UDP6100: 208.48.81.43,53 -> 194.191.19.253,53 DATA=D7 E5 80 00 00 01 00 00 00 02 00 02 03 6E 73 36 *.............ns6* 11 6E 61 6D 65 73 65 72 76 65 72 73 65 72 76 69 *.nameserverservi* 63 65 02 64 65 00 00 01 00 01 C0 10 00 02 00 01 *ce.de...........* 00 01 51 80 00 06 03 6E 73 31 C0 10 C0 10 00 02 *..Q....ns1......* 00 01 00 01 51 80 00 06 03 6E 73 32 C0 10 C0 36 *....Q....ns2...6* 00 01 00 01 00 01 51 80 00 04 D9 AC B0 DE C0 48 *......Q........H* 00 01 00 01 00 01 51 80 00 04 D9 AC A4 40 *......Q......@* 48:16.72 XMIT 70 bytes UDP6102: 194.191.19.253,53 -> 193.0.7.3,53 DATA=D7 E5 00 00 00 01 00 00 00 00 00 00 03 6E 73 36 *.............ns6* 11 6E 61 6D 65 73 65 72 76 65 72 73 65 72 76 69 *.nameserverservi* 63 65 02 64 65 00 00 01 00 01 *ce.de.....* 48:16.74 RCVD 138 bytes UDP6100: 193.0.7.3,53 -> 194.191.19.253,53 DATA=D7 E4 80 00 00 01 00 00 00 02 00 02 03 6E 73 35 *.............ns5* 11 6E 61 6D 65 73 65 72 76 65 72 73 65 72 76 69 *.nameserverservi* 63 65 02 64 65 00 00 01 00 01 C0 10 00 02 00 01 *ce.de...........* 00 01 51 80 00 06 03 6E 73 31 C0 10 C0 10 00 02 *..Q....ns1......* 00 01 00 01 51 80 00 06 03 6E 73 32 C0 10 C0 36 *....Q....ns2...6* 00 01 00 01 00 01 51 80 00 04 D9 AC B0 DE C0 48 *......Q........H* 00 01 00 01 00 01 51 80 00 04 D9 AC A4 40 *......Q......@* 48:16.74 XMIT 70 bytes UDP6102: 194.191.19.253,53 -> 81.91.164.5,53 DATA=D7 E4 00 00 00 01 00 00 00 00 00 00 03 6E 73 35 *.............ns5* 11 6E 61 6D 65 73 65 72 76 65 72 73 65 72 76 69 *.nameserverservi* 63 65 02 64 65 00 00 01 00 01 *ce.de.....* 48:16.74 RCVD 138 bytes UDP6100: 193.0.7.3,53 -> 194.191.19.253,53 DATA=D7 E5 80 00 00 01 00 00 00 02 00 02 03 6E 73 36 *.............ns6* 11 6E 61 6D 65 73 65 72 76 65 72 73 65 72 76 69 *.nameserverservi* 63 65 02 64 65 00 00 01 00 01 C0 10 00 02 00 01 *ce.de...........* 00 01 51 80 00 06 03 6E 73 31 C0 10 C0 10 00 02 *..Q....ns1......* 00 01 00 01 51 80 00 06 03 6E 73 32 C0 10 C0 36 *....Q....ns2...6* 00 01 00 01 00 01 51 80 00 04 D9 AC B0 DE C0 48 *......Q........H* 00 01 00 01 00 01 51 80 00 04 D9 AC A4 40 *......Q......@* 48:16.75 RCVD 138 bytes UDP6100: 208.48.81.43,53 -> 194.191.19.253,53 DATA=D7 E7 80 00 00 01 00 00 00 02 00 02 03 6E 73 35 *.............ns5* 11 6E 61 6D 65 73 65 72 76 65 72 73 65 72 76 69 *.nameserverservi* 63 65 02 64 65 00 00 01 00 01 C0 10 00 02 00 01 *ce.de...........* 00 01 51 80 00 06 03 6E 73 31 C0 10 C0 10 00 02 *..Q....ns1......* 00 01 00 01 51 80 00 06 03 6E 73 32 C0 10 C0 36 *....Q....ns2...6* 00 01 00 01 00 01 51 80 00 04 D9 AC B0 DE C0 48 *......Q........H* 00 01 00 01 00 01 51 80 00 04 D9 AC A4 40 *......Q......@* 48:16.75 XMIT 70 bytes UDP6102: 194.191.19.253,53 -> 81.91.164.5,53 DATA=D7 E5 00 00 00 01 00 00 00 00 00 00 03 6E 73 36 *.............ns6* 11 6E 61 6D 65 73 65 72 76 65 72 73 65 72 76 69 *.nameserverservi* 63 65 02 64 65 00 00 01 00 01 *ce.de.....* 48:16.75 XMIT 70 bytes UDP6102: 194.191.19.253,53 -> 193.0.7.3,53 DATA=D7 E7 00 00 00 01 00 00 00 00 00 00 03 6E 73 35 *.............ns5* 11 6E 61 6D 65 73 65 72 76 65 72 73 65 72 76 69 *.nameserverservi* 63 65 02 64 65 00 00 01 00 01 *ce.de.....* 48:16.75 RCVD 138 bytes UDP6100: 208.48.81.43,53 -> 194.191.19.253,53 DATA=D7 E8 80 00 00 01 00 00 00 02 00 02 03 6E 73 36 *.............ns6* 11 6E 61 6D 65 73 65 72 76 65 72 73 65 72 76 69 *.nameserverservi* 63 65 02 64 65 00 00 01 00 01 C0 10 00 02 00 01 *ce.de...........* 00 01 51 80 00 06 03 6E 73 31 C0 10 C0 10 00 02 *..Q....ns1......* 00 01 00 01 51 80 00 06 03 6E 73 32 C0 10 C0 36 *....Q....ns2...6* 00 01 00 01 00 01 51 80 00 04 D9 AC B0 DE C0 48 *......Q........H* 00 01 00 01 00 01 51 80 00 04 D9 AC A4 40 *......Q......@* 48:16.76 XMIT 70 bytes UDP6102: 194.191.19.253,53 -> 193.0.7.3,53 DATA=D7 E8 00 00 00 01 00 00 00 00 00 00 03 6E 73 36 *.............ns6* 11 6E 61 6D 65 73 65 72 76 65 72 73 65 72 76 69 *.nameserverservi* 63 65 02 64 65 00 00 01 00 01 *ce.de.....* 48:16.76 RCVD 138 bytes UDP6100: 81.91.164.5,53 -> 194.191.19.253,53 DATA=D7 E4 80 00 00 01 00 00 00 02 00 02 03 6E 73 35 *.............ns5* 11 6E 61 6D 65 73 65 72 76 65 72 73 65 72 76 69 *.nameserverservi* 63 65 02 64 65 00 00 01 00 01 C0 10 00 02 00 01 *ce.de...........* 00 01 51 80 00 06 03 6E 73 31 C0 10 C0 10 00 02 *..Q....ns1......* 00 01 00 01 51 80 00 06 03 6E 73 32 C0 10 C0 36 *....Q....ns2...6* 00 01 00 01 00 01 51 80 00 04 D9 AC B0 DE C0 48 *......Q........H* 00 01 00 01 00 01 51 80 00 04 D9 AC A4 40 *......Q......@* 48:16.76 XMIT 70 bytes UDP6102: 194.191.19.253,53 -> 193.159.170.149,53 DATA=D7 E4 00 00 00 01 00 00 00 00 00 00 03 6E 73 35 *.............ns5* 11 6E 61 6D 65 73 65 72 76 65 72 73 65 72 76 69 *.nameserverservi* 63 65 02 64 65 00 00 01 00 01 *ce.de.....* 48:16.77 RCVD 138 bytes UDP6100: 81.91.164.5,53 -> 194.191.19.253,53 DATA=D7 E5 80 00 00 01 00 00 00 02 00 02 03 6E 73 36 *.............ns6* 11 6E 61 6D 65 73 65 72 76 65 72 73 65 72 76 69 *.nameserverservi* 63 65 02 64 65 00 00 01 00 01 C0 10 00 02 00 01 *ce.de...........* 00 01 51 80 00 06 03 6E 73 31 C0 10 C0 10 00 02 *..Q....ns1......* 00 01 00 01 51 80 00 06 03 6E 73 32 C0 10 C0 36 *....Q....ns2...6* 00 01 00 01 00 01 51 80 00 04 D9 AC B0 DE C0 48 *......Q........H* 00 01 00 01 00 01 51 80 00 04 D9 AC A4 40 *......Q......@* 48:16.77 XMIT 70 bytes UDP6102: 194.191.19.253,53 -> 193.159.170.149,53 DATA=D7 E5 00 00 00 01 00 00 00 00 00 00 03 6E 73 36 *.............ns6* 11 6E 61 6D 65 73 65 72 76 65 72 73 65 72 76 69 *.nameserverservi* 63 65 02 64 65 00 00 01 00 01 *ce.de.....* 48:16.78 RCVD 138 bytes UDP6100: 193.0.7.3,53 -> 194.191.19.253,53 DATA=D7 E7 80 00 00 01 00 00 00 02 00 02 03 6E 73 35 *.............ns5* 11 6E 61 6D 65 73 65 72 76 65 72 73 65 72 76 69 *.nameserverservi* 63 65 02 64 65 00 00 01 00 01 C0 10 00 02 00 01 *ce.de...........* 00 01 51 80 00 06 03 6E 73 31 C0 10 C0 10 00 02 *..Q....ns1......* 00 01 00 01 51 80 00 06 03 6E 73 32 C0 10 C0 36 *....Q....ns2...6* 00 01 00 01 00 01 51 80 00 04 D9 AC B0 DE C0 48 *......Q........H* 00 01 00 01 00 01 51 80 00 04 D9 AC A4 40 *......Q......@* 48:16.78 XMIT 70 bytes UDP6102: 194.191.19.253,53 -> 81.91.164.5,53 DATA=D7 E7 00 00 00 01 00 00 00 00 00 00 03 6E 73 35 *.............ns5* 11 6E 61 6D 65 73 65 72 76 65 72 73 65 72 76 69 *.nameserverservi* 63 65 02 64 65 00 00 01 00 01 *ce.de.....* 48:16.78 RCVD 138 bytes UDP6100: 193.159.170.149,53 -> 194.191.19.253,53 DATA=D7 E4 80 00 00 01 00 00 00 02 00 02 03 6E 73 35 *.............ns5* 11 6E 61 6D 65 73 65 72 76 65 72 73 65 72 76 69 *.nameserverservi* 63 65 02 64 65 00 00 01 00 01 C0 10 00 02 00 01 *ce.de...........* 00 01 51 80 00 06 03 6E 73 31 C0 10 C0 10 00 02 *..Q....ns1......* 00 01 00 01 51 80 00 06 03 6E 73 32 C0 10 C0 36 *....Q....ns2...6* 00 01 00 01 00 01 51 80 00 04 D9 AC B0 DE C0 48 *......Q........H* 00 01 00 01 00 01 51 80 00 04 D9 AC A4 40 *......Q......@* 48:16.78 RCVD 138 bytes UDP6100: 193.0.7.3,53 -> 194.191.19.253,53 DATA=D7 E8 80 00 00 01 00 00 00 02 00 02 03 6E 73 36 *.............ns6* 11 6E 61 6D 65 73 65 72 76 65 72 73 65 72 76 69 *.nameserverservi* 63 65 02 64 65 00 00 01 00 01 C0 10 00 02 00 01 *ce.de...........* 00 01 51 80 00 06 03 6E 73 31 C0 10 C0 10 00 02 *..Q....ns1......* 00 01 00 01 51 80 00 06 03 6E 73 32 C0 10 C0 36 *....Q....ns2...6* 00 01 00 01 00 01 51 80 00 04 D9 AC B0 DE C0 48 *......Q........H* 00 01 00 01 00 01 51 80 00 04 D9 AC A4 40 *......Q......@* 48:16.78 XMIT 70 bytes UDP6102: 194.191.19.253,53 -> 81.91.164.5,53 DATA=D7 E8 00 00 00 01 00 00 00 00 00 00 03 6E 73 36 *.............ns6* 11 6E 61 6D 65 73 65 72 76 65 72 73 65 72 76 69 *.nameserverservi* 63 65 02 64 65 00 00 01 00 01 *ce.de.....* 48:16.79 RCVD 138 bytes UDP6100: 193.159.170.149,53 -> 194.191.19.253,53 DATA=D7 E5 80 00 00 01 00 00 00 02 00 02 03 6E 73 36 *.............ns6* 11 6E 61 6D 65 73 65 72 76 65 72 73 65 72 76 69 *.nameserverservi* 63 65 02 64 65 00 00 01 00 01 C0 10 00 02 00 01 *ce.de...........* 00 01 51 80 00 06 03 6E 73 32 C0 10 C0 10 00 02 *..Q....ns2......* 00 01 00 01 51 80 00 06 03 6E 73 31 C0 10 C0 48 *....Q....ns1...H* 00 01 00 01 00 01 51 80 00 04 D9 AC B0 DE C0 36 *......Q........6* 00 01 00 01 00 01 51 80 00 04 D9 AC A4 40 *......Q......@* 48:16.80 RCVD 138 bytes UDP6100: 81.91.164.5,53 -> 194.191.19.253,53 DATA=D7 E7 80 00 00 01 00 00 00 02 00 02 03 6E 73 35 *.............ns5* 11 6E 61 6D 65 73 65 72 76 65 72 73 65 72 76 69 *.nameserverservi* 63 65 02 64 65 00 00 01 00 01 C0 10 00 02 00 01 *ce.de...........* 00 01 51 80 00 06 03 6E 73 31 C0 10 C0 10 00 02 *..Q....ns1......* 00 01 00 01 51 80 00 06 03 6E 73 32 C0 10 C0 36 *....Q....ns2...6* 00 01 00 01 00 01 51 80 00 04 D9 AC B0 DE C0 48 *......Q........H* 00 01 00 01 00 01 51 80 00 04 D9 AC A4 40 *......Q......@* 48:16.80 XMIT 70 bytes UDP6102: 194.191.19.253,53 -> 193.159.170.149,53 DATA=D7 E7 00 00 00 01 00 00 00 00 00 00 03 6E 73 35 *.............ns5* 11 6E 61 6D 65 73 65 72 76 65 72 73 65 72 76 69 *.nameserverservi* 63 65 02 64 65 00 00 01 00 01 *ce.de.....* 48:16.80 RCVD 138 bytes UDP6100: 81.91.164.5,53 -> 194.191.19.253,53 DATA=D7 E8 80 00 00 01 00 00 00 02 00 02 03 6E 73 36 *.............ns6* 11 6E 61 6D 65 73 65 72 76 65 72 73 65 72 76 69 *.nameserverservi* 63 65 02 64 65 00 00 01 00 01 C0 10 00 02 00 01 *ce.de...........* 00 01 51 80 00 06 03 6E 73 31 C0 10 C0 10 00 02 *..Q....ns1......* 00 01 00 01 51 80 00 06 03 6E 73 32 C0 10 C0 36 *....Q....ns2...6* 00 01 00 01 00 01 51 80 00 04 D9 AC B0 DE C0 48 *......Q........H* 00 01 00 01 00 01 51 80 00 04 D9 AC A4 40 *......Q......@* 48:16.80 XMIT 70 bytes UDP6102: 194.191.19.253,53 -> 193.159.170.149,53 DATA=D7 E8 00 00 00 01 00 00 00 00 00 00 03 6E 73 36 *.............ns6* 11 6E 61 6D 65 73 65 72 76 65 72 73 65 72 76 69 *.nameserverservi* 63 65 02 64 65 00 00 01 00 01 *ce.de.....* 48:16.82 RCVD 138 bytes UDP6100: 193.159.170.149,53 -> 194.191.19.253,53 DATA=D7 E7 80 00 00 01 00 00 00 02 00 02 03 6E 73 35 *.............ns5* 11 6E 61 6D 65 73 65 72 76 65 72 73 65 72 76 69 *.nameserverservi* 63 65 02 64 65 00 00 01 00 01 C0 10 00 02 00 01 *ce.de...........* 00 01 51 80 00 06 03 6E 73 31 C0 10 C0 10 00 02 *..Q....ns1......* 00 01 00 01 51 80 00 06 03 6E 73 32 C0 10 C0 36 *....Q....ns2...6* 00 01 00 01 00 01 51 80 00 04 D9 AC B0 DE C0 48 *......Q........H* 00 01 00 01 00 01 51 80 00 04 D9 AC A4 40 *......Q......@* 48:16.82 RCVD 138 bytes UDP6100: 193.159.170.149,53 -> 194.191.19.253,53 DATA=D7 E8 80 00 00 01 00 00 00 02 00 02 03 6E 73 36 *.............ns6* 11 6E 61 6D 65 73 65 72 76 65 72 73 65 72 76 69 *.nameserverservi* 63 65 02 64 65 00 00 01 00 01 C0 10 00 02 00 01 *ce.de...........* 00 01 51 80 00 06 03 6E 73 32 C0 10 C0 10 00 02 *..Q....ns2......* 00 01 00 01 51 80 00 06 03 6E 73 31 C0 10 C0 48 *....Q....ns1...H* 00 01 00 01 00 01 51 80 00 04 D9 AC B0 DE C0 36 *......Q........6* 00 01 00 01 00 01 51 80 00 04 D9 AC A4 40 *......Q......@* 48:26.45 RCVD 67 bytes UDP6101: 127.0.0.1,40524 -> 127.0.0.1,53 DATA=1F 33 01 00 00 01 00 00 00 00 00 00 03 77 77 77 *.3...........www* 0E 69 70 2D 70 68 6F 6E 65 2D 66 6F 72 75 6D 02 *.ip-phone-forum.* 64 65 00 00 01 00 01 *de.....* 48:26.45 XMIT 70 bytes UDP6102: 194.191.19.253,53 -> 193.159.170.149,53 DATA=D7 E9 00 00 00 01 00 00 00 00 00 00 03 6E 73 35 *.............ns5* 11 6E 61 6D 65 73 65 72 76 65 72 73 65 72 76 69 *.nameserverservi* 63 65 02 64 65 00 00 01 00 01 *ce.de.....* 48:26.46 XMIT 70 bytes UDP6102: 194.191.19.253,53 -> 193.159.170.149,53 DATA=D7 EA 00 00 00 01 00 00 00 00 00 00 03 6E 73 36 *.............ns6* 11 6E 61 6D 65 73 65 72 76 65 72 73 65 72 76 69 *.nameserverservi* 63 65 02 64 65 00 00 01 00 01 *ce.de.....* 48:26.46 XMIT 67 bytes UDP6102: 194.191.19.253,53 -> 193.159.170.149,53 DATA=D7 EB 00 00 00 01 00 00 00 00 00 00 03 77 77 77 *.............www* 0E 69 70 2D 70 68 6F 6E 65 2D 66 6F 72 75 6D 02 *.ip-phone-forum.* 64 65 00 00 01 00 01 *de.....* 48:26.48 RCVD 138 bytes UDP6100: 193.159.170.149,53 -> 194.191.19.253,53 DATA=D7 E9 80 00 00 01 00 00 00 02 00 02 03 6E 73 35 *.............ns5* 11 6E 61 6D 65 73 65 72 76 65 72 73 65 72 76 69 *.nameserverservi* 63 65 02 64 65 00 00 01 00 01 C0 10 00 02 00 01 *ce.de...........* 00 01 51 80 00 06 03 6E 73 32 C0 10 C0 10 00 02 *..Q....ns2......* 00 01 00 01 51 80 00 06 03 6E 73 31 C0 10 C0 48 *....Q....ns1...H* 00 01 00 01 00 01 51 80 00 04 D9 AC B0 DE C0 36 *......Q........6* 00 01 00 01 00 01 51 80 00 04 D9 AC A4 40 *......Q......@* 48:26.48 XMIT 70 bytes UDP6102: 194.191.19.253,53 -> 81.91.164.5,53 DATA=D7 E9 00 00 00 01 00 00 00 00 00 00 03 6E 73 35 *.............ns5* 11 6E 61 6D 65 73 65 72 76 65 72 73 65 72 76 69 *.nameserverservi* 63 65 02 64 65 00 00 01 00 01 *ce.de.....* 48:26.48 RCVD 138 bytes UDP6100: 193.159.170.149,53 -> 194.191.19.253,53 DATA=D7 EA 80 00 00 01 00 00 00 02 00 02 03 6E 73 36 *.............ns6* 11 6E 61 6D 65 73 65 72 76 65 72 73 65 72 76 69 *.nameserverservi* 63 65 02 64 65 00 00 01 00 01 C0 10 00 02 00 01 *ce.de...........* 00 01 51 80 00 06 03 6E 73 31 C0 10 C0 10 00 02 *..Q....ns1......* 00 01 00 01 51 80 00 06 03 6E 73 32 C0 10 C0 36 *....Q....ns2...6* 00 01 00 01 00 01 51 80 00 04 D9 AC B0 DE C0 48 *......Q........H* 00 01 00 01 00 01 51 80 00 04 D9 AC A4 40 *......Q......@* 48:26.48 XMIT 70 bytes UDP6102: 194.191.19.253,53 -> 81.91.164.5,53 DATA=D7 EA 00 00 00 01 00 00 00 00 00 00 03 6E 73 36 *.............ns6* 11 6E 61 6D 65 73 65 72 76 65 72 73 65 72 76 69 *.nameserverservi* 63 65 02 64 65 00 00 01 00 01 *ce.de.....* 48:26.48 RCVD 121 bytes UDP6100: 193.159.170.149,53 -> 194.191.19.253,53 DATA=D7 EB 80 00 00 01 00 00 00 02 00 00 03 77 77 77 *.............www* 0E 69 70 2D 70 68 6F 6E 65 2D 66 6F 72 75 6D 02 *.ip-phone-forum.* 64 65 00 00 01 00 01 C0 10 00 02 00 01 00 01 51 *de.............Q* 80 00 18 03 6E 73 35 11 6E 61 6D 65 73 65 72 76 *....ns5.nameserv* 65 72 73 65 72 76 69 63 65 C0 1F C0 10 00 02 00 *erservice.......* 01 00 01 51 80 00 06 03 6E 73 36 C0 37 *...Q....ns6.7* 48:26.48 XMIT 70 bytes UDP6102: 194.191.19.253,53 -> 193.159.170.149,53 DATA=D7 EC 00 00 00 01 00 00 00 00 00 00 03 6E 73 35 *.............ns5* 11 6E 61 6D 65 73 65 72 76 65 72 73 65 72 76 69 *.nameserverservi* 63 65 02 64 65 00 00 01 00 01 *ce.de.....* 48:26.49 XMIT 70 bytes UDP6102: 194.191.19.253,53 -> 193.159.170.149,53 DATA=D7 ED 00 00 00 01 00 00 00 00 00 00 03 6E 73 36 *.............ns6* 11 6E 61 6D 65 73 65 72 76 65 72 73 65 72 76 69 *.nameserverservi* 63 65 02 64 65 00 00 01 00 01 *ce.de.....* 48:26.49 RCVD 138 bytes UDP6100: 81.91.164.5,53 -> 194.191.19.253,53 DATA=D7 E9 80 00 00 01 00 00 00 02 00 02 03 6E 73 35 *.............ns5* 11 6E 61 6D 65 73 65 72 76 65 72 73 65 72 76 69 *.nameserverservi* 63 65 02 64 65 00 00 01 00 01 C0 10 00 02 00 01 *ce.de...........* 00 01 51 80 00 06 03 6E 73 31 C0 10 C0 10 00 02 *..Q....ns1......* 00 01 00 01 51 80 00 06 03 6E 73 32 C0 10 C0 36 *....Q....ns2...6* 00 01 00 01 00 01 51 80 00 04 D9 AC B0 DE C0 48 *......Q........H* 00 01 00 01 00 01 51 80 00 04 D9 AC A4 40 *......Q......@* 48:26.49 XMIT 70 bytes UDP6102: 194.191.19.253,53 -> 193.0.7.3,53 DATA=D7 E9 00 00 00 01 00 00 00 00 00 00 03 6E 73 35 *.............ns5* 11 6E 61 6D 65 73 65 72 76 65 72 73 65 72 76 69 *.nameserverservi* 63 65 02 64 65 00 00 01 00 01 *ce.de.....* 48:26.50 RCVD 138 bytes UDP6100: 81.91.164.5,53 -> 194.191.19.253,53 DATA=D7 EA 80 00 00 01 00 00 00 02 00 02 03 6E 73 36 *.............ns6* 11 6E 61 6D 65 73 65 72 76 65 72 73 65 72 76 69 *.nameserverservi* 63 65 02 64 65 00 00 01 00 01 C0 10 00 02 00 01 *ce.de...........* 00 01 51 80 00 06 03 6E 73 31 C0 10 C0 10 00 02 *..Q....ns1......* 00 01 00 01 51 80 00 06 03 6E 73 32 C0 10 C0 36 *....Q....ns2...6* 00 01 00 01 00 01 51 80 00 04 D9 AC B0 DE C0 48 *......Q........H* 00 01 00 01 00 01 51 80 00 04 D9 AC A4 40 *......Q......@* 48:26.50 XMIT 70 bytes UDP6102: 194.191.19.253,53 -> 193.0.7.3,53 DATA=D7 EA 00 00 00 01 00 00 00 00 00 00 03 6E 73 36 *.............ns6* 11 6E 61 6D 65 73 65 72 76 65 72 73 65 72 76 69 *.nameserverservi* 63 65 02 64 65 00 00 01 00 01 *ce.de.....* 48:26.51 RCVD 138 bytes UDP6100: 193.159.170.149,53 -> 194.191.19.253,53 DATA=D7 EC 80 00 00 01 00 00 00 02 00 02 03 6E 73 35 *.............ns5* 11 6E 61 6D 65 73 65 72 76 65 72 73 65 72 76 69 *.nameserverservi* 63 65 02 64 65 00 00 01 00 01 C0 10 00 02 00 01 *ce.de...........* 00 01 51 80 00 06 03 6E 73 32 C0 10 C0 10 00 02 *..Q....ns2......* 00 01 00 01 51 80 00 06 03 6E 73 31 C0 10 C0 48 *....Q....ns1...H* 00 01 00 01 00 01 51 80 00 04 D9 AC B0 DE C0 36 *......Q........6* 00 01 00 01 00 01 51 80 00 04 D9 AC A4 40 *......Q......@* 48:26.51 RCVD 138 bytes UDP6100: 193.159.170.149,53 -> 194.191.19.253,53 DATA=D7 ED 80 00 00 01 00 00 00 02 00 02 03 6E 73 36 *.............ns6* 11 6E 61 6D 65 73 65 72 76 65 72 73 65 72 76 69 *.nameserverservi* 63 65 02 64 65 00 00 01 00 01 C0 10 00 02 00 01 *ce.de...........* 00 01 51 80 00 06 03 6E 73 31 C0 10 C0 10 00 02 *..Q....ns1......* 00 01 00 01 51 80 00 06 03 6E 73 32 C0 10 C0 36 *....Q....ns2...6* 00 01 00 01 00 01 51 80 00 04 D9 AC B0 DE C0 48 *......Q........H* 00 01 00 01 00 01 51 80 00 04 D9 AC A4 40 *......Q......@* 48:26.51 XMIT 70 bytes UDP6102: 194.191.19.253,53 -> 81.91.164.5,53 DATA=D7 EC 00 00 00 01 00 00 00 00 00 00 03 6E 73 35 *.............ns5* 11 6E 61 6D 65 73 65 72 76 65 72 73 65 72 76 69 *.nameserverservi* 63 65 02 64 65 00 00 01 00 01 *ce.de.....* 48:26.51 XMIT 70 bytes UDP6102: 194.191.19.253,53 -> 81.91.164.5,53 DATA=D7 ED 00 00 00 01 00 00 00 00 00 00 03 6E 73 36 *.............ns6* 11 6E 61 6D 65 73 65 72 76 65 72 73 65 72 76 69 *.nameserverservi* 63 65 02 64 65 00 00 01 00 01 *ce.de.....* 48:26.52 RCVD 138 bytes UDP6100: 193.0.7.3,53 -> 194.191.19.253,53 DATA=D7 E9 80 00 00 01 00 00 00 02 00 02 03 6E 73 35 *.............ns5* 11 6E 61 6D 65 73 65 72 76 65 72 73 65 72 76 69 *.nameserverservi* 63 65 02 64 65 00 00 01 00 01 C0 10 00 02 00 01 *ce.de...........* 00 01 51 80 00 06 03 6E 73 31 C0 10 C0 10 00 02 *..Q....ns1......* 00 01 00 01 51 80 00 06 03 6E 73 32 C0 10 C0 36 *....Q....ns2...6* 00 01 00 01 00 01 51 80 00 04 D9 AC B0 DE C0 48 *......Q........H* 00 01 00 01 00 01 51 80 00 04 D9 AC A4 40 *......Q......@* 48:26.52 XMIT 70 bytes UDP6102: 194.191.19.253,53 -> 208.48.81.43,53 DATA=D7 E9 00 00 00 01 00 00 00 00 00 00 03 6E 73 35 *.............ns5* 11 6E 61 6D 65 73 65 72 76 65 72 73 65 72 76 69 *.nameserverservi* 63 65 02 64 65 00 00 01 00 01 *ce.de.....* 48:26.52 RCVD 138 bytes UDP6100: 81.91.164.5,53 -> 194.191.19.253,53 DATA=D7 EC 80 00 00 01 00 00 00 02 00 02 03 6E 73 35 *.............ns5* 11 6E 61 6D 65 73 65 72 76 65 72 73 65 72 76 69 *.nameserverservi* 63 65 02 64 65 00 00 01 00 01 C0 10 00 02 00 01 *ce.de...........* 00 01 51 80 00 06 03 6E 73 31 C0 10 C0 10 00 02 *..Q....ns1......* 00 01 00 01 51 80 00 06 03 6E 73 32 C0 10 C0 36 *....Q....ns2...6* 00 01 00 01 00 01 51 80 00 04 D9 AC B0 DE C0 48 *......Q........H* 00 01 00 01 00 01 51 80 00 04 D9 AC A4 40 *......Q......@* 48:26.52 RCVD 138 bytes UDP6100: 193.0.7.3,53 -> 194.191.19.253,53 DATA=D7 EA 80 00 00 01 00 00 00 02 00 02 03 6E 73 36 *.............ns6* 11 6E 61 6D 65 73 65 72 76 65 72 73 65 72 76 69 *.nameserverservi* 63 65 02 64 65 00 00 01 00 01 C0 10 00 02 00 01 *ce.de...........* 00 01 51 80 00 06 03 6E 73 31 C0 10 C0 10 00 02 *..Q....ns1......* 00 01 00 01 51 80 00 06 03 6E 73 32 C0 10 C0 36 *....Q....ns2...6* 00 01 00 01 00 01 51 80 00 04 D9 AC B0 DE C0 48 *......Q........H* 00 01 00 01 00 01 51 80 00 04 D9 AC A4 40 *......Q......@* 48:26.52 XMIT 70 bytes UDP6102: 194.191.19.253,53 -> 193.0.7.3,53 DATA=D7 EC 00 00 00 01 00 00 00 00 00 00 03 6E 73 35 *.............ns5* 11 6E 61 6D 65 73 65 72 76 65 72 73 65 72 76 69 *.nameserverservi* 63 65 02 64 65 00 00 01 00 01 *ce.de.....* 48:26.53 RCVD 138 bytes UDP6100: 81.91.164.5,53 -> 194.191.19.253,53 DATA=D7 ED 80 00 00 01 00 00 00 02 00 02 03 6E 73 36 *.............ns6* 11 6E 61 6D 65 73 65 72 76 65 72 73 65 72 76 69 *.nameserverservi* 63 65 02 64 65 00 00 01 00 01 C0 10 00 02 00 01 *ce.de...........* 00 01 51 80 00 06 03 6E 73 31 C0 10 C0 10 00 02 *..Q....ns1......* 00 01 00 01 51 80 00 06 03 6E 73 32 C0 10 C0 36 *....Q....ns2...6* 00 01 00 01 00 01 51 80 00 04 D9 AC B0 DE C0 48 *......Q........H* 00 01 00 01 00 01 51 80 00 04 D9 AC A4 40 *......Q......@* 48:26.53 XMIT 70 bytes UDP6102: 194.191.19.253,53 -> 208.48.81.43,53 DATA=D7 EA 00 00 00 01 00 00 00 00 00 00 03 6E 73 36 *.............ns6* 11 6E 61 6D 65 73 65 72 76 65 72 73 65 72 76 69 *.nameserverservi* 63 65 02 64 65 00 00 01 00 01 *ce.de.....* 48:26.53 XMIT 70 bytes UDP6102: 194.191.19.253,53 -> 193.0.7.3,53 DATA=D7 ED 00 00 00 01 00 00 00 00 00 00 03 6E 73 36 *.............ns6* 11 6E 61 6D 65 73 65 72 76 65 72 73 65 72 76 69 *.nameserverservi* 63 65 02 64 65 00 00 01 00 01 *ce.de.....* 48:26.55 RCVD 138 bytes UDP6100: 193.0.7.3,53 -> 194.191.19.253,53 DATA=D7 EC 80 00 00 01 00 00 00 02 00 02 03 6E 73 35 *.............ns5* 11 6E 61 6D 65 73 65 72 76 65 72 73 65 72 76 69 *.nameserverservi* 63 65 02 64 65 00 00 01 00 01 C0 10 00 02 00 01 *ce.de...........* 00 01 51 80 00 06 03 6E 73 31 C0 10 C0 10 00 02 *..Q....ns1......* 00 01 00 01 51 80 00 06 03 6E 73 32 C0 10 C0 36 *....Q....ns2...6* 00 01 00 01 00 01 51 80 00 04 D9 AC B0 DE C0 48 *......Q........H* 00 01 00 01 00 01 51 80 00 04 D9 AC A4 40 *......Q......@* 48:26.55 XMIT 70 bytes UDP6102: 194.191.19.253,53 -> 208.48.81.43,53 DATA=D7 EC 00 00 00 01 00 00 00 00 00 00 03 6E 73 35 *.............ns5* 11 6E 61 6D 65 73 65 72 76 65 72 73 65 72 76 69 *.nameserverservi* 63 65 02 64 65 00 00 01 00 01 *ce.de.....* 48:26.56 RCVD 138 bytes UDP6100: 193.0.7.3,53 -> 194.191.19.253,53 DATA=D7 ED 80 00 00 01 00 00 00 02 00 02 03 6E 73 36 *.............ns6* 11 6E 61 6D 65 73 65 72 76 65 72 73 65 72 76 69 *.nameserverservi* 63 65 02 64 65 00 00 01 00 01 C0 10 00 02 00 01 *ce.de...........* 00 01 51 80 00 06 03 6E 73 31 C0 10 C0 10 00 02 *..Q....ns1......* 00 01 00 01 51 80 00 06 03 6E 73 32 C0 10 C0 36 *....Q....ns2...6* 00 01 00 01 00 01 51 80 00 04 D9 AC B0 DE C0 48 *......Q........H* 00 01 00 01 00 01 51 80 00 04 D9 AC A4 40 *......Q......@* 48:26.56 XMIT 70 bytes UDP6102: 194.191.19.253,53 -> 208.48.81.43,53 DATA=D7 ED 00 00 00 01 00 00 00 00 00 00 03 6E 73 36 *.............ns6* 11 6E 61 6D 65 73 65 72 76 65 72 73 65 72 76 69 *.nameserverservi* 63 65 02 64 65 00 00 01 00 01 *ce.de.....* 48:26.71 RCVD 138 bytes UDP6100: 208.48.81.43,53 -> 194.191.19.253,53 DATA=D7 E9 80 00 00 01 00 00 00 02 00 02 03 6E 73 35 *.............ns5* 11 6E 61 6D 65 73 65 72 76 65 72 73 65 72 76 69 *.nameserverservi* 63 65 02 64 65 00 00 01 00 01 C0 10 00 02 00 01 *ce.de...........* 00 01 51 80 00 06 03 6E 73 31 C0 10 C0 10 00 02 *..Q....ns1......* 00 01 00 01 51 80 00 06 03 6E 73 32 C0 10 C0 36 *....Q....ns2...6* 00 01 00 01 00 01 51 80 00 04 D9 AC B0 DE C0 48 *......Q........H* 00 01 00 01 00 01 51 80 00 04 D9 AC A4 40 *......Q......@* 48:26.71 XMIT 70 bytes UDP6102: 194.191.19.253,53 -> 217.51.137.213,53 DATA=D7 E9 00 00 00 01 00 00 00 00 00 00 03 6E 73 35 *.............ns5* 11 6E 61 6D 65 73 65 72 76 65 72 73 65 72 76 69 *.nameserverservi* 63 65 02 64 65 00 00 01 00 01 *ce.de.....* 48:26.71 RCVD 138 bytes UDP6100: 208.48.81.43,53 -> 194.191.19.253,53 DATA=D7 EA 80 00 00 01 00 00 00 02 00 02 03 6E 73 36 *.............ns6* 11 6E 61 6D 65 73 65 72 76 65 72 73 65 72 76 69 *.nameserverservi* 63 65 02 64 65 00 00 01 00 01 C0 10 00 02 00 01 *ce.de...........* 00 01 51 80 00 06 03 6E 73 31 C0 10 C0 10 00 02 *..Q....ns1......* 00 01 00 01 51 80 00 06 03 6E 73 32 C0 10 C0 36 *....Q....ns2...6* 00 01 00 01 00 01 51 80 00 04 D9 AC B0 DE C0 48 *......Q........H* 00 01 00 01 00 01 51 80 00 04 D9 AC A4 40 *......Q......@* 48:26.72 XMIT 70 bytes UDP6102: 194.191.19.253,53 -> 217.51.137.213,53 DATA=D7 EA 00 00 00 01 00 00 00 00 00 00 03 6E 73 36 *.............ns6* 11 6E 61 6D 65 73 65 72 76 65 72 73 65 72 76 69 *.nameserverservi* 63 65 02 64 65 00 00 01 00 01 *ce.de.....* 48:26.73 RCVD 76 bytes UDP6100: 217.30.137.200,47245 -> 194.191.19.253,53 DATA=57 BB 00 00 00 01 00 00 00 00 00 01 06 68 62 39 *W............hb9* 64 72 76 09 68 61 6D 2D 72 61 64 69 6F 02 63 68 *drv.ham-radio.ch* 00 00 01 00 01 00 00 29 10 00 00 00 80 00 00 00 *.......)........* 48:26.73 XMIT 40 bytes UDP6100: 194.191.19.253,53 -> 217.30.137.200,47245 DATA=57 BB 80 81 00 00 00 00 00 00 00 00 *W...........* 48:26.74 RCVD 138 bytes UDP6100: 208.48.81.43,53 -> 194.191.19.253,53 DATA=D7 EC 80 00 00 01 00 00 00 02 00 02 03 6E 73 35 *.............ns5* 11 6E 61 6D 65 73 65 72 76 65 72 73 65 72 76 69 *.nameserverservi* 63 65 02 64 65 00 00 01 00 01 C0 10 00 02 00 01 *ce.de...........* 00 01 51 80 00 06 03 6E 73 31 C0 10 C0 10 00 02 *..Q....ns1......* 00 01 00 01 51 80 00 06 03 6E 73 32 C0 10 C0 36 *....Q....ns2...6* 00 01 00 01 00 01 51 80 00 04 D9 AC B0 DE C0 48 *......Q........H* 00 01 00 01 00 01 51 80 00 04 D9 AC A4 40 *......Q......@* 48:26.74 XMIT 70 bytes UDP6102: 194.191.19.253,53 -> 217.51.137.213,53 DATA=D7 EC 00 00 00 01 00 00 00 00 00 00 03 6E 73 35 *.............ns5* 11 6E 61 6D 65 73 65 72 76 65 72 73 65 72 76 69 *.nameserverservi* 63 65 02 64 65 00 00 01 00 01 *ce.de.....* 48:26.74 RCVD 138 bytes UDP6100: 208.48.81.43,53 -> 194.191.19.253,53 DATA=D7 ED 80 00 00 01 00 00 00 02 00 02 03 6E 73 36 *.............ns6* 11 6E 61 6D 65 73 65 72 76 65 72 73 65 72 76 69 *.nameserverservi* 63 65 02 64 65 00 00 01 00 01 C0 10 00 02 00 01 *ce.de...........* 00 01 51 80 00 06 03 6E 73 31 C0 10 C0 10 00 02 *..Q....ns1......* 00 01 00 01 51 80 00 06 03 6E 73 32 C0 10 C0 36 *....Q....ns2...6* 00 01 00 01 00 01 51 80 00 04 D9 AC B0 DE C0 48 *......Q........H* 00 01 00 01 00 01 51 80 00 04 D9 AC A4 40 *......Q......@* 48:26.75 XMIT 70 bytes UDP6102: 194.191.19.253,53 -> 217.51.137.213,53 DATA=D7 ED 00 00 00 01 00 00 00 00 00 00 03 6E 73 36 *.............ns6* 11 6E 61 6D 65 73 65 72 76 65 72 73 65 72 76 69 *.nameserverservi* 63 65 02 64 65 00 00 01 00 01 *ce.de.....* 48:26.75 RCVD 138 bytes UDP6100: 217.51.137.213,53 -> 194.191.19.253,53 DATA=D7 E9 80 00 00 01 00 00 00 02 00 02 03 6E 73 35 *.............ns5* 11 6E 61 6D 65 73 65 72 76 65 72 73 65 72 76 69 *.nameserverservi* 63 65 02 64 65 00 00 01 00 01 C0 10 00 02 00 01 *ce.de...........* 00 01 51 80 00 06 03 6E 73 31 C0 10 C0 10 00 02 *..Q....ns1......* 00 01 00 01 51 80 00 06 03 6E 73 32 C0 10 C0 36 *....Q....ns2...6* 00 01 00 01 00 01 51 80 00 04 D9 AC B0 DE C0 48 *......Q........H* 00 01 00 01 00 01 51 80 00 04 D9 AC A4 40 *......Q......@* 48:26.75 XMIT 70 bytes UDP6102: 194.191.19.253,53 -> 194.246.96.1,53 DATA=D7 E9 00 00 00 01 00 00 00 00 00 00 03 6E 73 35 *.............ns5* 11 6E 61 6D 65 73 65 72 76 65 72 73 65 72 76 69 *.nameserverservi* 63 65 02 64 65 00 00 01 00 01 *ce.de.....* 48:26.76 RCVD 138 bytes UDP6100: 217.51.137.213,53 -> 194.191.19.253,53 DATA=D7 EA 80 00 00 01 00 00 00 02 00 02 03 6E 73 36 *.............ns6* 11 6E 61 6D 65 73 65 72 76 65 72 73 65 72 76 69 *.nameserverservi* 63 65 02 64 65 00 00 01 00 01 C0 10 00 02 00 01 *ce.de...........* 00 01 51 80 00 06 03 6E 73 31 C0 10 C0 10 00 02 *..Q....ns1......* 00 01 00 01 51 80 00 06 03 6E 73 32 C0 10 C0 36 *....Q....ns2...6* 00 01 00 01 00 01 51 80 00 04 D9 AC B0 DE C0 48 *......Q........H* 00 01 00 01 00 01 51 80 00 04 D9 AC A4 40 *......Q......@* 48:26.76 XMIT 70 bytes UDP6102: 194.191.19.253,53 -> 194.246.96.1,53 DATA=D7 EA 00 00 00 01 00 00 00 00 00 00 03 6E 73 36 *.............ns6* 11 6E 61 6D 65 73 65 72 76 65 72 73 65 72 76 69 *.nameserverservi* 63 65 02 64 65 00 00 01 00 01 *ce.de.....* 48:26.77 RCVD 138 bytes UDP6100: 194.246.96.1,53 -> 194.191.19.253,53 DATA=D7 E9 80 00 00 01 00 00 00 02 00 02 03 6E 73 35 *.............ns5* 11 6E 61 6D 65 73 65 72 76 65 72 73 65 72 76 69 *.nameserverservi* 63 65 02 64 65 00 00 01 00 01 C0 10 00 02 00 01 *ce.de...........* 00 01 51 80 00 06 03 6E 73 31 C0 10 C0 10 00 02 *..Q....ns1......* 00 01 00 01 51 80 00 06 03 6E 73 32 C0 10 C0 36 *....Q....ns2...6* 00 01 00 01 00 01 51 80 00 04 D9 AC B0 DE C0 48 *......Q........H* 00 01 00 01 00 01 51 80 00 04 D9 AC A4 40 *......Q......@* 48:26.77 RCVD 138 bytes UDP6100: 194.246.96.1,53 -> 194.191.19.253,53 DATA=D7 EA 80 00 00 01 00 00 00 02 00 02 03 6E 73 36 *.............ns6* 11 6E 61 6D 65 73 65 72 76 65 72 73 65 72 76 69 *.nameserverservi* 63 65 02 64 65 00 00 01 00 01 C0 10 00 02 00 01 *ce.de...........* 00 01 51 80 00 06 03 6E 73 31 C0 10 C0 10 00 02 *..Q....ns1......* 00 01 00 01 51 80 00 06 03 6E 73 32 C0 10 C0 36 *....Q....ns2...6* 00 01 00 01 00 01 51 80 00 04 D9 AC B0 DE C0 48 *......Q........H* 00 01 00 01 00 01 51 80 00 04 D9 AC A4 40 *......Q......@* 48:26.78 RCVD 138 bytes UDP6100: 217.51.137.213,53 -> 194.191.19.253,53 DATA=D7 EC 80 00 00 01 00 00 00 02 00 02 03 6E 73 35 *.............ns5* 11 6E 61 6D 65 73 65 72 76 65 72 73 65 72 76 69 *.nameserverservi* 63 65 02 64 65 00 00 01 00 01 C0 10 00 02 00 01 *ce.de...........* 00 01 51 80 00 06 03 6E 73 31 C0 10 C0 10 00 02 *..Q....ns1......* 00 01 00 01 51 80 00 06 03 6E 73 32 C0 10 C0 36 *....Q....ns2...6* 00 01 00 01 00 01 51 80 00 04 D9 AC B0 DE C0 48 *......Q........H* 00 01 00 01 00 01 51 80 00 04 D9 AC A4 40 *......Q......@* 48:26.78 XMIT 70 bytes UDP6102: 194.191.19.253,53 -> 194.246.96.1,53 DATA=D7 EC 00 00 00 01 00 00 00 00 00 00 03 6E 73 35 *.............ns5* 11 6E 61 6D 65 73 65 72 76 65 72 73 65 72 76 69 *.nameserverservi* 63 65 02 64 65 00 00 01 00 01 *ce.de.....* 48:26.78 RCVD 138 bytes UDP6100: 217.51.137.213,53 -> 194.191.19.253,53 DATA=D7 ED 80 00 00 01 00 00 00 02 00 02 03 6E 73 36 *.............ns6* 11 6E 61 6D 65 73 65 72 76 65 72 73 65 72 76 69 *.nameserverservi* 63 65 02 64 65 00 00 01 00 01 C0 10 00 02 00 01 *ce.de...........* 00 01 51 80 00 06 03 6E 73 31 C0 10 C0 10 00 02 *..Q....ns1......* 00 01 00 01 51 80 00 06 03 6E 73 32 C0 10 C0 36 *....Q....ns2...6* 00 01 00 01 00 01 51 80 00 04 D9 AC B0 DE C0 48 *......Q........H* 00 01 00 01 00 01 51 80 00 04 D9 AC A4 40 *......Q......@* 48:26.79 XMIT 70 bytes UDP6102: 194.191.19.253,53 -> 194.246.96.1,53 DATA=D7 ED 00 00 00 01 00 00 00 00 00 00 03 6E 73 36 *.............ns6* 11 6E 61 6D 65 73 65 72 76 65 72 73 65 72 76 69 *.nameserverservi* 63 65 02 64 65 00 00 01 00 01 *ce.de.....* 48:26.80 RCVD 138 bytes UDP6100: 194.246.96.1,53 -> 194.191.19.253,53 DATA=D7 EC 80 00 00 01 00 00 00 02 00 02 03 6E 73 35 *.............ns5* 11 6E 61 6D 65 73 65 72 76 65 72 73 65 72 76 69 *.nameserverservi* 63 65 02 64 65 00 00 01 00 01 C0 10 00 02 00 01 *ce.de...........* 00 01 51 80 00 06 03 6E 73 31 C0 10 C0 10 00 02 *..Q....ns1......* 00 01 00 01 51 80 00 06 03 6E 73 32 C0 10 C0 36 *....Q....ns2...6* 00 01 00 01 00 01 51 80 00 04 D9 AC B0 DE C0 48 *......Q........H* 00 01 00 01 00 01 51 80 00 04 D9 AC A4 40 *......Q......@* 48:26.80 RCVD 138 bytes UDP6100: 194.246.96.1,53 -> 194.191.19.253,53 DATA=D7 ED 80 00 00 01 00 00 00 02 00 02 03 6E 73 36 *.............ns6* 11 6E 61 6D 65 73 65 72 76 65 72 73 65 72 76 69 *.nameserverservi* 63 65 02 64 65 00 00 01 00 01 C0 10 00 02 00 01 *ce.de...........* 00 01 51 80 00 06 03 6E 73 31 C0 10 C0 10 00 02 *..Q....ns1......* 00 01 00 01 51 80 00 06 03 6E 73 32 C0 10 C0 36 *....Q....ns2...6* 00 01 00 01 00 01 51 80 00 04 D9 AC B0 DE C0 48 *......Q........H* 00 01 00 01 00 01 51 80 00 04 D9 AC A4 40 *......Q......@* 48:46.45 RCVD 67 bytes UDP6101: 127.0.0.1,40524 -> 127.0.0.1,53 DATA=1F 33 01 00 00 01 00 00 00 00 00 00 03 77 77 77 *.3...........www* 0E 69 70 2D 70 68 6F 6E 65 2D 66 6F 72 75 6D 02 *.ip-phone-forum.* 64 65 00 00 01 00 01 *de.....* 48:46.46 XMIT 70 bytes UDP6102: 194.191.19.253,53 -> 194.246.96.1,53 DATA=D7 F2 00 00 00 01 00 00 00 00 00 00 03 6E 73 35 *.............ns5* 11 6E 61 6D 65 73 65 72 76 65 72 73 65 72 76 69 *.nameserverservi* 63 65 02 64 65 00 00 01 00 01 *ce.de.....* 48:46.46 XMIT 70 bytes UDP6102: 194.191.19.253,53 -> 194.246.96.1,53 DATA=D7 F3 00 00 00 01 00 00 00 00 00 00 03 6E 73 36 *.............ns6* 11 6E 61 6D 65 73 65 72 76 65 72 73 65 72 76 69 *.nameserverservi* 63 65 02 64 65 00 00 01 00 01 *ce.de.....* 48:46.46 XMIT 67 bytes UDP6102: 194.191.19.253,53 -> 194.246.96.1,53 DATA=D7 F4 00 00 00 01 00 00 00 00 00 00 03 77 77 77 *.............www* 0E 69 70 2D 70 68 6F 6E 65 2D 66 6F 72 75 6D 02 *.ip-phone-forum.* 64 65 00 00 01 00 01 *de.....* 48:46.47 RCVD 138 bytes UDP6100: 194.246.96.1,53 -> 194.191.19.253,53 DATA=D7 F2 80 00 00 01 00 00 00 02 00 02 03 6E 73 35 *.............ns5* 11 6E 61 6D 65 73 65 72 76 65 72 73 65 72 76 69 *.nameserverservi* 63 65 02 64 65 00 00 01 00 01 C0 10 00 02 00 01 *ce.de...........* 00 01 51 80 00 06 03 6E 73 31 C0 10 C0 10 00 02 *..Q....ns1......* 00 01 00 01 51 80 00 06 03 6E 73 32 C0 10 C0 36 *....Q....ns2...6* 00 01 00 01 00 01 51 80 00 04 D9 AC B0 DE C0 48 *......Q........H* 00 01 00 01 00 01 51 80 00 04 D9 AC A4 40 *......Q......@* 48:46.48 RCVD 138 bytes UDP6100: 194.246.96.1,53 -> 194.191.19.253,53 DATA=D7 F3 80 00 00 01 00 00 00 02 00 02 03 6E 73 36 *.............ns6* 11 6E 61 6D 65 73 65 72 76 65 72 73 65 72 76 69 *.nameserverservi* 63 65 02 64 65 00 00 01 00 01 C0 10 00 02 00 01 *ce.de...........* 00 01 51 80 00 06 03 6E 73 31 C0 10 C0 10 00 02 *..Q....ns1......* 00 01 00 01 51 80 00 06 03 6E 73 32 C0 10 C0 36 *....Q....ns2...6* 00 01 00 01 00 01 51 80 00 04 D9 AC B0 DE C0 48 *......Q........H* 00 01 00 01 00 01 51 80 00 04 D9 AC A4 40 *......Q......@* 48:46.48 RCVD 121 bytes UDP6100: 194.246.96.1,53 -> 194.191.19.253,53 DATA=D7 F4 80 00 00 01 00 00 00 02 00 00 03 77 77 77 *.............www* 0E 69 70 2D 70 68 6F 6E 65 2D 66 6F 72 75 6D 02 *.ip-phone-forum.* 64 65 00 00 01 00 01 C0 10 00 02 00 01 00 01 51 *de.............Q* 80 00 18 03 6E 73 35 11 6E 61 6D 65 73 65 72 76 *....ns5.nameserv* 65 72 73 65 72 76 69 63 65 C0 1F C0 10 00 02 00 *erservice.......* 01 00 01 51 80 00 06 03 6E 73 36 C0 37 *...Q....ns6.7* 48:46.48 XMIT 70 bytes UDP6102: 194.191.19.253,53 -> 217.51.137.213,53 DATA=D7 F2 00 00 00 01 00 00 00 00 00 00 03 6E 73 35 *.............ns5* 11 6E 61 6D 65 73 65 72 76 65 72 73 65 72 76 69 *.nameserverservi* 63 65 02 64 65 00 00 01 00 01 *ce.de.....* 48:46.49 XMIT 70 bytes UDP6102: 194.191.19.253,53 -> 217.51.137.213,53 DATA=D7 F3 00 00 00 01 00 00 00 00 00 00 03 6E 73 36 *.............ns6* 11 6E 61 6D 65 73 65 72 76 65 72 73 65 72 76 69 *.nameserverservi* 63 65 02 64 65 00 00 01 00 01 *ce.de.....* 48:46.49 XMIT 70 bytes UDP6102: 194.191.19.253,53 -> 194.246.96.1,53 DATA=D7 F5 00 00 00 01 00 00 00 00 00 00 03 6E 73 35 *.............ns5* 11 6E 61 6D 65 73 65 72 76 65 72 73 65 72 76 69 *.nameserverservi* 63 65 02 64 65 00 00 01 00 01 *ce.de.....* 48:46.50 XMIT 70 bytes UDP6102: 194.191.19.253,53 -> 194.246.96.1,53 DATA=D7 F6 00 00 00 01 00 00 00 00 00 00 03 6E 73 36 *.............ns6* 11 6E 61 6D 65 73 65 72 76 65 72 73 65 72 76 69 *.nameserverservi* 63 65 02 64 65 00 00 01 00 01 *ce.de.....* 48:46.51 RCVD 138 bytes UDP6100: 194.246.96.1,53 -> 194.191.19.253,53 DATA=D7 F5 80 00 00 01 00 00 00 02 00 02 03 6E 73 35 *.............ns5* 11 6E 61 6D 65 73 65 72 76 65 72 73 65 72 76 69 *.nameserverservi* 63 65 02 64 65 00 00 01 00 01 C0 10 00 02 00 01 *ce.de...........* 00 01 51 80 00 06 03 6E 73 31 C0 10 C0 10 00 02 *..Q....ns1......* 00 01 00 01 51 80 00 06 03 6E 73 32 C0 10 C0 36 *....Q....ns2...6* 00 01 00 01 00 01 51 80 00 04 D9 AC B0 DE C0 48 *......Q........H* 00 01 00 01 00 01 51 80 00 04 D9 AC A4 40 *......Q......@* 48:46.51 XMIT 70 bytes UDP6102: 194.191.19.253,53 -> 217.51.137.213,53 DATA=D7 F5 00 00 00 01 00 00 00 00 00 00 03 6E 73 35 *.............ns5* 11 6E 61 6D 65 73 65 72 76 65 72 73 65 72 76 69 *.nameserverservi* 63 65 02 64 65 00 00 01 00 01 *ce.de.....* 48:46.51 RCVD 138 bytes UDP6100: 194.246.96.1,53 -> 194.191.19.253,53 DATA=D7 F6 80 00 00 01 00 00 00 02 00 02 03 6E 73 36 *.............ns6* 11 6E 61 6D 65 73 65 72 76 65 72 73 65 72 76 69 *.nameserverservi* 63 65 02 64 65 00 00 01 00 01 C0 10 00 02 00 01 *ce.de...........* 00 01 51 80 00 06 03 6E 73 31 C0 10 C0 10 00 02 *..Q....ns1......* 00 01 00 01 51 80 00 06 03 6E 73 32 C0 10 C0 36 *....Q....ns2...6* 00 01 00 01 00 01 51 80 00 04 D9 AC B0 DE C0 48 *......Q........H* 00 01 00 01 00 01 51 80 00 04 D9 AC A4 40 *......Q......@* 48:46.52 RCVD 138 bytes UDP6100: 217.51.137.213,53 -> 194.191.19.253,53 DATA=D7 F2 80 00 00 01 00 00 00 02 00 02 03 6E 73 35 *.............ns5* 11 6E 61 6D 65 73 65 72 76 65 72 73 65 72 76 69 *.nameserverservi* 63 65 02 64 65 00 00 01 00 01 C0 10 00 02 00 01 *ce.de...........* 00 01 51 80 00 06 03 6E 73 31 C0 10 C0 10 00 02 *..Q....ns1......* 00 01 00 01 51 80 00 06 03 6E 73 32 C0 10 C0 36 *....Q....ns2...6* 00 01 00 01 00 01 51 80 00 04 D9 AC B0 DE C0 48 *......Q........H* 00 01 00 01 00 01 51 80 00 04 D9 AC A4 40 *......Q......@* 48:46.52 RCVD 138 bytes UDP6100: 217.51.137.213,53 -> 194.191.19.253,53 DATA=D7 F3 80 00 00 01 00 00 00 02 00 02 03 6E 73 36 *.............ns6* 11 6E 61 6D 65 73 65 72 76 65 72 73 65 72 76 69 *.nameserverservi* 63 65 02 64 65 00 00 01 00 01 C0 10 00 02 00 01 *ce.de...........* 00 01 51 80 00 06 03 6E 73 31 C0 10 C0 10 00 02 *..Q....ns1......* 00 01 00 01 51 80 00 06 03 6E 73 32 C0 10 C0 36 *....Q....ns2...6* 00 01 00 01 00 01 51 80 00 04 D9 AC B0 DE C0 48 *......Q........H* 00 01 00 01 00 01 51 80 00 04 D9 AC A4 40 *......Q......@* 48:46.53 XMIT 70 bytes UDP6102: 194.191.19.253,53 -> 217.51.137.213,53 DATA=D7 F6 00 00 00 01 00 00 00 00 00 00 03 6E 73 36 *.............ns6* 11 6E 61 6D 65 73 65 72 76 65 72 73 65 72 76 69 *.nameserverservi* 63 65 02 64 65 00 00 01 00 01 *ce.de.....* 48:46.53 XMIT 70 bytes UDP6102: 194.191.19.253,53 -> 208.48.81.43,53 DATA=D7 F2 00 00 00 01 00 00 00 00 00 00 03 6E 73 35 *.............ns5* 11 6E 61 6D 65 73 65 72 76 65 72 73 65 72 76 69 *.nameserverservi* 63 65 02 64 65 00 00 01 00 01 *ce.de.....* 48:46.53 XMIT 70 bytes UDP6102: 194.191.19.253,53 -> 208.48.81.43,53 DATA=D7 F3 00 00 00 01 00 00 00 00 00 00 03 6E 73 36 *.............ns6* 11 6E 61 6D 65 73 65 72 76 65 72 73 65 72 76 69 *.nameserverservi* 63 65 02 64 65 00 00 01 00 01 *ce.de.....* 48:46.55 RCVD 138 bytes UDP6100: 217.51.137.213,53 -> 194.191.19.253,53 DATA=D7 F5 80 00 00 01 00 00 00 02 00 02 03 6E 73 35 *.............ns5* 11 6E 61 6D 65 73 65 72 76 65 72 73 65 72 76 69 *.nameserverservi* 63 65 02 64 65 00 00 01 00 01 C0 10 00 02 00 01 *ce.de...........* 00 01 51 80 00 06 03 6E 73 31 C0 10 C0 10 00 02 *..Q....ns1......* 00 01 00 01 51 80 00 06 03 6E 73 32 C0 10 C0 36 *....Q....ns2...6* 00 01 00 01 00 01 51 80 00 04 D9 AC B0 DE C0 48 *......Q........H* 00 01 00 01 00 01 51 80 00 04 D9 AC A4 40 *......Q......@* 48:46.55 XMIT 70 bytes UDP6102: 194.191.19.253,53 -> 208.48.81.43,53 DATA=D7 F5 00 00 00 01 00 00 00 00 00 00 03 6E 73 35 *.............ns5* 11 6E 61 6D 65 73 65 72 76 65 72 73 65 72 76 69 *.nameserverservi* 63 65 02 64 65 00 00 01 00 01 *ce.de.....* 48:46.57 RCVD 138 bytes UDP6100: 217.51.137.213,53 -> 194.191.19.253,53 DATA=D7 F6 80 00 00 01 00 00 00 02 00 02 03 6E 73 36 *.............ns6* 11 6E 61 6D 65 73 65 72 76 65 72 73 65 72 76 69 *.nameserverservi* 63 65 02 64 65 00 00 01 00 01 C0 10 00 02 00 01 *ce.de...........* 00 01 51 80 00 06 03 6E 73 31 C0 10 C0 10 00 02 *..Q....ns1......* 00 01 00 01 51 80 00 06 03 6E 73 32 C0 10 C0 36 *....Q....ns2...6* 00 01 00 01 00 01 51 80 00 04 D9 AC B0 DE C0 48 *......Q........H* 00 01 00 01 00 01 51 80 00 04 D9 AC A4 40 *......Q......@* 48:46.57 XMIT 70 bytes UDP6102: 194.191.19.253,53 -> 208.48.81.43,53 DATA=D7 F6 00 00 00 01 00 00 00 00 00 00 03 6E 73 36 *.............ns6* 11 6E 61 6D 65 73 65 72 76 65 72 73 65 72 76 69 *.nameserverservi* 63 65 02 64 65 00 00 01 00 01 *ce.de.....* 48:46.72 RCVD 138 bytes UDP6100: 208.48.81.43,53 -> 194.191.19.253,53 DATA=D7 F2 80 00 00 01 00 00 00 02 00 02 03 6E 73 35 *.............ns5* 11 6E 61 6D 65 73 65 72 76 65 72 73 65 72 76 69 *.nameserverservi* 63 65 02 64 65 00 00 01 00 01 C0 10 00 02 00 01 *ce.de...........* 00 01 51 80 00 06 03 6E 73 31 C0 10 C0 10 00 02 *..Q....ns1......* 00 01 00 01 51 80 00 06 03 6E 73 32 C0 10 C0 36 *....Q....ns2...6* 00 01 00 01 00 01 51 80 00 04 D9 AC B0 DE C0 48 *......Q........H* 00 01 00 01 00 01 51 80 00 04 D9 AC A4 40 *......Q......@* 48:46.72 RCVD 138 bytes UDP6100: 208.48.81.43,53 -> 194.191.19.253,53 DATA=D7 F3 80 00 00 01 00 00 00 02 00 02 03 6E 73 36 *.............ns6* 11 6E 61 6D 65 73 65 72 76 65 72 73 65 72 76 69 *.nameserverservi* 63 65 02 64 65 00 00 01 00 01 C0 10 00 02 00 01 *ce.de...........* 00 01 51 80 00 06 03 6E 73 31 C0 10 C0 10 00 02 *..Q....ns1......* 00 01 00 01 51 80 00 06 03 6E 73 32 C0 10 C0 36 *....Q....ns2...6* 00 01 00 01 00 01 51 80 00 04 D9 AC B0 DE C0 48 *......Q........H* 00 01 00 01 00 01 51 80 00 04 D9 AC A4 40 *......Q......@* 48:46.72 XMIT 70 bytes UDP6102: 194.191.19.253,53 -> 193.0.7.3,53 DATA=D7 F2 00 00 00 01 00 00 00 00 00 00 03 6E 73 35 *.............ns5* 11 6E 61 6D 65 73 65 72 76 65 72 73 65 72 76 69 *.nameserverservi* 63 65 02 64 65 00 00 01 00 01 *ce.de.....* 48:46.73 XMIT 70 bytes UDP6102: 194.191.19.253,53 -> 193.0.7.3,53 DATA=D7 F3 00 00 00 01 00 00 00 00 00 00 03 6E 73 36 *.............ns6* 11 6E 61 6D 65 73 65 72 76 65 72 73 65 72 76 69 *.nameserverservi* 63 65 02 64 65 00 00 01 00 01 *ce.de.....* 48:46.74 RCVD 138 bytes UDP6100: 208.48.81.43,53 -> 194.191.19.253,53 DATA=D7 F5 80 00 00 01 00 00 00 02 00 02 03 6E 73 35 *.............ns5* 11 6E 61 6D 65 73 65 72 76 65 72 73 65 72 76 69 *.nameserverservi* 63 65 02 64 65 00 00 01 00 01 C0 10 00 02 00 01 *ce.de...........* 00 01 51 80 00 06 03 6E 73 31 C0 10 C0 10 00 02 *..Q....ns1......* 00 01 00 01 51 80 00 06 03 6E 73 32 C0 10 C0 36 *....Q....ns2...6* 00 01 00 01 00 01 51 80 00 04 D9 AC B0 DE C0 48 *......Q........H* 00 01 00 01 00 01 51 80 00 04 D9 AC A4 40 *......Q......@* 48:46.75 XMIT 70 bytes UDP6102: 194.191.19.253,53 -> 193.0.7.3,53 DATA=D7 F5 00 00 00 01 00 00 00 00 00 00 03 6E 73 35 *.............ns5* 11 6E 61 6D 65 73 65 72 76 65 72 73 65 72 76 69 *.nameserverservi* 63 65 02 64 65 00 00 01 00 01 *ce.de.....* 48:46.75 RCVD 138 bytes UDP6100: 193.0.7.3,53 -> 194.191.19.253,53 DATA=D7 F2 80 00 00 01 00 00 00 02 00 02 03 6E 73 35 *.............ns5* 11 6E 61 6D 65 73 65 72 76 65 72 73 65 72 76 69 *.nameserverservi* 63 65 02 64 65 00 00 01 00 01 C0 10 00 02 00 01 *ce.de...........* 00 01 51 80 00 06 03 6E 73 31 C0 10 C0 10 00 02 *..Q....ns1......* 00 01 00 01 51 80 00 06 03 6E 73 32 C0 10 C0 36 *....Q....ns2...6* 00 01 00 01 00 01 51 80 00 04 D9 AC B0 DE C0 48 *......Q........H* 00 01 00 01 00 01 51 80 00 04 D9 AC A4 40 *......Q......@* 48:46.75 RCVD 138 bytes UDP6100: 193.0.7.3,53 -> 194.191.19.253,53 DATA=D7 F3 80 00 00 01 00 00 00 02 00 02 03 6E 73 36 *.............ns6* 11 6E 61 6D 65 73 65 72 76 65 72 73 65 72 76 69 *.nameserverservi* 63 65 02 64 65 00 00 01 00 01 C0 10 00 02 00 01 *ce.de...........* 00 01 51 80 00 06 03 6E 73 31 C0 10 C0 10 00 02 *..Q....ns1......* 00 01 00 01 51 80 00 06 03 6E 73 32 C0 10 C0 36 *....Q....ns2...6* 00 01 00 01 00 01 51 80 00 04 D9 AC B0 DE C0 48 *......Q........H* 00 01 00 01 00 01 51 80 00 04 D9 AC A4 40 *......Q......@* 48:46.76 XMIT 70 bytes UDP6102: 194.191.19.253,53 -> 81.91.164.5,53 DATA=D7 F2 00 00 00 01 00 00 00 00 00 00 03 6E 73 35 *.............ns5* 11 6E 61 6D 65 73 65 72 76 65 72 73 65 72 76 69 *.nameserverservi* 63 65 02 64 65 00 00 01 00 01 *ce.de.....* 48:46.76 RCVD 138 bytes UDP6100: 208.48.81.43,53 -> 194.191.19.253,53 DATA=D7 F6 80 00 00 01 00 00 00 02 00 02 03 6E 73 36 *.............ns6* 11 6E 61 6D 65 73 65 72 76 65 72 73 65 72 76 69 *.nameserverservi* 63 65 02 64 65 00 00 01 00 01 C0 10 00 02 00 01 *ce.de...........* 00 01 51 80 00 06 03 6E 73 31 C0 10 C0 10 00 02 *..Q....ns1......* 00 01 00 01 51 80 00 06 03 6E 73 32 C0 10 C0 36 *....Q....ns2...6* 00 01 00 01 00 01 51 80 00 04 D9 AC B0 DE C0 48 *......Q........H* 00 01 00 01 00 01 51 80 00 04 D9 AC A4 40 *......Q......@* 48:46.76 XMIT 70 bytes UDP6102: 194.191.19.253,53 -> 81.91.164.5,53 DATA=D7 F3 00 00 00 01 00 00 00 00 00 00 03 6E 73 36 *.............ns6* 11 6E 61 6D 65 73 65 72 76 65 72 73 65 72 76 69 *.nameserverservi* 63 65 02 64 65 00 00 01 00 01 *ce.de.....* 48:46.77 XMIT 70 bytes UDP6102: 194.191.19.253,53 -> 193.0.7.3,53 DATA=D7 F6 00 00 00 01 00 00 00 00 00 00 03 6E 73 36 *.............ns6* 11 6E 61 6D 65 73 65 72 76 65 72 73 65 72 76 69 *.nameserverservi* 63 65 02 64 65 00 00 01 00 01 *ce.de.....* 48:46.77 RCVD 138 bytes UDP6100: 193.0.7.3,53 -> 194.191.19.253,53 DATA=D7 F5 80 00 00 01 00 00 00 02 00 02 03 6E 73 35 *.............ns5* 11 6E 61 6D 65 73 65 72 76 65 72 73 65 72 76 69 *.nameserverservi* 63 65 02 64 65 00 00 01 00 01 C0 10 00 02 00 01 *ce.de...........* 00 01 51 80 00 06 03 6E 73 31 C0 10 C0 10 00 02 *..Q....ns1......* 00 01 00 01 51 80 00 06 03 6E 73 32 C0 10 C0 36 *....Q....ns2...6* 00 01 00 01 00 01 51 80 00 04 D9 AC B0 DE C0 48 *......Q........H* 00 01 00 01 00 01 51 80 00 04 D9 AC A4 40 *......Q......@* 48:46.77 RCVD 138 bytes UDP6100: 81.91.164.5,53 -> 194.191.19.253,53 DATA=D7 F2 80 00 00 01 00 00 00 02 00 02 03 6E 73 35 *.............ns5* 11 6E 61 6D 65 73 65 72 76 65 72 73 65 72 76 69 *.nameserverservi* 63 65 02 64 65 00 00 01 00 01 C0 10 00 02 00 01 *ce.de...........* 00 01 51 80 00 06 03 6E 73 31 C0 10 C0 10 00 02 *..Q....ns1......* 00 01 00 01 51 80 00 06 03 6E 73 32 C0 10 C0 36 *....Q....ns2...6* 00 01 00 01 00 01 51 80 00 04 D9 AC B0 DE C0 48 *......Q........H* 00 01 00 01 00 01 51 80 00 04 D9 AC A4 40 *......Q......@* 48:46.78 XMIT 70 bytes UDP6102: 194.191.19.253,53 -> 81.91.164.5,53 DATA=D7 F5 00 00 00 01 00 00 00 00 00 00 03 6E 73 35 *.............ns5* 11 6E 61 6D 65 73 65 72 76 65 72 73 65 72 76 69 *.nameserverservi* 63 65 02 64 65 00 00 01 00 01 *ce.de.....* 48:46.78 XMIT 70 bytes UDP6102: 194.191.19.253,53 -> 193.159.170.149,53 DATA=D7 F2 00 00 00 01 00 00 00 00 00 00 03 6E 73 35 *.............ns5* 11 6E 61 6D 65 73 65 72 76 65 72 73 65 72 76 69 *.nameserverservi* 63 65 02 64 65 00 00 01 00 01 *ce.de.....* 48:46.78 RCVD 138 bytes UDP6100: 81.91.164.5,53 -> 194.191.19.253,53 DATA=D7 F3 80 00 00 01 00 00 00 02 00 02 03 6E 73 36 *.............ns6* 11 6E 61 6D 65 73 65 72 76 65 72 73 65 72 76 69 *.nameserverservi* 63 65 02 64 65 00 00 01 00 01 C0 10 00 02 00 01 *ce.de...........* 00 01 51 80 00 06 03 6E 73 31 C0 10 C0 10 00 02 *..Q....ns1......* 00 01 00 01 51 80 00 06 03 6E 73 32 C0 10 C0 36 *....Q....ns2...6* 00 01 00 01 00 01 51 80 00 04 D9 AC B0 DE C0 48 *......Q........H* 00 01 00 01 00 01 51 80 00 04 D9 AC A4 40 *......Q......@* 48:46.78 XMIT 70 bytes UDP6102: 194.191.19.253,53 -> 193.159.170.149,53 DATA=D7 F3 00 00 00 01 00 00 00 00 00 00 03 6E 73 36 *.............ns6* 11 6E 61 6D 65 73 65 72 76 65 72 73 65 72 76 69 *.nameserverservi* 63 65 02 64 65 00 00 01 00 01 *ce.de.....* 48:46.79 RCVD 138 bytes UDP6100: 81.91.164.5,53 -> 194.191.19.253,53 DATA=D7 F5 80 00 00 01 00 00 00 02 00 02 03 6E 73 35 *.............ns5* 11 6E 61 6D 65 73 65 72 76 65 72 73 65 72 76 69 *.nameserverservi* 63 65 02 64 65 00 00 01 00 01 C0 10 00 02 00 01 *ce.de...........* 00 01 51 80 00 06 03 6E 73 31 C0 10 C0 10 00 02 *..Q....ns1......* 00 01 00 01 51 80 00 06 03 6E 73 32 C0 10 C0 36 *....Q....ns2...6* 00 01 00 01 00 01 51 80 00 04 D9 AC B0 DE C0 48 *......Q........H* 00 01 00 01 00 01 51 80 00 04 D9 AC A4 40 *......Q......@* 48:46.79 RCVD 138 bytes UDP6100: 193.0.7.3,53 -> 194.191.19.253,53 DATA=D7 F6 80 00 00 01 00 00 00 02 00 02 03 6E 73 36 *.............ns6* 11 6E 61 6D 65 73 65 72 76 65 72 73 65 72 76 69 *.nameserverservi* 63 65 02 64 65 00 00 01 00 01 C0 10 00 02 00 01 *ce.de...........* 00 01 51 80 00 06 03 6E 73 31 C0 10 C0 10 00 02 *..Q....ns1......* 00 01 00 01 51 80 00 06 03 6E 73 32 C0 10 C0 36 *....Q....ns2...6* 00 01 00 01 00 01 51 80 00 04 D9 AC B0 DE C0 48 *......Q........H* 00 01 00 01 00 01 51 80 00 04 D9 AC A4 40 *......Q......@* 48:46.80 XMIT 70 bytes UDP6102: 194.191.19.253,53 -> 193.159.170.149,53 DATA=D7 F5 00 00 00 01 00 00 00 00 00 00 03 6E 73 35 *.............ns5* 11 6E 61 6D 65 73 65 72 76 65 72 73 65 72 76 69 *.nameserverservi* 63 65 02 64 65 00 00 01 00 01 *ce.de.....* 48:46.80 RCVD 138 bytes UDP6100: 193.159.170.149,53 -> 194.191.19.253,53 DATA=D7 F2 80 00 00 01 00 00 00 02 00 02 03 6E 73 35 *.............ns5* 11 6E 61 6D 65 73 65 72 76 65 72 73 65 72 76 69 *.nameserverservi* 63 65 02 64 65 00 00 01 00 01 C0 10 00 02 00 01 *ce.de...........* 00 01 51 80 00 06 03 6E 73 31 C0 10 C0 10 00 02 *..Q....ns1......* 00 01 00 01 51 80 00 06 03 6E 73 32 C0 10 C0 36 *....Q....ns2...6* 00 01 00 01 00 01 51 80 00 04 D9 AC B0 DE C0 48 *......Q........H* 00 01 00 01 00 01 51 80 00 04 D9 AC A4 40 *......Q......@* 48:46.80 RCVD 138 bytes UDP6100: 193.159.170.149,53 -> 194.191.19.253,53 DATA=D7 F3 80 00 00 01 00 00 00 02 00 02 03 6E 73 36 *.............ns6* 11 6E 61 6D 65 73 65 72 76 65 72 73 65 72 76 69 *.nameserverservi* 63 65 02 64 65 00 00 01 00 01 C0 10 00 02 00 01 *ce.de...........* 00 01 51 80 00 06 03 6E 73 32 C0 10 C0 10 00 02 *..Q....ns2......* 00 01 00 01 51 80 00 06 03 6E 73 31 C0 10 C0 48 *....Q....ns1...H* 00 01 00 01 00 01 51 80 00 04 D9 AC B0 DE C0 36 *......Q........6* 00 01 00 01 00 01 51 80 00 04 D9 AC A4 40 *......Q......@* 48:46.81 XMIT 70 bytes UDP6102: 194.191.19.253,53 -> 81.91.164.5,53 DATA=D7 F6 00 00 00 01 00 00 00 00 00 00 03 6E 73 36 *.............ns6* 11 6E 61 6D 65 73 65 72 76 65 72 73 65 72 76 69 *.nameserverservi* 63 65 02 64 65 00 00 01 00 01 *ce.de.....* 48:46.82 RCVD 138 bytes UDP6100: 193.159.170.149,53 -> 194.191.19.253,53 DATA=D7 F5 80 00 00 01 00 00 00 02 00 02 03 6E 73 35 *.............ns5* 11 6E 61 6D 65 73 65 72 76 65 72 73 65 72 76 69 *.nameserverservi* 63 65 02 64 65 00 00 01 00 01 C0 10 00 02 00 01 *ce.de...........* 00 01 51 80 00 06 03 6E 73 31 C0 10 C0 10 00 02 *..Q....ns1......* 00 01 00 01 51 80 00 06 03 6E 73 32 C0 10 C0 36 *....Q....ns2...6* 00 01 00 01 00 01 51 80 00 04 D9 AC B0 DE C0 48 *......Q........H* 00 01 00 01 00 01 51 80 00 04 D9 AC A4 40 *......Q......@* 48:46.83 RCVD 138 bytes UDP6100: 81.91.164.5,53 -> 194.191.19.253,53 DATA=D7 F6 80 00 00 01 00 00 00 02 00 02 03 6E 73 36 *.............ns6* 11 6E 61 6D 65 73 65 72 76 65 72 73 65 72 76 69 *.nameserverservi* 63 65 02 64 65 00 00 01 00 01 C0 10 00 02 00 01 *ce.de...........* 00 01 51 80 00 06 03 6E 73 31 C0 10 C0 10 00 02 *..Q....ns1......* 00 01 00 01 51 80 00 06 03 6E 73 32 C0 10 C0 36 *....Q....ns2...6* 00 01 00 01 00 01 51 80 00 04 D9 AC B0 DE C0 48 *......Q........H* 00 01 00 01 00 01 51 80 00 04 D9 AC A4 40 *......Q......@* 48:46.83 XMIT 70 bytes UDP6102: 194.191.19.253,53 -> 193.159.170.149,53 DATA=D7 F6 00 00 00 01 00 00 00 00 00 00 03 6E 73 36 *.............ns6* 11 6E 61 6D 65 73 65 72 76 65 72 73 65 72 76 69 *.nameserverservi* 63 65 02 64 65 00 00 01 00 01 *ce.de.....* 48:46.85 RCVD 138 bytes UDP6100: 193.159.170.149,53 -> 194.191.19.253,53 DATA=D7 F6 80 00 00 01 00 00 00 02 00 02 03 6E 73 36 *.............ns6* 11 6E 61 6D 65 73 65 72 76 65 72 73 65 72 76 69 *.nameserverservi* 63 65 02 64 65 00 00 01 00 01 C0 10 00 02 00 01 *ce.de...........* 00 01 51 80 00 06 03 6E 73 32 C0 10 C0 10 00 02 *..Q....ns2......* 00 01 00 01 51 80 00 06 03 6E 73 31 C0 10 C0 48 *....Q....ns1...H* 00 01 00 01 00 01 51 80 00 04 D9 AC B0 DE C0 36 *......Q........6* 00 01 00 01 00 01 51 80 00 04 D9 AC A4 40 *......Q......@* --- Any hint appreciated, -Kurt. ================================================================================ Archive-Date: Mon, 15 Aug 2005 16:12:02 -0400 Date: Mon, 15 Aug 2005 16:13:45 -0400 From: Michael Corbett Reply-To: Info-TCPware@process.com Subject: Re: DNS Incompatibility? Troubles resolving certain domains with named 8.1.2 for TCPware V5.6-2... In-Reply-To: <01LRV0WDBTMM8WWCYF@PROCESS.COM> To: info-tcpware@process.com Message-ID: <4300F779.3020805@process.com> MIME-Version: 1.0 Content-Type: text/plain; format=flowed; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit References: <01LRV0WDBTMM8WWCYF@PROCESS.COM> Kurt A. Schumacher wrote: > We see more and more troubles resolving certain domains on our TCPware system: > > $ nslookup > Default Server: localhost > Address: 127.0.0.1 > > >>www.ip-phone-forum.de > > Server: localhost > Address: 127.0.0.1 > > *** localhost can't find www.ip-phone-forum.de: Non-existent host/domain > > ... > > The strange thing: No problems resolving domains (from this servers > and others) on any random U**x or Windows system. > > Something changed down there at low level DNS RFC which makes the > TCPware BIND unable to resolve the name? > > At least we found a somewat reliable domain to proof, the dump follows: > > ---- > TCPware(R) V5.6-2 Copyright (c) 2002 Process Software > > OpenVMS version V7.3 booted on 4-APR-2005 10:27:16.00, > running on a AlphaServer 1000A 4/233. > > Domain Name Server Version = named 8.1.2 for TCPware V5.6-2 > Process Software > ---- > [snip of netcu debug info] > > Any hint appreciated, > It will probably be easier for someone to figure this out if you could reproduce this and use tcpdump instead of the NETCU debug. Try - $ netcu tcpdump/num/snap=1600 port 53 It might also help to enable debugging on nslookup and send that output along as well. regards Mike -- +-------------------------------------------------------------------------+ Michael Corbett Email: Corbett@process.com Process Software Phone: 800 722-7770 x369 959 Concord St. 508 879-6994 x369 Framingham MA 01701-4682 FAX: 508 879-0042 ================================================================================ Archive-Date: Thu, 18 Aug 2005 00:57:02 -0400 Date: Thu, 18 Aug 2005 06:56:02 +0200 From: "Kurt A. Schumacher" Reply-To: Info-TCPware@process.com Subject: RE: DNS Incompatibility? Troubles resolving certain domains with named 8.1.2 for TCPware V5.6-2... In-Reply-To: <4300F779.3020805@process.com> To: info-tcpware@process.com Message-ID: <01LRYE0PWAQM8WWGTK@PROCESS.COM> MIME-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Michael, Found some time to tcpdump and fetch the nemeserver.log at debug level 9999. Sometimes the TCPware systems can resolve those ip addresses for this domain, but with a high probability it will fail. You can give a try from your site, and will see. Neighboring Windows 2003, Tru64, Nokia IPSO (Firewall) and ZyNOS (ZyXEL Firewall) systems are able to resolve in a single attempt in the same timeframe. Strange but true. -Kurt. > www.ip-phone-forum.de Server: localhost Address: 127.0.0.1 *** localhost can't find www.ip-phone-forum.de: Non-existent host/domain > Tcpdump: listening on IPA0: 06:38:37.812431 127.0.0.1.2377 > 127.0.0.1.53: 29582+ A? www.ip-phone-forum.de. (39) 06:38:37.812431 127.0.0.1.2377 > 127.0.0.1.53: 29582+ A? www.ip-phone-forum.de. (39) 06:38:37.822196 127.0.0.1.2377 > 127.0.0.1.53: 29582+ A? www.ip-phone-forum.de. (39) 06:38:37.822196 127.0.0.1.2377 > 127.0.0.1.53: 29582+ A? www.ip-phone-forum.de. (39) 06:38:38.512579 10.10.1.13.53 > 194.246.96.1.53: 14336 A? ns5.nameserverservice.de. (42) 06:38:38.570466 194.246.96.1.53 > 10.10.1.13.53: 14336- 0/2/2 (110) (DF) 06:38:39.080199 10.10.1.13.53 > 194.246.96.1.53: 14337 A? ns6.nameserverservice.de. (42) 06:38:39.137812 194.246.96.1.53 > 10.10.1.13.53: 14337- 0/2/2 (110) (DF) 06:38:39.468843 10.10.1.13.53 > 194.246.96.1.53: 14338 A? www.ip-phone-forum.de. (39) 06:38:39.525480 194.246.96.1.53 > 10.10.1.13.53: 14338- 0/2/0 (93) (DF) 06:38:39.924868 10.10.1.13.53 > 193.159.170.149.53: 14336 A? ns5.nameserverservice.de. (42) 06:38:39.943422 193.159.170.149.53 > 10.10.1.13.53: 14336- 0/2/2 (110) (DF) 06:38:40.446316 10.10.1.13.53 > 193.159.170.149.53: 14337 A? ns6.nameserverservice.de. (42) 06:38:40.464870 193.159.170.149.53 > 10.10.1.13.53: 14337- 0/2/2 (110) (DF) 06:38:41.378870 10.10.1.13.53 > 194.246.96.1.53: 14339 A? ns5.nameserverservice.de. (42) 06:38:41.437460 194.246.96.1.53 > 10.10.1.13.53: 14339- 0/2/2 (110) (DF) 06:38:41.934498 10.10.1.13.53 > 194.246.96.1.53: 14340 A? ns6.nameserverservice.de. (42) 06:38:41.992112 194.246.96.1.53 > 10.10.1.13.53: 14340- 0/2/2 (110) (DF) 06:38:42.412004 10.10.1.13.53 > 217.51.137.213.53: 14336 A? ns5.nameserverservice.de. (42) 06:38:42.446181 217.51.137.213.53 > 10.10.1.13.53: 14336- 0/2/2 (110) (DF) 06:38:42.789909 10.10.1.13.53 > 217.51.137.213.53: 14337 A? ns6.nameserverservice.de. (42) 06:38:42.823110 217.51.137.213.53 > 10.10.1.13.53: 14337- 0/2/2 (110) (DF) 06:38:43.211757 10.10.1.13.53 > 193.159.170.149.53: 14339 A? ns5.nameserverservice.de. (42) 06:38:43.230308 193.159.170.149.53 > 10.10.1.13.53: 14339- 0/2/2 (110) (DF) 06:38:43.611143 10.10.1.13.53 > 193.159.170.149.53: 14340 A? ns6.nameserverservice.de. (42) 06:38:43.630673 193.159.170.149.53 > 10.10.1.13.53: 14340- 0/2/2 (110) (DF) 06:38:43.977330 10.10.1.13.53 > 193.0.7.3.53: 14336 A? ns5.nameserverservice.de. (42) 06:38:44.007602 193.0.7.3.53 > 10.10.1.13.53: 14336- 0/2/2 (110) (DF) 06:38:44.410893 10.10.1.13.53 > 193.0.7.3.53: 14337 A? ns6.nameserverservice.de. (42) 06:38:44.440188 193.0.7.3.53 > 10.10.1.13.53: 14337- 0/2/2 (110) (DF) 06:38:44.828835 10.10.1.13.53 > 217.51.137.213.53: 14339 A? ns5.nameserverservice.de. (42) 06:38:44.863989 217.51.137.213.53 > 10.10.1.13.53: 14339- 0/2/2 (110) (DF) 06:38:45.195999 10.10.1.13.53 > 217.51.137.213.53: 14340 A? ns6.nameserverservice.de. (42) 06:38:45.228222 217.51.137.213.53 > 10.10.1.13.53: 14340- 0/2/2 (110) (DF) 06:38:45.616868 10.10.1.13.53 > 81.91.164.5.53: 14336 A? ns5.nameserverservice.de. (42) 06:38:45.636398 81.91.164.5.53 > 10.10.1.13.53: 14336- 0/2/2 (110) (DF) 06:38:45.972314 10.10.1.13.53 > 81.91.164.5.53: 14337 A? ns6.nameserverservice.de. (42) 06:38:45.991844 81.91.164.5.53 > 10.10.1.13.53: 14337- 0/2/2 (110) (DF) 06:38:46.339475 10.10.1.13.53 > 193.0.7.3.53: 14339 A? ns5.nameserverservice.de. (42) 06:38:46.367793 193.0.7.3.53 > 10.10.1.13.53: 14339- 0/2/2 (110) (DF) 06:38:46.750581 10.10.1.13.53 > 193.0.7.3.53: 14340 A? ns6.nameserverservice.de. (42) 06:38:46.778900 193.0.7.3.53 > 10.10.1.13.53: 14340- 0/2/2 (110) (DF) 06:38:47.105051 10.10.1.13.53 > 208.48.81.43.53: 14336 A? ns5.nameserverservice.de. (42) 06:38:47.289606 208.48.81.43.53 > 10.10.1.13.53: 14336- 0/2/2 (110) (DF) 06:38:47.460494 10.10.1.13.53 > 208.48.81.43.53: 14337 A? ns6.nameserverservice.de. (42) 06:38:47.647005 208.48.81.43.53 > 10.10.1.13.53: 14337- 0/2/2 (110) (DF) 06:38:47.822775 127.0.0.1.2377 > 127.0.0.1.53: 29582+ A? www.ip-phone-forum.de. (39) 06:38:47.822775 127.0.0.1.2377 > 127.0.0.1.53: 29582+ A? www.ip-phone-forum.de. (39) 06:38:47.894060 10.10.1.13.53 > 81.91.164.5.53: 14339 A? ns5.nameserverservice.de. (42) 06:38:47.912613 81.91.164.5.53 > 10.10.1.13.53: 14339- 0/2/2 (110) (DF) 06:38:48.493628 10.10.1.13.53 > 81.91.164.5.53: 14341 A? ns5.nameserverservice.de. (42) 06:38:48.514134 81.91.164.5.53 > 10.10.1.13.53: 14341- 0/2/2 (110) (DF) 06:38:49.015079 10.10.1.13.53 > 81.91.164.5.53: 14342 A? ns6.nameserverservice.de. (42) 06:38:49.035585 81.91.164.5.53 > 10.10.1.13.53: 14342- 0/2/2 (110) (DF) 06:38:49.471101 10.10.1.13.53 > 81.91.164.5.53: 14343 A? www.ip-phone-forum.de. (39) 06:38:49.490631 81.91.164.5.53 > 10.10.1.13.53: 14343- 0/2/0 (93) (DF) 06:38:49.814829 10.10.1.13.53 > 81.91.164.5.53: 14340 A? ns6.nameserverservice.de. (42) 06:38:49.836312 81.91.164.5.53 > 10.10.1.13.53: 14340- 0/2/2 (110) (DF) 06:38:51.315704 10.10.1.13.53 > 208.48.81.43.53: 14339 A? ns5.nameserverservice.de. (42) 06:38:51.499286 208.48.81.43.53 > 10.10.1.13.53: 14339- 0/2/2 (110) (DF) 06:38:51.693609 10.10.1.13.53 > 193.0.7.3.53: 14341 A? ns5.nameserverservice.de. (42) 06:38:51.722904 193.0.7.3.53 > 10.10.1.13.53: 14341- 0/2/2 (110) (DF) 06:38:52.070538 10.10.1.13.53 > 208.48.81.43.53: 14340 A? ns6.nameserverservice.de. (42) 06:38:52.254117 208.48.81.43.53 > 10.10.1.13.53: 14340- 0/2/2 (110) (DF) 06:38:53.014811 10.10.1.13.53 > 217.51.137.213.53: 14341 A? ns5.nameserverservice.de. (42) 06:38:53.048012 217.51.137.213.53 > 10.10.1.13.53: 14341- 0/2/2 (110) (DF) 06:38:53.969825 10.10.1.13.53 > 193.159.170.149.53: 14341 A? ns5.nameserverservice.de. (42) 06:38:53.989355 193.159.170.149.53 > 10.10.1.13.53: 14341- 0/2/2 (110) (DF) 06:38:54.346751 10.10.1.13.53 > 208.48.81.43.53: 14341 A? ns5.nameserverservice.de. (42) 06:38:54.532286 208.48.81.43.53 > 10.10.1.13.53: 14341- 0/2/2 (110) (DF) 06:38:54.968781 10.10.1.13.53 > 194.246.96.1.53: 14341 A? ns5.nameserverservice.de. (42) 06:38:55.026395 194.246.96.1.53 > 10.10.1.13.53: 14341- 0/2/2 (110) (DF) 06:39:04.286788 10.10.1.13.53 > 194.191.19.253.53: 14344 SOA? vevey.schumi.ch. (33) 06:39:04.302412 194.191.19.253.53 > 10.10.1.13.53: 14344* 1/2/2 SOA (168) 06:39:07.824639 127.0.0.1.2377 > 127.0.0.1.53: 29582+ A? www.ip-phone-forum.de. (39) 06:39:07.824639 127.0.0.1.2377 > 127.0.0.1.53: 29582+ A? www.ip-phone-forum.de. (39) 06:39:33.071274 10.10.1.13.53 > 193.0.7.3.53: 14342 A? ns6.nameserverservice.de. (42) 06:39:33.101545 193.0.7.3.53 > 10.10.1.13.53: 14342- 0/2/2 (110) (DF) 06:39:33.515579 10.10.1.13.53 > 217.51.137.213.53: 14342 A? ns6.nameserverservice.de. (42) 06:39:33.548780 217.51.137.213.53 > 10.10.1.13.53: 14342- 0/2/2 (110) (DF) 06:39:33.939380 10.10.1.13.53 > 193.159.170.149.53: 14342 A? ns6.nameserverservice.de. (42) 06:39:33.957934 193.159.170.149.53 > 10.10.1.13.53: 14342- 0/2/2 (110) (DF) 06:39:34.164952 202.75.44.18.32817 > 10.10.1.13.53: 45965 [b2&3=0x10] [1au] A? fw2.kloten.schumi.ch. (49) (DF) 06:39:34.349507 10.10.1.13.53 > 208.48.81.43.53: 14342 A? ns6.nameserverservice.de. (42) 06:39:34.463758 10.10.1.13.53 > 193.0.7.3.53: 14343 A? www.ip-phone-forum.de. (39) 06:39:34.492076 193.0.7.3.53 > 10.10.1.13.53: 14343- 0/2/0 (93) (DF) 06:39:34.534066 208.48.81.43.53 > 10.10.1.13.53: 14342- 0/2/2 (110) (DF) 06:39:34.704953 10.10.1.13.53 > 202.75.44.18.32817: 45965 FormErr [0q] 0/0/0 (12) 06:39:35.515445 10.10.1.13.53 > 208.48.81.43.53: 14345 A? ns5.nameserverservice.de. (42) 06:39:35.699027 208.48.81.43.53 > 10.10.1.13.53: 14345- 0/2/2 (110) (DF) 06:39:36.015413 10.10.1.13.53 > 208.48.81.43.53: 14346 A? ns6.nameserverservice.de. (42) 06:39:36.199972 208.48.81.43.53 > 10.10.1.13.53: 14346- 0/2/2 (110) (DF) 06:39:36.581781 10.10.1.13.53 > 194.246.96.1.53: 14342 A? ns6.nameserverservice.de. (42) 06:39:36.639395 194.246.96.1.53 > 10.10.1.13.53: 14342- 0/2/2 (110) (DF) 06:39:37.003629 10.10.1.13.53 > 194.246.96.1.53: 14345 A? ns5.nameserverservice.de. (42) 06:39:37.061243 194.246.96.1.53 > 10.10.1.13.53: 14345- 0/2/2 (110) (DF) 06:39:37.372040 10.10.1.13.53 > 194.246.96.1.53: 14346 A? ns6.nameserverservice.de. (42) 06:39:37.429654 194.246.96.1.53 > 10.10.1.13.53: 14346- 0/2/2 (110) (DF) 06:39:37.748969 10.10.1.13.53 > 81.91.164.5.53: 14342 A? ns6.nameserverservice.de. (42) 06:39:37.769476 81.91.164.5.53 > 10.10.1.13.53: 14342- 0/2/2 (110) (DF) 06:39:38.170817 10.10.1.13.53 > 193.159.170.149.53: 14345 A? ns5.nameserverservice.de. (42) 06:39:38.191324 193.159.170.149.53 > 10.10.1.13.53: 14345- 0/2/2 (110) (DF) 06:39:38.548720 10.10.1.13.53 > 193.159.170.149.53: 14346 A? ns6.nameserverservice.de. (42) 06:39:38.567273 193.159.170.149.53 > 10.10.1.13.53: 14346- 0/2/2 (110) (DF) 06:39:39.503734 10.10.1.13.53 > 193.0.7.3.53: 14345 A? ns5.nameserverservice.de. (42) 06:39:39.533029 193.0.7.3.53 > 10.10.1.13.53: 14345- 0/2/2 (110) (DF) 06:39:39.881639 10.10.1.13.53 > 193.0.7.3.53: 14346 A? ns6.nameserverservice.de. (42) 06:39:39.909958 193.0.7.3.53 > 10.10.1.13.53: 14346- 0/2/2 (110) (DF) 06:39:40.271263 10.10.1.13.53 > 217.51.137.213.53: 14345 A? ns5.nameserverservice.de. (42) 06:39:40.305438 217.51.137.213.53 > 10.10.1.13.53: 14345- 0/2/2 (110) (DF) 06:39:40.704827 10.10.1.13.53 > 217.51.137.213.53: 14346 A? ns6.nameserverservice.de. (42) 06:39:40.737051 217.51.137.213.53 > 10.10.1.13.53: 14346- 0/2/2 (110) (DF) 06:39:41.071014 10.10.1.13.53 > 81.91.164.5.53: 14345 A? ns5.nameserverservice.de. (42) 06:39:41.090544 81.91.164.5.53 > 10.10.1.13.53: 14345- 0/2/2 (110) (DF) 06:39:41.426457 10.10.1.13.53 > 81.91.164.5.53: 14346 A? ns6.nameserverservice.de. (42) 06:39:41.445011 81.91.164.5.53 > 10.10.1.13.53: 14346- 0/2/2 (110) (DF) 06:39:47.828375 127.0.0.1.2378 > 127.0.0.1.53: 29583+ A? www.ip-phone-forum.de.home.schumi.ch. (54) 06:39:47.829352 127.0.0.1.2378 > 127.0.0.1.53: 29583+ A? www.ip-phone-forum.de.home.schumi.ch. (54) 06:39:48.189680 127.0.0.1.53 > 127.0.0.1.2378: 29583 NXDomain* 0/1/0 (111) 06:39:48.189680 127.0.0.1.53 > 127.0.0.1.2378: 29583 NXDomain* 0/1/0 (111) ... 18-Aug-2005 06:38:37.818 default: debug 1: datagram from [127.0.0.1].2377, fd 1679584, len 39 18-Aug-2005 06:38:37.946 default: debug 1: req: nlookup(www.ip-phone-forum.de) id 29582 type=1 class=1 18-Aug-2005 06:38:37.948 default: debug 1: req: found 'www.ip-phone-forum.de' as 'ip-phone-forum.de' (cname=0) 18-Aug-2005 06:38:37.949 default: debug 5: findns: np 0x1e93f8 'ip-phone-forum' 18-Aug-2005 06:38:37.963 default: debug 3: findns: 2 NS's added for 'ip-phone-forum' 18-Aug-2005 06:38:37.964 default: debug 3: ns_forw() 18-Aug-2005 06:38:38.002 default: debug 5: qnew(0x22b008) 18-Aug-2005 06:38:38.003 default: debug 3: nslookup(nsp=0x7af2f1e8, qp=0x22b008, "www.ip-phone-forum.de") 18-Aug-2005 06:38:38.003 default: debug 3: nslookup: NS "ns5.nameserverservice.de" c=1 t=2 (flags 0x2) 18-Aug-2005 06:38:38.005 default: debug 8: nslookup: 0 ns addrs 18-Aug-2005 06:38:38.005 default: debug 3: sysquery(ns5.nameserverservice.de, 1, 1, 0, 0) 18-Aug-2005 06:38:38.058 default: debug 5: qnew(0x1b2008) 18-Aug-2005 06:38:38.059 default: debug 5: findns: np 0x1e7628 'ns5' 18-Aug-2005 06:38:38.059 default: debug 5: findns: np 0xe0590 'nameserverservice' 18-Aug-2005 06:38:38.060 default: debug 3: findns: 2 NS's added for 'nameserverservice' 18-Aug-2005 06:38:38.061 default: debug 3: nslookup(nsp=0x7af2e744, qp=0x1b2008, "ns5.nameserverservice.de") 18-Aug-2005 06:38:38.168 default: debug 3: nslookup: NS "ns1.nameserverservice.de" c=1 t=2 (flags 0x2) 18-Aug-2005 06:38:38.169 default: debug 8: nslookup: 0 ns addrs 18-Aug-2005 06:38:38.170 default: debug 3: nslookup: NS "ns2.nameserverservice.de" c=1 t=2 (flags 0x2) 18-Aug-2005 06:38:38.171 default: debug 8: nslookup: 0 ns addrs 18-Aug-2005 06:38:38.171 default: debug 3: nslookup: 0 ns addrs total 18-Aug-2005 06:38:38.061 default: debug 3: nslookup(nsp=0x7af2e744, qp=0x1b2008, "ns5.nameserverservice.de") 18-Aug-2005 06:38:38.168 default: debug 3: nslookup: NS "ns1.nameserverservice.de" c=1 t=2 (flags 0x2) 18-Aug-2005 06:38:38.169 default: debug 8: nslookup: 0 ns addrs 18-Aug-2005 06:38:38.170 default: debug 3: nslookup: NS "ns2.nameserverservice.de" c=1 t=2 (flags 0x2) 18-Aug-2005 06:38:38.171 default: debug 8: nslookup: 0 ns addrs 18-Aug-2005 06:38:38.171 default: debug 3: nslookup: 0 ns addrs total 18-Aug-2005 06:38:38.214 default: debug 3: free_nsp: ns1.nameserverservice.de rcnt 1 18-Aug-2005 06:38:38.229 default: debug 3: free_nsp: ns2.nameserverservice.de rcnt 1 18-Aug-2005 06:38:38.230 default: debug 5: findns: np 0x236080 'de' 18-Aug-2005 06:38:38.231 default: debug 3: findns: 6 NS's added for 'de' 18-Aug-2005 06:38:38.231 default: debug 3: nslookup(nsp=0x7af2e744, qp=0x1b2008, "ns5.nameserverservice.de") 18-Aug-2005 06:38:38.268 default: debug 3: nslookup: NS "A.NIC.de" c=1 t=2 (flags 0x2) 18-Aug-2005 06:38:38.269 default: debug 8: nslookup: 1 ns addrs 18-Aug-2005 06:38:38.270 default: debug 3: nslookup: NS "F.NIC.de" c=1 t=2 (flags 0x2) 18-Aug-2005 06:38:38.285 default: debug 8: nslookup: 2 ns addrs 18-Aug-2005 06:38:38.286 default: debug 3: nslookup: NS "C.DE.NET" c=1 t=2 (flags 0x2) 18-Aug-2005 06:38:38.324 default: debug 8: nslookup: 3 ns addrs 18-Aug-2005 06:38:38.325 default: debug 3: nslookup: NS "L.DE.NET" c=1 t=2 (flags 0x2) 18-Aug-2005 06:38:38.326 default: debug 8: nslookup: 4 ns addrs 18-Aug-2005 06:38:38.327 default: debug 3: nslookup: NS "S.DE.NET" c=1 t=2 (flags 0x2) 18-Aug-2005 06:38:38.340 default: debug 8: nslookup: 5 ns addrs 18-Aug-2005 06:38:38.286 default: debug 3: nslookup: NS "C.DE.NET" c=1 t=2 (flags 0x2) 18-Aug-2005 06:38:38.324 default: debug 8: nslookup: 3 ns addrs 18-Aug-2005 06:38:38.325 default: debug 3: nslookup: NS "L.DE.NET" c=1 t=2 (flags 0x2) 18-Aug-2005 06:38:38.326 default: debug 8: nslookup: 4 ns addrs 18-Aug-2005 06:38:38.327 default: debug 3: nslookup: NS "S.DE.NET" c=1 t=2 (flags 0x2) 18-Aug-2005 06:38:38.340 default: debug 8: nslookup: 5 ns addrs 18-Aug-2005 06:38:38.379 default: debug 3: nslookup: NS "Z.NIC.de" c=1 t=2 (flags 0x2) 18-Aug-2005 06:38:38.380 default: debug 8: nslookup: 6 ns addrs 18-Aug-2005 06:38:38.381 default: debug 3: nslookup: 6 ns addrs total 18-Aug-2005 06:38:38.388 default: debug 3: retrytime: nstime11ms t22 nretry0 u22 : v22 18-Aug-2005 06:38:38.389 default: debug 4: schedretry(0x1b2008, 22 sec) 18-Aug-2005 06:38:38.447 default: debug 1: sysquery: send -> [194.246.96.1].53 dfd=1679360 nsid=14336 id=0 retry=1124347140 18-Aug-2005 06:38:38.516 default: debug 3: free_nsp: A.NIC.de rcnt 2 18-Aug-2005 06:38:38.517 default: debug 3: free_nsp: F.NIC.de rcnt 2 18-Aug-2005 06:38:38.518 default: debug 3: free_nsp: C.DE.NET rcnt 2 18-Aug-2005 06:38:38.518 default: debug 3: free_nsp: L.DE.NET rcnt 2 18-Aug-2005 06:38:38.558 default: debug 3: free_nsp: S.DE.NET rcnt 2 18-Aug-2005 06:38:38.559 default: debug 3: free_nsp: Z.NIC.de rcnt 2 18-Aug-2005 06:38:38.575 default: debug 3: nslookup: NS "ns6.nameserverservice.de" c=1 t=2 (flags 0x2) 18-Aug-2005 06:38:38.577 default: debug 8: nslookup: 0 ns addrs 18-Aug-2005 06:38:38.577 default: debug 3: sysquery(ns6.nameserverservice.de, 1, 1, 0, 0) 18-Aug-2005 06:38:38.518 default: debug 3: free_nsp: L.DE.NET rcnt 2 18-Aug-2005 06:38:38.558 default: debug 3: free_nsp: S.DE.NET rcnt 2 18-Aug-2005 06:38:38.559 default: debug 3: free_nsp: Z.NIC.de rcnt 2 18-Aug-2005 06:38:38.575 default: debug 3: nslookup: NS "ns6.nameserverservice.de" c=1 t=2 (flags 0x2) 18-Aug-2005 06:38:38.577 default: debug 8: nslookup: 0 ns addrs 18-Aug-2005 06:38:38.577 default: debug 3: sysquery(ns6.nameserverservice.de, 1, 1, 0, 0) 18-Aug-2005 06:38:38.615 default: debug 5: qnew(0x22789c) 18-Aug-2005 06:38:38.616 default: debug 5: findns: np 0x2c39e0 'ns6' 18-Aug-2005 06:38:38.617 default: debug 5: findns: np 0xe0590 'nameserverservice' 18-Aug-2005 06:38:38.631 default: debug 3: findns: 2 NS's added for 'nameserverservice' 18-Aug-2005 06:38:38.633 default: debug 3: nslookup(nsp=0x7af2e744, qp=0x22789c, "ns6.nameserverservice.de") 18-Aug-2005 06:38:38.670 default: debug 3: nslookup: NS "ns1.nameserverservice.de" c=1 t=2 (flags 0x2) 18-Aug-2005 06:38:38.671 default: debug 8: nslookup: 0 ns addrs 18-Aug-2005 06:38:38.671 default: debug 3: nslookup: NS "ns2.nameserverservice.de" c=1 t=2 (flags 0x2) 18-Aug-2005 06:38:38.672 default: debug 8: nslookup: 0 ns addrs 18-Aug-2005 06:38:38.686 default: debug 3: nslookup: 0 ns addrs total 18-Aug-2005 06:38:38.724 default: debug 3: free_nsp: ns1.nameserverservice.de rcnt 1 18-Aug-2005 06:38:38.725 default: debug 3: free_nsp: ns2.nameserverservice.de rcnt 1 18-Aug-2005 06:38:38.726 default: debug 5: findns: np 0x236080 'de' 18-Aug-2005 06:38:38.727 default: debug 3: findns: 6 NS's added for 'de' 18-Aug-2005 06:38:38.727 default: debug 3: nslookup(nsp=0x7af2e744, qp=0x22789c, "ns6.nameserverservice.de") 18-Aug-2005 06:38:38.686 default: debug 3: nslookup: 0 ns addrs total 18-Aug-2005 06:38:38.724 default: debug 3: free_nsp: ns1.nameserverservice.de rcnt 1 18-Aug-2005 06:38:38.725 default: debug 3: free_nsp: ns2.nameserverservice.de rcnt 1 18-Aug-2005 06:38:38.726 default: debug 5: findns: np 0x236080 'de' 18-Aug-2005 06:38:38.727 default: debug 3: findns: 6 NS's added for 'de' 18-Aug-2005 06:38:38.727 default: debug 3: nslookup(nsp=0x7af2e744, qp=0x22789c, "ns6.nameserverservice.de") 18-Aug-2005 06:38:38.847 default: debug 3: nslookup: NS "A.NIC.de" c=1 t=2 (flags 0x2) 18-Aug-2005 06:38:38.848 default: debug 8: nslookup: 1 ns addrs 18-Aug-2005 06:38:38.849 default: debug 3: nslookup: NS "F.NIC.de" c=1 t=2 (flags 0x2) 18-Aug-2005 06:38:38.849 default: debug 8: nslookup: 2 ns addrs 18-Aug-2005 06:38:38.850 default: debug 3: nslookup: NS "C.DE.NET" c=1 t=2 (flags 0x2) 18-Aug-2005 06:38:38.891 default: debug 8: nslookup: 3 ns addrs 18-Aug-2005 06:38:38.909 default: debug 3: nslookup: NS "L.DE.NET" c=1 t=2 (flags 0x2) 18-Aug-2005 06:38:38.910 default: debug 8: nslookup: 4 ns addrs 18-Aug-2005 06:38:38.910 default: debug 3: nslookup: NS "S.DE.NET" c=1 t=2 (flags 0x2) 18-Aug-2005 06:38:38.911 default: debug 8: nslookup: 5 ns addrs 18-Aug-2005 06:38:38.947 default: debug 3: nslookup: NS "Z.NIC.de" c=1 t=2 (flags 0x2) 18-Aug-2005 06:38:38.949 default: debug 8: nslookup: 6 ns addrs 18-Aug-2005 06:38:38.949 default: debug 3: nslookup: 6 ns addrs total 18-Aug-2005 06:38:38.971 default: debug 3: retrytime: nstime11ms t22 nretry0 u22 : v22 18-Aug-2005 06:38:38.971 default: debug 4: schedretry(0x22789c, 22 sec) 18-Aug-2005 06:38:38.911 default: debug 8: nslookup: 5 ns addrs 18-Aug-2005 06:38:38.947 default: debug 3: nslookup: NS "Z.NIC.de" c=1 t=2 (flags 0x2) 18-Aug-2005 06:38:38.949 default: debug 8: nslookup: 6 ns addrs 18-Aug-2005 06:38:38.949 default: debug 3: nslookup: 6 ns addrs total 18-Aug-2005 06:38:38.971 default: debug 3: retrytime: nstime11ms t22 nretry0 u22 : v22 18-Aug-2005 06:38:38.971 default: debug 4: schedretry(0x22789c, 22 sec) 18-Aug-2005 06:38:39.014 default: debug 1: sysquery: send -> [194.246.96.1].53 dfd=1679360 nsid=14337 id=0 retry=1124347141 18-Aug-2005 06:38:39.084 default: debug 3: free_nsp: A.NIC.de rcnt 3 18-Aug-2005 06:38:39.085 default: debug 3: free_nsp: F.NIC.de rcnt 3 18-Aug-2005 06:38:39.086 default: debug 3: free_nsp: C.DE.NET rcnt 3 18-Aug-2005 06:38:39.100 default: debug 3: free_nsp: L.DE.NET rcnt 3 18-Aug-2005 06:38:39.136 default: debug 3: free_nsp: S.DE.NET rcnt 3 18-Aug-2005 06:38:39.137 default: debug 3: free_nsp: Z.NIC.de rcnt 3 18-Aug-2005 06:38:39.138 default: debug 3: nslookup: 0 ns addrs total 18-Aug-2005 06:38:39.138 default: debug 2: forw: no nameservers found 18-Aug-2005 06:38:39.139 default: debug 3: ns_freeqry(0x22b008) 18-Aug-2005 06:38:39.180 default: debug 3: free_nsp: ns5.nameserverservice.de rcnt 1 18-Aug-2005 06:38:39.199 default: debug 3: free_nsp: ns6.nameserverservice.de rcnt 1 18-Aug-2005 06:38:39.200 default: debug 5: findns: np 0x236080 'de' 18-Aug-2005 06:38:39.200 default: debug 3: findns: 6 NS's added for 'de' 18-Aug-2005 06:38:39.201 default: debug 3: ns_forw() 18-Aug-2005 06:38:39.139 default: debug 3: ns_freeqry(0x22b008) 18-Aug-2005 06:38:39.180 default: debug 3: free_nsp: ns5.nameserverservice.de rcnt 1 18-Aug-2005 06:38:39.199 default: debug 3: free_nsp: ns6.nameserverservice.de rcnt 1 18-Aug-2005 06:38:39.200 default: debug 5: findns: np 0x236080 'de' 18-Aug-2005 06:38:39.200 default: debug 3: findns: 6 NS's added for 'de' 18-Aug-2005 06:38:39.201 default: debug 3: ns_forw() 18-Aug-2005 06:38:39.236 default: debug 5: qnew(0x22b008) 18-Aug-2005 06:38:39.237 default: debug 3: nslookup(nsp=0x7af2f1e8, qp=0x22b008, "www.ip-phone-forum.de") 18-Aug-2005 06:38:39.254 default: debug 3: nslookup: NS "A.NIC.de" c=1 t=2 (flags 0x2) 18-Aug-2005 06:38:39.254 default: debug 8: nslookup: 1 ns addrs 18-Aug-2005 06:38:39.254 default: debug 3: nslookup: NS "F.NIC.de" c=1 t=2 (flags 0x2) 18-Aug-2005 06:38:39.291 default: debug 8: nslookup: 2 ns addrs 18-Aug-2005 06:38:39.292 default: debug 3: nslookup: NS "C.DE.NET" c=1 t=2 (flags 0x2) 18-Aug-2005 06:38:39.293 default: debug 8: nslookup: 3 ns addrs 18-Aug-2005 06:38:39.294 default: debug 3: nslookup: NS "L.DE.NET" c=1 t=2 (flags 0x2) 18-Aug-2005 06:38:39.309 default: debug 8: nslookup: 4 ns addrs 18-Aug-2005 06:38:39.346 default: debug 3: nslookup: NS "S.DE.NET" c=1 t=2 (flags 0x2) 18-Aug-2005 06:38:39.347 default: debug 8: nslookup: 5 ns addrs 18-Aug-2005 06:38:39.348 default: debug 3: nslookup: NS "Z.NIC.de" c=1 t=2 (flags 0x2) 18-Aug-2005 06:38:39.349 default: debug 8: nslookup: 6 ns addrs 18-Aug-2005 06:38:39.350 default: debug 3: nslookup: 6 ns addrs total 18-Aug-2005 06:38:39.309 default: debug 8: nslookup: 4 ns addrs 18-Aug-2005 06:38:39.346 default: debug 3: nslookup: NS "S.DE.NET" c=1 t=2 (flags 0x2) 18-Aug-2005 06:38:39.347 default: debug 8: nslookup: 5 ns addrs 18-Aug-2005 06:38:39.348 default: debug 3: nslookup: NS "Z.NIC.de" c=1 t=2 (flags 0x2) 18-Aug-2005 06:38:39.349 default: debug 8: nslookup: 6 ns addrs 18-Aug-2005 06:38:39.350 default: debug 3: nslookup: 6 ns addrs total 18-Aug-2005 06:38:39.410 default: debug 3: retrytime: nstime11ms t22 nretry0 u22 : v22 18-Aug-2005 06:38:39.410 default: debug 4: schedretry(0x22b008, 22 sec) 18-Aug-2005 06:38:39.412 default: debug 1: forw: forw -> [194.246.96.1].53 ds=1679360 nsid=14338 id=29582 11169ms retry 22sec 18-Aug-2005 06:38:39.472 default: debug 3: free_nsp: A.NIC.de rcnt 4 18-Aug-2005 06:38:39.473 default: debug 3: free_nsp: F.NIC.de rcnt 4 18-Aug-2005 06:38:39.513 default: debug 3: free_nsp: C.DE.NET rcnt 4 18-Aug-2005 06:38:39.591 default: debug 3: free_nsp: L.DE.NET rcnt 4 18-Aug-2005 06:38:39.592 default: debug 3: free_nsp: S.DE.NET rcnt 4 18-Aug-2005 06:38:39.593 default: debug 3: free_nsp: Z.NIC.de rcnt 4 18-Aug-2005 06:38:39.595 default: debug 1: datagram from [194.246.96.1].53, fd 1679456, len 110 18-Aug-2005 06:38:39.635 default: debug 3: qfindid(14336) -> 0x1b2008 18-Aug-2005 06:38:39.636 default: debug 2: Response (SYSTEM NORMAL -) nsid=14336 id=0 18-Aug-2005 06:38:39.637 default: debug 3: stime 1124347118/446000 now 1124347119/635000 rtt 1189 18-Aug-2005 06:38:39.648 default: debug 2: NS #0 addr [194.246.96.1].53 used, rtt 8174 18-Aug-2005 06:38:39.649 default: debug 2: NS #1 [193.159.170.149].53 rtt now 26095 18-Aug-2005 06:38:39.595 default: debug 1: datagram from [194.246.96.1].53, fd 1679456, len 110 18-Aug-2005 06:38:39.635 default: debug 3: qfindid(14336) -> 0x1b2008 18-Aug-2005 06:38:39.636 default: debug 2: Response (SYSTEM NORMAL -) nsid=14336 id=0 18-Aug-2005 06:38:39.637 default: debug 3: stime 1124347118/446000 now 1124347119/635000 rtt 1189 18-Aug-2005 06:38:39.648 default: debug 2: NS #0 addr [194.246.96.1].53 used, rtt 8174 18-Aug-2005 06:38:39.649 default: debug 2: NS #1 [193.159.170.149].53 rtt now 26095 18-Aug-2005 06:38:39.679 default: debug 2: NS #2 [217.51.137.213].53 rtt now 60699 18-Aug-2005 06:38:39.680 default: debug 2: NS #3 [193.0.7.3].53 rtt now 64224 18-Aug-2005 06:38:39.681 default: debug 2: NS #4 [81.91.164.5].53 rtt now 64224 18-Aug-2005 06:38:39.692 default: debug 2: NS #5 [208.48.81.43].53 rtt now 64224 18-Aug-2005 06:38:39.836 default: debug 3: retry(0x1b2008) id=0 18-Aug-2005 06:38:39.869 default: debug 1: resend(addr=1 n=0) -> [193.159.170.149].53 ds=1679360 nsid=14336 id=0 26095ms 18-Aug-2005 06:38:39.927 default: debug 3: unsched(0x1b2008, 0) 18-Aug-2005 06:38:39.929 default: debug 3: retrytime: nstime26ms t52 nretry0 u52 : v45 18-Aug-2005 06:38:39.929 default: debug 4: schedretry(0x1b2008, 45 sec) ... -----Original Message----- From: Michael Corbett [mailto:corbett@process.com] Sent: Monday, August 15, 2005 10:14 PM To: info-tcpware@process.com Subject: Re: DNS Incompatibility? Troubles resolving certain domains with named 8.1.2 for TCPware V5.6-2... Kurt A. Schumacher wrote: > We see more and more troubles resolving certain domains on our TCPware system: > > $ nslookup > Default Server: localhost > Address: 127.0.0.1 > > >>www.ip-phone-forum.de > > Server: localhost > Address: 127.0.0.1 > > *** localhost can't find www.ip-phone-forum.de: Non-existent > host/domain > > ... > > The strange thing: No problems resolving domains (from this servers > and others) on any random U**x or Windows system. > > Something changed down there at low level DNS RFC which makes the > TCPware BIND unable to resolve the name? > > At least we found a somewat reliable domain to proof, the dump follows: > > ---- > TCPware(R) V5.6-2 Copyright (c) 2002 Process Software > > OpenVMS version V7.3 booted on 4-APR-2005 10:27:16.00, > running on a AlphaServer 1000A 4/233. > > Domain Name Server Version = named 8.1.2 for TCPware V5.6-2 > Process Software > ---- > [snip of netcu debug info] > > Any hint appreciated, > It will probably be easier for someone to figure this out if you could reproduce this and use tcpdump instead of the NETCU debug. Try - $ netcu tcpdump/num/snap=1600 port 53 It might also help to enable debugging on nslookup and send that output along as well. regards Mike -- +-------------------------------------------------------------------------+ Michael Corbett Email: Corbett@process.com Process Software Phone: 800 722-7770 x369 959 Concord St. 508 879-6994 x369 Framingham MA 01701-4682 FAX: 508 879-0042 ================================================================================ Archive-Date: Thu, 18 Aug 2005 10:57:29 -0400 Date: Thu, 18 Aug 2005 10:53:57 -0400 From: Ralph Young Reply-To: Info-TCPware@process.com Subject: RE: DNS Incompatibility? Troubles resolving certain domains with named 8.1.2 for TCPware V5.6-2... In-Reply-To: "Your message dated Thu, 18 Aug 2005 06:56:02 +0200" <01LRYE0PWAQM8WWGTK@PROCESS.COM> To: info-tcpware@process.com CC: young@process.com Message-ID: <01LRYYZAFLSW8WWCRA@PROCESS.COM> MIME-Version: 1.0 Content-Type: TEXT/PLAIN; CHARSET=us-ascii References: <4300F779.3020805@process.com> Haven't seen any trouble with a local nameserver here running 5.6-2... what does your nslookup debug output show? : $ nslookup Default Server: localhost Address: 127.0.0.1 > set debug > set d2 > www.ip-phone-forum.de Server: localhost Address: 127.0.0.1 ;; res_mkquery(0, www.ip-phone-forum.de, 1, 1) ------------ SendRequest(), len 39 HEADER: opcode = QUERY, id = 19695, rcode = NOERROR header flags: query, want recursion questions = 1, answers = 0, authority records = 0, additional = 0 QUESTIONS: www.ip-phone-forum.de, type = A, class = IN ------------ ------------ Got answer (158 bytes): HEADER: opcode = QUERY, id = 19695, rcode = NOERROR header flags: response, want recursion, recursion avail. questions = 1, answers = 1, authority records = 2, additional = 2 QUESTIONS: www.ip-phone-forum.de, type = A, class = IN ANSWERS: -> www.ip-phone-forum.de type = A, class = IN, dlen = 4 internet address = 217.172.178.15 ttl = 85661 (23 hours 47 mins 41 secs) AUTHORITY RECORDS: -> ip-phone-forum.de type = NS, class = IN, dlen = 24 nameserver = ns5.nameserverservice.de ttl = 258461 (2 days 23 hours 47 mins 41 secs) -> ip-phone-forum.de type = NS, class = IN, dlen = 6 nameserver = ns6.nameserverservice.de ttl = 258461 (2 days 23 hours 47 mins 41 secs) ADDITIONAL RECORDS: -> ns5.nameserverservice.de type = A, class = IN, dlen = 4 internet address = 217.172.162.55 ttl = 85657 (23 hours 47 mins 37 secs) -> ns6.nameserverservice.de type = A, class = IN, dlen = 4 internet address = 217.172.161.234 ttl = 85657 (23 hours 47 mins 37 secs) ------------ Non-authoritative answer: Name: www.ip-phone-forum.de Address: 217.172.178.15 -Ralph Young Process Software -----Original Message----- Michael, Found some time to tcpdump and fetch the nemeserver.log at debug level 9999. Sometimes the TCPware systems can resolve those ip addresses for this domain, but with a high probability it will fail. You can give a try from your site, and will see. Neighboring Windows 2003, Tru64, Nokia IPSO (Firewall) and ZyNOS (ZyXEL Firewall) systems are able to resolve in a single attempt in the same timeframe. Strange but true. -Kurt. > www.ip-phone-forum.de Server: localhost Address: 127.0.0.1 *** localhost can't find www.ip-phone-forum.de: Non-existent host/domain > Tcpdump: listening on IPA0: 06:38:37.812431 127.0.0.1.2377 > 127.0.0.1.53: 29582+ A? www.ip-phone-forum.de. (39) 06:38:37.812431 127.0.0.1.2377 > 127.0.0.1.53: 29582+ A? www.ip-phone-forum.de. (39) 06:38:37.822196 127.0.0.1.2377 > 127.0.0.1.53: 29582+ A? www.ip-phone-forum.de. (39) 06:38:37.822196 127.0.0.1.2377 > 127.0.0.1.53: 29582+ A? www.ip-phone-forum.de. (39) 06:38:38.512579 10.10.1.13.53 > 194.246.96.1.53: 14336 A? ns5.nameserverservice.de. (42) 06:38:38.570466 194.246.96.1.53 > 10.10.1.13.53: 14336- 0/2/2 (110) (DF) 06:38:39.080199 10.10.1.13.53 > 194.246.96.1.53: 14337 A? ns6.nameserverservice.de. (42) 06:38:39.137812 194.246.96.1.53 > 10.10.1.13.53: 14337- 0/2/2 (110) (DF) 06:38:39.468843 10.10.1.13.53 > 194.246.96.1.53: 14338 A? www.ip-phone-forum.de. (39) 06:38:39.525480 194.246.96.1.53 > 10.10.1.13.53: 14338- 0/2/0 (93) (DF) 06:38:39.924868 10.10.1.13.53 > 193.159.170.149.53: 14336 A? ns5.nameserverservice.de. (42) 06:38:39.943422 193.159.170.149.53 > 10.10.1.13.53: 14336- 0/2/2 (110) (DF) 06:38:40.446316 10.10.1.13.53 > 193.159.170.149.53: 14337 A? ns6.nameserverservice.de. (42) 06:38:40.464870 193.159.170.149.53 > 10.10.1.13.53: 14337- 0/2/2 (110) (DF) 06:38:41.378870 10.10.1.13.53 > 194.246.96.1.53: 14339 A? ns5.nameserverservice.de. (42) 06:38:41.437460 194.246.96.1.53 > 10.10.1.13.53: 14339- 0/2/2 (110) (DF) 06:38:41.934498 10.10.1.13.53 > 194.246.96.1.53: 14340 A? ns6.nameserverservice.de. (42) 06:38:41.992112 194.246.96.1.53 > 10.10.1.13.53: 14340- 0/2/2 (110) (DF) 06:38:42.412004 10.10.1.13.53 > 217.51.137.213.53: 14336 A? ns5.nameserverservice.de. (42) 06:38:42.446181 217.51.137.213.53 > 10.10.1.13.53: 14336- 0/2/2 (110) (DF) 06:38:42.789909 10.10.1.13.53 > 217.51.137.213.53: 14337 A? ns6.nameserverservice.de. (42) 06:38:42.823110 217.51.137.213.53 > 10.10.1.13.53: 14337- 0/2/2 (110) (DF) 06:38:43.211757 10.10.1.13.53 > 193.159.170.149.53: 14339 A? ns5.nameserverservice.de. (42) 06:38:43.230308 193.159.170.149.53 > 10.10.1.13.53: 14339- 0/2/2 (110) (DF) 06:38:43.611143 10.10.1.13.53 > 193.159.170.149.53: 14340 A? ns6.nameserverservice.de. (42) 06:38:43.630673 193.159.170.149.53 > 10.10.1.13.53: 14340- 0/2/2 (110) (DF) 06:38:43.977330 10.10.1.13.53 > 193.0.7.3.53: 14336 A? ns5.nameserverservice.de. (42) 06:38:44.007602 193.0.7.3.53 > 10.10.1.13.53: 14336- 0/2/2 (110) (DF) 06:38:44.410893 10.10.1.13.53 > 193.0.7.3.53: 14337 A? ns6.nameserverservice.de. (42) 06:38:44.440188 193.0.7.3.53 > 10.10.1.13.53: 14337- 0/2/2 (110) (DF) 06:38:44.828835 10.10.1.13.53 > 217.51.137.213.53: 14339 A? ns5.nameserverservice.de. (42) 06:38:44.863989 217.51.137.213.53 > 10.10.1.13.53: 14339- 0/2/2 (110) (DF) 06:38:45.195999 10.10.1.13.53 > 217.51.137.213.53: 14340 A? ns6.nameserverservice.de. (42) 06:38:45.228222 217.51.137.213.53 > 10.10.1.13.53: 14340- 0/2/2 (110) (DF) 06:38:45.616868 10.10.1.13.53 > 81.91.164.5.53: 14336 A? ns5.nameserverservice.de. (42) 06:38:45.636398 81.91.164.5.53 > 10.10.1.13.53: 14336- 0/2/2 (110) (DF) 06:38:45.972314 10.10.1.13.53 > 81.91.164.5.53: 14337 A? ns6.nameserverservice.de. (42) 06:38:45.991844 81.91.164.5.53 > 10.10.1.13.53: 14337- 0/2/2 (110) (DF) 06:38:46.339475 10.10.1.13.53 > 193.0.7.3.53: 14339 A? ns5.nameserverservice.de. (42) 06:38:46.367793 193.0.7.3.53 > 10.10.1.13.53: 14339- 0/2/2 (110) (DF) 06:38:46.750581 10.10.1.13.53 > 193.0.7.3.53: 14340 A? ns6.nameserverservice.de. (42) 06:38:46.778900 193.0.7.3.53 > 10.10.1.13.53: 14340- 0/2/2 (110) (DF) 06:38:47.105051 10.10.1.13.53 > 208.48.81.43.53: 14336 A? ns5.nameserverservice.de. (42) 06:38:47.289606 208.48.81.43.53 > 10.10.1.13.53: 14336- 0/2/2 (110) (DF) 06:38:47.460494 10.10.1.13.53 > 208.48.81.43.53: 14337 A? ns6.nameserverservice.de. (42) 06:38:47.647005 208.48.81.43.53 > 10.10.1.13.53: 14337- 0/2/2 (110) (DF) 06:38:47.822775 127.0.0.1.2377 > 127.0.0.1.53: 29582+ A? www.ip-phone-forum.de. (39) 06:38:47.822775 127.0.0.1.2377 > 127.0.0.1.53: 29582+ A? www.ip-phone-forum.de. (39) 06:38:47.894060 10.10.1.13.53 > 81.91.164.5.53: 14339 A? ns5.nameserverservice.de. (42) 06:38:47.912613 81.91.164.5.53 > 10.10.1.13.53: 14339- 0/2/2 (110) (DF) 06:38:48.493628 10.10.1.13.53 > 81.91.164.5.53: 14341 A? ns5.nameserverservice.de. (42) 06:38:48.514134 81.91.164.5.53 > 10.10.1.13.53: 14341- 0/2/2 (110) (DF) 06:38:49.015079 10.10.1.13.53 > 81.91.164.5.53: 14342 A? ns6.nameserverservice.de. (42) 06:38:49.035585 81.91.164.5.53 > 10.10.1.13.53: 14342- 0/2/2 (110) (DF) 06:38:49.471101 10.10.1.13.53 > 81.91.164.5.53: 14343 A? www.ip-phone-forum.de. (39) 06:38:49.490631 81.91.164.5.53 > 10.10.1.13.53: 14343- 0/2/0 (93) (DF) 06:38:49.814829 10.10.1.13.53 > 81.91.164.5.53: 14340 A? ns6.nameserverservice.de. (42) 06:38:49.836312 81.91.164.5.53 > 10.10.1.13.53: 14340- 0/2/2 (110) (DF) 06:38:51.315704 10.10.1.13.53 > 208.48.81.43.53: 14339 A? ns5.nameserverservice.de. (42) 06:38:51.499286 208.48.81.43.53 > 10.10.1.13.53: 14339- 0/2/2 (110) (DF) 06:38:51.693609 10.10.1.13.53 > 193.0.7.3.53: 14341 A? ns5.nameserverservice.de. (42) 06:38:51.722904 193.0.7.3.53 > 10.10.1.13.53: 14341- 0/2/2 (110) (DF) 06:38:52.070538 10.10.1.13.53 > 208.48.81.43.53: 14340 A? ns6.nameserverservice.de. (42) 06:38:52.254117 208.48.81.43.53 > 10.10.1.13.53: 14340- 0/2/2 (110) (DF) 06:38:53.014811 10.10.1.13.53 > 217.51.137.213.53: 14341 A? ns5.nameserverservice.de. (42) 06:38:53.048012 217.51.137.213.53 > 10.10.1.13.53: 14341- 0/2/2 (110) (DF) 06:38:53.969825 10.10.1.13.53 > 193.159.170.149.53: 14341 A? ns5.nameserverservice.de. (42) 06:38:53.989355 193.159.170.149.53 > 10.10.1.13.53: 14341- 0/2/2 (110) (DF) 06:38:54.346751 10.10.1.13.53 > 208.48.81.43.53: 14341 A? ns5.nameserverservice.de. (42) 06:38:54.532286 208.48.81.43.53 > 10.10.1.13.53: 14341- 0/2/2 (110) (DF) 06:38:54.968781 10.10.1.13.53 > 194.246.96.1.53: 14341 A? ns5.nameserverservice.de. (42) 06:38:55.026395 194.246.96.1.53 > 10.10.1.13.53: 14341- 0/2/2 (110) (DF) 06:39:04.286788 10.10.1.13.53 > 194.191.19.253.53: 14344 SOA? vevey.schumi.ch. (33) 06:39:04.302412 194.191.19.253.53 > 10.10.1.13.53: 14344* 1/2/2 SOA (168) 06:39:07.824639 127.0.0.1.2377 > 127.0.0.1.53: 29582+ A? www.ip-phone-forum.de. (39) 06:39:07.824639 127.0.0.1.2377 > 127.0.0.1.53: 29582+ A? www.ip-phone-forum.de. (39) 06:39:33.071274 10.10.1.13.53 > 193.0.7.3.53: 14342 A? ns6.nameserverservice.de. (42) 06:39:33.101545 193.0.7.3.53 > 10.10.1.13.53: 14342- 0/2/2 (110) (DF) 06:39:33.515579 10.10.1.13.53 > 217.51.137.213.53: 14342 A? ns6.nameserverservice.de. (42) 06:39:33.548780 217.51.137.213.53 > 10.10.1.13.53: 14342- 0/2/2 (110) (DF) 06:39:33.939380 10.10.1.13.53 > 193.159.170.149.53: 14342 A? ns6.nameserverservice.de. (42) 06:39:33.957934 193.159.170.149.53 > 10.10.1.13.53: 14342- 0/2/2 (110) (DF) 06:39:34.164952 202.75.44.18.32817 > 10.10.1.13.53: 45965 [b2&3=0x10] [1au] A? fw2.kloten.schumi.ch. (49) (DF) 06:39:34.349507 10.10.1.13.53 > 208.48.81.43.53: 14342 A? ns6.nameserverservice.de. (42) 06:39:34.463758 10.10.1.13.53 > 193.0.7.3.53: 14343 A? www.ip-phone-forum.de. (39) 06:39:34.492076 193.0.7.3.53 > 10.10.1.13.53: 14343- 0/2/0 (93) (DF) 06:39:34.534066 208.48.81.43.53 > 10.10.1.13.53: 14342- 0/2/2 (110) (DF) 06:39:34.704953 10.10.1.13.53 > 202.75.44.18.32817: 45965 FormErr [0q] 0/0/0 (12) 06:39:35.515445 10.10.1.13.53 > 208.48.81.43.53: 14345 A? ns5.nameserverservice.de. (42) 06:39:35.699027 208.48.81.43.53 > 10.10.1.13.53: 14345- 0/2/2 (110) (DF) 06:39:36.015413 10.10.1.13.53 > 208.48.81.43.53: 14346 A? ns6.nameserverservice.de. (42) 06:39:36.199972 208.48.81.43.53 > 10.10.1.13.53: 14346- 0/2/2 (110) (DF) 06:39:36.581781 10.10.1.13.53 > 194.246.96.1.53: 14342 A? ns6.nameserverservice.de. (42) 06:39:36.639395 194.246.96.1.53 > 10.10.1.13.53: 14342- 0/2/2 (110) (DF) 06:39:37.003629 10.10.1.13.53 > 194.246.96.1.53: 14345 A? ns5.nameserverservice.de. (42) 06:39:37.061243 194.246.96.1.53 > 10.10.1.13.53: 14345- 0/2/2 (110) (DF) 06:39:37.372040 10.10.1.13.53 > 194.246.96.1.53: 14346 A? ns6.nameserverservice.de. (42) 06:39:37.429654 194.246.96.1.53 > 10.10.1.13.53: 14346- 0/2/2 (110) (DF) 06:39:37.748969 10.10.1.13.53 > 81.91.164.5.53: 14342 A? ns6.nameserverservice.de. (42) 06:39:37.769476 81.91.164.5.53 > 10.10.1.13.53: 14342- 0/2/2 (110) (DF) 06:39:38.170817 10.10.1.13.53 > 193.159.170.149.53: 14345 A? ns5.nameserverservice.de. (42) 06:39:38.191324 193.159.170.149.53 > 10.10.1.13.53: 14345- 0/2/2 (110) (DF) 06:39:38.548720 10.10.1.13.53 > 193.159.170.149.53: 14346 A? ns6.nameserverservice.de. (42) 06:39:38.567273 193.159.170.149.53 > 10.10.1.13.53: 14346- 0/2/2 (110) (DF) 06:39:39.503734 10.10.1.13.53 > 193.0.7.3.53: 14345 A? ns5.nameserverservice.de. (42) 06:39:39.533029 193.0.7.3.53 > 10.10.1.13.53: 14345- 0/2/2 (110) (DF) 06:39:39.881639 10.10.1.13.53 > 193.0.7.3.53: 14346 A? ns6.nameserverservice.de. (42) 06:39:39.909958 193.0.7.3.53 > 10.10.1.13.53: 14346- 0/2/2 (110) (DF) 06:39:40.271263 10.10.1.13.53 > 217.51.137.213.53: 14345 A? ns5.nameserverservice.de. (42) 06:39:40.305438 217.51.137.213.53 > 10.10.1.13.53: 14345- 0/2/2 (110) (DF) 06:39:40.704827 10.10.1.13.53 > 217.51.137.213.53: 14346 A? ns6.nameserverservice.de. (42) 06:39:40.737051 217.51.137.213.53 > 10.10.1.13.53: 14346- 0/2/2 (110) (DF) 06:39:41.071014 10.10.1.13.53 > 81.91.164.5.53: 14345 A? ns5.nameserverservice.de. (42) 06:39:41.090544 81.91.164.5.53 > 10.10.1.13.53: 14345- 0/2/2 (110) (DF) 06:39:41.426457 10.10.1.13.53 > 81.91.164.5.53: 14346 A? ns6.nameserverservice.de. (42) 06:39:41.445011 81.91.164.5.53 > 10.10.1.13.53: 14346- 0/2/2 (110) (DF) 06:39:47.828375 127.0.0.1.2378 > 127.0.0.1.53: 29583+ A? www.ip-phone-forum.de.home.schumi.ch. (54) 06:39:47.829352 127.0.0.1.2378 > 127.0.0.1.53: 29583+ A? www.ip-phone-forum.de.home.schumi.ch. (54) 06:39:48.189680 127.0.0.1.53 > 127.0.0.1.2378: 29583 NXDomain* 0/1/0 (111) 06:39:48.189680 127.0.0.1.53 > 127.0.0.1.2378: 29583 NXDomain* 0/1/0 (111) ... 18-Aug-2005 06:38:37.818 default: debug 1: datagram from [127.0.0.1].2377, fd 1679584, len 39 18-Aug-2005 06:38:37.946 default: debug 1: req: nlookup(www.ip-phone-forum.de) id 29582 type=1 class=1 18-Aug-2005 06:38:37.948 default: debug 1: req: found 'www.ip-phone-forum.de' as 'ip-phone-forum.de' (cname=0) 18-Aug-2005 06:38:37.949 default: debug 5: findns: np 0x1e93f8 'ip-phone-forum' 18-Aug-2005 06:38:37.963 default: debug 3: findns: 2 NS's added for 'ip-phone-forum' 18-Aug-2005 06:38:37.964 default: debug 3: ns_forw() 18-Aug-2005 06:38:38.002 default: debug 5: qnew(0x22b008) 18-Aug-2005 06:38:38.003 default: debug 3: nslookup(nsp=0x7af2f1e8, qp=0x22b008, "www.ip-phone-forum.de") 18-Aug-2005 06:38:38.003 default: debug 3: nslookup: NS "ns5.nameserverservice.de" c=1 t=2 (flags 0x2) 18-Aug-2005 06:38:38.005 default: debug 8: nslookup: 0 ns addrs 18-Aug-2005 06:38:38.005 default: debug 3: sysquery(ns5.nameserverservice.de, 1, 1, 0, 0) 18-Aug-2005 06:38:38.058 default: debug 5: qnew(0x1b2008) 18-Aug-2005 06:38:38.059 default: debug 5: findns: np 0x1e7628 'ns5' 18-Aug-2005 06:38:38.059 default: debug 5: findns: np 0xe0590 'nameserverservice' 18-Aug-2005 06:38:38.060 default: debug 3: findns: 2 NS's added for 'nameserverservice' 18-Aug-2005 06:38:38.061 default: debug 3: nslookup(nsp=0x7af2e744, qp=0x1b2008, "ns5.nameserverservice.de") 18-Aug-2005 06:38:38.168 default: debug 3: nslookup: NS "ns1.nameserverservice.de" c=1 t=2 (flags 0x2) 18-Aug-2005 06:38:38.169 default: debug 8: nslookup: 0 ns addrs 18-Aug-2005 06:38:38.170 default: debug 3: nslookup: NS "ns2.nameserverservice.de" c=1 t=2 (flags 0x2) 18-Aug-2005 06:38:38.171 default: debug 8: nslookup: 0 ns addrs 18-Aug-2005 06:38:38.171 default: debug 3: nslookup: 0 ns addrs total 18-Aug-2005 06:38:38.061 default: debug 3: nslookup(nsp=0x7af2e744, qp=0x1b2008, "ns5.nameserverservice.de") 18-Aug-2005 06:38:38.168 default: debug 3: nslookup: NS "ns1.nameserverservice.de" c=1 t=2 (flags 0x2) 18-Aug-2005 06:38:38.169 default: debug 8: nslookup: 0 ns addrs 18-Aug-2005 06:38:38.170 default: debug 3: nslookup: NS "ns2.nameserverservice.de" c=1 t=2 (flags 0x2) 18-Aug-2005 06:38:38.171 default: debug 8: nslookup: 0 ns addrs 18-Aug-2005 06:38:38.171 default: debug 3: nslookup: 0 ns addrs total 18-Aug-2005 06:38:38.214 default: debug 3: free_nsp: ns1.nameserverservice.de rcnt 1 18-Aug-2005 06:38:38.229 default: debug 3: free_nsp: ns2.nameserverservice.de rcnt 1 18-Aug-2005 06:38:38.230 default: debug 5: findns: np 0x236080 'de' 18-Aug-2005 06:38:38.231 default: debug 3: findns: 6 NS's added for 'de' 18-Aug-2005 06:38:38.231 default: debug 3: nslookup(nsp=0x7af2e744, qp=0x1b2008, "ns5.nameserverservice.de") 18-Aug-2005 06:38:38.268 default: debug 3: nslookup: NS "A.NIC.de" c=1 t=2 (flags 0x2) 18-Aug-2005 06:38:38.269 default: debug 8: nslookup: 1 ns addrs 18-Aug-2005 06:38:38.270 default: debug 3: nslookup: NS "F.NIC.de" c=1 t=2 (flags 0x2) 18-Aug-2005 06:38:38.285 default: debug 8: nslookup: 2 ns addrs 18-Aug-2005 06:38:38.286 default: debug 3: nslookup: NS "C.DE.NET" c=1 t=2 (flags 0x2) 18-Aug-2005 06:38:38.324 default: debug 8: nslookup: 3 ns addrs 18-Aug-2005 06:38:38.325 default: debug 3: nslookup: NS "L.DE.NET" c=1 t=2 (flags 0x2) 18-Aug-2005 06:38:38.326 default: debug 8: nslookup: 4 ns addrs 18-Aug-2005 06:38:38.327 default: debug 3: nslookup: NS "S.DE.NET" c=1 t=2 (flags 0x2) 18-Aug-2005 06:38:38.340 default: debug 8: nslookup: 5 ns addrs 18-Aug-2005 06:38:38.286 default: debug 3: nslookup: NS "C.DE.NET" c=1 t=2 (flags 0x2) 18-Aug-2005 06:38:38.324 default: debug 8: nslookup: 3 ns addrs 18-Aug-2005 06:38:38.325 default: debug 3: nslookup: NS "L.DE.NET" c=1 t=2 (flags 0x2) 18-Aug-2005 06:38:38.326 default: debug 8: nslookup: 4 ns addrs 18-Aug-2005 06:38:38.327 default: debug 3: nslookup: NS "S.DE.NET" c=1 t=2 (flags 0x2) 18-Aug-2005 06:38:38.340 default: debug 8: nslookup: 5 ns addrs 18-Aug-2005 06:38:38.379 default: debug 3: nslookup: NS "Z.NIC.de" c=1 t=2 (flags 0x2) 18-Aug-2005 06:38:38.380 default: debug 8: nslookup: 6 ns addrs 18-Aug-2005 06:38:38.381 default: debug 3: nslookup: 6 ns addrs total 18-Aug-2005 06:38:38.388 default: debug 3: retrytime: nstime11ms t22 nretry0 u22 : v22 18-Aug-2005 06:38:38.389 default: debug 4: schedretry(0x1b2008, 22 sec) 18-Aug-2005 06:38:38.447 default: debug 1: sysquery: send -> [194.246.96.1].53 dfd=1679360 nsid=14336 id=0 retry=1124347140 18-Aug-2005 06:38:38.516 default: debug 3: free_nsp: A.NIC.de rcnt 2 18-Aug-2005 06:38:38.517 default: debug 3: free_nsp: F.NIC.de rcnt 2 18-Aug-2005 06:38:38.518 default: debug 3: free_nsp: C.DE.NET rcnt 2 18-Aug-2005 06:38:38.518 default: debug 3: free_nsp: L.DE.NET rcnt 2 18-Aug-2005 06:38:38.558 default: debug 3: free_nsp: S.DE.NET rcnt 2 18-Aug-2005 06:38:38.559 default: debug 3: free_nsp: Z.NIC.de rcnt 2 18-Aug-2005 06:38:38.575 default: debug 3: nslookup: NS "ns6.nameserverservice.de" c=1 t=2 (flags 0x2) 18-Aug-2005 06:38:38.577 default: debug 8: nslookup: 0 ns addrs 18-Aug-2005 06:38:38.577 default: debug 3: sysquery(ns6.nameserverservice.de, 1, 1, 0, 0) 18-Aug-2005 06:38:38.518 default: debug 3: free_nsp: L.DE.NET rcnt 2 18-Aug-2005 06:38:38.558 default: debug 3: free_nsp: S.DE.NET rcnt 2 18-Aug-2005 06:38:38.559 default: debug 3: free_nsp: Z.NIC.de rcnt 2 18-Aug-2005 06:38:38.575 default: debug 3: nslookup: NS "ns6.nameserverservice.de" c=1 t=2 (flags 0x2) 18-Aug-2005 06:38:38.577 default: debug 8: nslookup: 0 ns addrs 18-Aug-2005 06:38:38.577 default: debug 3: sysquery(ns6.nameserverservice.de, 1, 1, 0, 0) 18-Aug-2005 06:38:38.615 default: debug 5: qnew(0x22789c) 18-Aug-2005 06:38:38.616 default: debug 5: findns: np 0x2c39e0 'ns6' 18-Aug-2005 06:38:38.617 default: debug 5: findns: np 0xe0590 'nameserverservice' 18-Aug-2005 06:38:38.631 default: debug 3: findns: 2 NS's added for 'nameserverservice' 18-Aug-2005 06:38:38.633 default: debug 3: nslookup(nsp=0x7af2e744, qp=0x22789c, "ns6.nameserverservice.de") 18-Aug-2005 06:38:38.670 default: debug 3: nslookup: NS "ns1.nameserverservice.de" c=1 t=2 (flags 0x2) 18-Aug-2005 06:38:38.671 default: debug 8: nslookup: 0 ns addrs 18-Aug-2005 06:38:38.671 default: debug 3: nslookup: NS "ns2.nameserverservice.de" c=1 t=2 (flags 0x2) 18-Aug-2005 06:38:38.672 default: debug 8: nslookup: 0 ns addrs 18-Aug-2005 06:38:38.686 default: debug 3: nslookup: 0 ns addrs total 18-Aug-2005 06:38:38.724 default: debug 3: free_nsp: ns1.nameserverservice.de rcnt 1 18-Aug-2005 06:38:38.725 default: debug 3: free_nsp: ns2.nameserverservice.de rcnt 1 18-Aug-2005 06:38:38.726 default: debug 5: findns: np 0x236080 'de' 18-Aug-2005 06:38:38.727 default: debug 3: findns: 6 NS's added for 'de' 18-Aug-2005 06:38:38.727 default: debug 3: nslookup(nsp=0x7af2e744, qp=0x22789c, "ns6.nameserverservice.de") 18-Aug-2005 06:38:38.686 default: debug 3: nslookup: 0 ns addrs total 18-Aug-2005 06:38:38.724 default: debug 3: free_nsp: ns1.nameserverservice.de rcnt 1 18-Aug-2005 06:38:38.725 default: debug 3: free_nsp: ns2.nameserverservice.de rcnt 1 18-Aug-2005 06:38:38.726 default: debug 5: findns: np 0x236080 'de' 18-Aug-2005 06:38:38.727 default: debug 3: findns: 6 NS's added for 'de' 18-Aug-2005 06:38:38.727 default: debug 3: nslookup(nsp=0x7af2e744, qp=0x22789c, "ns6.nameserverservice.de") 18-Aug-2005 06:38:38.847 default: debug 3: nslookup: NS "A.NIC.de" c=1 t=2 (flags 0x2) 18-Aug-2005 06:38:38.848 default: debug 8: nslookup: 1 ns addrs 18-Aug-2005 06:38:38.849 default: debug 3: nslookup: NS "F.NIC.de" c=1 t=2 (flags 0x2) 18-Aug-2005 06:38:38.849 default: debug 8: nslookup: 2 ns addrs 18-Aug-2005 06:38:38.850 default: debug 3: nslookup: NS "C.DE.NET" c=1 t=2 (flags 0x2) 18-Aug-2005 06:38:38.891 default: debug 8: nslookup: 3 ns addrs 18-Aug-2005 06:38:38.909 default: debug 3: nslookup: NS "L.DE.NET" c=1 t=2 (flags 0x2) 18-Aug-2005 06:38:38.910 default: debug 8: nslookup: 4 ns addrs 18-Aug-2005 06:38:38.910 default: debug 3: nslookup: NS "S.DE.NET" c=1 t=2 (flags 0x2) 18-Aug-2005 06:38:38.911 default: debug 8: nslookup: 5 ns addrs 18-Aug-2005 06:38:38.947 default: debug 3: nslookup: NS "Z.NIC.de" c=1 t=2 (flags 0x2) 18-Aug-2005 06:38:38.949 default: debug 8: nslookup: 6 ns addrs 18-Aug-2005 06:38:38.949 default: debug 3: nslookup: 6 ns addrs total 18-Aug-2005 06:38:38.971 default: debug 3: retrytime: nstime11ms t22 nretry0 u22 : v22 18-Aug-2005 06:38:38.971 default: debug 4: schedretry(0x22789c, 22 sec) 18-Aug-2005 06:38:38.911 default: debug 8: nslookup: 5 ns addrs 18-Aug-2005 06:38:38.947 default: debug 3: nslookup: NS "Z.NIC.de" c=1 t=2 (flags 0x2) 18-Aug-2005 06:38:38.949 default: debug 8: nslookup: 6 ns addrs 18-Aug-2005 06:38:38.949 default: debug 3: nslookup: 6 ns addrs total 18-Aug-2005 06:38:38.971 default: debug 3: retrytime: nstime11ms t22 nretry0 u22 : v22 18-Aug-2005 06:38:38.971 default: debug 4: schedretry(0x22789c, 22 sec) 18-Aug-2005 06:38:39.014 default: debug 1: sysquery: send -> [194.246.96.1].53 dfd=1679360 nsid=14337 id=0 retry=1124347141 18-Aug-2005 06:38:39.084 default: debug 3: free_nsp: A.NIC.de rcnt 3 18-Aug-2005 06:38:39.085 default: debug 3: free_nsp: F.NIC.de rcnt 3 18-Aug-2005 06:38:39.086 default: debug 3: free_nsp: C.DE.NET rcnt 3 18-Aug-2005 06:38:39.100 default: debug 3: free_nsp: L.DE.NET rcnt 3 18-Aug-2005 06:38:39.136 default: debug 3: free_nsp: S.DE.NET rcnt 3 18-Aug-2005 06:38:39.137 default: debug 3: free_nsp: Z.NIC.de rcnt 3 18-Aug-2005 06:38:39.138 default: debug 3: nslookup: 0 ns addrs total 18-Aug-2005 06:38:39.138 default: debug 2: forw: no nameservers found 18-Aug-2005 06:38:39.139 default: debug 3: ns_freeqry(0x22b008) 18-Aug-2005 06:38:39.180 default: debug 3: free_nsp: ns5.nameserverservice.de rcnt 1 18-Aug-2005 06:38:39.199 default: debug 3: free_nsp: ns6.nameserverservice.de rcnt 1 18-Aug-2005 06:38:39.200 default: debug 5: findns: np 0x236080 'de' 18-Aug-2005 06:38:39.200 default: debug 3: findns: 6 NS's added for 'de' 18-Aug-2005 06:38:39.201 default: debug 3: ns_forw() 18-Aug-2005 06:38:39.139 default: debug 3: ns_freeqry(0x22b008) 18-Aug-2005 06:38:39.180 default: debug 3: free_nsp: ns5.nameserverservice.de rcnt 1 18-Aug-2005 06:38:39.199 default: debug 3: free_nsp: ns6.nameserverservice.de rcnt 1 18-Aug-2005 06:38:39.200 default: debug 5: findns: np 0x236080 'de' 18-Aug-2005 06:38:39.200 default: debug 3: findns: 6 NS's added for 'de' 18-Aug-2005 06:38:39.201 default: debug 3: ns_forw() 18-Aug-2005 06:38:39.236 default: debug 5: qnew(0x22b008) 18-Aug-2005 06:38:39.237 default: debug 3: nslookup(nsp=0x7af2f1e8, qp=0x22b008, "www.ip-phone-forum.de") 18-Aug-2005 06:38:39.254 default: debug 3: nslookup: NS "A.NIC.de" c=1 t=2 (flags 0x2) 18-Aug-2005 06:38:39.254 default: debug 8: nslookup: 1 ns addrs 18-Aug-2005 06:38:39.254 default: debug 3: nslookup: NS "F.NIC.de" c=1 t=2 (flags 0x2) 18-Aug-2005 06:38:39.291 default: debug 8: nslookup: 2 ns addrs 18-Aug-2005 06:38:39.292 default: debug 3: nslookup: NS "C.DE.NET" c=1 t=2 (flags 0x2) 18-Aug-2005 06:38:39.293 default: debug 8: nslookup: 3 ns addrs 18-Aug-2005 06:38:39.294 default: debug 3: nslookup: NS "L.DE.NET" c=1 t=2 (flags 0x2) 18-Aug-2005 06:38:39.309 default: debug 8: nslookup: 4 ns addrs 18-Aug-2005 06:38:39.346 default: debug 3: nslookup: NS "S.DE.NET" c=1 t=2 (flags 0x2) 18-Aug-2005 06:38:39.347 default: debug 8: nslookup: 5 ns addrs 18-Aug-2005 06:38:39.348 default: debug 3: nslookup: NS "Z.NIC.de" c=1 t=2 (flags 0x2) 18-Aug-2005 06:38:39.349 default: debug 8: nslookup: 6 ns addrs 18-Aug-2005 06:38:39.350 default: debug 3: nslookup: 6 ns addrs total 18-Aug-2005 06:38:39.309 default: debug 8: nslookup: 4 ns addrs 18-Aug-2005 06:38:39.346 default: debug 3: nslookup: NS "S.DE.NET" c=1 t=2 (flags 0x2) 18-Aug-2005 06:38:39.347 default: debug 8: nslookup: 5 ns addrs 18-Aug-2005 06:38:39.348 default: debug 3: nslookup: NS "Z.NIC.de" c=1 t=2 (flags 0x2) 18-Aug-2005 06:38:39.349 default: debug 8: nslookup: 6 ns addrs 18-Aug-2005 06:38:39.350 default: debug 3: nslookup: 6 ns addrs total 18-Aug-2005 06:38:39.410 default: debug 3: retrytime: nstime11ms t22 nretry0 u22 : v22 18-Aug-2005 06:38:39.410 default: debug 4: schedretry(0x22b008, 22 sec) 18-Aug-2005 06:38:39.412 default: debug 1: forw: forw -> [194.246.96.1].53 ds=1679360 nsid=14338 id=29582 11169ms retry 22sec 18-Aug-2005 06:38:39.472 default: debug 3: free_nsp: A.NIC.de rcnt 4 18-Aug-2005 06:38:39.473 default: debug 3: free_nsp: F.NIC.de rcnt 4 18-Aug-2005 06:38:39.513 default: debug 3: free_nsp: C.DE.NET rcnt 4 18-Aug-2005 06:38:39.591 default: debug 3: free_nsp: L.DE.NET rcnt 4 18-Aug-2005 06:38:39.592 default: debug 3: free_nsp: S.DE.NET rcnt 4 18-Aug-2005 06:38:39.593 default: debug 3: free_nsp: Z.NIC.de rcnt 4 18-Aug-2005 06:38:39.595 default: debug 1: datagram from [194.246.96.1].53, fd 1679456, len 110 18-Aug-2005 06:38:39.635 default: debug 3: qfindid(14336) -> 0x1b2008 18-Aug-2005 06:38:39.636 default: debug 2: Response (SYSTEM NORMAL -) nsid=14336 id=0 18-Aug-2005 06:38:39.637 default: debug 3: stime 1124347118/446000 now 1124347119/635000 rtt 1189 18-Aug-2005 06:38:39.648 default: debug 2: NS #0 addr [194.246.96.1].53 used, rtt 8174 18-Aug-2005 06:38:39.649 default: debug 2: NS #1 [193.159.170.149].53 rtt now 26095 18-Aug-2005 06:38:39.595 default: debug 1: datagram from [194.246.96.1].53, fd 1679456, len 110 18-Aug-2005 06:38:39.635 default: debug 3: qfindid(14336) -> 0x1b2008 18-Aug-2005 06:38:39.636 default: debug 2: Response (SYSTEM NORMAL -) nsid=14336 id=0 18-Aug-2005 06:38:39.637 default: debug 3: stime 1124347118/446000 now 1124347119/635000 rtt 1189 18-Aug-2005 06:38:39.648 default: debug 2: NS #0 addr [194.246.96.1].53 used, rtt 8174 18-Aug-2005 06:38:39.649 default: debug 2: NS #1 [193.159.170.149].53 rtt now 26095 18-Aug-2005 06:38:39.679 default: debug 2: NS #2 [217.51.137.213].53 rtt now 60699 18-Aug-2005 06:38:39.680 default: debug 2: NS #3 [193.0.7.3].53 rtt now 64224 18-Aug-2005 06:38:39.681 default: debug 2: NS #4 [81.91.164.5].53 rtt now 64224 18-Aug-2005 06:38:39.692 default: debug 2: NS #5 [208.48.81.43].53 rtt now 64224 18-Aug-2005 06:38:39.836 default: debug 3: retry(0x1b2008) id=0 18-Aug-2005 06:38:39.869 default: debug 1: resend(addr=1 n=0) -> [193.159.170.149].53 ds=1679360 nsid=14336 id=0 26095ms 18-Aug-2005 06:38:39.927 default: debug 3: unsched(0x1b2008, 0) 18-Aug-2005 06:38:39.929 default: debug 3: retrytime: nstime26ms t52 nretry0 u52 : v45 18-Aug-2005 06:38:39.929 default: debug 4: schedretry(0x1b2008, 45 sec) ... -----Original Message----- From: Michael Corbett [mailto:corbett@process.com] Sent: Monday, August 15, 2005 10:14 PM To: info-tcpware@process.com Subject: Re: DNS Incompatibility? Troubles resolving certain domains with named 8.1.2 for TCPware V5.6-2... Kurt A. Schumacher wrote: > We see more and more troubles resolving certain domains on our TCPware system: > > $ nslookup > Default Server: localhost > Address: 127.0.0.1 > > >>www.ip-phone-forum.de > > Server: localhost > Address: 127.0.0.1 > > *** localhost can't find www.ip-phone-forum.de: Non-existent > host/domain > > ... > > The strange thing: No problems resolving domains (from this servers > and others) on any random U**x or Windows system. > > Something changed down there at low level DNS RFC which makes the > TCPware BIND unable to resolve the name? > > At least we found a somewat reliable domain to proof, the dump follows: > > ---- > TCPware(R) V5.6-2 Copyright (c) 2002 Process Software > > OpenVMS version V7.3 booted on 4-APR-2005 10:27:16.00, > running on a AlphaServer 1000A 4/233. > > Domain Name Server Version = named 8.1.2 for TCPware V5.6-2 > Process Software > ---- > [snip of netcu debug info] > > Any hint appreciated, > It will probably be easier for someone to figure this out if you could reproduce this and use tcpdump instead of the NETCU debug. Try - $ netcu tcpdump/num/snap=1600 port 53 It might also help to enable debugging on nslookup and send that output along as well. regards Mike -- +-------------------------------------------------------------------------+ Michael Corbett Email: Corbett@process.com Process Software Phone: 800 722-7770 x369 959 Concord St. 508 879-6994 x369 Framingham MA 01701-4682 FAX: 508 879-0042 ================================================================================ Archive-Date: Fri, 19 Aug 2005 08:51:49 -0400 Resent-Date: Fri, 19 Aug 2005 08:51:09 -0400 Date: Fri, 19 Aug 2005 14:29:08 +0100 Resent-From: Geoff Bryant From: peter@langstoeger.at (Peter 'EPLAN' LANGSTOEGER) Subject: [TCPware V5.6-2,KERBEROS V2.1-72,VMS V7.3-2] TCPIP$IPC_SHR SHRIDMISMAT Resent-To: info-tcpware@process.com To: info-tcpware@process.com Reply-To: Info-TCPware@process.com Resent-Message-ID: <01LS08VUITQQ8WWFFE@PROCESS.COM> Message-ID: <4305ecb4$1@news.langstoeger.at> Since upgrading KERBEROS (you know, you should keep your security products always as current as possible ;-) from V2.0-6 (comes with OpenVMS V7.3-2) to V2.1-72 (downloaded from HPQ) my TCPware SSH client&server unfortunately is no longer working (no problem on my TCPIP [V5.4 ECO 5] systems). Please note, that I've KERBEROS only installed, but not used [explicitely]. Error is, SSH server simply doesn't work (hangs forever) and the SSH client shows the likely cause: %DCL-W-ACTIMAGE, error activating image TCPIP$IPC_SHR -CLI-E-IMGNAME, image file DSA0:[SYS0.SYSCOMMON.][TCPWARE]UCX$IPC_SHR.EXE -SYSTEM-F-SHRIDMISMAT, ident mismatch with shareable image $ AN/IM TCPIP$IPC_SHR shows image name: "UCX$IPC_SHR" image file identification: "5.6-2 PATCH 4.0" image file build identification: "" link date/time: 8-APR-2005 22:14:42.41 linker identification: "A13-02" which is quite right as I installed some TCPware and VMS ECOs at this day. (OTOH, I installed SSH ECO V6 yesterday and this .EXE didn't change !?) If nobody has an explaination and hopefully a (fast) fix for this, I will need to downgrade KERBEROS (from V2.1-72 to V2.0-6) again (which I hate to do because KERBEROS is referenced by the plaform product OPENVMS and therefor can't be that easily uninstalled and installed again) Many TIA -- Peter "EPLAN" LANGSTOEGER Network and OpenVMS system specialist E-mail peter@langstoeger.at A-1030 VIENNA AUSTRIA I'm not a pessimist, I'm a realist ================================================================================ Archive-Date: Fri, 19 Aug 2005 10:01:02 -0400 Date: Fri, 19 Aug 2005 08:00:08 -0600 From: Dan O'Reilly Reply-To: Info-TCPware@process.com Subject: Re: [TCPware V5.6-2,KERBEROS V2.1-72,VMS V7.3-2] TCPIP$IPC_SHR SHRIDMISMAT In-Reply-To: <4305ecb4$1@news.langstoeger.at> To: info-tcpware@process.com CC: info-tcpware@process.com Message-ID: <6.1.2.0.2.20050819075917.0230abb8@raptor.psccos.com> MIME-Version: 1.0 Content-Type: text/plain; format=flowed; charset=us-ascii References: <4305ecb4$1@news.langstoeger.at> Peter - We have a new UCX$IPC_SHR.EXE that we believe will fix the problem. We need to do a bit more investigation before releasing it. At 07:29 AM 8/19/2005, Peter 'EPLAN' LANGSTOEGER wrote: >Since upgrading KERBEROS (you know, you should keep your security products >always as current as possible ;-) from V2.0-6 (comes with OpenVMS V7.3-2) >to V2.1-72 (downloaded from HPQ) my TCPware SSH client&server unfortunately >is no longer working (no problem on my TCPIP [V5.4 ECO 5] systems). > >Please note, that I've KERBEROS only installed, but not used [explicitely]. > >Error is, SSH server simply doesn't work (hangs forever) and the >SSH client shows the likely cause: > >%DCL-W-ACTIMAGE, error activating image TCPIP$IPC_SHR >-CLI-E-IMGNAME, image file DSA0:[SYS0.SYSCOMMON.][TCPWARE]UCX$IPC_SHR.EXE >-SYSTEM-F-SHRIDMISMAT, ident mismatch with shareable image > >$ AN/IM TCPIP$IPC_SHR shows > > image name: "UCX$IPC_SHR" > image file identification: "5.6-2 PATCH 4.0" > image file build identification: "" > link date/time: 8-APR-2005 22:14:42.41 > linker identification: "A13-02" > >which is quite right as I installed some TCPware and VMS ECOs at this day. >(OTOH, I installed SSH ECO V6 yesterday and this .EXE didn't change !?) > >If nobody has an explaination and hopefully a (fast) fix for this, I will >need to downgrade KERBEROS (from V2.1-72 to V2.0-6) again (which I hate >to do because KERBEROS is referenced by the plaform product OPENVMS and >therefor can't be that easily uninstalled and installed again) > >Many TIA > >-- >Peter "EPLAN" LANGSTOEGER >Network and OpenVMS system specialist >E-mail peter@langstoeger.at >A-1030 VIENNA AUSTRIA I'm not a pessimist, I'm a realist ------ +-------------------------------+----------------------------------------+ | Dan O'Reilly | "There are 10 types of people in this | | Principal Engineer | world: those who understand binary | | Process Software | and those who don't." | | http://www.process.com | | +-------------------------------+----------------------------------------+ ================================================================================ Archive-Date: Fri, 19 Aug 2005 15:39:07 -0400 Date: Fri, 19 Aug 2005 13:38:06 -0600 From: Dan O'Reilly Reply-To: Info-TCPware@process.com Subject: Re: [TCPware V5.6-2,KERBEROS V2.1-72,VMS V7.3-2] TCPIP$IPC_SHR SHRIDMISMAT In-Reply-To: <4305ecb4$1@news.langstoeger.at> To: info-tcpware@process.com CC: info-tcpware@process.com Message-ID: <6.1.2.0.2.20050819133657.023ebc48@raptor.psccos.com> MIME-Version: 1.0 Content-Type: text/plain; format=flowed; charset=us-ascii References: <4305ecb4$1@news.langstoeger.at> Peter - At this time, you can't use Kerberos V2.1-72 on a TCPware system, so you'll have to regress back to the previous version (2.0-6). We're working on getting an ECO together to allow this, but it will be at least a week or two, if not longer. At 07:29 AM 8/19/2005, Peter 'EPLAN' LANGSTOEGER wrote: >Since upgrading KERBEROS (you know, you should keep your security products >always as current as possible ;-) from V2.0-6 (comes with OpenVMS V7.3-2) >to V2.1-72 (downloaded from HPQ) my TCPware SSH client&server unfortunately >is no longer working (no problem on my TCPIP [V5.4 ECO 5] systems). > >Please note, that I've KERBEROS only installed, but not used [explicitely]. > >Error is, SSH server simply doesn't work (hangs forever) and the >SSH client shows the likely cause: > >%DCL-W-ACTIMAGE, error activating image TCPIP$IPC_SHR >-CLI-E-IMGNAME, image file DSA0:[SYS0.SYSCOMMON.][TCPWARE]UCX$IPC_SHR.EXE >-SYSTEM-F-SHRIDMISMAT, ident mismatch with shareable image > >$ AN/IM TCPIP$IPC_SHR shows > > image name: "UCX$IPC_SHR" > image file identification: "5.6-2 PATCH 4.0" > image file build identification: "" > link date/time: 8-APR-2005 22:14:42.41 > linker identification: "A13-02" > >which is quite right as I installed some TCPware and VMS ECOs at this day. >(OTOH, I installed SSH ECO V6 yesterday and this .EXE didn't change !?) > >If nobody has an explaination and hopefully a (fast) fix for this, I will >need to downgrade KERBEROS (from V2.1-72 to V2.0-6) again (which I hate >to do because KERBEROS is referenced by the plaform product OPENVMS and >therefor can't be that easily uninstalled and installed again) > >Many TIA > >-- >Peter "EPLAN" LANGSTOEGER >Network and OpenVMS system specialist >E-mail peter@langstoeger.at >A-1030 VIENNA AUSTRIA I'm not a pessimist, I'm a realist ------ +-------------------------------+----------------------------------------+ | Dan O'Reilly | "There are 10 types of people in this | | Principal Engineer | world: those who understand binary | | Process Software | and those who don't." | | http://www.process.com | | +-------------------------------+----------------------------------------+ ================================================================================ Archive-Date: Fri, 19 Aug 2005 17:00:11 -0400 Resent-Date: Fri, 19 Aug 2005 16:59:23 -0400 Date: Fri, 19 Aug 2005 22:10:39 +0100 Resent-From: Geoff Bryant From: peter@langstoeger.at (Peter 'EPLAN' LANGSTOEGER) Subject: Re: [TCPware V5.6-2,KERBEROS V2.1-72,VMS V7.3-2] TCPIP$IPC_SHR SHRIDMISMAT Resent-To: info-tcpware@process.com To: info-tcpware@process.com Reply-To: Info-TCPware@process.com Resent-Message-ID: <01LS0PX9Y97G8WWFFE@PROCESS.COM> Message-ID: <430658df$1@news.langstoeger.at> In article <6.1.2.0.2.20050819133657.023ebc48@raptor.psccos.com>, Dan O'Reilly writes: >Peter - > >At this time, you can't use Kerberos V2.1-72 on a TCPware system, so you'll >have to regress back to the previous version (2.0-6). We're working on >getting an ECO together to allow this, but it will be at least a week or two, >if not longer. Ok. In the meantime I found out that I already had this problem in Feb 2005 and solved it by stepping back to V2.0-6 in Mar 2005 (and shame on me, I forgot it - over my holidays - but could now remember after I checked the PCSI history and the installation logfiles on all my systems). Since then at least 2 SSH ECOs came out, but obviously didn't solve this problem. So, thanks for helping. But two questions remain: * Will this new fix be a SSH ECO ? * What is the reason for the incompatibility ? (What part of KERBEROS is used by TCPware and why) -- Peter "EPLAN" LANGSTOEGER Network and OpenVMS system specialist E-mail peter@langstoeger.at A-1030 VIENNA AUSTRIA I'm not a pessimist, I'm a realist ================================================================================ Archive-Date: Mon, 22 Aug 2005 13:23:00 -0400 Resent-Date: Mon, 22 Aug 2005 13:21:59 -0400 Date: Fri, 19 Aug 2005 23:01:01 +0100 Resent-From: Geoff Bryant From: peter@langstoeger.at (Peter 'EPLAN' LANGSTOEGER) Subject: [TCPware, VMS V8.2] What is the official status ? Resent-To: info-tcpware@process.com To: info-tcpware@process.com Reply-To: Info-TCPware@process.com Resent-Message-ID: <01LS4P7QECUU8WWFFE@PROCESS.COM> Message-ID: <430664ad$1@news.langstoeger.at> Since TCPware V5.6-2 is now over 3 years old, what is the status of TCPware ? TCPware homepage states support up to V7.3-2. No V8.2 Since VMS V8.2 requires KERBEROS V2.1 (according to the kerberos page http://www.openvms.digital.com/openvms/products/kerberos/) and V2.1 doesn't work with V5.6-2 (see my other thread) it seems TCPware is not only not supported on V8.2 but also doesn't work (at least SSH). Or does anyone know otherwise ? When is the official TCPware support for VMS V8.2 expected ? When is the official TCPware support for Itanic expected ? When is the next TCPware version expected ? Many TIA -- Peter "EPLAN" LANGSTOEGER Network and OpenVMS system specialist E-mail peter@langstoeger.at A-1030 VIENNA AUSTRIA I'm not a pessimist, I'm a realist ================================================================================ Archive-Date: Mon, 22 Aug 2005 13:29:00 -0400 Date: Mon, 22 Aug 2005 13:26:41 -0400 From: Geoff Bryant Reply-To: Info-TCPware@process.com Subject: Re: [TCPware, VMS V8.2] What is the official status ? In-Reply-To: "Your message dated Fri, 19 Aug 2005 23:01:01 +0100" <430664ad$1@news.langstoeger.at> To: info-tcpware@process.com CC: bryant@process.com Message-ID: <01LS4PFDFI668WWFFE@PROCESS.COM> MIME-Version: 1.0 Content-Type: TEXT/PLAIN; CHARSET=us-ascii TCPware 5.7, which supports VMS 8.2 is currently in beta test. The VMS 8.2 support is expected to be released soon for Itanium and Alpha with followup for the remaining platform and VMS versions. info-tcpware@process.com wrote: > >Since TCPware V5.6-2 is now over 3 years old, what is the status of TCPware ? > >TCPware homepage states support up to V7.3-2. No V8.2 >Since VMS V8.2 requires KERBEROS V2.1 (according to the kerberos page >http://www.openvms.digital.com/openvms/products/kerberos/) >and V2.1 doesn't work with V5.6-2 (see my other thread) it seems TCPware >is not only not supported on V8.2 but also doesn't work (at least SSH). >Or does anyone know otherwise ? > >When is the official TCPware support for VMS V8.2 expected ? >When is the official TCPware support for Itanic expected ? >When is the next TCPware version expected ? > >Many TIA > >-- >Peter "EPLAN" LANGSTOEGER >Network and OpenVMS system specialist >E-mail peter@langstoeger.at >A-1030 VIENNA AUSTRIA I'm not a pessimist, I'm a realist ------------------------------------------------------------- Geoff Bryant bryant@process.com TCPware/MultiNet/PMDF/SSH/PreciseMail Engineering Process Software http://www.process.com/ 959 Concord St. Framingham, MA 01701 USA ================================================================================ Archive-Date: Tue, 23 Aug 2005 10:23:54 -0400 Date: Tue, 23 Aug 2005 08:17:45 -0600 From: Dan O'Reilly Reply-To: Info-TCPware@process.com Subject: Do Not Install HP Kerberos 2.1-72 To: info-tcpware@process.com Message-ID: <6.1.2.0.2.20050823081514.0252aa80@raptor.psccos.com> MIME-Version: 1.0 Content-Type: text/plain; format=flowed; charset=us-ascii The latest release of HP Kerberos, V2.1-72, should not be installed on AXP TCPware systems, as it will cause at least SSH and ktelnet to stop working. We are working on ECO's to TCPware 5.6 to address this problem. ------ +-------------------------------+----------------------------------------+ | Dan O'Reilly | "There are 10 types of people in this | | Principal Engineer | world: those who understand binary | | Process Software | and those who don't." | | http://www.process.com | | +-------------------------------+----------------------------------------+