Jump to content

Can not install agent to client FreeBSD via ERA


Recommended Posts

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.
Link to comment
Share on other sites

Hi MichaIJ,

As list you give about setup ERA on server.

My ERA server use OS 2012 and it ok.I need deploy agent from ERA server to my client ( OS : FreeBSD).

I'm not setup ERA server on FreeBSD.

Link to comment
Share on other sites

Guest
This topic is now closed to further replies.
  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...