hungtt 1 Posted December 23, 2016 Share Posted December 23, 2016 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 More sharing options...
ESET Staff MichalJ 430 Posted December 23, 2016 ESET Staff Share Posted December 23, 2016 Hello, FreeBSD is not officially tested and supported for ESET Remote Administrator agent. For list of compatible systems please check: hxxp://help.eset.com/era_install/64/en-US/index.html?linux.htm Link to comment Share on other sites More sharing options...
hungtt 1 Posted December 23, 2016 Author Share Posted December 23, 2016 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 More sharing options...
hungtt 1 Posted December 23, 2016 Author Share Posted December 23, 2016 HI MichaIJ, I've checked.Thank you. Link to comment Share on other sites More sharing options...
Recommended Posts