Solved www.gimp.org

Hi!

I am running FreeBSD 12.1-RELEASE-p9. I have installed and I am using them:
www/lynx, www/firefox and www/cliqz and no one open anymore gimp.org.
I got a message:
Unable to connect

Firefox can’t establish a connection to the server at gimp.org.

The site could be temporarily unavailable or too busy. Try again in a few moments.
If you are unable to load any pages, check your computer’s network connection.
If your computer or network is protected by a firewall or proxy, make sure that Firefox is permitted to access the Web.

I did change just /etc/sys.conf:
Code:
kern.elf32.aslr.enable=1
kern.elf32.aslr.pie_enable=1
kern.elf64.aslr.enable=1
kern.elf64.aslr.pie_enable=1
kern.elf64.aslr.stack_gap=0
kern.elf32.aslr.stack_gap=0
I have the settings about one month but I didn't visit GIMP to today.

Thank you.
 
The problem was a line in IPFW Firewall:
Code:
 deny ip from any to 1.0.0.0/24,1.1.1.0/24,8.0.0.0/9 53,443,853
which worked long time.

Thank you.
 
Back
Top