Advertisement
Guest User

Untitled

a guest
Mar 5th, 2013
151
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.46 KB | None | 0 0
  1. root@kyriasis:/home/kyrias# ip6tables-save
  2. # Generated by ip6tables-save v1.4.8 on Tue Mar 5 08:16:10 2013
  3. *nat
  4. :PREROUTING ACCEPT [1:104]
  5. :INPUT ACCEPT [0:0]
  6. :OUTPUT ACCEPT [0:0]
  7. :POSTROUTING ACCEPT [0:0]
  8. COMMIT
  9. # Completed on Tue Mar 5 08:16:10 2013
  10. # Generated by ip6tables-save v1.4.8 on Tue Mar 5 08:16:10 2013
  11. *security
  12. :INPUT ACCEPT [0:0]
  13. :FORWARD ACCEPT [0:0]
  14. :OUTPUT ACCEPT [0:0]
  15. COMMIT
  16. # Completed on Tue Mar 5 08:16:10 2013
  17. # Generated by ip6tables-save v1.4.8 on Tue Mar 5 08:16:10 2013
  18. *raw
  19. :PREROUTING ACCEPT [260:19024]
  20. :OUTPUT ACCEPT [9:744]
  21. COMMIT
  22. # Completed on Tue Mar 5 08:16:10 2013
  23. # Generated by ip6tables-save v1.4.8 on Tue Mar 5 08:16:10 2013
  24. *mangle
  25. :PREROUTING ACCEPT [260:19024]
  26. :INPUT ACCEPT [250:18320]
  27. :FORWARD ACCEPT [0:0]
  28. :OUTPUT ACCEPT [9:744]
  29. :POSTROUTING ACCEPT [0:0]
  30. COMMIT
  31. # Completed on Tue Mar 5 08:16:10 2013
  32. # Generated by ip6tables-save v1.4.8 on Tue Mar 5 08:16:10 2013
  33. *filter
  34. :INPUT DROP [250:18320]
  35. :FORWARD DROP [0:0]
  36. :OUTPUT DROP [9:744]
  37. -A INPUT -i lo -j ACCEPT
  38. -A OUTPUT -o lo -j ACCEPT
  39. COMMIT
  40. # Completed on Tue Mar 5 08:16:10 2013
  41. root@kyriasis:/home/kyrias# sysctl -a | grep forwarding
  42. net.ipv4.conf.all.forwarding = 0
  43. net.ipv4.conf.all.mc_forwarding = 0
  44. net.ipv4.conf.default.forwarding = 0
  45. net.ipv4.conf.default.mc_forwarding = 0
  46. net.ipv4.conf.dummy0.forwarding = 0
  47. net.ipv4.conf.dummy0.mc_forwarding = 0
  48. net.ipv4.conf.eth0.forwarding = 0
  49. net.ipv4.conf.eth0.mc_forwarding = 0
  50. net.ipv4.conf.gre0.forwarding = 0
  51. net.ipv4.conf.gre0.mc_forwarding = 0
  52. net.ipv4.conf.ip6gre0.forwarding = 0
  53. net.ipv4.conf.ip6gre0.mc_forwarding = 0
  54. net.ipv4.conf.ip6tnl0.forwarding = 0
  55. net.ipv4.conf.ip6tnl0.mc_forwarding = 0
  56. net.ipv4.conf.lo.forwarding = 0
  57. net.ipv4.conf.lo.mc_forwarding = 0
  58. net.ipv4.conf.sit0.forwarding = 0
  59. net.ipv4.conf.sit0.mc_forwarding = 0
  60. net.ipv4.conf.teql0.forwarding = 0
  61. net.ipv4.conf.teql0.mc_forwarding = 0
  62. net.ipv4.conf.tunl0.forwarding = 0
  63. net.ipv4.conf.tunl0.mc_forwarding = 0
  64. error: permission denied on key 'net.ipv4.route.flush'
  65. net.ipv6.conf.all.forwarding = 0
  66. net.ipv6.conf.default.forwarding = 0
  67. net.ipv6.conf.dummy0.forwarding = 0
  68. net.ipv6.conf.eth0.forwarding = 0
  69. net.ipv6.conf.gre0.forwarding = 0
  70. net.ipv6.conf.ip6gre0.forwarding = 0
  71. net.ipv6.conf.ip6tnl0.forwarding = 0
  72. net.ipv6.conf.lo.forwarding = 0
  73. net.ipv6.conf.sit0.forwarding = 0
  74. net.ipv6.conf.teql0.forwarding = 0
  75. net.ipv6.conf.tunl0.forwarding = 0
  76. error: permission denied on key 'net.ipv6.route.flush'
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement