Search This Blog

Wednesday, December 29, 2010

SSL test

A nice tool to check your SSL servers: http://www.ssltest.net/

Friday, December 10, 2010

Juniper and Exchange 2010 OWA

In one of our locations we use "Log on to" restriction for some users in Active Directory (attribute UserWorkstation). And this creates issue for Webmail users (Juniper SSL and Exchange 2010). To solve this add word "Workstation" to the list of allowed workstations in the attribute above or remove restriction at all.

Customised Netgear router firmware

I'm not sure exactly from where the issue is coming, but my netgear DGN2000 is not working correctly. Having issues to work wirelessly with my Macbook. Tried also to use cable the same result. Now I use old linksys and it seems to give less headaches.

When I have time I wil try customised firmware for netgear to see if issue goes away:

Here it is: http://jake-tm.co.uk/?page_id=259

D.

Tuesday, December 7, 2010

Netgear dgn2000

After several issues with this router, I decided to stop using it. When you boot it first time, the power led will not be on, and the network is unstable. After several reboots, the led finaly will be ok, but still a lot of network issues. Wifi and cable both. Temporary I enabled my very old linksys befw1154 (11b, WEP only). Very disappointed with netgear and will never buy it.

Friday, November 26, 2010

SAP SNC on linux

A whitepaper on how to set SAP SNC login to Windows on linux

Monday, November 15, 2010

Cisco VPN client registers local LAN IP

You may notice that when connected VPN client registers in DNS the VPN IP and also local LAN IP. To prevent client registering local LAN, you should add to vpnclient.ini entry

[DNS]
EnableDNSRedirection=0

Wednesday, November 3, 2010

ManageEngine ADManager Plus install certificate

You can obtain a certificate from Windows CA and save it in PKCS12 format (in Windows extension pfx) together with the private key, set file password as adventnet.
Then modify conf/server.xml file in the path where AdManager is installed to point to new keystorefile with setting of keystoretype="PKCS12" and keystorepass="adventnet"