Jump to content

hungtt

Members
  • Posts

    220
  • Joined

  • Last visited

Posts posted by hungtt

  1. Hi all,

    I've configured blacklist_url on eset, it's ok with one url.But I try add more URL, it not work.

    My config file :

    #nano /usr/local/etc/esets/esets_http_spec.cfg

    [black-list]
    action_av = "reject"
    [white-list]
    action_av = "accept"
    [203.162.53.92]
    [111.65.248.132]
    parent_id = "black-list"
     

    # nano /usr/local/etc/esets/esets.cfg

    # listen_addr = "address"
    # Address (IP or name) where esets_http listens for HTTP client connections.
    # If set to 0.0.0.0 then esets_http listens on all available network interfaces.
    listen_addr = "10.10.10.1"
    # listen_port = port
    # TCP port where esets_http listens for HTTP client connections.
    listen_port = 8080
    user_config = "esets_http_spec.cfg"

    Please help me.

    Thank you.

  2. HI all,

    I have a issues with install agent to client ( OS : FreeBSD 9.3) via ERA task

    This is log on ERA :

    SSH remote deployment failed.
    *** Error details: CSshRemoteInstall: Unsupported remote operating system
    - Verify that '192.168.1.205' is responding to 'ping'.
    - Verify that '192.168.1.205' can be resolved with 'nslookup' if it is a DNS name.
    - Verify that SSH daemon is enabled on the target machine and is running on the port 22.
    - Verify that firewall is not blocking SSH communication between server and the target machine.
    - Verify that 'root' has root or sudo rights.
    - Verify that 'root' password is not blank.
    - Verify that you can remotely log on to the workstation from the server.
     
    I ensure from ERA server, I can SSH with root and ping the client.
    And the ipfw on client :
    IPF="ipfw -q add"
    ipfw -q -f flush
    #loopback
    $IPF 10 allow all from any to any via lo0
    $IPF 20 deny all from any to 127.0.0.0/8
    $IPF 30 deny all from 127.0.0.0/8 to any
    $IPF 40 deny tcp from any to any frag
    #statefull
    $IPF 46 allow udp from any to any 138 in
    $IPF 47 allow tcp from any to any 138 out
    $IPF 48 allow udp from any to any 137 in
    $IPF 49 allow tcp from any to any 137 out
    $IPF 50 check-state
    $IPF 60 allow tcp from any to any established
    $IPF 70 allow all from any to any out keep-state
    $IPF 80 allow icmp from any to any
    #open ports
    $IPF 128 allow all from any to any keep-state via em0 in
    $IPF 129 allow all from any to any keep-state via em0 out
    $IPF 130 allow tcp from any to any 22 in keep-state
    $IPF 140 allow tcp from any to any 22 out keep-state
    $IPF 141 allow tcp from any to any 445,139,1024-65535 setup keep-state via em0 in
    $IPF 142 allow udp from any to any 445,139,1024-65535  setup keep-stat via em0 out
    $IPF 150 allow tcp from any to any 25 in
    $IPF 160 allow tcp from any to any 25 out
    $IPF 170 allow udp from any to any 53 in
    $IPF 175 allow tcp from any to any 53 in
    $IPF 180 allow udp from any to any 53 out
    $IPF 185 allow tcp from any to any 53 out
    $IPF 186 allow tcp from any to any 443 out
    $IPF 187 allow tcp from any to any 443 in
    I have try install agent via download from website,but it not working.
    This is log :
    ESET Remote Administrator Agent Installer (version: 6.4.293.0), Copyright © 1992-2016 ESET, spol. s r.o. - All rights reserved.
    Creating directories...
    Creating 'install' directory path: /opt/eset/RemoteAdministrator/Agent
    Creating 'config' directory path: /etc/opt/eset/RemoteAdministrator/Agent
    Creating 'data' directory path: /var/opt/eset/RemoteAdministrator/Agent
    Creating 'logs' directory path: /var/log/eset/RemoteAdministrator/Agent
    Creating 'libs' directory path: /opt/eset/RemoteAdministrator/Agent
    Directories created
    The archive will be extracted to: /opt/eset/RemoteAdministrator/Agent
    Extracting, please wait...
    Checking OpenSSL ...readlink: illegal option -- e
    usage: readlink [-fn] [file ...]
    ELF binary type "0" not known.
     failure
    16: Error occurred while checking OpenSSL
     
    Please help me.Thank you.
  3. Hi all,

    I've installed ESET GATEWAY SECURITY on FreeBSD.I configured Setting ESETS for scanning of HTTP communication - transparent mode below :

    ipfw add fwd 192.168.1.10,8080 tcp from any to any 80 via if0 in
    But it not working.This is my ipfw list :

    00200 allow tcp from any to any dst-port 80 in
    00210 allow tcp from any to any dst-port 80 out
    00220 allow tcp from any to any dst-port 8080 in
    00230 allow tcp from any to any dst-port 8080 out
    00240 fwd 172.16.1.10,8080 tcp from any to any dst-port 80 in via em0
    00250 allow tcp from any to any dst-port 8088 in
    00260 allow tcp from any to any dst-port 8088 out
    00500 deny log logamount 10 ip from any to any
    65535 deny ip from any to any

     

    Please help me.

    Thank you.

     

     

  4. Hi all,

    When i add license on ERA, the status of license is : LICENSE HAS BEEN DEACTIVATED.

    The information on ela.eset.com below :

     

    License is deactivated
    • You are not able to perform seat activations, generate offline files or access legacy license information. Please contact technical support for further details

     

    What did happened with my license ? Although I can active with this license to clients via manually.But can not active via ERA task (software install, product active ,...)

    Thank you.

  5. Hi all,

    I forgotten password for Administrator Web Console, how to i reset this password.

    I can sign in password root and mysql but i can not reset password for Web console via below :

    How to recover forgotten password for ERA VA   arrow_left.png arrow_right.png

    Boot your ERA VA in a Single-User Mode, for instructions (CentOS 7) see https://wiki.centos.org/TipsAndTricks/ResetRootPassword. If you have older ERA VA with CentOS 6 see hxxp://www.cyberciti.biz/faq/grub-boot-into-single-user-mode/. Once you are in the shell in Single-User Mode, change your root password using the passwd command.

     

×
×
  • Create New...