Guest User

Untitled

a guest
Feb 18th, 2018
60
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.23 KB | None | 0 0
  1. #!/usr/bin/env bash
  2. systemctl stop firewalld
  3. systemctl disable firewalld
  4. iptables --policy INPUT ACCEPT
  5. iptables --policy OUTPUT ACCEPT
  6. iptables --policy FORWARD ACCEPT
  7. iptables -Z
  8. iptables -F
  9. iptables -X
  10. systemctl restart docker
  11. exit 0
Add Comment
Please, Sign In to add comment