×
The internal search function is temporarily non-functional. The current search engine is no longer viable and we are researching alternatives.
As a stop gap measure, we are using Google's custom search engine service.
If you know of an easy to use, open source, search engine ... please contact support@midrange.com.
Mark,
A combination of an SQL and QSYS2.NETSTAT_JOB_INFO where JOB_NAME = &jobnum + &job + &user
QSYS2.NETSTAT_JOB_INFO
substr(Local_Address,1,15) , Local_Port,
Job_Name, Remote_Address
Job_name = (&jobnum *cat &job *cat &user)
Paul
-----Original Message-----
From: MIDRANGE-L [mailto:midrange-l-bounces@xxxxxxxxxxxx] On Behalf Of Mark Murphy/STAR BASE Consulting Inc.
Sent: Monday, April 10, 2017 9:08 AM
To: Midrange Systems Technical Discussion
Subject: Is it possible to detect when a person is connecting via VPN
From an interactive RPG application, I want to be able to interrogate a user's session to determine if they are on the local network, or if they are using a VPN to gain access. The users in question have laptops with static IP addresses. I don't want to know about the advantages of DHCP, the static IPs are not my decision, and I don't have the authority to change it. I am looking for an API or a technique to detect the VPN user.
Mark Murphy
Atlas Data Systems
mmurphy@xxxxxxxxxxxxxxx
--
This is the Midrange Systems Technical Discussion (MIDRANGE-L) mailing list To post a message email: MIDRANGE-L@xxxxxxxxxxxx To subscribe, unsubscribe, or change list options,
visit:
http://lists.midrange.com/mailman/listinfo/midrange-l
or email: MIDRANGE-L-request@xxxxxxxxxxxx Before posting, please take a moment to review the archives at
http://archive.midrange.com/midrange-l.
Please contact support@xxxxxxxxxxxx for any subscription related questions.
Help support midrange.com by shopping at amazon.com with our affiliate link:
http://amzn.to/2dEadiD
As an Amazon Associate we earn from qualifying purchases.