jackblk / config

my config
0 stars 0 forks source link

Flare Mangadex@Home client issue with Oracle Cloud #14

Open jackblk opened 2 years ago

jackblk commented 2 years ago
sudo vi /etc/iptables/rules.v4
sudo iptables-restore </etc/iptables/rules.v4

This is rejecting the connection, need further investigation: -A INPUT -j REJECT --reject-with icmp-host-prohibited

To fix, add this line -A INPUT -p tcp --dport 44300 -j ACCEPT

jackblk commented 1 month ago

Seems to be the case for everything, not just mangadex@home lol

https://blogs.oracle.com/developers/post/enabling-network-traffic-to-ubuntu-images-in-oracle-cloud-infrastructure