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 1496388 bytes 3033681592 accept comment "000 accept related established rules" # handle 520
		meta l4proto icmp ct state new counter packets 7 bytes 252 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 35364 bytes 2121784 accept comment "002 accept all to lo interface" # handle 523
		tcp dport 22 ct state new counter packets 922 bytes 51836 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 3240 bytes 194400 accept comment "100 cinder_haproxy_frontend" # handle 528
		tcp dport 9292 ct state new counter packets 3244 bytes 194640 accept comment "100 glance_api_haproxy_frontend" # handle 529
		tcp dport 9293 ct state new counter packets 3238 bytes 194280 accept comment "100 glance_api_internal_haproxy_frontend" # handle 530
		tcp dport 8041 ct state new counter packets 3248 bytes 194880 accept comment "100 gnocchi_haproxy_frontend" # handle 531
		tcp dport 8000 ct state new counter packets 3238 bytes 194280 accept comment "100 heat_api_cfn_haproxy_frontend" # handle 532
		tcp dport 8004 ct state new counter packets 3238 bytes 194280 accept comment "100 heat_api_haproxy_frontend" # handle 533
		tcp dport 80 ct state new counter packets 3240 bytes 194400 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 6649 bytes 398940 accept comment "100 keystone_public_haproxy_frontend" # handle 536
		tcp dport 8786 ct state new counter packets 3236 bytes 194160 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 3262 bytes 195720 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 3263 bytes 195780 accept comment "100 nova_osapi_haproxy_frontend" # handle 541
		tcp dport 6080 ct state new counter packets 3242 bytes 194520 accept comment "100 nova_vncproxy_haproxy_frontend" # handle 542
		tcp dport 8778 ct state new counter packets 3264 bytes 195840 accept comment "100 placement_haproxy_frontend" # handle 543
		tcp dport 8080 ct state new counter packets 3246 bytes 194760 accept comment "100 swift_proxy_server_haproxy_frontend" # handle 544
		tcp dport { 873, 3123, 3306, 4444, 4567, 4568, 9200 } ct state new counter packets 6304 bytes 378240 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 690 bytes 41400 accept comment "108 redis-bundle" # handle 550
		tcp dport { 5667, 5668 } ct state new counter packets 1518 bytes 91080 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 347 bytes 20820 accept comment "109 rabbitmq-bundle" # handle 555
		tcp dport { 3300, 6789 } ct state new counter packets 1129 bytes 67740 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 32 bytes 1920 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 10267 bytes 1047234 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 115 bytes 6900 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 646 bytes 38760 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 27302 bytes 1638120 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 36 bytes 2160 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 49 bytes 2620 log prefix "DROPPING: " flags all comment "999 log all" # handle 590
	}

	chain EDPM_INPUT { # handle 611
		ct state established,related counter packets 307419 bytes 156675231 accept comment "000 accept related established rules" # handle 628
		meta l4proto icmp ct state new counter packets 7 bytes 246 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 394 bytes 23640 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 159 bytes 10348 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 13845 bytes 1412190 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 10278 bytes 1048356 notrack comment "120 neutron geneve networks no conntrack" # handle 47
	}

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

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

	chain EDPM_PREROUTING { # handle 60
		udp dport 6081 counter packets 13845 bytes 1412190 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 926 bytes 1165280 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;
	}
}
