Jump to content

Recommended Posts

Posted

Hello,

 

Everything is working fine with ESET, except for the issue that I cannot ping the ip address of the server. I believe this has something to do with the firewall on the linux appliance provided by ESET. Anyone know how I can allow this or remove it. 

 

I cannot ping from multiple locations both on and off the subnet ESET is on.

 

Thanks, 

 

Chris

 

 

  • ESET Staff
Posted

Appliance uses iptables firewall and its configuration is loaded from file /root/firewall.sh. Use text editor from root console to edit this file, i.e.:

nano /root/firewall.sh

and add this line:

iptables -A INPUT -p icmp --icmp-type echo-request -j ACCEPT

just before firewall-port.sh is called. After changes are saved, either run script /root/firewall.sh or restart whole system.

Posted

It appears this has wiped out my firewall config and now I cannot access my web interface. Any suggestions?

  • ESET Staff
Posted

It appears this has wiped out my firewall config and now I cannot access my web interface. Any suggestions?

 

Access root console and provide us with content of firewall.sh file. This line should have no impact on other ports configuration.

you may also try to restart firewall using service iptables restart and check whether it helped.

Have you tried to restore original firewall.sh file and restarting machine? What is your appliance version?

  • 7 months later...
Posted

Has this been resolved, I am having the same issue

Posted

Has this been resolved, I am having the same issue

 

What OVA appliance version are you using? 

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

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