We have a IBM HX5 with ESXi 5.0 update 3 installed. The blade frequently encounters the purple screen issue. For most time, it is PF relevant errors, but Today it has some new - Spin count exceeded. I have run the hardware diagnostic tool multiple times, but caught nothing. But I still think it is … Continue reading Update Emulex 10G NIC driver (be2net) in ESXi 5.X
Category: Network
Run 32 bits fortinet SSL VPN in 64 bits Linux (Fedora 20)
I am using Fedora 20 64bits on my new Ultrabook. Here is how I set up the Fortinet SSL VPN 32 bits client: 1) Download the tar ball file, ftp://ftp.2rosenthals.com/pub/FortiNet/forticlientsslvpn_linux_4.0.2254.tar.gz. 2) Extract it [jchen@latte software]$ tar xvzf forticlientsslvpn_linux_4.0.2254.tar.gz forticlientsslvpn/ forticlientsslvpn/helper/ forticlientsslvpn/helper/sysconfig.linux.sh forticlientsslvpn/helper/config forticlientsslvpn/helper/subproc forticlientsslvpn/helper/fortisslcacert.pem forticlientsslvpn/helper/License.txt forticlientsslvpn/helper/linux.rtbackup forticlientsslvpn/helper/fortisslclient.crt forticlientsslvpn/helper/setup.linux.sh forticlientsslvpn/helper/fortisslclient.key forticlientsslvpn/helper/cleanup.linux.sh forticlientsslvpn/forticlientsslvpn 3) As you can … Continue reading Run 32 bits fortinet SSL VPN in 64 bits Linux (Fedora 20)
Run jnlp file in Linux
jnlp (java network launching protocal) is the Java Web Start file (also known as javaws). Many hardware devices' (switch,router, servers...) remote control utility uses this technology. For example Brocade fiber switch management page, Cisco ADSM, IBM X3650 IMM.remote control. When you visit the management page via Chrome or Firefox in Linux. The jnlp file will … Continue reading Run jnlp file in Linux
WinSCP or Putty authenticates against Microsoft ISA/ TMG
Many companies use Microsoft ISA/ TMG as their enterprise proxy solution. This may work for most cases. But in some scenarios, it does not work well. For example, use WinSCP or Putty behind the proxy AND the proxy requires authentication. ISA/ TMG is mircrosoft technology, it uses NTLM based authentication which is not supported by … Continue reading WinSCP or Putty authenticates against Microsoft ISA/ TMG
Extend ISA/TMG Ports to allow SSH
By default ISA/TMG does not allow outbound SSH traffic. And in the log it shows something like this: To make it work, you have to extend the ISA/TMG ports by adding SSH/22 by using isa_tpr.js. Here is my example:c:\Utils>cscript isa_tpr.js /add SSH 22Microsoft (R) Windows Script Host Version 5.8Copyright (C) Microsoft Corporation. All rights reserved.The Web … Continue reading Extend ISA/TMG Ports to allow SSH