merhaba arkadaşlar linux centos 5.0 işletim sistemli vps'im var port açmak istiyorum ama
komutu yazıyorum
iptables -A INPUT -p tcp –dport <9987> -j ACCEPT yazıyorum port açmak için
-bash: syntax error near unexpected token `9987'
böyle bir hata veriyor
iptables -I INPUT -p tcp --dport 9987 -j ACCEPT
service iptables save