XYGATE User Authentication Reference Manual

XYGATE
®
User Authentication
(XUA) 1.85 Reference Manual
Chapter 13. Configuring the RSA SecurID Interface
XYPRO Technology Corporation 99 Proprietary and Confidential
4. PING the RSA authentication server host system by the DNS Name from the
NonStop System.
$DATA WORK 14> ping <host name>
PING rsahost-server: 56 data bytes
64 bytes from 10.1.101.16: icmp_seq=0. time=22. ms
64 bytes from 10.1.101.16: icmp_seq=1. time=10. ms
64 bytes from 10.1.101.16: icmp_seq=2. time=10. ms
64 bytes from 10.1.101.16: icmp_seq=3. time=10. ms
4 packets transmitted, 4 packets received, 0% packet loss
round-trip (ms) min/avg/max = 10/13/22
5.
Do an NSLOOKUP on the NonStop host name from the DOS command prompt.
C:\User_folders\user> NSLOOKUP
Default Server: netserver.company.com
Address: 10.1.1.33
“dig” command from OSS
Example:
/usr/local/etc: dig netserver.company.com
; <<>> DiG 9.2.2 <<>> netserver.company.com
;; global options: printcmd
;; Got answer:
;; ->>HEADER<<- opcode: QUERY, status: NOERROR, id: 60539
;; flags: qr aa rd ra; QUERY: 1, ANSWER: 1, AUTHORITY: 0, ADDITIONAL: 0
;; QUESTION SECTION:
; netserver.company.com. IN A
;; ANSWER SECTION:
netserver.company.com. 3600 IN A 10.1.1.33
;; Query time: 13 msec
;; SERVER: 10.1.1.92#53(10.1.1.92)
;; WHEN: Thu Oct 21 11:06:32 2010
;; MSG SIZE rcvd: 51
The ANSWER section is displayed when the host name resolves properly.
The DNS name was
successfully resolved to
the correct IP address.
Use the returned value in the “dig” command below.