Advertisement
Guest User

ufw

a guest
Jul 10th, 2013
167
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.60 KB | None | 0 0
  1. root@majoit:~# ufw disable
  2. Firewall stopped and disabled on system startup
  3. root@majoit:~# ufw enable
  4. Command may disrupt existing ssh connections. Proceed with operation (y|n)? y
  5. ERROR: problem running ufw-init
  6. iptables-restore: line 69 failed
  7. iptables-restore: line 30 failed
  8. sysctl: permission denied on key 'net.ipv4.tcp_sack'
  9.  
  10. Problem running '/etc/ufw/before.rules'
  11. Problem running '/etc/ufw/after.rules'
  12.  
  13. root@majoit:~# sysctl -a | grep net.ipv4.tcp_sack
  14. sysctl: separators should not be repeated: /.fake
  15. sysctl: separators should not be repeated: /.fake
  16. net.ipv4.tcp_sack = 1
  17. root@majoit:~#
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement