table inet filter { # handle 4
	chain INPUT { # handle 1
		type filter hook input priority filter; policy drop;
		jump EDPM_INPUT # handle 277
		jump EDPM_INPUT # handle 244
		jump EDPM_INPUT # handle 219
		jump EDPM_INPUT # handle 200
		jump TRIPLEO_INPUT # handle 175
	}

	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 155
		ct state established,related counter packets 183956 bytes 1951984589 accept comment "000 accept related established rules" # handle 156
		meta l4proto icmp ct state new counter packets 5 bytes 231 accept comment "001 accept all icmp" # handle 157
		meta l4proto ipv6-icmp counter packets 49 bytes 3528 accept comment "001 accept all ipv6-icmp" # handle 158
		iifname "lo" counter packets 129 bytes 7656 accept comment "002 accept all to lo interface" # handle 159
		tcp dport 22 ct state new counter packets 86 bytes 5036 accept comment "003 accept ssh from all" # handle 160
		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 161
		ip6 daddr fe80::/64 udp dport 546 ct state new counter packets 0 bytes 0 accept comment "004 accept ipv6 dhcpv6" # handle 162
		udp dport 123 ct state new counter packets 0 bytes 0 accept comment "105 ntp" # handle 163
		tcp dport { 5667, 5668 } ct state new counter packets 0 bytes 0 accept comment "109 accept internal metrics qdr ctlplane subnet 192.168.122.0/24" # handle 165
		tcp dport 5666 ct state new counter packets 0 bytes 0 accept comment "109 metrics qdr" # handle 166
		ip saddr 172.17.0.0/24 tcp dport 2022 ct state new counter packets 0 bytes 0 accept comment "113 nova_migration_target accept api subnet 172.17.0.0/24" # handle 167
		ip saddr 172.17.0.0/24 tcp dport 2022 ct state new counter packets 0 bytes 0 accept comment "113 nova_migration_target accept libvirt subnet 172.17.0.0/24" # handle 168
		udp dport 4789 counter packets 0 bytes 0 accept comment "118 neutron vxlan networks" # handle 169
		udp dport 6081 counter packets 0 bytes 0 accept comment "119 neutron geneve networks" # handle 170
		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 171
		tcp dport { 5900-6923, 16514, 61152-61215 } ct state new counter packets 0 bytes 0 accept comment "200 nova_libvirt" # handle 173
		limit rate 20/minute burst 15 packets counter packets 1411 bytes 84500 log prefix "DROPPING: " flags all comment "999 log all" # handle 174
	}

	chain EDPM_INPUT { # handle 193
		tcp dport 9101 ct state new counter packets 97 bytes 5820 accept comment "000 Allow ceilometer_compute_prom_exporter traffic" # handle 262
		tcp dport 9100 ct state new counter packets 3 bytes 180 accept comment "000 Allow node_exporter traffic" # handle 263
		tcp dport 9882 ct state new counter packets 3 bytes 180 accept comment "000 Allow podman_exporter traffic" # handle 264
		ct state established,related counter packets 92364 bytes 131330973 accept comment "000 accept related established rules" # handle 265
		tcp dport 9105 ct state new counter packets 3 bytes 180 accept comment "001 Allow openstack_network_exporter traffic" # handle 266
		meta l4proto icmp ct state new counter packets 6 bytes 222 accept comment "001 accept all icmp" # handle 267
		meta l4proto ipv6-icmp counter packets 9 bytes 648 accept comment "001 accept all ipv6-icmp" # handle 268
		iifname "lo" counter packets 5 bytes 300 accept comment "002 accept all to lo interface" # handle 269
		ip saddr 0.0.0.0/0 tcp dport 22 ct state new counter packets 62 bytes 3664 accept comment "003 Allow ssh from 0.0.0.0/0" # handle 270
		ip6 daddr fe80::/64 udp dport 546 ct state new counter packets 0 bytes 0 accept comment "004 accept ipv6 dhcpv6" # handle 271
		tcp dport 5900-6923 ct state new counter packets 0 bytes 0 accept comment "005 Allow vnc access on all networks." # handle 272
		tcp dport 61152-61215 ct state new counter packets 0 bytes 0 accept comment "006 Allow libvirt live migration traffic" # handle 273
		tcp dport 16514 ct state new counter packets 0 bytes 0 accept comment "007 Allow libvirt tls" # handle 274
		udp dport 4789 ct state new counter packets 0 bytes 0 accept comment "118 neutron vxlan networks" # handle 275
		udp dport 6081 ct state untracked counter packets 9256 bytes 944064 accept comment "119 neutron geneve networks" # handle 276
	}
}
table inet raw { # handle 5
	chain PREROUTING { # handle 1
		type filter hook prerouting priority raw; policy accept;
		jump EDPM_PREROUTING # handle 84
		jump EDPM_PREROUTING # handle 74
		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 83
		jump EDPM_OUTPUT # handle 73
		jump EDPM_OUTPUT # handle 63
		jump TRIPLEO_OUTPUT # handle 49
	}

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

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

	chain EDPM_OUTPUT { # handle 59
		udp dport 6081 counter packets 27807 bytes 2836686 notrack comment "120 neutron geneve networks no conntrack" # handle 81
	}

	chain EDPM_PREROUTING { # handle 60
		udp dport 6081 counter packets 27768 bytes 2832192 notrack comment "121 neutron geneve networks no conntrack" # handle 82
	}
}
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 744 bytes 1012368 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;
	}
}
