Guest User

Untitled

a guest
Jan 17th, 2019
94
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.20 KB | None | 0 0
  1. iptables -I INPUT -p tcp --dport 21 -m state --state NEW -j ACCEPT //Открываем порт
  2. service iptables save //сохраняем
  3. /etc/init.d/iptables restart //перезапускаем
Add Comment
Please, Sign In to add comment