This post shows an option to ensure that users can access Secure Mail without entering Username and Password. This basically eliminates the need of having Exchange ActiveSync to require SSL Client Certificate authentication for the purpose of single sign on. This method uses XenMobile Secure Hub to pass credentials and […]
Year: 2017
Troubleshooting with WireShark
From time to time it is necessary to debug on network traffic flow.Necessary in troubleshooting scenarios, but also when you need to understand a given traffic flow. This post shows some tips that can by used in Wireshark. When analyzing SSL encrypted traffic, you would need to load the private […]
Block external access to XenMobile 10 Self Help Portal
XenMobile 10 enables SelfHelp Portal out-of-the-box, this exposes single factor ldap login externally though the MDM LoadBalancer VIP on 443. This post shows how to use NetScaler in order to block all external/internet access to the Self Help Portal on XenMobile, while allowing internal access. Configuration Guideline – NS CLI […]
Location Based Access to Web Apps and IP Reputation via NetScaler
This post shows how to configure location based access and IP reputation feature for Web Apps delivered through NetScaler. Key takeaways Increase Security level on business applications, by using location based access and/or with IP Reputation. Security – limit exposure of business apps to a geo location and block known […]
NetScaler Commands
A list of usefull commands when troubleshooting NetScaler is shown here.More will be added in the future. Shell Commands General NS troubleshooting: set syslogparams loglevel DEBUG (Enable Debug Level)tail -f /var/log/ns.log nsapimgr -d freeports (Shows available ports per SNIPs) nsconmsg –d current | egrep –i rewritensconmsg –d current | egrep […]