You are not logged in.

#1 2021-01-21 13:55:20

keks
Member
Registered: 2007-07-11
Posts: 42

Citrix VPN Gateway

Hi,

I'm required for work to use a Citrix VPN solution to access company internal systems. They provide a remote desktop which works fine with icaclient.

However, to effectively work with e.g. the internal source code repo a "Citrix Gateway" VPN connection is required. After failing to logging in due to no found client software a 
download of installer package "nsginstaller64.deb" is offered.

I tried to install that with debtap -> nsgclient-0.0.0.1-1-x86_64.pkg.tar.zst

pacman -Ql nsgclient
nsgclient /etc/
nsgclient /etc/init/
nsgclient /etc/init/nsgverctl.conf
nsgclient /opt/
nsgclient /opt/Citrix/
nsgclient /opt/Citrix/EPA/
nsgclient /opt/Citrix/EPA/libepalib.so.1.0
nsgclient /opt/Citrix/NSGClient/
nsgclient /opt/Citrix/NSGClient/bin/
nsgclient /opt/Citrix/NSGClient/bin/NSGClient
nsgclient /opt/Citrix/NSGClient/bin/nsgclient.desktop
nsgclient /opt/Citrix/NSGClient/bin/nsgtsb.sh
nsgclient /opt/Citrix/NSGClient/bin/startnsgclient.sh
nsgclient /opt/Citrix/NSGClient/globalConfiguration.conf
nsgclient /opt/Citrix/NSGClient/resx/
nsgclient /opt/Citrix/NSGClient/resx/images/
nsgclient /opt/Citrix/NSGClient/resx/images/NetScaler_Gateway.png
nsgclient /opt/Citrix/NSGClient/resx/images/auth_head.png
nsgclient /opt/Citrix/NSGClient/resx/images/citrix.png
nsgclient /opt/Citrix/NSGClient/resx/images/citrix6.png
nsgclient /opt/Citrix/NSGClient/resx/images/icon_disconnected.ico
nsgclient /opt/Citrix/NSGClient/resx/images/icon_vpn.ico
nsgclient /opt/Citrix/NSGClient/resx/images/icon_vpn2.ico
nsgclient /opt/Citrix/NSGClient/resx/images/icon_warn1.ico
nsgclient /opt/Citrix/NSGClient/resx/nls/
nsgclient /opt/Citrix/NSGClient/resx/nls/de/
nsgclient /opt/Citrix/NSGClient/resx/nls/de/LC_MESSAGES/
nsgclient /opt/Citrix/NSGClient/resx/nls/de/LC_MESSAGES/nsgclient.mo
nsgclient /opt/Citrix/NSGClient/resx/nls/es/
nsgclient /opt/Citrix/NSGClient/resx/nls/es/LC_MESSAGES/
nsgclient /opt/Citrix/NSGClient/resx/nls/es/LC_MESSAGES/nsgclient.mo
nsgclient /opt/Citrix/NSGClient/resx/nls/fr/
nsgclient /opt/Citrix/NSGClient/resx/nls/fr/LC_MESSAGES/
nsgclient /opt/Citrix/NSGClient/resx/nls/fr/LC_MESSAGES/nsgclient.mo
nsgclient /opt/Citrix/NSGClient/resx/nls/ja/
nsgclient /opt/Citrix/NSGClient/resx/nls/ja/LC_MESSAGES/
nsgclient /opt/Citrix/NSGClient/resx/nls/ja/LC_MESSAGES/nsgclient.mo
nsgclient /opt/Citrix/NSGClient/resx/nls/zh_CN/
nsgclient /opt/Citrix/NSGClient/resx/nls/zh_CN/LC_MESSAGES/
nsgclient /opt/Citrix/NSGClient/resx/nls/zh_CN/LC_MESSAGES/nsgclient.mo
nsgclient /opt/Citrix/NSGClient/resx/xml/
nsgclient /opt/Citrix/NSGClient/resx/xml/ns_gui_dlg_certinfo.glade
nsgclient /opt/Citrix/NSGClient/resx/xml/ns_gui_dlg_login.glade
nsgclient /opt/Citrix/NSGClient/resx/xml/ns_gui_dlg_nsinfo.glade
nsgclient /opt/Citrix/NSGClient/resx/xml/ns_gui_dlg_proxy_auth.glade
nsgclient /opt/Citrix/NSGClient/resx/xml/ns_gui_dlg_proxy_info.glade
nsgclient /opt/Citrix/NSGClient/resx/xml/ns_gui_dlg_send_response.glade
nsgclient /opt/Citrix/NSGClient/resx/xml/ns_gui_dlg_tlogin.glade
nsgclient /opt/Citrix/NSGClient/resx/xml/ns_license.glade
nsgclient /opt/Citrix/NSGClient/resx/xml/ns_vpn_gui_dlg_settings.glade
nsgclient /opt/Citrix/NSGClient/service/
nsgclient /opt/Citrix/NSGClient/service/nsgverctl
nsgclient /opt/Citrix/NSGClient/userConfiguration.conf
nsgclient /usr/
nsgclient /usr/lib/
nsgclient /usr/lib/mozilla/
nsgclient /usr/lib/mozilla/plugins/
nsgclient /usr/lib/mozilla/plugins/npcitrixplugin.so
nsgclient /usr/lib/systemd/
nsgclient /usr/lib/systemd/system/
nsgclient /usr/lib/systemd/system/nsgverctl.service

If I try to launch the application I get the error

$ gtk-launch nsgclient
/opt/Citrix/NSGClient/bin/NSGClient: /usr/lib/libcurl.so.4: version `CURL_OPENSSL_3' not found (required by /opt/Citrix/NSGClient/bin/NSGClient)

Then tried to follow the advice of the EPA wiki section or this blog to replace the libcurl.so.4 library but did not find a suitable one.

Has someone a hint how to proceed further?

Offline

#2 2021-01-21 15:43:26

progandy
Member
Registered: 2012-05-17
Posts: 5,196

Re: Citrix VPN Gateway


| alias CUTF='LANG=en_XX.UTF-8@POSIX ' |

Offline

#3 2022-07-17 13:43:19

gavinL
Member
Registered: 2021-11-09
Posts: 2

Re: Citrix VPN Gateway

Hi, Keks.

DId you resolve this issue yet? Could you share the solution with me? I met same issue now.

keks wrote:

Hi,

I'm required for work to use a Citrix VPN solution to access company internal systems. They provide a remote desktop which works fine with icaclient.

However, to effectively work with e.g. the internal source code repo a "Citrix Gateway" VPN connection is required. After failing to logging in due to no found client software a 
download of installer package "nsginstaller64.deb" is offered.

I tried to install that with debtap -> nsgclient-0.0.0.1-1-x86_64.pkg.tar.zst

pacman -Ql nsgclient
nsgclient /etc/
nsgclient /etc/init/
nsgclient /etc/init/nsgverctl.conf
nsgclient /opt/
nsgclient /opt/Citrix/
nsgclient /opt/Citrix/EPA/
nsgclient /opt/Citrix/EPA/libepalib.so.1.0
nsgclient /opt/Citrix/NSGClient/
nsgclient /opt/Citrix/NSGClient/bin/
nsgclient /opt/Citrix/NSGClient/bin/NSGClient
nsgclient /opt/Citrix/NSGClient/bin/nsgclient.desktop
nsgclient /opt/Citrix/NSGClient/bin/nsgtsb.sh
nsgclient /opt/Citrix/NSGClient/bin/startnsgclient.sh
nsgclient /opt/Citrix/NSGClient/globalConfiguration.conf
nsgclient /opt/Citrix/NSGClient/resx/
nsgclient /opt/Citrix/NSGClient/resx/images/
nsgclient /opt/Citrix/NSGClient/resx/images/NetScaler_Gateway.png
nsgclient /opt/Citrix/NSGClient/resx/images/auth_head.png
nsgclient /opt/Citrix/NSGClient/resx/images/citrix.png
nsgclient /opt/Citrix/NSGClient/resx/images/citrix6.png
nsgclient /opt/Citrix/NSGClient/resx/images/icon_disconnected.ico
nsgclient /opt/Citrix/NSGClient/resx/images/icon_vpn.ico
nsgclient /opt/Citrix/NSGClient/resx/images/icon_vpn2.ico
nsgclient /opt/Citrix/NSGClient/resx/images/icon_warn1.ico
nsgclient /opt/Citrix/NSGClient/resx/nls/
nsgclient /opt/Citrix/NSGClient/resx/nls/de/
nsgclient /opt/Citrix/NSGClient/resx/nls/de/LC_MESSAGES/
nsgclient /opt/Citrix/NSGClient/resx/nls/de/LC_MESSAGES/nsgclient.mo
nsgclient /opt/Citrix/NSGClient/resx/nls/es/
nsgclient /opt/Citrix/NSGClient/resx/nls/es/LC_MESSAGES/
nsgclient /opt/Citrix/NSGClient/resx/nls/es/LC_MESSAGES/nsgclient.mo
nsgclient /opt/Citrix/NSGClient/resx/nls/fr/
nsgclient /opt/Citrix/NSGClient/resx/nls/fr/LC_MESSAGES/
nsgclient /opt/Citrix/NSGClient/resx/nls/fr/LC_MESSAGES/nsgclient.mo
nsgclient /opt/Citrix/NSGClient/resx/nls/ja/
nsgclient /opt/Citrix/NSGClient/resx/nls/ja/LC_MESSAGES/
nsgclient /opt/Citrix/NSGClient/resx/nls/ja/LC_MESSAGES/nsgclient.mo
nsgclient /opt/Citrix/NSGClient/resx/nls/zh_CN/
nsgclient /opt/Citrix/NSGClient/resx/nls/zh_CN/LC_MESSAGES/
nsgclient /opt/Citrix/NSGClient/resx/nls/zh_CN/LC_MESSAGES/nsgclient.mo
nsgclient /opt/Citrix/NSGClient/resx/xml/
nsgclient /opt/Citrix/NSGClient/resx/xml/ns_gui_dlg_certinfo.glade
nsgclient /opt/Citrix/NSGClient/resx/xml/ns_gui_dlg_login.glade
nsgclient /opt/Citrix/NSGClient/resx/xml/ns_gui_dlg_nsinfo.glade
nsgclient /opt/Citrix/NSGClient/resx/xml/ns_gui_dlg_proxy_auth.glade
nsgclient /opt/Citrix/NSGClient/resx/xml/ns_gui_dlg_proxy_info.glade
nsgclient /opt/Citrix/NSGClient/resx/xml/ns_gui_dlg_send_response.glade
nsgclient /opt/Citrix/NSGClient/resx/xml/ns_gui_dlg_tlogin.glade
nsgclient /opt/Citrix/NSGClient/resx/xml/ns_license.glade
nsgclient /opt/Citrix/NSGClient/resx/xml/ns_vpn_gui_dlg_settings.glade
nsgclient /opt/Citrix/NSGClient/service/
nsgclient /opt/Citrix/NSGClient/service/nsgverctl
nsgclient /opt/Citrix/NSGClient/userConfiguration.conf
nsgclient /usr/
nsgclient /usr/lib/
nsgclient /usr/lib/mozilla/
nsgclient /usr/lib/mozilla/plugins/
nsgclient /usr/lib/mozilla/plugins/npcitrixplugin.so
nsgclient /usr/lib/systemd/
nsgclient /usr/lib/systemd/system/
nsgclient /usr/lib/systemd/system/nsgverctl.service

If I try to launch the application I get the error

$ gtk-launch nsgclient
/opt/Citrix/NSGClient/bin/NSGClient: /usr/lib/libcurl.so.4: version `CURL_OPENSSL_3' not found (required by /opt/Citrix/NSGClient/bin/NSGClient)

Then tried to follow the advice of the EPA wiki section or this blog to replace the libcurl.so.4 library but did not find a suitable one.

Has someone a hint how to proceed further?

Offline

#4 2022-07-17 15:36:59

ewaller
Administrator
From: Pasadena, CA
Registered: 2009-07-13
Posts: 19,793

Re: Citrix VPN Gateway

Be advised, the original poster has not been on the site since April.  This is a fairly old thread, and I hope they are not still looking for an answer, but I am going to leave this open for now.  If there is no response, we may ask you to start your own thread that you will own.  If you choose to do that in the interim, please let the moderators know by reporting this thread and dropping us a note as to what you did.  Thanks.


Nothing is too wonderful to be true, if it be consistent with the laws of nature -- Michael Faraday
Sometimes it is the people no one can imagine anything of who do the things no one can imagine. -- Alan Turing
---
How to Ask Questions the Smart Way

Offline

Board footer

Powered by FluxBB