4 Sep
2020
4 Sep
'20
09:48
http://bugzilla.opensuse.org/show_bug.cgi?id=1160068 http://bugzilla.opensuse.org/show_bug.cgi?id=1160068#c21 --- Comment #21 from Gabor Horvath <oshikore@gmail.com> --- A workaround for the issue is filtering out TCP port 8008 and 8009 with netfilter locally: -A INPUT -p tcp -m tcp --sport 8009 -j REJECT --reject-with icmp-port-unreachable -A INPUT -p tcp -m tcp --dport 8009 -j REJECT --reject-with icmp-port-unreachable -A INPUT -p tcp -m tcp --sport 8008 -j REJECT --reject-with icmp-port-unreachable -A INPUT -p tcp -m tcp --dport 8008 -j REJECT --reject-with icmp-port-unreachable -- You are receiving this mail because: You are on the CC list for the bug.