table inet filter { # handle 4
	chain INPUT { # handle 1
		type filter hook input priority filter; policy drop;
		jump EDPM_INPUT # handle 618
		jump TRIPLEO_INPUT # handle 591
		ip saddr 172.17.1.0/24 tcp dport 6641 ct state new counter packets 0 bytes 0 accept # handle 592
		ip saddr 172.17.1.0/24 tcp dport 6642 ct state new counter packets 0 bytes 0 accept # handle 593
	}

	chain FORWARD { # handle 2
		type filter hook forward priority filter; policy accept;
	}

	chain OUTPUT { # handle 3
		type filter hook output priority filter; policy accept;
	}

	chain TRIPLEO_INPUT { # handle 519
		ct state established,related counter packets 2596001 bytes 3646545767 accept comment "000 accept related established rules" # handle 520
		meta l4proto icmp ct state new counter packets 25 bytes 1566 accept comment "001 accept all icmp" # handle 521
		meta l4proto ipv6-icmp counter packets 39 bytes 2808 accept comment "001 accept all ipv6-icmp" # handle 522
		iifname "lo" counter packets 40254 bytes 2414856 accept comment "002 accept all to lo interface" # handle 523
		tcp dport 22 ct state new counter packets 562 bytes 33532 accept comment "003 accept ssh from all" # handle 524
		ip saddr 192.168.122.0/24 tcp dport 22 ct state new counter packets 0 bytes 0 accept comment "003 accept ssh from ctlplane subnet 192.168.122.0/24" # handle 525
		ip6 daddr fe80::/64 udp dport 546 ct state new counter packets 0 bytes 0 accept comment "004 accept ipv6 dhcpv6" # handle 526
		tcp dport 8042 ct state new counter packets 3392 bytes 203520 accept comment "100 aodh_haproxy_frontend" # handle 527
		tcp dport 8776 ct state new counter packets 3397 bytes 203820 accept comment "100 cinder_haproxy_frontend" # handle 528
		tcp dport 9292 ct state new counter packets 3398 bytes 203880 accept comment "100 glance_api_haproxy_frontend" # handle 529
		tcp dport 9293 ct state new counter packets 3398 bytes 203872 accept comment "100 glance_api_internal_haproxy_frontend" # handle 530
		tcp dport 8041 ct state new counter packets 3426 bytes 205496 accept comment "100 gnocchi_haproxy_frontend" # handle 531
		tcp dport 8000 ct state new counter packets 3395 bytes 203700 accept comment "100 heat_api_cfn_haproxy_frontend" # handle 532
		tcp dport 8004 ct state new counter packets 3394 bytes 203640 accept comment "100 heat_api_haproxy_frontend" # handle 533
		tcp dport 80 ct state new counter packets 3398 bytes 203880 accept comment "100 horizon_haproxy_frontend" # handle 534
		tcp dport 35357 ct state new counter packets 4 bytes 224 accept comment "100 keystone_admin_haproxy_frontend" # handle 535
		tcp dport 5000 ct state new counter packets 6991 bytes 418964 accept comment "100 keystone_public_haproxy_frontend" # handle 536
		tcp dport 8786 ct state new counter packets 3395 bytes 203700 accept comment "100 manila_haproxy_frontend" # handle 537
		tcp dport 3306 ct state new counter packets 164 bytes 9840 accept comment "100 mysql_haproxy" # handle 538
		tcp dport 9696 ct state new counter packets 3418 bytes 205032 accept comment "100 neutron_haproxy_frontend" # handle 539
		tcp dport 8775 ct state new counter packets 3409 bytes 204540 accept comment "100 nova_metadatahaproxy_frontend" # handle 540
		tcp dport 8774 ct state new counter packets 3477 bytes 208532 accept comment "100 nova_osapi_haproxy_frontend" # handle 541
		tcp dport 6080 ct state new counter packets 3400 bytes 204000 accept comment "100 nova_vncproxy_haproxy_frontend" # handle 542
		tcp dport 8778 ct state new counter packets 3473 bytes 208308 accept comment "100 placement_haproxy_frontend" # handle 543
		tcp dport 8080 ct state new counter packets 3399 bytes 203940 accept comment "100 swift_proxy_server_haproxy_frontend" # handle 544
		tcp dport { 873, 3123, 3306, 4444, 4567, 4568, 9200 } ct state new counter packets 6594 bytes 395640 accept comment "104 mysql galera-bundle" # handle 546
		udp dport 123 ct state new counter packets 0 bytes 0 accept comment "105 ntp" # handle 547
		tcp dport 1993 ct state new counter packets 0 bytes 0 accept comment "107 haproxy stats" # handle 548
		tcp dport { 3124, 6379, 26379 } ct state new counter packets 3706 bytes 222360 accept comment "108 redis-bundle" # handle 550
		tcp dport { 5667, 5668 } ct state new counter packets 827 bytes 49620 accept comment "109 accept internal metrics qdr ctlplane subnet 192.168.122.0/24" # handle 552
		tcp dport 5666 ct state new counter packets 0 bytes 0 accept comment "109 metrics qdr" # handle 553
		tcp dport { 3122, 4369, 5672, 25672-25683 } ct state new counter packets 328 bytes 19680 accept comment "109 rabbitmq-bundle" # handle 555
		tcp dport { 3300, 6789 } ct state new counter packets 957 bytes 57420 accept comment "110 ceph_mon" # handle 557
		tcp dport { 5000, 35357 } ct state new counter packets 0 bytes 0 accept comment "111 keystone" # handle 559
		tcp dport 6800-7300 ct state new counter packets 535 bytes 32100 accept comment "112 ceph_mds" # handle 560
		tcp dport 9292 ct state new counter packets 0 bytes 0 accept comment "112 glance_api" # handle 561
		tcp dport 9293 ct state new counter packets 0 bytes 0 accept comment "112 glance_api_internal" # handle 562
		tcp dport 6800-7300 ct state new counter packets 0 bytes 0 accept comment "113 ceph_mgr" # handle 563
		tcp dport 8774 ct state new counter packets 0 bytes 0 accept comment "113 nova_api" # handle 564
		tcp dport 9696 ct state new counter packets 0 bytes 0 accept comment "114 neutron api" # handle 565
		udp dport 4789 counter packets 0 bytes 0 accept comment "118 neutron vxlan networks" # handle 566
		tcp dport 8776 ct state new counter packets 0 bytes 0 accept comment "119 cinder" # handle 567
		udp dport 6081 counter packets 11030 bytes 1125060 accept comment "119 neutron geneve networks" # handle 568
		tcp dport 3260 ct state new counter packets 0 bytes 0 accept comment "120 iscsi initiator" # handle 569
		ip saddr 172.17.0.0/24 tcp dport 11211 ct state new counter packets 114 bytes 6840 accept comment "121 memcached 172.17.0.0/24" # handle 570
		ip saddr 172.17.0.0/24 tcp dport { 6641, 6642, 6643, 6644 } ct state new counter packets 709 bytes 42540 accept comment "121 OVN DB server and cluster ports for 172.17.0.0/24" # handle 572
		tcp dport 8080 ct state new counter packets 0 bytes 0 accept comment "122 swift proxy" # handle 573
		tcp dport { 873, 6000, 6001, 6002 } ct state new counter packets 32374 bytes 1942440 accept comment "123 swift storage" # handle 575
		ip saddr 192.168.122.0/24 udp dport 161 ct state new counter packets 0 bytes 0 accept comment "124 snmp 192.168.122.0/24" # handle 576
		tcp dport 8004 ct state new counter packets 0 bytes 0 accept comment "125 heat_api" # handle 577
		tcp dport 8000 ct state new counter packets 0 bytes 0 accept comment "125 heat_cfn" # handle 578
		tcp dport 80 ct state new counter packets 0 bytes 0 accept comment "126 horizon" # handle 579
		tcp dport 8042 ct state new counter packets 0 bytes 0 accept comment "128 aodh-api" # handle 580
		tcp dport 8041 ct state new counter packets 0 bytes 0 accept comment "129 gnocchi-api" # handle 581
		tcp dport { 2224, 3121, 21064 } ct state new counter packets 29 bytes 1740 accept comment "130 pacemaker tcp" # handle 583
		udp dport 5405 ct state new counter packets 0 bytes 0 accept comment "131 pacemaker udp" # handle 584
		tcp dport 6080 ct state new counter packets 0 bytes 0 accept comment "137 nova_vnc_proxy" # handle 585
		tcp dport 8778 ct state new counter packets 0 bytes 0 accept comment "138 placement" # handle 586
		tcp dport 8775 ct state new counter packets 0 bytes 0 accept comment "139 nova_metadata" # handle 587
		udp dport 8125 ct state new counter packets 0 bytes 0 accept comment "140 gnocchi-statsd" # handle 588
		tcp dport 8786 ct state new counter packets 0 bytes 0 accept comment "150 manila" # handle 589
		limit rate 20/minute burst 15 packets counter packets 158 bytes 6500 log prefix "DROPPING: " flags all comment "999 log all" # handle 590
	}

	chain EDPM_INPUT { # handle 611
		ct state established,related counter packets 481847 bytes 343975778 accept comment "000 accept related established rules" # handle 628
		meta l4proto icmp ct state new counter packets 4 bytes 158 accept comment "001 accept all icmp" # handle 629
		meta l4proto ipv6-icmp counter packets 12 bytes 864 accept comment "001 accept all ipv6-icmp" # handle 630
		iifname "lo" counter packets 532 bytes 31920 accept comment "002 accept all to lo interface" # handle 631
		ip saddr 0.0.0.0/0 tcp dport 22 ct state new counter packets 225 bytes 13384 accept comment "003 Allow ssh from 0.0.0.0/0" # handle 632
		ip6 daddr fe80::/64 udp dport 546 ct state new counter packets 0 bytes 0 accept comment "004 accept ipv6 dhcpv6" # handle 633
		udp dport 4789 ct state new counter packets 0 bytes 0 accept comment "118 neutron vxlan networks" # handle 634
		udp dport 6081 ct state untracked counter packets 13702 bytes 1397604 accept comment "119 neutron geneve networks" # handle 635
	}
}
table inet raw { # handle 5
	chain PREROUTING { # handle 1
		type filter hook prerouting priority raw; policy accept;
		jump EDPM_PREROUTING # handle 64
		jump TRIPLEO_PREROUTING # handle 50
	}

	chain OUTPUT { # handle 2
		type filter hook output priority raw; policy accept;
		jump EDPM_OUTPUT # handle 63
		jump TRIPLEO_OUTPUT # handle 49
	}

	chain TRIPLEO_OUTPUT { # handle 45
		udp dport 6081 ct state invalid counter packets 11035 bytes 1125570 notrack comment "120 neutron geneve networks no conntrack" # handle 47
	}

	chain TRIPLEO_PREROUTING { # handle 46
		udp dport 6081 ct state invalid counter packets 11030 bytes 1125060 notrack comment "121 neutron geneve networks no conntrack" # handle 48
	}

	chain EDPM_OUTPUT { # handle 59
		udp dport 6081 counter packets 13610 bytes 1388220 notrack comment "120 neutron geneve networks no conntrack" # handle 61
	}

	chain EDPM_PREROUTING { # handle 60
		udp dport 6081 counter packets 13702 bytes 1397604 notrack comment "121 neutron geneve networks no conntrack" # handle 62
	}
}
table inet nat { # handle 6
	chain PREROUTING { # handle 1
		type nat hook prerouting priority dstnat; policy accept;
	}

	chain INPUT { # handle 2
		type nat hook input priority 100; policy accept;
	}

	chain OUTPUT { # handle 3
		type nat hook output priority -100; policy accept;
	}

	chain POSTROUTING { # handle 4
		type nat hook postrouting priority srcnat; policy accept;
	}
}
table ip filter { # handle 7
	chain INPUT { # handle 1
		type filter hook input priority filter; policy accept;
		iifname "eth0" meta l4proto tcp ip saddr 38.102.83.114  counter packets 986 bytes 1168568 accept # handle 4
	}

	chain FORWARD { # handle 2
		type filter hook forward priority filter; policy accept;
	}

	chain OUTPUT { # handle 3
		type filter hook output priority filter; policy accept;
	}
}
table ip raw { # handle 8
	chain PREROUTING { # handle 1
		type filter hook prerouting priority raw; policy accept;
	}

	chain OUTPUT { # handle 2
		type filter hook output priority raw; policy accept;
	}
}
table ip nat { # handle 9
	chain PREROUTING { # handle 1
		type nat hook prerouting priority dstnat; policy accept;
	}

	chain INPUT { # handle 2
		type nat hook input priority 100; policy accept;
	}

	chain OUTPUT { # handle 3
		type nat hook output priority -100; policy accept;
	}

	chain POSTROUTING { # handle 4
		type nat hook postrouting priority srcnat; policy accept;
	}
}
table ip6 raw { # handle 10
	chain PREROUTING { # handle 1
		type filter hook prerouting priority raw; policy accept;
	}

	chain OUTPUT { # handle 2
		type filter hook output priority raw; policy accept;
	}
}
table ip6 filter { # handle 11
	chain INPUT { # handle 1
		type filter hook input priority filter; policy accept;
	}

	chain FORWARD { # handle 2
		type filter hook forward priority filter; policy accept;
	}

	chain OUTPUT { # handle 3
		type filter hook output priority filter; policy accept;
	}
}
