IP-адрес 0.0.0.0: "The address 0.0.0.0 may only be used as the address of an outgoing packet when a computer is learning which IP address it should use. It is never used as a destination address. Addresses starting with "0." are sometimes used for broadcasts to directly connected devices."
IP-адрес 0.0.0.0: "The address 0.0.0.0 may only be used as the address of an outgoing packet when a computer is learning which IP address it should use. It is never used as a destination address. Addresses starting with "0." are sometimes used for broadcasts to directly connected devices."
А... спасибо! Просто их там таких было штук 15 до смены пароля и все 0.0.0.0
всем привет. стоит задача с помощью Iptables изменить порт ssh сервера. добавляю следующее правило iptables -t nat -A PREROUTING -p tcp --dport 58221 -j REDIRECT --to-port 22. сохраняю, делаю systemctl restart iptables. но по 58221 не могу подключиться. остальные правила в цепочках ACEPT.
всем привет. стоит задача с помощью Iptables изменить порт ssh сервера. добавляю следующее правило iptables -t nat -A PREROUTING -p tcp --dport 58221 -j REDIRECT --to-port 22. сохраняю, делаю systemctl restart iptables. но по 58221 не могу подключиться. остальные правила в цепочках ACEPT.