A Clockwork Noodle

Make such knaveries yours!

SonicWall VPN install breaks VMWare Player Bridged Networking

leave a comment »

Couldn’t connect to my VMWare image locally, although I could ping everything else on the network from both the VMWare image as well as my local machine. I had just installed SonicWall VPN but I didn’t put it together until I came across this post while troubleshooting. Basically, DNE Lightweight Filter was installed with the VPN which broke the Bridge Networking.

My first search was “Can’t Ping IP of local VM”. Hope this helps someone else.

Written by greensweater

2015-03-24 at 08:03

Posted in General

Obligatory Heartbleed post

leave a comment »

Change ALL the passwords! Use a password manager, it makes life easier.

KeePass

Password Safe from Bruce Schneier

Written by greensweater

2014-04-17 at 10:04

Posted in General

Change field length in SLX Admin

leave a comment »

You can enable editing of the field length property by issuing the following SQL in Admin:

update sectabledefs set userdef = 'T' where tablename = '[table]' and fieldname='[field]'

Make the change in DB admin, then run:

update sectabledefs set userdef = 'F' where tablename = '[table]' and fieldname='[field]'

Update the entity in Application Architect, rebuild and redeploy. Double-check length restrictions of any related controls.

 

Written by greensweater

2013-09-17 at 03:09

Posted in General