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 1697469 bytes 2787668902 accept comment "000 accept related established rules" # handle 520
		meta l4proto icmp ct state new counter packets 179 bytes 12022 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 36213 bytes 2173012 accept comment "002 accept all to lo interface" # handle 523
		tcp dport 22 ct state new counter packets 168 bytes 9980 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 3315 bytes 198900 accept comment "100 aodh_haproxy_frontend" # handle 527
		tcp dport 8776 ct state new counter packets 3317 bytes 199020 accept comment "100 cinder_haproxy_frontend" # handle 528
		tcp dport 9292 ct state new counter packets 3321 bytes 199260 accept comment "100 glance_api_haproxy_frontend" # handle 529
		tcp dport 9293 ct state new counter packets 3317 bytes 199020 accept comment "100 glance_api_internal_haproxy_frontend" # handle 530
		tcp dport 8041 ct state new counter packets 3331 bytes 199860 accept comment "100 gnocchi_haproxy_frontend" # handle 531
		tcp dport 8000 ct state new counter packets 3316 bytes 198960 accept comment "100 heat_api_cfn_haproxy_frontend" # handle 532
		tcp dport 8004 ct state new counter packets 3317 bytes 199020 accept comment "100 heat_api_haproxy_frontend" # handle 533
		tcp dport 80 ct state new counter packets 3318 bytes 199080 accept comment "100 horizon_haproxy_frontend" # handle 534
		tcp dport 35357 ct state new counter packets 0 bytes 0 accept comment "100 keystone_admin_haproxy_frontend" # handle 535
		tcp dport 5000 ct state new counter packets 6733 bytes 403980 accept comment "100 keystone_public_haproxy_frontend" # handle 536
		tcp dport 8786 ct state new counter packets 3314 bytes 198840 accept comment "100 manila_haproxy_frontend" # handle 537
		tcp dport 3306 ct state new counter packets 1 bytes 60 accept comment "100 mysql_haproxy" # handle 538
		tcp dport 9696 ct state new counter packets 3312 bytes 198720 accept comment "100 neutron_haproxy_frontend" # handle 539
		tcp dport 8775 ct state new counter packets 3316 bytes 198960 accept comment "100 nova_metadatahaproxy_frontend" # handle 540
		tcp dport 8774 ct state new counter packets 3340 bytes 200400 accept comment "100 nova_osapi_haproxy_frontend" # handle 541
		tcp dport 6080 ct state new counter packets 3320 bytes 199200 accept comment "100 nova_vncproxy_haproxy_frontend" # handle 542
		tcp dport 8778 ct state new counter packets 3346 bytes 200760 accept comment "100 placement_haproxy_frontend" # handle 543
		tcp dport 8080 ct state new counter packets 3321 bytes 199260 accept comment "100 swift_proxy_server_haproxy_frontend" # handle 544
		tcp dport { 873, 3123, 3306, 4444, 4567, 4568, 9200 } ct state new counter packets 6449 bytes 386940 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 899 bytes 53940 accept comment "108 redis-bundle" # handle 550
		tcp dport { 5667, 5668 } ct state new counter packets 2325 bytes 139500 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 372 bytes 22320 accept comment "109 rabbitmq-bundle" # handle 555
		tcp dport { 3300, 6789 } ct state new counter packets 1335 bytes 80100 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 64 bytes 3840 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 10500 bytes 1071000 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 135 bytes 8332 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 659 bytes 39540 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 34105 bytes 2046300 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 35 bytes 2100 accept comment "130 pacemaker tcp" # handle 583
		udp dport 5405 ct state new counter packets 2 bytes 216 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 21 bytes 1212 log prefix "DROPPING: " flags all comment "999 log all" # handle 590
	}

	chain EDPM_INPUT { # handle 611
		ct state established,related counter packets 401021 bytes 164993610 accept comment "000 accept related established rules" # handle 629
		meta l4proto icmp ct state new counter packets 185 bytes 12374 accept comment "001 accept all icmp" # handle 630
		meta l4proto ipv6-icmp counter packets 11 bytes 792 accept comment "001 accept all ipv6-icmp" # handle 631
		iifname "lo" counter packets 432 bytes 25920 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 30 bytes 1676 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 15131 bytes 1543362 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 10510 bytes 1072020 notrack comment "120 neutron geneve networks no conntrack" # handle 47
	}

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

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

	chain EDPM_PREROUTING { # handle 60
		udp dport 6081 counter packets 15131 bytes 1543362 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 956 bytes 1166780 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;
	}
}
