Jump to content

Yann ILAS

Members
  • Posts

    5
  • Joined

  • Last visited

About Yann ILAS

  • Rank
    Newbie
    Newbie

Profile Information

  • Location
    France
  1. Thank you However, the nft table and the network scanning is still present ๐Ÿ˜• root@do01:~# nft list tables table ip eset_efs_wap table ip6 eset_efs_wap6 root@do01:~# grep redirect /var/opt/eset/efs/wap/nat/enable.nft add rule ip eset_efs_wap output meta skuid != eset-efs-wapd tcp flags & (syn | ack) == syn tcp dport { 0 - 65535 } redirect to 45865 add rule ip6 eset_efs_wap6 output meta skuid != eset-efs-wapd tcp flags & (syn | ack) == syn tcp dport { 0 - 65535 } redirect to 34439 root@do01:~# netstat -laputen|grep 45865 tcp 0 0 127.0.0.1:45865 0.0.0.0:* LISTEN 0 18606 531/startd tcp 0 0 127.0.0.1:45865 178.62.230.237:51236 ESTABLISHED 999 19870 872/wapd tcp 0 0 127.0.0.1:45865 178.62.230.237:56294 ESTABLISHED 999 20135 872/wapd Here is the policy applied to that server โคต๏ธ The web access protection is disabled, according to these screenshots โคต๏ธ Maybe I do something wrong ? Is there a way to check on the server the policies which are applied ? Thank you for your help
  2. I have another question. It appears that component also scans the network. Is there a method to disable that feature ? I simply wish to scan the file, perhaps once per week, without involving the network. For instance, I can see these nft tables and some file to enable/disable/resume. I guess there is a way to deactivate the network part. root@do01:~# nft list tables table ip eset_efs_wap table ip6 eset_efs_wap6 /var/opt/eset/efs/wap/nat/excludes.nft /var/opt/eset/efs/wap/nat/disable.nft /var/opt/eset/efs/wap/nat/resume.nft /var/opt/eset/efs/wap/nat/enable.nft /var/opt/eset/efs/wap/nat/pause.nft Thank you
  3. Hello ๐Ÿ‘‹ I've recently encountered an issue with ESET Real Time Protect in the console, and I'm seeking help to resolve it. As you can see in that screenshot (sorry, in French ), I get an error and ESET Real Time Protect module seems to be malfunctioning. Perhaps there are specific logs I should check or troubleshooting steps I could follow ? How can I troubleshoot that kind of error ? Thank you for your help
  4. Hello ๐Ÿ‘‹ I get an error during the installation of efs on a desktop running Ubuntu 24.04. Here is the log : yann@desk01:~$ sudo grep Error /var/log/eset/RemoteAdministrator/Agent/trace.log 2024-04-30 09:47:56 Error: CSystemConnectorModule [Thread 7641384006c0]: SoftwareInstallation: Task execution failed with: SoftwareInstallation: Failed to install binary package '/tmp/9f54-69d3-e6b9-c0d2/efs.x86_64.bin' with exit code: 1, stdout: , stderr: The output of the manual installation of that package : root@desk01:/tmp/9f54-69d3-e6b9-c0d2# apt install ./efs-10.2.41.0.x86_64.deb Reading package lists... Done Building dependency tree... Done Reading state information... Done Note, selecting 'efs' instead of './efs-10.2.41.0.x86_64.deb' Some packages could not be installed. This may mean that you have requested an impossible situation or if you are using the unstable distribution that some required packages have not yet been created or been moved out of Incoming. The following information may help to resolve the situation: The following packages have unmet dependencies: efs : Depends: linux-headers-generic-hwe-20.04 but it is not installable or linux-headers-generic-hwe-18.04 but it is not installable or linux-headers-generic-hwe-16.04 but it is not installable or linux-headers-amd64 but it is not installable E: Unable to correct problems, you have held broken packages. The dependencies : root@desk01:/tmp/9f54-69d3-e6b9-c0d2# dpkg -I efs-10.2.41.0.x86_64.deb | grep Depends Depends: gcc, make, perl, openssl, tar, nftables, ca-certificates, linux-headers-generic|linux-headers-amd64, linux-headers-generic-hwe-20.04|linux-headers-generic-hwe-18.04|linux-headers-generic-hwe-16.04|linux-headers-amd64, libelf-dev|libelf-devel|elfutils-libelf-devel, libudev1, cron|cronie|systemd-cron, anacron, libsqlite3-0, btrfs-progs, libcurl|libcurl4|libcurl3, libnss3-tools Ubuntu 24.04 does not seem to have the package linux-headers-amd64 How can I solve that issue ? Thanks ๐Ÿ™‚
×
×
  • Create New...