Re: VPN and tsNet

2020-10-27 Thread matthias rebbe via use-livecode
Brian, is "Pulse Secure VPN" just a client? If so, i could try test here with our existing VPN. I was on their site and they are offering a free trial, but to be honest, i am not sure what to download. ;) So if you could provide a download link for the client? Regards, Matthias - Matthias Re

Re: VPN and tsNet

2020-10-27 Thread Brian Milby via use-livecode
Additional details: Win 10 OS / LC 9.6.1 Business Pulse Secure VPN If I do a tracert to the host name on the old VPN or no VPN then it reports 2 hops. While on the new VPN, the first 4 hops are internal IPs and then nothing else. Just using the IP that should be the VPN interface doesn’t seem

Re: VPN and tsNet

2020-10-27 Thread matthias rebbe via use-livecode
Just want to confirm that using "interface" in the settings array works here. First i've called a LC Server script on a web server without using interface. The script returns the remote ip. put tsNetGetSync("https://.xx/remoteIP.lc",xHeaders,rOutHeaders,rResult,rBytes) It returned my p

Re: VPN and tsNet

2020-10-27 Thread Mark Waddingham via use-livecode
On 2020-10-27 01:05, Brian Milby via use-livecode wrote: I have a fairly simple stack that I use to get FedEx tracking data using tsNetPostSync. It has worked fine until a new VPN connection was added. The only change that I know is that it no longer allows a split tunnel so everything must go

Re: VPN and tsNet

2020-10-27 Thread matthias rebbe via use-livecode
I am not sure if this can be done/set in tsNET. As far as i know this is set on the system or router which establish the VPN connection. One would change the default route to the VPN tunnel. That would route all internet traffic through the VPN as long as the VPN connection is established. In

VPN and tsNet

2020-10-26 Thread Brian Milby via use-livecode
I have a fairly simple stack that I use to get FedEx tracking data using tsNetPostSync. It has worked fine until a new VPN connection was added. The only change that I know is that it no longer allows a split tunnel so everything must go through the VPN. Assuming that is the issue, how do I