Search results

  1. U

    Firewall working too well

    Add rule that allows access to port 8006 (web management interface) either from your current IP (if your IP is static), some IP range or everywhere. From terminal that would be: # allow 1 IP address sudo iptables -A INPUT -p tcp -s x.y.z.q/32 --dport 8006 -j ACCEPT # allow 255 IP addresses...