- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - OpenVMS
- >
- Re: Finding all IP numbers of Telnet users
Categories
Company
Local Language
Forums
Discussions
Forums
- Data Protection and Retention
- Entry Storage Systems
- Legacy
- Midrange and Enterprise Storage
- Storage Networking
- HPE Nimble Storage
Discussions
Forums
Discussions
Discussions
Discussions
Forums
Forums
Discussions
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
- BladeSystem Infrastructure and Application Solutions
- Appliance Servers
- Alpha Servers
- BackOffice Products
- Internet Products
- HPE 9000 and HPE e3000 Servers
- Networking
- Netservers
- Secure OS Software for Linux
- Server Management (Insight Manager 7)
- Windows Server 2003
- Operating System - Tru64 Unix
- ProLiant Deployment and Provisioning
- Linux-Based Community / Regional
- Microsoft System Center Integration
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Community
Resources
Forums
Blogs
- Subscribe to RSS Feed
- Mark Topic as New
- Mark Topic as Read
- Float this Topic for Current User
- Bookmark
- Subscribe
- Printer Friendly Page
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО04-18-2006 04:56 PM
тАО04-18-2006 04:56 PM
Ideally I would get this out of accounting, but there does not seem to be a useful option.
Something like account/summary=remote_id would seem to be useful, but does not currently exist (I am on 7.3-2).
The path I will pursue, after a quick search of forums, newsgroups and freeware will be to write a program to read the accounting file.
If anyone has any better ideas, I would love to hear them....
Cheers,
Chris
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО04-18-2006 05:20 PM
тАО04-18-2006 05:20 PM
Re: Finding all IP numbers of Telnet users
ucx sh service telnet/ful
says, particularly the
log opts:
You should have that info in the operator.log
Account/full should show the ip address, requiring some stuff
ACCOUNT/FULL will show the IP address in hex as part of the remote id string
Terminal name: TNA5:
Remote node addr: 22493
Remote node name: SHL-11
Remote ID: TELNET_8612476E
For example in this fragment the ip address is 134.18.71.110
86x=134, 12x=18, 47x=71, 6Ex=110
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО04-18-2006 05:42 PM
тАО04-18-2006 05:42 PM
Re: Finding all IP numbers of Telnet users
Using your operator.log idea, I did the following,
$ search sys$manager:operator.log;* "Telnet login.com/out=z.lis
$ sort z.lis client_ws.txt/key=(pos:25,size:15)/nodup
and wallah, I had a file good enough for what was wanted (ie. sometimes it had IP numbers, sometimes it had machine DNS name).
Thanks,
Chris
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО04-18-2006 05:44 PM
тАО04-18-2006 05:44 PM
Re: Finding all IP numbers of Telnet users
you may do a ACOCUNT/FU and sear for "Remote ID" or TELNET_.
Or you may enable auditing and do a ANALYZE/AUDIT, but I fear you have to search the output file.
regards Kalle
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО04-18-2006 06:40 PM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО04-18-2006 06:48 PM
тАО04-18-2006 06:48 PM