Jump to content

András Káldor

Members
  • Posts

    18
  • Joined

  • Last visited

Posts posted by András Káldor

  1. 13 hours ago, MichalJ said:

    Concerning Device control & Web control it is possible, but rules have to have severity configured with "warning" verbosity snd corresponding report templates have to be created. I would recomment to check ESET knowledgebase, as there are articles describing solution to this problem. 

    That was the first thing I have done, but I havent found any related info. I will check reports as you suggessted.

  2. Hi there!

    In a test environment I try to install ERA proxy, the following packages are installed: libmyodbc, unixodbc. On the server MySQL 5.5 is installed.

    in 

    /etc/odbcinst.ini: (this can be found on server and on the ERA proxy computer as well)

    [MySQL]

    Description = ODBC for MySQL

    Driver = libmyodbc.so

    Setup = libodbcmyS.so

    Driver64 = libmyodbc.so

    Setup64 = libodbcmyS.so

    First 2 problem: according to the documentation of 6.4 ERA there (hxxp://download.eset.com/manuals/eset_era_6_userguide_enu.pdf) is a parameter: --db-dbname (page 90). It is incorrect, the correct parameter is --db-name. The last parameter in the example is  --server-root-password, script says no such parameter and I didn't find anything regarding this.

    Finally I run a command like this:

    ./proxy-linux-x86_64.sh --db-hostname=192.168.200.12 --db-name=era_proxy_db --db-admin-username=root --db-admin-password=PWD --db-user-username=root --db-user-password=PWD --db-port=1433 --db-type="MySQL Server" --db-driver=SQL --skip-license --hostname=192.168.200.12 --port=2222 --cert-path=/home/nd/Downloads/debian-gui-proxy.pfx --cert-auth-path=/home/nd/Downloads/debian-gui-CA.der

     

    the error I got:

    Checking database connection ... failure

    Error: Unknown database driver or data source name (DSN)

    ERA6 is installed on 192.168.200.12 with MySQL, and it works great.

    How can I connect ERA proxy to the server DB?

    Regards

    András

×
×
  • Create New...