Advertisement
Guest User

Untitled

a guest
May 10th, 2017
163
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Bash 4.59 KB | None | 0 0
  1. $ sudo ip6tables -vnL
  2. Chain INPUT (policy ACCEPT 3231 packets, 264K bytes)
  3.  pkts bytes target     prot opt in     out     source               destination        
  4.  7547  634K ufw6-before-logging-input  all      *      *       ::/0                 ::/0                
  5.  7547  634K ufw6-before-input  all      *      *       ::/0                 ::/0                
  6.  3237  265K ufw6-after-input  all      *      *       ::/0                 ::/0                
  7.  3231  264K ufw6-after-logging-input  all      *      *       ::/0                 ::/0                
  8.  3231  264K ufw6-reject-input  all      *      *       ::/0                 ::/0                
  9.  3231  264K ufw6-track-input  all      *      *       ::/0                 ::/0                
  10.  
  11. Chain FORWARD (policy ACCEPT 0 packets, 0 bytes)
  12.  pkts bytes target     prot opt in     out     source               destination        
  13.     0     0 ufw6-before-logging-forward  all      *      *       ::/0                 ::/0                
  14.     0     0 ufw6-before-forward  all      *      *       ::/0                 ::/0                
  15.     0     0 ufw6-after-forward  all      *      *       ::/0                 ::/0                
  16.     0     0 ufw6-after-logging-forward  all      *      *       ::/0                 ::/0                
  17.     0     0 ufw6-reject-forward  all      *      *       ::/0                 ::/0                
  18.     0     0 ufw6-track-forward  all      *      *       ::/0                 ::/0                
  19.  
  20. Chain OUTPUT (policy ACCEPT 3963 packets, 353K bytes)
  21.  pkts bytes target     prot opt in     out     source               destination        
  22.  8883  791K ufw6-before-logging-output  all      *      *       ::/0                 ::/0                
  23.  8883  791K ufw6-before-output  all      *      *       ::/0                 ::/0                
  24.  5320  465K ufw6-after-output  all      *      *       ::/0                 ::/0                
  25.  5320  465K ufw6-after-logging-output  all      *      *       ::/0                 ::/0                
  26.  5320  465K ufw6-reject-output  all      *      *       ::/0                 ::/0                
  27.  5320  465K ufw6-track-output  all      *      *       ::/0                 ::/0                
  28.  
  29. Chain ufw6-after-forward (1 references)
  30.  pkts bytes target     prot opt in     out     source               destination        
  31.  
  32. Chain ufw6-after-input (1 references)
  33.  pkts bytes target     prot opt in     out     source               destination        
  34.  
  35. Chain ufw6-after-logging-forward (1 references)
  36.  pkts bytes target     prot opt in     out     source               destination        
  37.  
  38. Chain ufw6-after-logging-input (1 references)
  39.  pkts bytes target     prot opt in     out     source               destination        
  40.  
  41. Chain ufw6-after-logging-output (1 references)
  42.  pkts bytes target     prot opt in     out     source               destination        
  43.  
  44. Chain ufw6-after-output (1 references)
  45.  pkts bytes target     prot opt in     out     source               destination        
  46.  
  47. Chain ufw6-before-forward (1 references)
  48.  pkts bytes target     prot opt in     out     source               destination        
  49.  
  50. Chain ufw6-before-input (1 references)
  51.  pkts bytes target     prot opt in     out     source               destination        
  52.  
  53. Chain ufw6-before-logging-forward (1 references)
  54.  pkts bytes target     prot opt in     out     source               destination        
  55.  
  56. Chain ufw6-before-logging-input (1 references)
  57.  pkts bytes target     prot opt in     out     source               destination        
  58.  
  59. Chain ufw6-before-logging-output (1 references)
  60.  pkts bytes target     prot opt in     out     source               destination        
  61.  
  62. Chain ufw6-before-output (1 references)
  63.  pkts bytes target     prot opt in     out     source               destination        
  64.  
  65. Chain ufw6-reject-forward (1 references)
  66.  pkts bytes target     prot opt in     out     source               destination        
  67.  
  68. Chain ufw6-reject-input (1 references)
  69.  pkts bytes target     prot opt in     out     source               destination        
  70.  
  71. Chain ufw6-reject-output (1 references)
  72.  pkts bytes target     prot opt in     out     source               destination        
  73.  
  74. Chain ufw6-track-forward (1 references)
  75.  pkts bytes target     prot opt in     out     source               destination        
  76.  
  77. Chain ufw6-track-input (1 references)
  78.  pkts bytes target     prot opt in     out     source               destination        
  79.  
  80. Chain ufw6-track-output (1 references)
  81.  pkts bytes target     prot opt in     out     source               destination
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement