Техническая информация
- iptables -D INPUT -p tcp --dport 9526 -j ACCEPT
- sh -c firewall delport eth0 telnetd TCP 9526
- sh -c iptables -D INPUT -p tcp --dport 9526 -j ACCEPT && iptables -D INPUT -p udp --dport 9526 -j ACCEPT && ip6tables -D INPUT -p tcp --dport 9526 -j ACCEPT && ip6tables -D INPUT -p udp --dport 9526 -j ACCEPT