Comment 6 for bug 1777526

Revision history for this message
Viktor Mileikovskyi (v-mil) wrote :

Hi, Colleagues!

Now, running GIMP the following error appears:

BEGIN OF THE MESSAGE
hp-systray

HPLIP cannot detect devices in your network. This may be due to existing firewall settings blocking the required ports like (5353/udp). When you are in a trusted network environment, you may open the ports for network services like mdns and slp in the firewall. For detailed steps follow the link.

 http://hplipopensource.com/node/37553
END OF THE MESSAGE

I tried opening ports 53 and 5353

sudo iptables -I INPUT 1 --proto udp --dport 53 -j ACCEPT
sudo iptables -I INPUT 2 --proto udp --dport 5353 -j ACCEPT
sudo iptables -I OUTPUT 1 --proto udp --dport 53 -j ACCEPT
sudo iptables -I OUTPUT 2 --proto udp --dport 5353 -j ACCEPT

No result.

With best regards.
Viktor.