cdfosburg 0 Posted April 7, 2016 Share Posted April 7, 2016 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 Link to comment Share on other sites More sharing options...
ESET Staff MartinK 375 Posted April 7, 2016 ESET Staff Share Posted April 7, 2016 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. Link to comment Share on other sites More sharing options...
cdfosburg 0 Posted April 7, 2016 Author Share Posted April 7, 2016 It appears this has wiped out my firewall config and now I cannot access my web interface. Any suggestions? Link to comment Share on other sites More sharing options...
ESET Staff MartinK 375 Posted April 8, 2016 ESET Staff Share Posted April 8, 2016 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? Link to comment Share on other sites More sharing options...
sadoff 0 Posted November 18, 2016 Share Posted November 18, 2016 Has this been resolved, I am having the same issue Link to comment Share on other sites More sharing options...
RyanTsai 3 Posted November 21, 2016 Share Posted November 21, 2016 Has this been resolved, I am having the same issue What OVA appliance version are you using? Link to comment Share on other sites More sharing options...
Recommended Posts