Advertisement
Guest User

Untitled

a guest
May 20th, 2019
73
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Bash 9.56 KB | None | 0 0
  1. # iptables -L -v -n
  2. Chain INPUT (policy ACCEPT 0 packets, 0 bytes)
  3.  pkts bytes target     prot opt in     out     source               destination        
  4. 3500K 9200M LIBVIRT_INP  all  --  *      *       0.0.0.0/0            0.0.0.0/0          
  5. 3500K 9200M ACCEPT     all  --  *      *       0.0.0.0/0            0.0.0.0/0            ctstate RELATED,ESTABLISHED
  6.     8   480 ACCEPT     all  --  lo     *       0.0.0.0/0            0.0.0.0/0          
  7.   144 14026 INPUT_direct  all  --  *      *       0.0.0.0/0            0.0.0.0/0          
  8.   144 14026 INPUT_ZONES_SOURCE  all  --  *      *       0.0.0.0/0            0.0.0.0/0          
  9.   144 14026 INPUT_ZONES  all  --  *      *       0.0.0.0/0            0.0.0.0/0          
  10.     5   200 DROP       all  --  *      *       0.0.0.0/0            0.0.0.0/0            ctstate INVALID
  11.    20   600 REJECT     all  --  *      *       0.0.0.0/0            0.0.0.0/0            reject-with icmp-host-prohibited
  12.  
  13. Chain FORWARD (policy ACCEPT 0 packets, 0 bytes)
  14.  pkts bytes target     prot opt in     out     source               destination        
  15. 19511   95M LIBVIRT_FWX  all  --  *      *       0.0.0.0/0            0.0.0.0/0          
  16. 19511   95M LIBVIRT_FWI  all  --  *      *       0.0.0.0/0            0.0.0.0/0          
  17.  9457 1236K LIBVIRT_FWO  all  --  *      *       0.0.0.0/0            0.0.0.0/0          
  18.     0     0 ACCEPT     all  --  *      *       0.0.0.0/0            0.0.0.0/0            ctstate RELATED,ESTABLISHED
  19.     0     0 ACCEPT     all  --  lo     *       0.0.0.0/0            0.0.0.0/0          
  20.     0     0 FORWARD_direct  all  --  *      *       0.0.0.0/0            0.0.0.0/0          
  21.     0     0 FORWARD_IN_ZONES_SOURCE  all  --  *      *       0.0.0.0/0            0.0.0.0/0          
  22.     0     0 FORWARD_IN_ZONES  all  --  *      *       0.0.0.0/0            0.0.0.0/0          
  23.     0     0 FORWARD_OUT_ZONES_SOURCE  all  --  *      *       0.0.0.0/0            0.0.0.0/0          
  24.     0     0 FORWARD_OUT_ZONES  all  --  *      *       0.0.0.0/0            0.0.0.0/0          
  25.     0     0 DROP       all  --  *      *       0.0.0.0/0            0.0.0.0/0            ctstate INVALID
  26.     0     0 REJECT     all  --  *      *       0.0.0.0/0            0.0.0.0/0            reject-with icmp-host-prohibited
  27.  
  28. Chain OUTPUT (policy ACCEPT 2362K packets, 138M bytes)
  29.  pkts bytes target     prot opt in     out     source               destination        
  30. 2362K  138M LIBVIRT_OUT  all  --  *      *       0.0.0.0/0            0.0.0.0/0          
  31. 2362K  138M OUTPUT_direct  all  --  *      *       0.0.0.0/0            0.0.0.0/0          
  32.  
  33. Chain FORWARD_IN_ZONES (1 references)
  34.  pkts bytes target     prot opt in     out     source               destination        
  35.     0     0 FWDI_FedoraWorkstation  all  --  enp4s0 *       0.0.0.0/0            0.0.0.0/0           [goto]
  36.     0     0 FWDI_FedoraWorkstation  all  --  +      *       0.0.0.0/0            0.0.0.0/0           [goto]
  37.  
  38. Chain FORWARD_IN_ZONES_SOURCE (1 references)
  39.  pkts bytes target     prot opt in     out     source               destination        
  40.  
  41. Chain FORWARD_OUT_ZONES (1 references)
  42.  pkts bytes target     prot opt in     out     source               destination        
  43.     0     0 FWDO_FedoraWorkstation  all  --  *      enp4s0  0.0.0.0/0            0.0.0.0/0           [goto]
  44.     0     0 FWDO_FedoraWorkstation  all  --  *      +       0.0.0.0/0            0.0.0.0/0           [goto]
  45.  
  46. Chain FORWARD_OUT_ZONES_SOURCE (1 references)
  47.  pkts bytes target     prot opt in     out     source               destination        
  48.  
  49. Chain FORWARD_direct (1 references)
  50.  pkts bytes target     prot opt in     out     source               destination        
  51.  
  52. Chain FWDI_FedoraWorkstation (2 references)
  53.  pkts bytes target     prot opt in     out     source               destination        
  54.     0     0 FWDI_FedoraWorkstation_log  all  --  *      *       0.0.0.0/0            0.0.0.0/0          
  55.     0     0 FWDI_FedoraWorkstation_deny  all  --  *      *       0.0.0.0/0            0.0.0.0/0          
  56.     0     0 FWDI_FedoraWorkstation_allow  all  --  *      *       0.0.0.0/0            0.0.0.0/0          
  57.     0     0 ACCEPT     icmp --  *      *       0.0.0.0/0            0.0.0.0/0          
  58.  
  59. Chain FWDI_FedoraWorkstation_allow (1 references)
  60.  pkts bytes target     prot opt in     out     source               destination        
  61.  
  62. Chain FWDI_FedoraWorkstation_deny (1 references)
  63.  pkts bytes target     prot opt in     out     source               destination        
  64.  
  65. Chain FWDI_FedoraWorkstation_log (1 references)
  66.  pkts bytes target     prot opt in     out     source               destination        
  67.  
  68. Chain FWDO_FedoraWorkstation (2 references)
  69.  pkts bytes target     prot opt in     out     source               destination        
  70.     0     0 FWDO_FedoraWorkstation_log  all  --  *      *       0.0.0.0/0            0.0.0.0/0          
  71.     0     0 FWDO_FedoraWorkstation_deny  all  --  *      *       0.0.0.0/0            0.0.0.0/0          
  72.     0     0 FWDO_FedoraWorkstation_allow  all  --  *      *       0.0.0.0/0            0.0.0.0/0          
  73.  
  74. Chain FWDO_FedoraWorkstation_allow (1 references)
  75.  pkts bytes target     prot opt in     out     source               destination        
  76.  
  77. Chain FWDO_FedoraWorkstation_deny (1 references)
  78.  pkts bytes target     prot opt in     out     source               destination        
  79.  
  80. Chain FWDO_FedoraWorkstation_log (1 references)
  81.  pkts bytes target     prot opt in     out     source               destination        
  82.  
  83. Chain INPUT_ZONES (1 references)
  84.  pkts bytes target     prot opt in     out     source               destination        
  85.    93  9580 IN_FedoraWorkstation  all  --  enp4s0 *       0.0.0.0/0            0.0.0.0/0           [goto]
  86.    51  4446 IN_FedoraWorkstation  all  --  +      *       0.0.0.0/0            0.0.0.0/0           [goto]
  87.  
  88. Chain INPUT_ZONES_SOURCE (1 references)
  89.  pkts bytes target     prot opt in     out     source               destination        
  90.  
  91. Chain INPUT_direct (1 references)
  92.  pkts bytes target     prot opt in     out     source               destination        
  93.  
  94. Chain IN_FedoraWorkstation (2 references)
  95.  pkts bytes target     prot opt in     out     source               destination        
  96.   144 14026 IN_FedoraWorkstation_log  all  --  *      *       0.0.0.0/0            0.0.0.0/0          
  97.   144 14026 IN_FedoraWorkstation_deny  all  --  *      *       0.0.0.0/0            0.0.0.0/0          
  98.   144 14026 IN_FedoraWorkstation_allow  all  --  *      *       0.0.0.0/0            0.0.0.0/0          
  99.     0     0 ACCEPT     icmp --  *      *       0.0.0.0/0            0.0.0.0/0          
  100.  
  101. Chain IN_FedoraWorkstation_allow (1 references)
  102.  pkts bytes target     prot opt in     out     source               destination        
  103.     0     0 ACCEPT     tcp  --  *      *       0.0.0.0/0            0.0.0.0/0            tcp dpt:22 ctstate NEW,UNTRACKED
  104.    21  1854 ACCEPT     udp  --  *      *       0.0.0.0/0            0.0.0.0/0            udp dpt:137 ctstate NEW,UNTRACKED
  105.     0     0 ACCEPT     udp  --  *      *       0.0.0.0/0            0.0.0.0/0            udp dpt:138 ctstate NEW,UNTRACKED
  106.    86  9605 ACCEPT     udp  --  *      *       0.0.0.0/0            224.0.0.251          udp dpt:5353 ctstate NEW,UNTRACKED
  107.    10  1667 ACCEPT     udp  --  *      *       0.0.0.0/0            0.0.0.0/0            udp dpts:1025:65535 ctstate NEW,UNTRACKED
  108.     2   100 ACCEPT     tcp  --  *      *       0.0.0.0/0            0.0.0.0/0            tcp dpts:1025:65535 ctstate NEW,UNTRACKED
  109.  
  110. Chain IN_FedoraWorkstation_deny (1 references)
  111.  pkts bytes target     prot opt in     out     source               destination        
  112.  
  113. Chain IN_FedoraWorkstation_log (1 references)
  114.  pkts bytes target     prot opt in     out     source               destination        
  115.  
  116. Chain LIBVIRT_FWI (1 references)
  117.  pkts bytes target     prot opt in     out     source               destination        
  118. 10054   93M ACCEPT     all  --  *      virbr0  0.0.0.0/0            192.168.122.0/24     ctstate RELATED,ESTABLISHED
  119.     0     0 REJECT     all  --  *      virbr0  0.0.0.0/0            0.0.0.0/0            reject-with icmp-port-unreachable
  120.  
  121. Chain LIBVIRT_FWO (1 references)
  122.  pkts bytes target     prot opt in     out     source               destination        
  123.  9457 1236K ACCEPT     all  --  virbr0 *       192.168.122.0/24     0.0.0.0/0          
  124.     0     0 REJECT     all  --  virbr0 *       0.0.0.0/0            0.0.0.0/0            reject-with icmp-port-unreachable
  125.  
  126. Chain LIBVIRT_FWX (1 references)
  127.  pkts bytes target     prot opt in     out     source               destination        
  128.     0     0 ACCEPT     all  --  virbr0 virbr0  0.0.0.0/0            0.0.0.0/0          
  129.  
  130. Chain LIBVIRT_INP (1 references)
  131.  pkts bytes target     prot opt in     out     source               destination        
  132.    59  3960 ACCEPT     udp  --  virbr0 *       0.0.0.0/0            0.0.0.0/0            udp dpt:53
  133.     0     0 ACCEPT     tcp  --  virbr0 *       0.0.0.0/0            0.0.0.0/0            tcp dpt:53
  134.     2   700 ACCEPT     udp  --  virbr0 *       0.0.0.0/0            0.0.0.0/0            udp dpt:67
  135.     0     0 ACCEPT     tcp  --  virbr0 *       0.0.0.0/0            0.0.0.0/0            tcp dpt:67
  136.  
  137. Chain LIBVIRT_OUT (1 references)
  138.  pkts bytes target     prot opt in     out     source               destination        
  139.     2   680 ACCEPT     udp  --  *      virbr0  0.0.0.0/0            0.0.0.0/0            udp dpt:68
  140.  
  141. Chain OUTPUT_direct (1 references)
  142.  pkts bytes target     prot opt in     out     source               destination        
  143. [root@localhost ~]#
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement