table inet filter { # handle 4
	chain INPUT { # handle 1
		type filter hook input priority filter; policy drop;
		jump EDPM_INPUT # handle 637
		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 2491581 bytes 3596719311 accept comment "000 accept related established rules" # handle 520
		meta l4proto icmp ct state new counter packets 122 bytes 8152 accept comment "001 accept all icmp" # handle 521
		meta l4proto ipv6-icmp counter packets 45 bytes 3240 accept comment "001 accept all ipv6-icmp" # handle 522
		iifname "lo" counter packets 37231 bytes 2233492 accept comment "002 accept all to lo interface" # handle 523
		tcp dport 22 ct state new counter packets 276 bytes 16088 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 3234 bytes 194040 accept comment "100 aodh_haproxy_frontend" # handle 527
		tcp dport 8776 ct state new counter packets 3236 bytes 194160 accept comment "100 cinder_haproxy_frontend" # handle 528
		tcp dport 9292 ct state new counter packets 3240 bytes 194400 accept comment "100 glance_api_haproxy_frontend" # handle 529
		tcp dport 9293 ct state new counter packets 3240 bytes 194384 accept comment "100 glance_api_internal_haproxy_frontend" # handle 530
		tcp dport 8041 ct state new counter packets 3253 bytes 195124 accept comment "100 gnocchi_haproxy_frontend" # handle 531
		tcp dport 8000 ct state new counter packets 3237 bytes 194220 accept comment "100 heat_api_cfn_haproxy_frontend" # handle 532
		tcp dport 8004 ct state new counter packets 3237 bytes 194220 accept comment "100 heat_api_haproxy_frontend" # handle 533
		tcp dport 80 ct state new counter packets 3239 bytes 194340 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 6647 bytes 398436 accept comment "100 keystone_public_haproxy_frontend" # handle 536
		tcp dport 8786 ct state new counter packets 3234 bytes 194040 accept comment "100 manila_haproxy_frontend" # handle 537
		tcp dport 3306 ct state new counter packets 182 bytes 10920 accept comment "100 mysql_haproxy" # handle 538
		tcp dport 9696 ct state new counter packets 3265 bytes 195868 accept comment "100 neutron_haproxy_frontend" # handle 539
		tcp dport 8775 ct state new counter packets 3252 bytes 195120 accept comment "100 nova_metadatahaproxy_frontend" # handle 540
		tcp dport 8774 ct state new counter packets 3319 bytes 199060 accept comment "100 nova_osapi_haproxy_frontend" # handle 541
		tcp dport 6080 ct state new counter packets 3241 bytes 194460 accept comment "100 nova_vncproxy_haproxy_frontend" # handle 542
		tcp dport 8778 ct state new counter packets 3311 bytes 198588 accept comment "100 placement_haproxy_frontend" # handle 543
		tcp dport 8080 ct state new counter packets 3245 bytes 194700 accept comment "100 swift_proxy_server_haproxy_frontend" # handle 544
		tcp dport { 873, 3123, 3306, 4444, 4567, 4568, 9200 } ct state new counter packets 6313 bytes 378780 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 3528 bytes 211680 accept comment "108 redis-bundle" # handle 550
		tcp dport { 5667, 5668 } ct state new counter packets 2301 bytes 138060 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 313 bytes 18780 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 538 bytes 32280 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 10208 bytes 1041216 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 125 bytes 7500 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 656 bytes 39360 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 27568 bytes 1654080 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 30 bytes 1800 accept comment "130 pacemaker tcp" # handle 583
		udp dport 5405 ct state new counter packets 1 bytes 108 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 18 bytes 1060 log prefix "DROPPING: " flags all comment "999 log all" # handle 590
	}

	chain EDPM_INPUT { # handle 611
		ct state established,related counter packets 491386 bytes 382365489 accept comment "000 accept related established rules" # handle 629
		meta l4proto icmp ct state new counter packets 61 bytes 3930 accept comment "001 accept all icmp" # handle 630
		meta l4proto ipv6-icmp counter packets 10 bytes 720 accept comment "001 accept all ipv6-icmp" # handle 631
		iifname "lo" counter packets 565 bytes 33900 accept comment "002 accept all to lo interface" # handle 632
		ip saddr 0.0.0.0/0 tcp dport 22 ct state new counter packets 75 bytes 4140 accept comment "003 Allow ssh from 0.0.0.0/0" # handle 633
		ip6 daddr fe80::/64 udp dport 546 ct state new counter packets 0 bytes 0 accept comment "004 accept ipv6 dhcpv6" # handle 634
		udp dport 4789 ct state new counter packets 0 bytes 0 accept comment "118 neutron vxlan networks" # handle 635
		udp dport 6081 ct state untracked counter packets 15031 bytes 1533162 accept comment "119 neutron geneve networks" # handle 636
	}
}
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 10199 bytes 1040298 notrack comment "120 neutron geneve networks no conntrack" # handle 47
	}

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

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

	chain EDPM_PREROUTING { # handle 60
		udp dport 6081 counter packets 15031 bytes 1533162 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 981 bytes 1171613 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;
	}
}
