Firewall issue - v5 client and Windows XP

Post Reply

chrishemingway
Posts: 14
Joined: Thu May 24, 2007 5:42 pm

Firewall issue - v5 client and Windows XP

Post by chrishemingway » Tue May 11, 2010 2:09 pm

I don't know if anyone has had the same problem but we have found that to install the client (dating back to v3!) you have to install the full local version first, run it so that Windows Firewall prompts you to unblock the various modules, then set the client settings and run the client.

If you just try and install the client alone, it seems Windows Firewall silently blocks all communication to the server.

Chris


Martinadu
Posts: 132
Joined: Wed Sep 29, 2004 2:52 pm

Re: Firewall issue - v5 client and Windows XP

Post by Martinadu » Tue May 11, 2010 4:26 pm

This is not a known issue. It also sounds odd, as that is not the way it is designed to work.
I can understand that the first time you install the full client which has all the various modules,
you need to unblock. The thin client will only need to talk to the Server PC as we know.
The ports need to be unblocked there at the server PC for sure.

However rather that installing the full standalone client software first, you may want to allow
communication to the file OLFClient.exe in your firewall.
Attachments
Fire.jpg
See entry for thin client


chrishemingway
Posts: 14
Joined: Thu May 24, 2007 5:42 pm

Re: Firewall issue - v5 client and Windows XP

Post by chrishemingway » Tue May 11, 2010 4:42 pm

If only the client is installed, when starting it it brings up the settings screen (for choosing a server IP address) - even if the firewall has been updated to allow communication with OLFclient.exe

On our systems, the client installation doesn't prompt for the firewall unblocks which you get with the full installation, but it seems to require the latter. Maybe it's unique to our systems?!

Chris


mcowell
Posts: 2
Joined: Tue May 11, 2010 3:59 pm

Re: Firewall issue - v5 client and Windows XP

Post by mcowell » Fri May 21, 2010 9:33 am

when we upgraded from v4 to v5, we used the following batch file to setup the firewall etc

Code: Select all

netsh firewall add portopening TCP 11000 EPOline5_port
netsh firewall add allowedprogram "C:\Program Files\EPO_OLF5-TC\OLFClient.exe" EPOline5_app ENABLE
netsh firewall add allowedprogram "C:\Program Files\EPO_OLF5-TC\cl_cm.exe" "eOLF2 Client for EPO servers" ENABLE
CACLS "C:\Program Files\EPO_OLF5-TC\OLFClient.ini" /E /G <AD group name>:C
the last line is to add write permissions to the ini file for a group of users in our AD structure who might use that computer.


Post Reply