Closed matheograil closed 5 years ago
Hello, I'm trying to open port 443, to turn on the proxy, with these commands with Iptables:
iptables -t filter -A OUTPUT -p tcp --dport 443 -j ACCEPT iptables -t filter -A INPUT -p tcp --dport 443 -j ACCEPT
But it doesn't work, what Iptables rules do you use? Thank you.
I had to add this rule: iptables -t filter -A OUTPUT -p tcp --dport 8888 -j ACCEPT
iptables -t filter -A OUTPUT -p tcp --dport 8888 -j ACCEPT
Hello, I'm trying to open port 443, to turn on the proxy, with these commands with Iptables:
But it doesn't work, what Iptables rules do you use? Thank you.