Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

NAT not working under higher load #890

Open
imp1sh opened this issue Jan 18, 2024 · 2 comments
Open

NAT not working under higher load #890

imp1sh opened this issue Jan 18, 2024 · 2 comments

Comments

@imp1sh
Copy link

imp1sh commented Jan 18, 2024

Debian 12 netavark 1.4.0-3 podman 4.3.1+ds1-8+b1 aardvark 1.4.0-3

I experience issues with NAT not being done, in my case only for one source address. My traffic is 99% IPv6.
I run an rsyslog container. The syslog clients send the traffic to the podman host on port 514 UDP.
With tcpdump I see that the traffic hits the host and is then DNATed to the IP of the container

16:15:56.208912 ens18 In  IP6 2001:4aaa:28d4:7300::10.47492 > 2001:4aaa:28d4:7300::1f.514: SYSLOG daemon.error, length: 121
16:15:56.208923 podman1 Out IP6 2001:4aaa:28d4:7300::10.47492 > fda9:92d6:18ac:e10e::4ce.514: SYSLOG daemon.error, length: 121

One syslog client is much more active than others as it's a firewall that sends all rejected/dropped packet logs to the rsyslog container. Those packets are not NATed thus never arriving at the container.
I'm not certain that it's due to the fact that the traffic from this source is higher but it's my best guess.

16:15:51.520750 ens18 In  IP6 2001:4aaa:28d4:7300::1.52900 > 2001:4aaa:28d4:7300::1f.514: SYSLOG kernel.warning, length: 294
16:15:51.850439 ens18 In  IP6 2001:4aaa:28d4:7300::1.52900 > 2001:4aaa:28d4:7300::1f.514: SYSLOG kernel.warning, length: 294
16:15:52.750655 ens18 In  IP6 2001:4aaa:28d4:7300::1.52900 > 2001:4aaa:28d4:7300::1f.514: SYSLOG kernel.warning, length: 294
16:15:52.750656 ens18 In  IP6 2001:4aaa:28d4:7300::1.52900 > 2001:4aaa:28d4:7300::1f.514: SYSLOG kernel.warning, length: 294
16:15:52.860613 ens18 In  IP6 2001:4aaa:28d4:7300::1.52900 > 2001:4aaa:28d4:7300::1f.514: SYSLOG kernel.warning, length: 294
16:15:52.860630 ens18 In  IP6 2001:4aaa:28d4:7300::1.52900 > 2001:4aaa:28d4:7300::1f.514: SYSLOG kernel.warning, length: 294
16:15:53.380422 ens18 In  IP6 2001:4aaa:28d4:7300::1.52900 > 2001:4aaa:28d4:7300::1f.514: SYSLOG kernel.warning, length: 294
16:15:54.200551 ens18 In  IP6 2001:4aaa:28d4:7300::1.52900 > 2001:4aaa:28d4:7300::1f.514: SYSLOG kernel.warning, length: 301
16:15:54.250611 ens18 In  IP6 2001:4aaa:28d4:7300::1.52900 > 2001:4aaa:28d4:7300::1f.514: SYSLOG kernel.warning, length: 294
16:15:54.260591 ens18 In  IP6 2001:4aaa:28d4:7300::1.52900 > 2001:4aaa:28d4:7300::1f.514: SYSLOG kernel.warning, length: 294
16:15:54.600579 ens18 In  IP6 2001:4aaa:28d4:7300::1.52900 > 2001:4aaa:28d4:7300::1f.514: SYSLOG kernel.warning, length: 294
16:15:54.600806 ens18 In  IP6 2001:4aaa:28d4:7300::1.52900 > 2001:4aaa:28d4:7300::1f.514: SYSLOG kernel.warning, length: 294

This is the network my guests use:

[
     {
          "name": "podmannet",
          "id": "cbea01b7398ff5fdf95faf1a5275d62d0691f0821a7906f4dd36bfe054956b53",
          "driver": "bridge",
          "network_interface": "podman1",
          "created": "2023-11-01T23:35:21.231236772+01:00",
          "subnets": [
               {
                    "subnet": "10.89.0.0/24",
                    "gateway": "10.89.0.1"
               },
               {
                    "subnet": "fda9:92d6:18ac:e10e::/64",
                    "gateway": "fda9:92d6:18ac:e10e::1"
               }
          ],
          "ipv6_enabled": true,
          "internal": false,
          "dns_enabled": true,
          "ipam_options": {
               "driver": "host-local"
          }
     }
]

Here's an excerpt of the nft ruleset:

        chain NETAVARK-DN-AA6364D1A4EDD {
[...]
                ip6 saddr fda9:92d6:18ac:e10e::/64 tcp dport 514 counter packets 0 bytes 0 jump NETAVARK-HOSTPORT-SETMARK
                ip6 saddr ::1 tcp dport 514 counter packets 0 bytes 0 jump NETAVARK-HOSTPORT-SETMARK
                tcp dport 514 counter packets 0 bytes 0 
                ip6 saddr fda9:92d6:18ac:e10e::/64 udp dport 514 counter packets 0 bytes 0 jump NETAVARK-HOSTPORT-SETMARK
                ip6 saddr ::1 udp dport 514 counter packets 0 bytes 0 jump NETAVARK-HOSTPORT-SETMARK
                udp dport 514 counter packets 3073 bytes 509720 
        }
@imp1sh imp1sh changed the title NAT sporadically not working NAT not working under higher load Jan 18, 2024
@mheon
Copy link
Member

mheon commented Jan 18, 2024

Can you provide the full nat table?

@imp1sh
Copy link
Author

imp1sh commented Jan 18, 2024

of course, here you go

        chain NETAVARK-DN-AA6364D1A4EDD {
                ip saddr 10.89.0.0/24 tcp dport 9200 counter packets 0 bytes 0 jump NETAVARK-HOSTPORT-SETMARK
                ip saddr 127.0.0.1 tcp dport 9200 counter packets 0 bytes 0 jump NETAVARK-HOSTPORT-SETMARK
                tcp dport 9200 counter packets 0 bytes 0 dnat to 10.89.0.2:9200
                ip saddr 10.89.0.0/24 ip daddr 10.10.129.39 tcp dport 53 counter packets 0 bytes 0 jump NETAVARK-HOSTPORT-SETMARK
                ip saddr 127.0.0.1 ip daddr 10.10.129.39 tcp dport 53 counter packets 0 bytes 0 jump NETAVARK-HOSTPORT-SETMARK
                ip daddr 10.10.129.39 tcp dport 53 counter packets 0 bytes 0 dnat to 10.89.0.3:53
                ip saddr 10.89.0.0/24 ip daddr 10.10.129.39 udp dport 53 counter packets 0 bytes 0 jump NETAVARK-HOSTPORT-SETMARK
                ip saddr 127.0.0.1 ip daddr 10.10.129.39 udp dport 53 counter packets 0 bytes 0 jump NETAVARK-HOSTPORT-SETMARK
                ip daddr 10.10.129.39 udp dport 53 counter packets 0 bytes 0 dnat to 10.89.0.3:53
                ip saddr 10.89.0.0/24 tcp dport 4000 counter packets 0 bytes 0 jump NETAVARK-HOSTPORT-SETMARK
                ip saddr 127.0.0.1 tcp dport 4000 counter packets 0 bytes 0 jump NETAVARK-HOSTPORT-SETMARK
                tcp dport 4000 counter packets 0 bytes 0 dnat to 10.89.0.3:4000
                ip saddr 10.89.0.0/24 tcp dport 3829 counter packets 0 bytes 0 jump NETAVARK-HOSTPORT-SETMARK
                ip saddr 127.0.0.1 tcp dport 3829 counter packets 0 bytes 0 jump NETAVARK-HOSTPORT-SETMARK
                tcp dport 3829 counter packets 178 bytes 10680 dnat to 10.89.0.5:80
                ip saddr 10.89.0.0/24 tcp dport 8082 counter packets 0 bytes 0 jump NETAVARK-HOSTPORT-SETMARK
                ip saddr 127.0.0.1 tcp dport 8082 counter packets 0 bytes 0 jump NETAVARK-HOSTPORT-SETMARK
                tcp dport 8082 counter packets 1449 bytes 86940 dnat to 10.89.0.5:8082
                ip saddr 10.89.0.0/24 tcp dport 3000 counter packets 0 bytes 0 jump NETAVARK-HOSTPORT-SETMARK
                ip saddr 127.0.0.1 tcp dport 3000 counter packets 0 bytes 0 jump NETAVARK-HOSTPORT-SETMARK
                tcp dport 3000 counter packets 2126 bytes 127560 dnat to 10.89.0.6:3000
                ip saddr 10.89.0.0/24 tcp dport 3003 counter packets 0 bytes 0 jump NETAVARK-HOSTPORT-SETMARK
                ip saddr 127.0.0.1 tcp dport 3003 counter packets 0 bytes 0 jump NETAVARK-HOSTPORT-SETMARK
                tcp dport 3003 counter packets 0 bytes 0 dnat to 10.89.0.7:3000
                ip saddr 10.89.0.0/24 tcp dport 3002 counter packets 0 bytes 0 jump NETAVARK-HOSTPORT-SETMARK
                ip saddr 127.0.0.1 tcp dport 3002 counter packets 0 bytes 0 jump NETAVARK-HOSTPORT-SETMARK
                tcp dport 3002 counter packets 5 bytes 300 dnat to 10.89.0.8:3000
                ip saddr 10.89.0.0/24 tcp dport 3004 counter packets 0 bytes 0 jump NETAVARK-HOSTPORT-SETMARK
                ip saddr 127.0.0.1 tcp dport 3004 counter packets 0 bytes 0 jump NETAVARK-HOSTPORT-SETMARK
                tcp dport 3004 counter packets 0 bytes 0 dnat to 10.89.0.9:3000
                ip saddr 10.89.0.0/24 tcp dport 3005 counter packets 0 bytes 0 jump NETAVARK-HOSTPORT-SETMARK
                ip saddr 127.0.0.1 tcp dport 3005 counter packets 0 bytes 0 jump NETAVARK-HOSTPORT-SETMARK
                tcp dport 3005 counter packets 2081 bytes 124860 dnat to 10.89.0.10:3000
                ip saddr 10.89.0.0/24 tcp dport 8415 counter packets 0 bytes 0 jump NETAVARK-HOSTPORT-SETMARK
                ip saddr 127.0.0.1 tcp dport 8415 counter packets 0 bytes 0 jump NETAVARK-HOSTPORT-SETMARK
                tcp dport 8415 counter packets 1 bytes 60 dnat to 10.89.0.11:8069
                ip saddr 10.89.0.0/24 tcp dport 8000 counter packets 0 bytes 0 jump NETAVARK-HOSTPORT-SETMARK
                ip saddr 127.0.0.1 tcp dport 8000 counter packets 0 bytes 0 jump NETAVARK-HOSTPORT-SETMARK
                tcp dport 8000 counter packets 0 bytes 0 dnat to 10.89.0.12:8000
                ip saddr 10.89.0.0/24 tcp dport 3842 counter packets 0 bytes 0 jump NETAVARK-HOSTPORT-SETMARK
                ip saddr 127.0.0.1 tcp dport 3842 counter packets 0 bytes 0 jump NETAVARK-HOSTPORT-SETMARK
                tcp dport 3842 counter packets 0 bytes 0 dnat to 10.89.0.14:80
                ip saddr 10.89.0.0/24 tcp dport 25566 counter packets 0 bytes 0 jump NETAVARK-HOSTPORT-SETMARK
                ip saddr 127.0.0.1 tcp dport 25566 counter packets 0 bytes 0 jump NETAVARK-HOSTPORT-SETMARK
                tcp dport 25566 counter packets 0 bytes 0 dnat to 10.89.0.15:25565
                ip saddr 10.89.0.0/24 tcp dport 8520 counter packets 0 bytes 0 jump NETAVARK-HOSTPORT-SETMARK
                ip saddr 127.0.0.1 tcp dport 8520 counter packets 0 bytes 0 jump NETAVARK-HOSTPORT-SETMARK
                tcp dport 8520 counter packets 0 bytes 0 dnat to 10.89.0.18:8000
                ip saddr 10.89.0.0/24 tcp dport 3100 counter packets 0 bytes 0 jump NETAVARK-HOSTPORT-SETMARK
                ip saddr 127.0.0.1 tcp dport 3100 counter packets 2 bytes 120 jump NETAVARK-HOSTPORT-SETMARK
                tcp dport 3100 counter packets 2 bytes 120 dnat to 10.89.0.19:3100
                ip saddr 10.89.0.0/24 tcp dport 8147 counter packets 0 bytes 0 jump NETAVARK-HOSTPORT-SETMARK
                ip saddr 127.0.0.1 tcp dport 8147 counter packets 0 bytes 0 jump NETAVARK-HOSTPORT-SETMARK
                tcp dport 8147 counter packets 0 bytes 0 dnat to 10.89.0.20:3000
                ip saddr 10.89.0.0/24 tcp dport 8416 counter packets 0 bytes 0 jump NETAVARK-HOSTPORT-SETMARK
                ip saddr 127.0.0.1 tcp dport 8416 counter packets 0 bytes 0 jump NETAVARK-HOSTPORT-SETMARK
                tcp dport 8416 counter packets 0 bytes 0 dnat to 10.89.0.21:9090
                ip saddr 10.89.0.0/24 tcp dport 8985 counter packets 0 bytes 0 jump NETAVARK-HOSTPORT-SETMARK
                ip saddr 127.0.0.1 tcp dport 8985 counter packets 0 bytes 0 jump NETAVARK-HOSTPORT-SETMARK
                tcp dport 8985 counter packets 0 bytes 0 dnat to 10.89.0.22:8080
                ip saddr 10.89.0.0/24 tcp dport 8083 counter packets 0 bytes 0 jump NETAVARK-HOSTPORT-SETMARK
                ip saddr 127.0.0.1 tcp dport 8083 counter packets 0 bytes 0 jump NETAVARK-HOSTPORT-SETMARK
                tcp dport 8083 counter packets 0 bytes 0 dnat to 10.89.0.23:8083
                ip saddr 10.89.0.0/24 tcp dport 8001 counter packets 0 bytes 0 jump NETAVARK-HOSTPORT-SETMARK
                ip saddr 127.0.0.1 tcp dport 8001 counter packets 0 bytes 0 jump NETAVARK-HOSTPORT-SETMARK
                tcp dport 8001 counter packets 0 bytes 0 dnat to 10.89.0.24:8080
                ip saddr 10.89.0.0/24 tcp dport 9641 counter packets 0 bytes 0 jump NETAVARK-HOSTPORT-SETMARK
                ip saddr 127.0.0.1 tcp dport 9641 counter packets 0 bytes 0 jump NETAVARK-HOSTPORT-SETMARK
                tcp dport 9641 counter packets 0 bytes 0 dnat to 10.89.0.25:9641
                ip saddr 10.89.0.0/24 tcp dport 1883 counter packets 0 bytes 0 jump NETAVARK-HOSTPORT-SETMARK
                ip saddr 127.0.0.1 tcp dport 1883 counter packets 0 bytes 0 jump NETAVARK-HOSTPORT-SETMARK
                tcp dport 1883 counter packets 5 bytes 284 dnat to 10.89.0.26:1883
                ip saddr 10.89.0.0/24 tcp dport 9001 counter packets 0 bytes 0 jump NETAVARK-HOSTPORT-SETMARK
                ip saddr 127.0.0.1 tcp dport 9001 counter packets 0 bytes 0 jump NETAVARK-HOSTPORT-SETMARK
                tcp dport 9001 counter packets 0 bytes 0 dnat to 10.89.0.26:9001
                ip saddr 10.89.0.0/24 tcp dport 8984 counter packets 0 bytes 0 jump NETAVARK-HOSTPORT-SETMARK
                ip saddr 127.0.0.1 tcp dport 8984 counter packets 0 bytes 0 jump NETAVARK-HOSTPORT-SETMARK
                tcp dport 8984 counter packets 0 bytes 0 dnat to 10.89.0.27:8008
                ip saddr 10.89.0.0/24 tcp dport 8136 counter packets 0 bytes 0 jump NETAVARK-HOSTPORT-SETMARK
                ip saddr 127.0.0.1 tcp dport 8136 counter packets 0 bytes 0 jump NETAVARK-HOSTPORT-SETMARK
                tcp dport 8136 counter packets 0 bytes 0 dnat to 10.89.0.28:8082
                ip saddr 10.89.0.0/24 tcp dport 8135 counter packets 0 bytes 0 jump NETAVARK-HOSTPORT-SETMARK
                ip saddr 127.0.0.1 tcp dport 8135 counter packets 0 bytes 0 jump NETAVARK-HOSTPORT-SETMARK
                tcp dport 8135 counter packets 0 bytes 0 dnat to 10.89.0.30:88
                ip saddr 10.89.0.0/24 tcp dport 8134 counter packets 0 bytes 0 jump NETAVARK-HOSTPORT-SETMARK
                ip saddr 127.0.0.1 tcp dport 8134 counter packets 0 bytes 0 jump NETAVARK-HOSTPORT-SETMARK
                tcp dport 8134 counter packets 0 bytes 0 dnat to 10.89.0.31:8083
                ip saddr 10.89.0.0/24 tcp dport 4323 counter packets 0 bytes 0 jump NETAVARK-HOSTPORT-SETMARK
                ip saddr 127.0.0.1 tcp dport 4323 counter packets 0 bytes 0 jump NETAVARK-HOSTPORT-SETMARK
                tcp dport 4323 counter packets 0 bytes 0 dnat to 10.89.0.33:80
                ip saddr 10.89.0.0/24 tcp dport 8983 counter packets 0 bytes 0 jump NETAVARK-HOSTPORT-SETMARK
                ip saddr 127.0.0.1 tcp dport 8983 counter packets 0 bytes 0 jump NETAVARK-HOSTPORT-SETMARK
                tcp dport 8983 counter packets 0 bytes 0 dnat to 10.89.0.34:8983
                ip saddr 10.89.0.0/24 tcp dport 8982 counter packets 0 bytes 0 jump NETAVARK-HOSTPORT-SETMARK
                ip saddr 127.0.0.1 tcp dport 8982 counter packets 0 bytes 0 jump NETAVARK-HOSTPORT-SETMARK
                tcp dport 8982 counter packets 0 bytes 0 dnat to 10.89.0.35:8982
                ip saddr 10.89.0.0/24 tcp dport 8980 counter packets 0 bytes 0 jump NETAVARK-HOSTPORT-SETMARK
                ip saddr 127.0.0.1 tcp dport 8980 counter packets 0 bytes 0 jump NETAVARK-HOSTPORT-SETMARK
                tcp dport 8980 counter packets 0 bytes 0 dnat to 10.89.0.36:8980
                ip saddr 10.89.0.0/24 tcp dport 7106 counter packets 0 bytes 0 jump NETAVARK-HOSTPORT-SETMARK
                ip saddr 127.0.0.1 tcp dport 7106 counter packets 0 bytes 0 jump NETAVARK-HOSTPORT-SETMARK
                tcp dport 7106 counter packets 0 bytes 0 dnat to 10.89.0.37:8081
                ip saddr 10.89.0.0/24 tcp dport 7104 counter packets 0 bytes 0 jump NETAVARK-HOSTPORT-SETMARK
                ip saddr 127.0.0.1 tcp dport 7104 counter packets 0 bytes 0 jump NETAVARK-HOSTPORT-SETMARK
                tcp dport 7104 counter packets 0 bytes 0 dnat to 10.89.0.39:8080
                ip saddr 10.89.0.0/24 tcp dport 7101 counter packets 0 bytes 0 jump NETAVARK-HOSTPORT-SETMARK
                ip saddr 127.0.0.1 tcp dport 7101 counter packets 0 bytes 0 jump NETAVARK-HOSTPORT-SETMARK
                tcp dport 7101 counter packets 0 bytes 0 dnat to 10.89.0.40:8080
                ip saddr 10.89.0.0/24 tcp dport 7102 counter packets 0 bytes 0 jump NETAVARK-HOSTPORT-SETMARK
                ip saddr 127.0.0.1 tcp dport 7102 counter packets 0 bytes 0 jump NETAVARK-HOSTPORT-SETMARK
                tcp dport 7102 counter packets 0 bytes 0 dnat to 10.89.0.41:8080
                ip saddr 10.89.0.0/24 tcp dport 9188 counter packets 0 bytes 0 jump NETAVARK-HOSTPORT-SETMARK
                ip saddr 127.0.0.1 tcp dport 9188 counter packets 0 bytes 0 jump NETAVARK-HOSTPORT-SETMARK
                tcp dport 9188 counter packets 0 bytes 0 dnat to 10.89.0.42:9187
                ip saddr 10.89.0.0/24 tcp dport 9527 counter packets 0 bytes 0 jump NETAVARK-HOSTPORT-SETMARK
                ip saddr 127.0.0.1 tcp dport 9527 counter packets 0 bytes 0 jump NETAVARK-HOSTPORT-SETMARK
                tcp dport 9527 counter packets 0 bytes 0 dnat to 10.89.0.43:3000
                ip saddr 10.89.0.0/24 tcp dport 9081 counter packets 0 bytes 0 jump NETAVARK-HOSTPORT-SETMARK
                ip saddr 127.0.0.1 tcp dport 9081 counter packets 0 bytes 0 jump NETAVARK-HOSTPORT-SETMARK
                tcp dport 9081 counter packets 0 bytes 0 dnat to 10.89.0.44:9081
                ip saddr 10.89.0.0/24 tcp dport 514 counter packets 0 bytes 0 jump NETAVARK-HOSTPORT-SETMARK
                ip saddr 127.0.0.1 tcp dport 514 counter packets 0 bytes 0 jump NETAVARK-HOSTPORT-SETMARK
                tcp dport 514 counter packets 0 bytes 0 dnat to 10.89.0.45:514
                ip saddr 10.89.0.0/24 udp dport 514 counter packets 0 bytes 0 jump NETAVARK-HOSTPORT-SETMARK
                ip saddr 127.0.0.1 udp dport 514 counter packets 0 bytes 0 jump NETAVARK-HOSTPORT-SETMARK
                udp dport 514 counter packets 0 bytes 0 dnat to 10.89.0.45:514
                ip saddr 10.89.0.0/24 tcp dport 7105 counter packets 0 bytes 0 jump NETAVARK-HOSTPORT-SETMARK
                ip saddr 127.0.0.1 tcp dport 7105 counter packets 0 bytes 0 jump NETAVARK-HOSTPORT-SETMARK
                tcp dport 7105 counter packets 0 bytes 0 dnat to 10.89.0.48:8080
                ip saddr 10.89.0.0/24 tcp dport 8096 counter packets 0 bytes 0 jump NETAVARK-HOSTPORT-SETMARK
                ip saddr 127.0.0.1 tcp dport 8096 counter packets 0 bytes 0 jump NETAVARK-HOSTPORT-SETMARK
                tcp dport 8096 counter packets 0 bytes 0 dnat to 10.89.0.49:8096
                ip saddr 10.89.0.0/24 tcp dport 8111 counter packets 0 bytes 0 jump NETAVARK-HOSTPORT-SETMARK
                ip saddr 127.0.0.1 tcp dport 8111 counter packets 0 bytes 0 jump NETAVARK-HOSTPORT-SETMARK
                tcp dport 8111 counter packets 0 bytes 0 dnat to 10.89.0.50:8080
                ip saddr 10.89.0.0/24 tcp dport 7070 counter packets 0 bytes 0 jump NETAVARK-HOSTPORT-SETMARK
                ip saddr 127.0.0.1 tcp dport 7070 counter packets 0 bytes 0 jump NETAVARK-HOSTPORT-SETMARK
                tcp dport 7070 counter packets 0 bytes 0 dnat to 10.89.0.63:7070
                ip saddr 10.89.0.0/24 tcp dport 8887 counter packets 0 bytes 0 jump NETAVARK-HOSTPORT-SETMARK
                ip saddr 127.0.0.1 tcp dport 8887 counter packets 0 bytes 0 jump NETAVARK-HOSTPORT-SETMARK
                tcp dport 8887 counter packets 0 bytes 0 dnat to 10.89.0.63:8887
                ip saddr 10.89.0.0/24 udp dport 7090 counter packets 0 bytes 0 jump NETAVARK-HOSTPORT-SETMARK
                ip saddr 127.0.0.1 udp dport 7090 counter packets 0 bytes 0 jump NETAVARK-HOSTPORT-SETMARK
                udp dport 7090 counter packets 0 bytes 0 dnat to 10.89.0.63:7090
                ip saddr 10.89.0.0/24 udp dport 9522 counter packets 0 bytes 0 jump NETAVARK-HOSTPORT-SETMARK
                ip saddr 127.0.0.1 udp dport 9522 counter packets 0 bytes 0 jump NETAVARK-HOSTPORT-SETMARK
                udp dport 9522 counter packets 0 bytes 0 dnat to 10.89.0.63:9522
        }
        chain NETAVARK-DN-AA6364D1A4EDD {
                ip6 saddr fda9:92d6:18ac:e10e::/64 tcp dport 9200 counter packets 0 bytes 0 jump NETAVARK-HOSTPORT-SETMARK
                ip6 saddr ::1 tcp dport 9200 counter packets 0 bytes 0 jump NETAVARK-HOSTPORT-SETMARK
                tcp dport 9200 counter packets 0 bytes 0 
                ip6 saddr fda9:92d6:18ac:e10e::/64 ip6 daddr 2001:4dd0:28d4:7300::1f tcp dport 53 counter packets 0 bytes 0 jump NETAVARK-HOSTPORT-SETMARK
                ip6 saddr ::1 ip6 daddr 2001:4dd0:28d4:7300::1f tcp dport 53 counter packets 0 bytes 0 jump NETAVARK-HOSTPORT-SETMARK
                ip6 daddr 2001:4dd0:28d4:7300::1f tcp dport 53 counter packets 0 bytes 0 
                ip6 saddr fda9:92d6:18ac:e10e::/64 ip6 daddr 2001:4dd0:28d4:7300::1f udp dport 53 counter packets 0 bytes 0 jump NETAVARK-HOSTPORT-SETMARK
                ip6 saddr ::1 ip6 daddr 2001:4dd0:28d4:7300::1f udp dport 53 counter packets 0 bytes 0 jump NETAVARK-HOSTPORT-SETMARK
                ip6 daddr 2001:4dd0:28d4:7300::1f udp dport 53 counter packets 0 bytes 0 
                ip6 saddr fda9:92d6:18ac:e10e::/64 tcp dport 4000 counter packets 0 bytes 0 jump NETAVARK-HOSTPORT-SETMARK
                ip6 saddr ::1 tcp dport 4000 counter packets 0 bytes 0 jump NETAVARK-HOSTPORT-SETMARK
                tcp dport 4000 counter packets 0 bytes 0 
                ip6 saddr fda9:92d6:18ac:e10e::/64 tcp dport 3829 counter packets 0 bytes 0 jump NETAVARK-HOSTPORT-SETMARK
                ip6 saddr ::1 tcp dport 3829 counter packets 0 bytes 0 jump NETAVARK-HOSTPORT-SETMARK
                tcp dport 3829 counter packets 0 bytes 0 
                ip6 saddr fda9:92d6:18ac:e10e::/64 tcp dport 8082 counter packets 0 bytes 0 jump NETAVARK-HOSTPORT-SETMARK
                ip6 saddr ::1 tcp dport 8082 counter packets 0 bytes 0 jump NETAVARK-HOSTPORT-SETMARK
                tcp dport 8082 counter packets 0 bytes 0 
                ip6 saddr fda9:92d6:18ac:e10e::/64 tcp dport 3000 counter packets 0 bytes 0 jump NETAVARK-HOSTPORT-SETMARK
                ip6 saddr ::1 tcp dport 3000 counter packets 0 bytes 0 jump NETAVARK-HOSTPORT-SETMARK
                tcp dport 3000 counter packets 0 bytes 0 
                ip6 saddr fda9:92d6:18ac:e10e::/64 tcp dport 3003 counter packets 0 bytes 0 jump NETAVARK-HOSTPORT-SETMARK
                ip6 saddr ::1 tcp dport 3003 counter packets 0 bytes 0 jump NETAVARK-HOSTPORT-SETMARK
                tcp dport 3003 counter packets 0 bytes 0 
                ip6 saddr fda9:92d6:18ac:e10e::/64 tcp dport 3002 counter packets 0 bytes 0 jump NETAVARK-HOSTPORT-SETMARK
                ip6 saddr ::1 tcp dport 3002 counter packets 0 bytes 0 jump NETAVARK-HOSTPORT-SETMARK
                tcp dport 3002 counter packets 0 bytes 0 
                ip6 saddr fda9:92d6:18ac:e10e::/64 tcp dport 3004 counter packets 0 bytes 0 jump NETAVARK-HOSTPORT-SETMARK
                ip6 saddr ::1 tcp dport 3004 counter packets 0 bytes 0 jump NETAVARK-HOSTPORT-SETMARK
                tcp dport 3004 counter packets 0 bytes 0 
                ip6 saddr fda9:92d6:18ac:e10e::/64 tcp dport 3005 counter packets 0 bytes 0 jump NETAVARK-HOSTPORT-SETMARK
                ip6 saddr ::1 tcp dport 3005 counter packets 0 bytes 0 jump NETAVARK-HOSTPORT-SETMARK
                tcp dport 3005 counter packets 0 bytes 0 
                ip6 saddr fda9:92d6:18ac:e10e::/64 tcp dport 8415 counter packets 0 bytes 0 jump NETAVARK-HOSTPORT-SETMARK
                ip6 saddr ::1 tcp dport 8415 counter packets 0 bytes 0 jump NETAVARK-HOSTPORT-SETMARK
                tcp dport 8415 counter packets 0 bytes 0 
                ip6 saddr fda9:92d6:18ac:e10e::/64 tcp dport 8000 counter packets 0 bytes 0 jump NETAVARK-HOSTPORT-SETMARK
                ip6 saddr ::1 tcp dport 8000 counter packets 0 bytes 0 jump NETAVARK-HOSTPORT-SETMARK
                tcp dport 8000 counter packets 0 bytes 0 
                ip6 saddr fda9:92d6:18ac:e10e::/64 tcp dport 3842 counter packets 0 bytes 0 jump NETAVARK-HOSTPORT-SETMARK
                ip6 saddr ::1 tcp dport 3842 counter packets 0 bytes 0 jump NETAVARK-HOSTPORT-SETMARK
                tcp dport 3842 counter packets 0 bytes 0 
                ip6 saddr fda9:92d6:18ac:e10e::/64 tcp dport 25566 counter packets 0 bytes 0 jump NETAVARK-HOSTPORT-SETMARK
                ip6 saddr ::1 tcp dport 25566 counter packets 0 bytes 0 jump NETAVARK-HOSTPORT-SETMARK
                tcp dport 25566 counter packets 0 bytes 0 
                ip6 saddr fda9:92d6:18ac:e10e::/64 tcp dport 8520 counter packets 0 bytes 0 jump NETAVARK-HOSTPORT-SETMARK
                ip6 saddr ::1 tcp dport 8520 counter packets 0 bytes 0 jump NETAVARK-HOSTPORT-SETMARK
                tcp dport 8520 counter packets 8355 bytes 668400 
                ip6 saddr fda9:92d6:18ac:e10e::/64 tcp dport 3100 counter packets 0 bytes 0 jump NETAVARK-HOSTPORT-SETMARK
                ip6 saddr ::1 tcp dport 3100 counter packets 0 bytes 0 jump NETAVARK-HOSTPORT-SETMARK
                tcp dport 3100 counter packets 398 bytes 31840 
                ip6 saddr fda9:92d6:18ac:e10e::/64 tcp dport 8147 counter packets 0 bytes 0 jump NETAVARK-HOSTPORT-SETMARK
                ip6 saddr ::1 tcp dport 8147 counter packets 0 bytes 0 jump NETAVARK-HOSTPORT-SETMARK
                tcp dport 8147 counter packets 492 bytes 39360 
                ip6 saddr fda9:92d6:18ac:e10e::/64 tcp dport 8416 counter packets 0 bytes 0 jump NETAVARK-HOSTPORT-SETMARK
                ip6 saddr ::1 tcp dport 8416 counter packets 0 bytes 0 jump NETAVARK-HOSTPORT-SETMARK
                tcp dport 8416 counter packets 0 bytes 0 
                ip6 saddr fda9:92d6:18ac:e10e::/64 tcp dport 8985 counter packets 0 bytes 0 jump NETAVARK-HOSTPORT-SETMARK
                ip6 saddr ::1 tcp dport 8985 counter packets 0 bytes 0 jump NETAVARK-HOSTPORT-SETMARK
                tcp dport 8985 counter packets 6 bytes 480 
                ip6 saddr fda9:92d6:18ac:e10e::/64 tcp dport 8083 counter packets 0 bytes 0 jump NETAVARK-HOSTPORT-SETMARK
                ip6 saddr ::1 tcp dport 8083 counter packets 0 bytes 0 jump NETAVARK-HOSTPORT-SETMARK
                tcp dport 8083 counter packets 0 bytes 0 
                ip6 saddr fda9:92d6:18ac:e10e::/64 tcp dport 8001 counter packets 0 bytes 0 jump NETAVARK-HOSTPORT-SETMARK
                ip6 saddr ::1 tcp dport 8001 counter packets 0 bytes 0 jump NETAVARK-HOSTPORT-SETMARK
                tcp dport 8001 counter packets 382 bytes 30560 
                ip6 saddr fda9:92d6:18ac:e10e::/64 tcp dport 9641 counter packets 0 bytes 0 jump NETAVARK-HOSTPORT-SETMARK
                ip6 saddr ::1 tcp dport 9641 counter packets 0 bytes 0 jump NETAVARK-HOSTPORT-SETMARK
                tcp dport 9641 counter packets 0 bytes 0 
                ip6 saddr fda9:92d6:18ac:e10e::/64 tcp dport 1883 counter packets 0 bytes 0 jump NETAVARK-HOSTPORT-SETMARK
                ip6 saddr ::1 tcp dport 1883 counter packets 0 bytes 0 jump NETAVARK-HOSTPORT-SETMARK
                tcp dport 1883 counter packets 2248 bytes 179840 
                ip6 saddr fda9:92d6:18ac:e10e::/64 tcp dport 9001 counter packets 0 bytes 0 jump NETAVARK-HOSTPORT-SETMARK
                ip6 saddr ::1 tcp dport 9001 counter packets 0 bytes 0 jump NETAVARK-HOSTPORT-SETMARK
                tcp dport 9001 counter packets 0 bytes 0 
                ip6 saddr fda9:92d6:18ac:e10e::/64 tcp dport 8984 counter packets 0 bytes 0 jump NETAVARK-HOSTPORT-SETMARK
                ip6 saddr ::1 tcp dport 8984 counter packets 0 bytes 0 jump NETAVARK-HOSTPORT-SETMARK
                tcp dport 8984 counter packets 109997 bytes 8799760 
                ip6 saddr fda9:92d6:18ac:e10e::/64 tcp dport 8136 counter packets 0 bytes 0 jump NETAVARK-HOSTPORT-SETMARK
                ip6 saddr ::1 tcp dport 8136 counter packets 0 bytes 0 jump NETAVARK-HOSTPORT-SETMARK
                tcp dport 8136 counter packets 411 bytes 32880 
                ip6 saddr fda9:92d6:18ac:e10e::/64 tcp dport 8135 counter packets 0 bytes 0 jump NETAVARK-HOSTPORT-SETMARK
                ip6 saddr ::1 tcp dport 8135 counter packets 0 bytes 0 jump NETAVARK-HOSTPORT-SETMARK
                tcp dport 8135 counter packets 0 bytes 0 
                ip6 saddr fda9:92d6:18ac:e10e::/64 tcp dport 8134 counter packets 0 bytes 0 jump NETAVARK-HOSTPORT-SETMARK
                ip6 saddr ::1 tcp dport 8134 counter packets 0 bytes 0 jump NETAVARK-HOSTPORT-SETMARK
                tcp dport 8134 counter packets 34 bytes 2720 
                ip6 saddr fda9:92d6:18ac:e10e::/64 tcp dport 4323 counter packets 0 bytes 0 jump NETAVARK-HOSTPORT-SETMARK
                ip6 saddr ::1 tcp dport 4323 counter packets 0 bytes 0 jump NETAVARK-HOSTPORT-SETMARK
                tcp dport 4323 counter packets 0 bytes 0 
                ip6 saddr fda9:92d6:18ac:e10e::/64 tcp dport 8983 counter packets 0 bytes 0 jump NETAVARK-HOSTPORT-SETMARK
                ip6 saddr ::1 tcp dport 8983 counter packets 0 bytes 0 jump NETAVARK-HOSTPORT-SETMARK
                tcp dport 8983 counter packets 128 bytes 10240 
                ip6 saddr fda9:92d6:18ac:e10e::/64 tcp dport 8982 counter packets 0 bytes 0 jump NETAVARK-HOSTPORT-SETMARK
                ip6 saddr ::1 tcp dport 8982 counter packets 0 bytes 0 jump NETAVARK-HOSTPORT-SETMARK
                tcp dport 8982 counter packets 31 bytes 2480 
                ip6 saddr fda9:92d6:18ac:e10e::/64 tcp dport 8980 counter packets 0 bytes 0 jump NETAVARK-HOSTPORT-SETMARK
                ip6 saddr ::1 tcp dport 8980 counter packets 0 bytes 0 jump NETAVARK-HOSTPORT-SETMARK
                tcp dport 8980 counter packets 1367 bytes 109360 
                ip6 saddr fda9:92d6:18ac:e10e::/64 tcp dport 7106 counter packets 0 bytes 0 jump NETAVARK-HOSTPORT-SETMARK
                ip6 saddr ::1 tcp dport 7106 counter packets 0 bytes 0 jump NETAVARK-HOSTPORT-SETMARK
                tcp dport 7106 counter packets 2 bytes 160 
                ip6 saddr fda9:92d6:18ac:e10e::/64 tcp dport 7104 counter packets 0 bytes 0 jump NETAVARK-HOSTPORT-SETMARK
                ip6 saddr ::1 tcp dport 7104 counter packets 0 bytes 0 jump NETAVARK-HOSTPORT-SETMARK
                tcp dport 7104 counter packets 0 bytes 0 
                ip6 saddr fda9:92d6:18ac:e10e::/64 tcp dport 7101 counter packets 0 bytes 0 jump NETAVARK-HOSTPORT-SETMARK
                ip6 saddr ::1 tcp dport 7101 counter packets 0 bytes 0 jump NETAVARK-HOSTPORT-SETMARK
                tcp dport 7101 counter packets 27 bytes 2160 
                ip6 saddr fda9:92d6:18ac:e10e::/64 tcp dport 7102 counter packets 0 bytes 0 jump NETAVARK-HOSTPORT-SETMARK
                ip6 saddr ::1 tcp dport 7102 counter packets 0 bytes 0 jump NETAVARK-HOSTPORT-SETMARK
                tcp dport 7102 counter packets 955 bytes 76400 
                ip6 saddr fda9:92d6:18ac:e10e::/64 tcp dport 9188 counter packets 0 bytes 0 jump NETAVARK-HOSTPORT-SETMARK
                ip6 saddr ::1 tcp dport 9188 counter packets 0 bytes 0 jump NETAVARK-HOSTPORT-SETMARK
                tcp dport 9188 counter packets 0 bytes 0 
                ip6 saddr fda9:92d6:18ac:e10e::/64 tcp dport 9527 counter packets 0 bytes 0 jump NETAVARK-HOSTPORT-SETMARK
                ip6 saddr ::1 tcp dport 9527 counter packets 0 bytes 0 jump NETAVARK-HOSTPORT-SETMARK
                tcp dport 9527 counter packets 0 bytes 0 
                ip6 saddr fda9:92d6:18ac:e10e::/64 tcp dport 9081 counter packets 0 bytes 0 jump NETAVARK-HOSTPORT-SETMARK
                ip6 saddr ::1 tcp dport 9081 counter packets 0 bytes 0 jump NETAVARK-HOSTPORT-SETMARK
                tcp dport 9081 counter packets 0 bytes 0 
                ip6 saddr fda9:92d6:18ac:e10e::/64 tcp dport 514 counter packets 0 bytes 0 jump NETAVARK-HOSTPORT-SETMARK
                ip6 saddr ::1 tcp dport 514 counter packets 0 bytes 0 jump NETAVARK-HOSTPORT-SETMARK
                tcp dport 514 counter packets 0 bytes 0 
                ip6 saddr fda9:92d6:18ac:e10e::/64 udp dport 514 counter packets 0 bytes 0 jump NETAVARK-HOSTPORT-SETMARK
                ip6 saddr ::1 udp dport 514 counter packets 0 bytes 0 jump NETAVARK-HOSTPORT-SETMARK
                udp dport 514 counter packets 4025 bytes 666865 
                ip6 saddr fda9:92d6:18ac:e10e::/64 tcp dport 7105 counter packets 0 bytes 0 jump NETAVARK-HOSTPORT-SETMARK
                ip6 saddr ::1 tcp dport 7105 counter packets 0 bytes 0 jump NETAVARK-HOSTPORT-SETMARK
                tcp dport 7105 counter packets 0 bytes 0 
                ip6 saddr fda9:92d6:18ac:e10e::/64 tcp dport 8096 counter packets 0 bytes 0 jump NETAVARK-HOSTPORT-SETMARK
                ip6 saddr ::1 tcp dport 8096 counter packets 0 bytes 0 jump NETAVARK-HOSTPORT-SETMARK
                tcp dport 8096 counter packets 15 bytes 1200 
                ip6 saddr fda9:92d6:18ac:e10e::/64 tcp dport 8111 counter packets 0 bytes 0 jump NETAVARK-HOSTPORT-SETMARK
                ip6 saddr ::1 tcp dport 8111 counter packets 0 bytes 0 jump NETAVARK-HOSTPORT-SETMARK
                tcp dport 8111 counter packets 0 bytes 0 
                ip6 saddr fda9:92d6:18ac:e10e::/64 tcp dport 7070 counter packets 0 bytes 0 jump NETAVARK-HOSTPORT-SETMARK
                ip6 saddr ::1 tcp dport 7070 counter packets 0 bytes 0 jump NETAVARK-HOSTPORT-SETMARK
                tcp dport 7070 counter packets 0 bytes 0 
                ip6 saddr fda9:92d6:18ac:e10e::/64 tcp dport 8887 counter packets 0 bytes 0 jump NETAVARK-HOSTPORT-SETMARK
                ip6 saddr ::1 tcp dport 8887 counter packets 0 bytes 0 jump NETAVARK-HOSTPORT-SETMARK
                tcp dport 8887 counter packets 0 bytes 0 
                ip6 saddr fda9:92d6:18ac:e10e::/64 udp dport 7090 counter packets 0 bytes 0 jump NETAVARK-HOSTPORT-SETMARK
                ip6 saddr ::1 udp dport 7090 counter packets 0 bytes 0 jump NETAVARK-HOSTPORT-SETMARK
                udp dport 7090 counter packets 0 bytes 0 
                ip6 saddr fda9:92d6:18ac:e10e::/64 udp dport 9522 counter packets 0 bytes 0 jump NETAVARK-HOSTPORT-SETMARK
                ip6 saddr ::1 udp dport 9522 counter packets 0 bytes 0 jump NETAVARK-HOSTPORT-SETMARK
                udp dport 9522 counter packets 0 bytes 0 
        }

I'm a bit unsure about the nft chains, so here's the iptables format
ip6tables -L -n -t nat

Chain PREROUTING (policy ACCEPT)
target     prot opt source               destination         
NETAVARK-HOSTPORT-DNAT  0    --  ::/0                 ::/0                 ADDRTYPE match dst-type LOCAL

Chain INPUT (policy ACCEPT)
target     prot opt source               destination         

Chain OUTPUT (policy ACCEPT)
target     prot opt source               destination         
NETAVARK-HOSTPORT-DNAT  0    --  ::/0                 ::/0                 ADDRTYPE match dst-type LOCAL

Chain POSTROUTING (policy ACCEPT)
target     prot opt source               destination         
NETAVARK-HOSTPORT-MASQ  0    --  ::/0                 ::/0                
NETAVARK-AA6364D1A4EDD  0    --  fda9:92d6:18ac:e10e::/64  ::/0                

Chain NETAVARK-AA6364D1A4EDD (1 references)
target     prot opt source               destination         
ACCEPT     0    --  ::/0                 fda9:92d6:18ac:e10e::/64 
MASQUERADE  0    --  ::/0                !ff00::/8            

Chain NETAVARK-DN-AA6364D1A4EDD (49 references)
target     prot opt source               destination         
NETAVARK-HOSTPORT-SETMARK  6    --  fda9:92d6:18ac:e10e::/64  ::/0                 tcp dpt:9200
NETAVARK-HOSTPORT-SETMARK  6    --  ::1                  ::/0                 tcp dpt:9200
DNAT       6    --  ::/0                 ::/0                 tcp dpt:9200 to:[fda9:92d6:18ac:e10e::4a3]:9200
NETAVARK-HOSTPORT-SETMARK  6    --  fda9:92d6:18ac:e10e::/64  2001:4dd0:28d4:7300::1f  tcp dpt:53
NETAVARK-HOSTPORT-SETMARK  6    --  ::1                  2001:4dd0:28d4:7300::1f  tcp dpt:53
DNAT       6    --  ::/0                 2001:4dd0:28d4:7300::1f  tcp dpt:53 to:[fda9:92d6:18ac:e10e::4a4]:53
NETAVARK-HOSTPORT-SETMARK  17   --  fda9:92d6:18ac:e10e::/64  2001:4dd0:28d4:7300::1f  udp dpt:53
NETAVARK-HOSTPORT-SETMARK  17   --  ::1                  2001:4dd0:28d4:7300::1f  udp dpt:53
DNAT       17   --  ::/0                 2001:4dd0:28d4:7300::1f  udp dpt:53 to:[fda9:92d6:18ac:e10e::4a4]:53
NETAVARK-HOSTPORT-SETMARK  6    --  fda9:92d6:18ac:e10e::/64  ::/0                 tcp dpt:4000
NETAVARK-HOSTPORT-SETMARK  6    --  ::1                  ::/0                 tcp dpt:4000
DNAT       6    --  ::/0                 ::/0                 tcp dpt:4000 to:[fda9:92d6:18ac:e10e::4a4]:4000
NETAVARK-HOSTPORT-SETMARK  6    --  fda9:92d6:18ac:e10e::/64  ::/0                 tcp dpt:3829
NETAVARK-HOSTPORT-SETMARK  6    --  ::1                  ::/0                 tcp dpt:3829
DNAT       6    --  ::/0                 ::/0                 tcp dpt:3829 to:[fda9:92d6:18ac:e10e::4a6]:80
NETAVARK-HOSTPORT-SETMARK  6    --  fda9:92d6:18ac:e10e::/64  ::/0                 tcp dpt:8082
NETAVARK-HOSTPORT-SETMARK  6    --  ::1                  ::/0                 tcp dpt:8082
DNAT       6    --  ::/0                 ::/0                 tcp dpt:8082 to:[fda9:92d6:18ac:e10e::4a6]:8082
NETAVARK-HOSTPORT-SETMARK  6    --  fda9:92d6:18ac:e10e::/64  ::/0                 tcp dpt:3000
NETAVARK-HOSTPORT-SETMARK  6    --  ::1                  ::/0                 tcp dpt:3000
DNAT       6    --  ::/0                 ::/0                 tcp dpt:3000 to:[fda9:92d6:18ac:e10e::4a7]:3000
NETAVARK-HOSTPORT-SETMARK  6    --  fda9:92d6:18ac:e10e::/64  ::/0                 tcp dpt:3003
NETAVARK-HOSTPORT-SETMARK  6    --  ::1                  ::/0                 tcp dpt:3003
DNAT       6    --  ::/0                 ::/0                 tcp dpt:3003 to:[fda9:92d6:18ac:e10e::4a8]:3000
NETAVARK-HOSTPORT-SETMARK  6    --  fda9:92d6:18ac:e10e::/64  ::/0                 tcp dpt:3002
NETAVARK-HOSTPORT-SETMARK  6    --  ::1                  ::/0                 tcp dpt:3002
DNAT       6    --  ::/0                 ::/0                 tcp dpt:3002 to:[fda9:92d6:18ac:e10e::4a9]:3000
NETAVARK-HOSTPORT-SETMARK  6    --  fda9:92d6:18ac:e10e::/64  ::/0                 tcp dpt:3004
NETAVARK-HOSTPORT-SETMARK  6    --  ::1                  ::/0                 tcp dpt:3004
DNAT       6    --  ::/0                 ::/0                 tcp dpt:3004 to:[fda9:92d6:18ac:e10e::4aa]:3000
NETAVARK-HOSTPORT-SETMARK  6    --  fda9:92d6:18ac:e10e::/64  ::/0                 tcp dpt:3005
NETAVARK-HOSTPORT-SETMARK  6    --  ::1                  ::/0                 tcp dpt:3005
DNAT       6    --  ::/0                 ::/0                 tcp dpt:3005 to:[fda9:92d6:18ac:e10e::4ab]:3000
NETAVARK-HOSTPORT-SETMARK  6    --  fda9:92d6:18ac:e10e::/64  ::/0                 tcp dpt:8415
NETAVARK-HOSTPORT-SETMARK  6    --  ::1                  ::/0                 tcp dpt:8415
DNAT       6    --  ::/0                 ::/0                 tcp dpt:8415 to:[fda9:92d6:18ac:e10e::4ac]:8069
NETAVARK-HOSTPORT-SETMARK  6    --  fda9:92d6:18ac:e10e::/64  ::/0                 tcp dpt:8000
NETAVARK-HOSTPORT-SETMARK  6    --  ::1                  ::/0                 tcp dpt:8000
DNAT       6    --  ::/0                 ::/0                 tcp dpt:8000 to:[fda9:92d6:18ac:e10e::4ad]:8000
NETAVARK-HOSTPORT-SETMARK  6    --  fda9:92d6:18ac:e10e::/64  ::/0                 tcp dpt:3842
NETAVARK-HOSTPORT-SETMARK  6    --  ::1                  ::/0                 tcp dpt:3842
DNAT       6    --  ::/0                 ::/0                 tcp dpt:3842 to:[fda9:92d6:18ac:e10e::4af]:80
NETAVARK-HOSTPORT-SETMARK  6    --  fda9:92d6:18ac:e10e::/64  ::/0                 tcp dpt:25566
NETAVARK-HOSTPORT-SETMARK  6    --  ::1                  ::/0                 tcp dpt:25566
DNAT       6    --  ::/0                 ::/0                 tcp dpt:25566 to:[fda9:92d6:18ac:e10e::4b0]:25565
NETAVARK-HOSTPORT-SETMARK  6    --  fda9:92d6:18ac:e10e::/64  ::/0                 tcp dpt:8520
NETAVARK-HOSTPORT-SETMARK  6    --  ::1                  ::/0                 tcp dpt:8520
DNAT       6    --  ::/0                 ::/0                 tcp dpt:8520 to:[fda9:92d6:18ac:e10e::4b3]:8000
NETAVARK-HOSTPORT-SETMARK  6    --  fda9:92d6:18ac:e10e::/64  ::/0                 tcp dpt:3100
NETAVARK-HOSTPORT-SETMARK  6    --  ::1                  ::/0                 tcp dpt:3100
DNAT       6    --  ::/0                 ::/0                 tcp dpt:3100 to:[fda9:92d6:18ac:e10e::4b4]:3100
NETAVARK-HOSTPORT-SETMARK  6    --  fda9:92d6:18ac:e10e::/64  ::/0                 tcp dpt:8147
NETAVARK-HOSTPORT-SETMARK  6    --  ::1                  ::/0                 tcp dpt:8147
DNAT       6    --  ::/0                 ::/0                 tcp dpt:8147 to:[fda9:92d6:18ac:e10e::4b5]:3000
NETAVARK-HOSTPORT-SETMARK  6    --  fda9:92d6:18ac:e10e::/64  ::/0                 tcp dpt:8416
NETAVARK-HOSTPORT-SETMARK  6    --  ::1                  ::/0                 tcp dpt:8416
DNAT       6    --  ::/0                 ::/0                 tcp dpt:8416 to:[fda9:92d6:18ac:e10e::4b6]:9090
NETAVARK-HOSTPORT-SETMARK  6    --  fda9:92d6:18ac:e10e::/64  ::/0                 tcp dpt:8985
NETAVARK-HOSTPORT-SETMARK  6    --  ::1                  ::/0                 tcp dpt:8985
DNAT       6    --  ::/0                 ::/0                 tcp dpt:8985 to:[fda9:92d6:18ac:e10e::4b7]:8080
NETAVARK-HOSTPORT-SETMARK  6    --  fda9:92d6:18ac:e10e::/64  ::/0                 tcp dpt:8083
NETAVARK-HOSTPORT-SETMARK  6    --  ::1                  ::/0                 tcp dpt:8083
DNAT       6    --  ::/0                 ::/0                 tcp dpt:8083 to:[fda9:92d6:18ac:e10e::4b8]:8083
NETAVARK-HOSTPORT-SETMARK  6    --  fda9:92d6:18ac:e10e::/64  ::/0                 tcp dpt:8001
NETAVARK-HOSTPORT-SETMARK  6    --  ::1                  ::/0                 tcp dpt:8001
DNAT       6    --  ::/0                 ::/0                 tcp dpt:8001 to:[fda9:92d6:18ac:e10e::4b9]:8080
NETAVARK-HOSTPORT-SETMARK  6    --  fda9:92d6:18ac:e10e::/64  ::/0                 tcp dpt:9641
NETAVARK-HOSTPORT-SETMARK  6    --  ::1                  ::/0                 tcp dpt:9641
DNAT       6    --  ::/0                 ::/0                 tcp dpt:9641 to:[fda9:92d6:18ac:e10e::4ba]:9641
NETAVARK-HOSTPORT-SETMARK  6    --  fda9:92d6:18ac:e10e::/64  ::/0                 tcp dpt:1883
NETAVARK-HOSTPORT-SETMARK  6    --  ::1                  ::/0                 tcp dpt:1883
DNAT       6    --  ::/0                 ::/0                 tcp dpt:1883 to:[fda9:92d6:18ac:e10e::4bb]:1883
NETAVARK-HOSTPORT-SETMARK  6    --  fda9:92d6:18ac:e10e::/64  ::/0                 tcp dpt:9001
NETAVARK-HOSTPORT-SETMARK  6    --  ::1                  ::/0                 tcp dpt:9001
DNAT       6    --  ::/0                 ::/0                 tcp dpt:9001 to:[fda9:92d6:18ac:e10e::4bb]:9001
NETAVARK-HOSTPORT-SETMARK  6    --  fda9:92d6:18ac:e10e::/64  ::/0                 tcp dpt:8984
NETAVARK-HOSTPORT-SETMARK  6    --  ::1                  ::/0                 tcp dpt:8984
DNAT       6    --  ::/0                 ::/0                 tcp dpt:8984 to:[fda9:92d6:18ac:e10e::4bc]:8008
NETAVARK-HOSTPORT-SETMARK  6    --  fda9:92d6:18ac:e10e::/64  ::/0                 tcp dpt:8136
NETAVARK-HOSTPORT-SETMARK  6    --  ::1                  ::/0                 tcp dpt:8136
DNAT       6    --  ::/0                 ::/0                 tcp dpt:8136 to:[fda9:92d6:18ac:e10e::4bd]:8082
NETAVARK-HOSTPORT-SETMARK  6    --  fda9:92d6:18ac:e10e::/64  ::/0                 tcp dpt:8135
NETAVARK-HOSTPORT-SETMARK  6    --  ::1                  ::/0                 tcp dpt:8135
DNAT       6    --  ::/0                 ::/0                 tcp dpt:8135 to:[fda9:92d6:18ac:e10e::4bf]:88
NETAVARK-HOSTPORT-SETMARK  6    --  fda9:92d6:18ac:e10e::/64  ::/0                 tcp dpt:8134
NETAVARK-HOSTPORT-SETMARK  6    --  ::1                  ::/0                 tcp dpt:8134
DNAT       6    --  ::/0                 ::/0                 tcp dpt:8134 to:[fda9:92d6:18ac:e10e::4c0]:8083
NETAVARK-HOSTPORT-SETMARK  6    --  fda9:92d6:18ac:e10e::/64  ::/0                 tcp dpt:4323
NETAVARK-HOSTPORT-SETMARK  6    --  ::1                  ::/0                 tcp dpt:4323
DNAT       6    --  ::/0                 ::/0                 tcp dpt:4323 to:[fda9:92d6:18ac:e10e::4c2]:80
NETAVARK-HOSTPORT-SETMARK  6    --  fda9:92d6:18ac:e10e::/64  ::/0                 tcp dpt:8983
NETAVARK-HOSTPORT-SETMARK  6    --  ::1                  ::/0                 tcp dpt:8983
DNAT       6    --  ::/0                 ::/0                 tcp dpt:8983 to:[fda9:92d6:18ac:e10e::4c3]:8983
NETAVARK-HOSTPORT-SETMARK  6    --  fda9:92d6:18ac:e10e::/64  ::/0                 tcp dpt:8982
NETAVARK-HOSTPORT-SETMARK  6    --  ::1                  ::/0                 tcp dpt:8982
DNAT       6    --  ::/0                 ::/0                 tcp dpt:8982 to:[fda9:92d6:18ac:e10e::4c4]:8982
NETAVARK-HOSTPORT-SETMARK  6    --  fda9:92d6:18ac:e10e::/64  ::/0                 tcp dpt:8980
NETAVARK-HOSTPORT-SETMARK  6    --  ::1                  ::/0                 tcp dpt:8980
DNAT       6    --  ::/0                 ::/0                 tcp dpt:8980 to:[fda9:92d6:18ac:e10e::4c5]:8980
NETAVARK-HOSTPORT-SETMARK  6    --  fda9:92d6:18ac:e10e::/64  ::/0                 tcp dpt:7106
NETAVARK-HOSTPORT-SETMARK  6    --  ::1                  ::/0                 tcp dpt:7106
DNAT       6    --  ::/0                 ::/0                 tcp dpt:7106 to:[fda9:92d6:18ac:e10e::4c6]:8081
NETAVARK-HOSTPORT-SETMARK  6    --  fda9:92d6:18ac:e10e::/64  ::/0                 tcp dpt:7104
NETAVARK-HOSTPORT-SETMARK  6    --  ::1                  ::/0                 tcp dpt:7104
DNAT       6    --  ::/0                 ::/0                 tcp dpt:7104 to:[fda9:92d6:18ac:e10e::4c8]:8080
NETAVARK-HOSTPORT-SETMARK  6    --  fda9:92d6:18ac:e10e::/64  ::/0                 tcp dpt:7101
NETAVARK-HOSTPORT-SETMARK  6    --  ::1                  ::/0                 tcp dpt:7101
DNAT       6    --  ::/0                 ::/0                 tcp dpt:7101 to:[fda9:92d6:18ac:e10e::4c9]:8080
NETAVARK-HOSTPORT-SETMARK  6    --  fda9:92d6:18ac:e10e::/64  ::/0                 tcp dpt:7102
NETAVARK-HOSTPORT-SETMARK  6    --  ::1                  ::/0                 tcp dpt:7102
DNAT       6    --  ::/0                 ::/0                 tcp dpt:7102 to:[fda9:92d6:18ac:e10e::4ca]:8080
NETAVARK-HOSTPORT-SETMARK  6    --  fda9:92d6:18ac:e10e::/64  ::/0                 tcp dpt:9188
NETAVARK-HOSTPORT-SETMARK  6    --  ::1                  ::/0                 tcp dpt:9188
DNAT       6    --  ::/0                 ::/0                 tcp dpt:9188 to:[fda9:92d6:18ac:e10e::4cb]:9187
NETAVARK-HOSTPORT-SETMARK  6    --  fda9:92d6:18ac:e10e::/64  ::/0                 tcp dpt:9527
NETAVARK-HOSTPORT-SETMARK  6    --  ::1                  ::/0                 tcp dpt:9527
DNAT       6    --  ::/0                 ::/0                 tcp dpt:9527 to:[fda9:92d6:18ac:e10e::4cc]:3000
NETAVARK-HOSTPORT-SETMARK  6    --  fda9:92d6:18ac:e10e::/64  ::/0                 tcp dpt:9081
NETAVARK-HOSTPORT-SETMARK  6    --  ::1                  ::/0                 tcp dpt:9081
DNAT       6    --  ::/0                 ::/0                 tcp dpt:9081 to:[fda9:92d6:18ac:e10e::4cd]:9081
NETAVARK-HOSTPORT-SETMARK  6    --  fda9:92d6:18ac:e10e::/64  ::/0                 tcp dpt:514
NETAVARK-HOSTPORT-SETMARK  6    --  ::1                  ::/0                 tcp dpt:514
DNAT       6    --  ::/0                 ::/0                 tcp dpt:514 to:[fda9:92d6:18ac:e10e::4ce]:514
NETAVARK-HOSTPORT-SETMARK  17   --  fda9:92d6:18ac:e10e::/64  ::/0                 udp dpt:514
NETAVARK-HOSTPORT-SETMARK  17   --  ::1                  ::/0                 udp dpt:514
DNAT       17   --  ::/0                 ::/0                 udp dpt:514 to:[fda9:92d6:18ac:e10e::4ce]:514
NETAVARK-HOSTPORT-SETMARK  6    --  fda9:92d6:18ac:e10e::/64  ::/0                 tcp dpt:7105
NETAVARK-HOSTPORT-SETMARK  6    --  ::1                  ::/0                 tcp dpt:7105
DNAT       6    --  ::/0                 ::/0                 tcp dpt:7105 to:[fda9:92d6:18ac:e10e::4d1]:8080
NETAVARK-HOSTPORT-SETMARK  6    --  fda9:92d6:18ac:e10e::/64  ::/0                 tcp dpt:8096
NETAVARK-HOSTPORT-SETMARK  6    --  ::1                  ::/0                 tcp dpt:8096
DNAT       6    --  ::/0                 ::/0                 tcp dpt:8096 to:[fda9:92d6:18ac:e10e::4d2]:8096
NETAVARK-HOSTPORT-SETMARK  6    --  fda9:92d6:18ac:e10e::/64  ::/0                 tcp dpt:8111
NETAVARK-HOSTPORT-SETMARK  6    --  ::1                  ::/0                 tcp dpt:8111
DNAT       6    --  ::/0                 ::/0                 tcp dpt:8111 to:[fda9:92d6:18ac:e10e::4d3]:8080
NETAVARK-HOSTPORT-SETMARK  6    --  fda9:92d6:18ac:e10e::/64  ::/0                 tcp dpt:7070
NETAVARK-HOSTPORT-SETMARK  6    --  ::1                  ::/0                 tcp dpt:7070
DNAT       6    --  ::/0                 ::/0                 tcp dpt:7070 to:[fda9:92d6:18ac:e10e::5b4]:7070
NETAVARK-HOSTPORT-SETMARK  6    --  fda9:92d6:18ac:e10e::/64  ::/0                 tcp dpt:8887
NETAVARK-HOSTPORT-SETMARK  6    --  ::1                  ::/0                 tcp dpt:8887
DNAT       6    --  ::/0                 ::/0                 tcp dpt:8887 to:[fda9:92d6:18ac:e10e::5b4]:8887
NETAVARK-HOSTPORT-SETMARK  17   --  fda9:92d6:18ac:e10e::/64  ::/0                 udp dpt:7090
NETAVARK-HOSTPORT-SETMARK  17   --  ::1                  ::/0                 udp dpt:7090
DNAT       17   --  ::/0                 ::/0                 udp dpt:7090 to:[fda9:92d6:18ac:e10e::5b4]:7090
NETAVARK-HOSTPORT-SETMARK  17   --  fda9:92d6:18ac:e10e::/64  ::/0                 udp dpt:9522
NETAVARK-HOSTPORT-SETMARK  17   --  ::1                  ::/0                 udp dpt:9522
DNAT       17   --  ::/0                 ::/0                 udp dpt:9522 to:[fda9:92d6:18ac:e10e::5b4]:9522

Chain NETAVARK-HOSTPORT-DNAT (2 references)
target     prot opt source               destination         
NETAVARK-DN-AA6364D1A4EDD  6    --  ::/0                 ::/0                 tcp dpt:9200 /* dnat name: podmannet id: 9f9ef80208af7df30f105a96f212ac5643886c3ea51e79c3455aed16fa165f36 */
NETAVARK-DN-AA6364D1A4EDD  6    --  ::/0                 ::/0                 tcp dpt:53 /* dnat name: podmannet id: 089d2ee4ba72a92ac34973a709b1c790c877c05fd59cca0dcf72b85b60b4227b */
NETAVARK-DN-AA6364D1A4EDD  17   --  ::/0                 ::/0                 udp dpt:53 /* dnat name: podmannet id: 089d2ee4ba72a92ac34973a709b1c790c877c05fd59cca0dcf72b85b60b4227b */
NETAVARK-DN-AA6364D1A4EDD  6    --  ::/0                 ::/0                 tcp dpt:4000 /* dnat name: podmannet id: 089d2ee4ba72a92ac34973a709b1c790c877c05fd59cca0dcf72b85b60b4227b */
NETAVARK-DN-AA6364D1A4EDD  6    --  ::/0                 ::/0                 tcp dpt:3829 /* dnat name: podmannet id: 8270c48beb5e7c246627a4108ba1f3b5c7b3d3835fa4c041d7980c62cbeecdd9 */
NETAVARK-DN-AA6364D1A4EDD  6    --  ::/0                 ::/0                 tcp dpt:8082 /* dnat name: podmannet id: 8270c48beb5e7c246627a4108ba1f3b5c7b3d3835fa4c041d7980c62cbeecdd9 */
NETAVARK-DN-AA6364D1A4EDD  6    --  ::/0                 ::/0                 tcp dpt:3000 /* dnat name: podmannet id: 3a6fc9c8e40ae7bd765f17c2ccb3d7d58fa36159e12a92d248329b8072af1dda */
NETAVARK-DN-AA6364D1A4EDD  6    --  ::/0                 ::/0                 tcp dpt:3003 /* dnat name: podmannet id: ff2b632e0af1ba87268311fdc67330f2c18f46e6941ad76049dfb4dc5fd298d9 */
NETAVARK-DN-AA6364D1A4EDD  6    --  ::/0                 ::/0                 tcp dpt:3002 /* dnat name: podmannet id: 45687abb5eccebed22118381a70356a5263d86376087167ac6357f1d1087ad44 */
NETAVARK-DN-AA6364D1A4EDD  6    --  ::/0                 ::/0                 tcp dpt:3004 /* dnat name: podmannet id: e27ba0f3e720b853fe84182ab731bd9420f81009cd1593bf375990e7e7ca8cd5 */
NETAVARK-DN-AA6364D1A4EDD  6    --  ::/0                 ::/0                 tcp dpt:3005 /* dnat name: podmannet id: b371a2168d89e6680edb776e8add2343576694907891a7c9ec58fc003db8d819 */
NETAVARK-DN-AA6364D1A4EDD  6    --  ::/0                 ::/0                 tcp dpt:8415 /* dnat name: podmannet id: ce595be341c368194256fbaa16641f660ae1936e97b06d30f32677f9dd127694 */
NETAVARK-DN-AA6364D1A4EDD  6    --  ::/0                 ::/0                 tcp dpt:8000 /* dnat name: podmannet id: 576f7536f35cf313fe0792544f7a38851f096ea79dbb61329b97559b4a8056c4 */
NETAVARK-DN-AA6364D1A4EDD  6    --  ::/0                 ::/0                 tcp dpt:3842 /* dnat name: podmannet id: 45e39907cb90ffb5dba8775fd1c2db573004ddeddb40c636cf043aaf83953dc9 */
NETAVARK-DN-AA6364D1A4EDD  6    --  ::/0                 ::/0                 tcp dpt:25566 /* dnat name: podmannet id: b487af17f44f9a2b6b9367adfa297db875d13c468808538d2f934f414bd1f764 */
NETAVARK-DN-AA6364D1A4EDD  6    --  ::/0                 ::/0                 tcp dpt:8520 /* dnat name: podmannet id: 01c910ccc073c333c7a172b14feba95456f35283332ce963ad60524b0a976c20 */
NETAVARK-DN-AA6364D1A4EDD  6    --  ::/0                 ::/0                 tcp dpt:3100 /* dnat name: podmannet id: b58fd618395f03ee4f175c0862824366fe33c6589f3d2c91c0102576991618ab */
NETAVARK-DN-AA6364D1A4EDD  6    --  ::/0                 ::/0                 tcp dpt:8147 /* dnat name: podmannet id: f3715f424d7644e484c6a8544c1e1288c4f9e732ef6cae3f6282f0af70290127 */
NETAVARK-DN-AA6364D1A4EDD  6    --  ::/0                 ::/0                 tcp dpt:8416 /* dnat name: podmannet id: 05d41c8e2e23ff5df6ad9dfe6e04fd759c40f4079331d33753d45917078bffda */
NETAVARK-DN-AA6364D1A4EDD  6    --  ::/0                 ::/0                 tcp dpt:8985 /* dnat name: podmannet id: 0152f3fd2a250243d47d34f1c75aff65ef5d7bab9d39ff52c0ea9930e4ee79d3 */
NETAVARK-DN-AA6364D1A4EDD  6    --  ::/0                 ::/0                 tcp dpt:8083 /* dnat name: podmannet id: 71ed61d9c3d88ac0ba4e74f60174ff5425a0a6ad5b53d0babccad83283d6e5eb */
NETAVARK-DN-AA6364D1A4EDD  6    --  ::/0                 ::/0                 tcp dpt:8001 /* dnat name: podmannet id: 09bb1a630c15bc338def211fc0b5ec577a5d93785c68b66e613ed3dc13d827ba */
NETAVARK-DN-AA6364D1A4EDD  6    --  ::/0                 ::/0                 tcp dpt:9641 /* dnat name: podmannet id: 853baa7eaa6ce1f3bbd5b19d31c19c8ab7a8a9d9e93674a205e025302ce1036c */
NETAVARK-DN-AA6364D1A4EDD  6    --  ::/0                 ::/0                 tcp dpt:1883 /* dnat name: podmannet id: c8e96eb60cd7f17b7887111f3c04a1b49d8f69fe63118b99b48206756ba66ee3 */
NETAVARK-DN-AA6364D1A4EDD  6    --  ::/0                 ::/0                 tcp dpt:9001 /* dnat name: podmannet id: c8e96eb60cd7f17b7887111f3c04a1b49d8f69fe63118b99b48206756ba66ee3 */
NETAVARK-DN-AA6364D1A4EDD  6    --  ::/0                 ::/0                 tcp dpt:8984 /* dnat name: podmannet id: c6b87f34d363f436c38181e2f03438c1b393b028c371b49643d5b055d691cea2 */
NETAVARK-DN-AA6364D1A4EDD  6    --  ::/0                 ::/0                 tcp dpt:8136 /* dnat name: podmannet id: e0e66aea54f0d484aa2145e8abf00cf4b60e84b2741635abf94b918aa9b2351d */
NETAVARK-DN-AA6364D1A4EDD  6    --  ::/0                 ::/0                 tcp dpt:8135 /* dnat name: podmannet id: 7873343cd7247fea68e3439c6f61edb5d7b7555c7759765f3781e787ca8eaaca */
NETAVARK-DN-AA6364D1A4EDD  6    --  ::/0                 ::/0                 tcp dpt:8134 /* dnat name: podmannet id: 1a1f0024de9c91d45a1dff46a58bb0bd5ecb1d12d7a4e00b463eefeb57fc39d7 */
NETAVARK-DN-AA6364D1A4EDD  6    --  ::/0                 ::/0                 tcp dpt:4323 /* dnat name: podmannet id: 83994612e642410314b8edaf0bec11ef8b8ea2de3960e8286a871158616b130c */
NETAVARK-DN-AA6364D1A4EDD  6    --  ::/0                 ::/0                 tcp dpt:8983 /* dnat name: podmannet id: 1fa58665a259d16d8e7ff5a1152eb571b48e88ed21b600290349d9a993eecdb1 */
NETAVARK-DN-AA6364D1A4EDD  6    --  ::/0                 ::/0                 tcp dpt:8982 /* dnat name: podmannet id: ad46c2f8eef70d6f9069f82a04ec8028957cef7195f1fdaccde57d99c52e0862 */
NETAVARK-DN-AA6364D1A4EDD  6    --  ::/0                 ::/0                 tcp dpt:8980 /* dnat name: podmannet id: 781c57c67db572475efe7a24733aecf9f2d595c7bef6a16671031d0b1b3d341c */
NETAVARK-DN-AA6364D1A4EDD  6    --  ::/0                 ::/0                 tcp dpt:7106 /* dnat name: podmannet id: 9776a894a7d13e75be3e8ac83b993d0aa92cb97d4e7ad36cc04c7d6098411957 */
NETAVARK-DN-AA6364D1A4EDD  6    --  ::/0                 ::/0                 tcp dpt:7104 /* dnat name: podmannet id: a76b86c99b0c45a843bba728a138b9b66c45a29cc6d1456638fc70e39a9ac391 */
NETAVARK-DN-AA6364D1A4EDD  6    --  ::/0                 ::/0                 tcp dpt:7101 /* dnat name: podmannet id: d40519ac4c560372a01a0edcb9dd9e6cae2820bc9e941b719e8e27a19fe9e515 */
NETAVARK-DN-AA6364D1A4EDD  6    --  ::/0                 ::/0                 tcp dpt:7102 /* dnat name: podmannet id: c3b38d7d9ac2c7b87c3590a2d0a6b648783f5cb203957c24099ffe78138bc511 */
NETAVARK-DN-AA6364D1A4EDD  6    --  ::/0                 ::/0                 tcp dpt:9188 /* dnat name: podmannet id: e701c892da517c675a853e48626c93d49be068875b1658d2d7cddd6a54d1a0e9 */
NETAVARK-DN-AA6364D1A4EDD  6    --  ::/0                 ::/0                 tcp dpt:9527 /* dnat name: podmannet id: 67d3ff7247394cfdc2886a3bfbb128edc8f76fb855c714f5c99cbdcd88f5828b */
NETAVARK-DN-AA6364D1A4EDD  6    --  ::/0                 ::/0                 tcp dpt:9081 /* dnat name: podmannet id: fca4ddaa9c21aad109a7cbadfdcc26d879e02308a6886048ec14340ccbeef454 */
NETAVARK-DN-AA6364D1A4EDD  6    --  ::/0                 ::/0                 tcp dpt:514 /* dnat name: podmannet id: 52ed269902be89f927525849b4107719f669e3da03393c0ee3e97724cab09864 */
NETAVARK-DN-AA6364D1A4EDD  17   --  ::/0                 ::/0                 udp dpt:514 /* dnat name: podmannet id: 52ed269902be89f927525849b4107719f669e3da03393c0ee3e97724cab09864 */
NETAVARK-DN-AA6364D1A4EDD  6    --  ::/0                 ::/0                 tcp dpt:7105 /* dnat name: podmannet id: d9b44624515bf1cbd1fa54b5dd581587a12989b9006f12a9fbda43d5ed7c21fa */
NETAVARK-DN-AA6364D1A4EDD  6    --  ::/0                 ::/0                 tcp dpt:8096 /* dnat name: podmannet id: a953d4a74610c8e56e01e0e7a914141e6598bd945e158da14337f093d2caf715 */
NETAVARK-DN-AA6364D1A4EDD  6    --  ::/0                 ::/0                 tcp dpt:8111 /* dnat name: podmannet id: 614d4803d99610c6ef6cc3104dc0d2abe962eae73ebbf22acdd79d014cc3894d */
NETAVARK-DN-AA6364D1A4EDD  6    --  ::/0                 ::/0                 tcp dpt:7070 /* dnat name: podmannet id: b01ed9b2d3193eb4e55937df797fb1520c8f70e93fc58f5d0c7e7b8a0ac1c62b */
NETAVARK-DN-AA6364D1A4EDD  6    --  ::/0                 ::/0                 tcp dpt:8887 /* dnat name: podmannet id: b01ed9b2d3193eb4e55937df797fb1520c8f70e93fc58f5d0c7e7b8a0ac1c62b */
NETAVARK-DN-AA6364D1A4EDD  17   --  ::/0                 ::/0                 udp dpt:7090 /* dnat name: podmannet id: b01ed9b2d3193eb4e55937df797fb1520c8f70e93fc58f5d0c7e7b8a0ac1c62b */
NETAVARK-DN-AA6364D1A4EDD  17   --  ::/0                 ::/0                 udp dpt:9522 /* dnat name: podmannet id: b01ed9b2d3193eb4e55937df797fb1520c8f70e93fc58f5d0c7e7b8a0ac1c62b */

Chain NETAVARK-HOSTPORT-MASQ (1 references)
target     prot opt source               destination         
MASQUERADE  0    --  ::/0                 ::/0                 /* netavark portfw masq mark */ mark match 0x2000/0x2000

Chain NETAVARK-HOSTPORT-SETMARK (98 references)
target     prot opt source               destination         
MARK       0    --  ::/0                 ::/0                 MARK or 0x2000

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants