Bağlantı noktası 443 - 8443 iletmek için Ubuntu 12.04 LTS sunucumda iptables yapılandırmaya çalışıyorum.
Ama bu komutu çalıştırdığımda:
sudo iptables -A PREROUTING -p tcp --dport 443 -j REDIRECT --to-ports 8443
Aşağıdaki hatayı alıyorum:
iptables: No chain/target/match by that name.
Benim iptables geçerli yapılandırma:
$ sudo iptables -L
Chain INPUT (policy ACCEPT)
target prot opt source destination
ACCEPT tcp -- anywhere anywhere tcp dpt:https
DROP tcp -- anywhere anywhere tcp dpt:http
Chain FORWARD (policy ACCEPT)
target prot opt source destination
Chain OUTPUT (policy ACCEPT)
target prot opt source destination
Neyi kaçırıyorum ya da yanlış yapıyorum?