Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- root@k8s-worker-1:~# systemctl status nftables.service
- ● nftables.service - nftables
- Loaded: loaded (/lib/systemd/system/nftables.service; enabled; vendor preset: enabled)
- Active: active (exited) since Tue 2022-07-26 05:56:17 EDT; 46min ago
- Docs: man:nft(8)
- http://wiki.nftables.org
- Process: 186 ExecStart=/usr/sbin/nft -f /etc/nftables.conf (code=exited, status=0/SUCCESS)
- Main PID: 186 (code=exited, status=0/SUCCESS)
- CPU: 34ms
- Warning: journal has been rotated since unit was started, output may be incomplete.
- root@k8s-worker-1:~# nft list ruleset\
- >
- table inet filter {
- chain input {
- type filter hook input priority filter; policy accept;
- }
- chain forward {
- type filter hook forward priority filter; policy accept;
- }
- chain output {
- type filter hook output priority filter; policy accept;
- }
- }
- table ip nat {
- chain KUBE-MARK-DROP {
- counter packets 0 bytes 0 meta mark set mark or 0x8000
- }
- chain KUBE-MARK-MASQ {
- counter packets 2 bytes 120 meta mark set mark or 0x4000
- }
- chain KUBE-POSTROUTING {
- mark and 0x4000 != 0x4000 counter packets 6865 bytes 412264 return
- counter packets 2 bytes 120 meta mark set mark xor 0x4000
- counter packets 2 bytes 120 masquerade
- }
- chain POSTROUTING {
- type nat hook postrouting priority srcnat; policy accept;
- counter packets 7066 bytes 424485 jump KUBE-POSTROUTING
- # match-set kube-router-pod-subnets src # ! match-set kube-router-pod-subnets dst # ! match-set kube-router-node-ips dst counter packets 16 bytes 965 masquerade
- }
- chain KUBE-KUBELET-CANARY {
- }
- chain KUBE-PROXY-CANARY {
- }
- chain KUBE-SERVICES {
- meta l4proto tcp ip daddr 10.106.36.229 tcp dport 443 counter packets 0 bytes 0 jump KUBE-SVC-XBIRSKPJDNCMT43V
- meta l4proto tcp ip daddr 10.102.58.7 tcp dport 443 counter packets 0 bytes 0 jump KUBE-SVC-EDNDUDH2C75GIR6O
- meta l4proto tcp ip daddr 192.168.1.186 tcp dport 443 counter packets 0 bytes 0 jump KUBE-EXT-EDNDUDH2C75GIR6O
- meta l4proto tcp ip daddr 10.108.233.49 tcp dport 443 counter packets 0 bytes 0 jump KUBE-SVC-EZYNCFY2F7N6OQA2
- meta l4proto tcp ip daddr 10.96.0.10 tcp dport 53 counter packets 0 bytes 0 jump KUBE-SVC-ERIFXISQEP7F7OF4
- meta l4proto tcp ip daddr 10.102.58.7 tcp dport 80 counter packets 0 bytes 0 jump KUBE-SVC-CG5I4G2RS3ZVWGLK
- meta l4proto tcp ip daddr 192.168.1.186 tcp dport 80 counter packets 0 bytes 0 jump KUBE-EXT-CG5I4G2RS3ZVWGLK
- meta l4proto tcp ip daddr 10.111.161.2 tcp dport 8081 counter packets 2 bytes 120 jump KUBE-SVC-234DFLNMQCDNYGFJ
- meta l4proto tcp ip daddr 10.96.0.1 tcp dport 443 counter packets 0 bytes 0 jump KUBE-SVC-NPX46M4PTMTKRN6Y
- meta l4proto udp ip daddr 10.96.0.10 udp dport 53 counter packets 0 bytes 0 jump KUBE-SVC-TCOU7JCQXEZGVUNU
- meta l4proto tcp ip daddr 10.96.0.10 tcp dport 9153 counter packets 0 bytes 0 jump KUBE-SVC-JD5MR3NA4I4DYORP
- meta l4proto tcp ip daddr 10.110.242.100 tcp dport 443 counter packets 22 bytes 1320 jump KUBE-SVC-Z4ANX4WAEWEBLCTM
- fib daddr type local counter packets 1456 bytes 87384 jump KUBE-NODEPORTS
- }
- chain OUTPUT {
- type nat hook output priority -100; policy accept;
- counter packets 6816 bytes 409394 jump KUBE-SERVICES
- }
- chain PREROUTING {
- type nat hook prerouting priority dstnat; policy accept;
- counter packets 2905 bytes 1101216 jump KUBE-SERVICES
- }
- chain KUBE-NODEPORTS {
- meta l4proto tcp tcp dport 31116 counter packets 0 bytes 0 jump KUBE-EXT-EDNDUDH2C75GIR6O
- meta l4proto tcp tcp dport 31097 counter packets 0 bytes 0 jump KUBE-EXT-CG5I4G2RS3ZVWGLK
- }
- chain KUBE-SEP-7KRSNLJXIK7MVNLV {
- ip saddr 10.244.0.22 counter packets 0 bytes 0 jump KUBE-MARK-MASQ
- meta l4proto tcp counter packets 2 bytes 120 dnat to 10.244.0.22:8080
- }
- chain KUBE-SVC-234DFLNMQCDNYGFJ {
- meta l4proto tcp ip saddr != 10.244.0.0/16 ip daddr 10.111.161.2 tcp dport 8081 counter packets 2 bytes 120 jump KUBE-MARK-MASQ
- counter packets 2 bytes 120 jump KUBE-SEP-7KRSNLJXIK7MVNLV
- }
- chain KUBE-SEP-PERR2UE4LXM6VRCG {
- ip saddr 192.168.1.65 counter packets 0 bytes 0 jump KUBE-MARK-MASQ
- meta l4proto tcp counter packets 0 bytes 0 dnat to 192.168.1.65:6443
- }
- chain KUBE-SVC-NPX46M4PTMTKRN6Y {
- meta l4proto tcp ip saddr != 10.244.0.0/16 ip daddr 10.96.0.1 tcp dport 443 counter packets 0 bytes 0 jump KUBE-MARK-MASQ
- counter packets 0 bytes 0 jump KUBE-SEP-PERR2UE4LXM6VRCG
- }
- chain KUBE-SEP-V2V2Q35G2YSWC7VC {
- ip saddr 10.244.0.19 counter packets 0 bytes 0 jump KUBE-MARK-MASQ
- meta l4proto tcp counter packets 0 bytes 0 dnat to 10.244.0.19:53
- }
- chain KUBE-SVC-ERIFXISQEP7F7OF4 {
- meta l4proto tcp ip saddr != 10.244.0.0/16 ip daddr 10.96.0.10 tcp dport 53 counter packets 0 bytes 0 jump KUBE-MARK-MASQ
- counter packets 0 bytes 0 jump KUBE-SEP-V2V2Q35G2YSWC7VC
- counter packets 0 bytes 0 jump KUBE-SEP-LGXZUSYJZFXP55VS
- }
- chain KUBE-SEP-7SYQPOQ5CGSCKQZX {
- ip saddr 10.244.0.19 counter packets 0 bytes 0 jump KUBE-MARK-MASQ
- meta l4proto udp counter packets 0 bytes 0 dnat to 10.244.0.19:53
- }
- chain KUBE-SVC-TCOU7JCQXEZGVUNU {
- meta l4proto udp ip saddr != 10.244.0.0/16 ip daddr 10.96.0.10 udp dport 53 counter packets 0 bytes 0 jump KUBE-MARK-MASQ
- counter packets 0 bytes 0 jump KUBE-SEP-7SYQPOQ5CGSCKQZX
- counter packets 0 bytes 0 jump KUBE-SEP-WHU5MQLF6I7CQ4PO
- }
- chain KUBE-SEP-TLCPTR2BBYKNVXPN {
- ip saddr 10.244.0.19 counter packets 0 bytes 0 jump KUBE-MARK-MASQ
- meta l4proto tcp counter packets 0 bytes 0 dnat to 10.244.0.19:9153
- }
- chain KUBE-SVC-JD5MR3NA4I4DYORP {
- meta l4proto tcp ip saddr != 10.244.0.0/16 ip daddr 10.96.0.10 tcp dport 9153 counter packets 0 bytes 0 jump KUBE-MARK-MASQ
- counter packets 0 bytes 0 jump KUBE-SEP-TLCPTR2BBYKNVXPN
- counter packets 0 bytes 0 jump KUBE-SEP-SUIYSFWG632A4F7G
- }
- chain KUBE-SEP-WHU5MQLF6I7CQ4PO {
- ip saddr 10.244.0.20 counter packets 0 bytes 0 jump KUBE-MARK-MASQ
- meta l4proto udp counter packets 0 bytes 0 dnat to 10.244.0.20:53
- }
- chain KUBE-SEP-SUIYSFWG632A4F7G {
- ip saddr 10.244.0.20 counter packets 0 bytes 0 jump KUBE-MARK-MASQ
- meta l4proto tcp counter packets 0 bytes 0 dnat to 10.244.0.20:9153
- }
- chain KUBE-SEP-LGXZUSYJZFXP55VS {
- ip saddr 10.244.0.20 counter packets 0 bytes 0 jump KUBE-MARK-MASQ
- meta l4proto tcp counter packets 0 bytes 0 dnat to 10.244.0.20:53
- }
- chain KUBE-SEP-B4CZ3FJNSCTRJWRQ {
- ip saddr 10.244.0.23 counter packets 0 bytes 0 jump KUBE-MARK-MASQ
- meta l4proto tcp counter packets 0 bytes 0 dnat to 10.244.0.23:443
- }
- chain KUBE-SVC-EDNDUDH2C75GIR6O {
- meta l4proto tcp ip saddr != 10.244.0.0/16 ip daddr 10.102.58.7 tcp dport 443 counter packets 0 bytes 0 jump KUBE-MARK-MASQ
- counter packets 0 bytes 0 jump KUBE-SEP-B4CZ3FJNSCTRJWRQ
- }
- chain KUBE-EXT-EDNDUDH2C75GIR6O {
- counter packets 0 bytes 0 jump KUBE-MARK-MASQ
- counter packets 0 bytes 0 jump KUBE-SVC-EDNDUDH2C75GIR6O
- }
- chain KUBE-SEP-FPZJN6VX4OHY6ZD7 {
- ip saddr 10.244.0.23 counter packets 0 bytes 0 jump KUBE-MARK-MASQ
- meta l4proto tcp counter packets 0 bytes 0 dnat to 10.244.0.23:80
- }
- chain KUBE-SVC-CG5I4G2RS3ZVWGLK {
- meta l4proto tcp ip saddr != 10.244.0.0/16 ip daddr 10.102.58.7 tcp dport 80 counter packets 0 bytes 0 jump KUBE-MARK-MASQ
- counter packets 0 bytes 0 jump KUBE-SEP-FPZJN6VX4OHY6ZD7
- }
- chain KUBE-EXT-CG5I4G2RS3ZVWGLK {
- counter packets 0 bytes 0 jump KUBE-MARK-MASQ
- counter packets 0 bytes 0 jump KUBE-SVC-CG5I4G2RS3ZVWGLK
- }
- chain KUBE-SEP-DUXFKBREL6OCQITR {
- ip saddr 10.244.0.23 counter packets 0 bytes 0 jump KUBE-MARK-MASQ
- meta l4proto tcp counter packets 0 bytes 0 dnat to 10.244.0.23:8443
- }
- chain KUBE-SVC-EZYNCFY2F7N6OQA2 {
- meta l4proto tcp ip saddr != 10.244.0.0/16 ip daddr 10.108.233.49 tcp dport 443 counter packets 0 bytes 0 jump KUBE-MARK-MASQ
- counter packets 0 bytes 0 jump KUBE-SEP-DUXFKBREL6OCQITR
- }
- chain KUBE-SEP-CC2ZRGTKGY46UQVJ {
- ip saddr 10.244.0.17 counter packets 0 bytes 0 jump KUBE-MARK-MASQ
- meta l4proto tcp counter packets 0 bytes 0 dnat to 10.244.0.17:9443
- }
- chain KUBE-SVC-XBIRSKPJDNCMT43V {
- meta l4proto tcp ip saddr != 10.244.0.0/16 ip daddr 10.106.36.229 tcp dport 443 counter packets 0 bytes 0 jump KUBE-MARK-MASQ
- counter packets 0 bytes 0 jump KUBE-SEP-CC2ZRGTKGY46UQVJ
- }
- chain KUBE-SEP-QEAH3L447RHDWIGU {
- ip saddr 10.244.0.21 counter packets 0 bytes 0 jump KUBE-MARK-MASQ
- meta l4proto tcp counter packets 22 bytes 1320 dnat to 10.244.0.21:10250
- }
- chain KUBE-SVC-Z4ANX4WAEWEBLCTM {
- meta l4proto tcp ip saddr != 10.244.0.0/16 ip daddr 10.110.242.100 tcp dport 443 counter packets 0 bytes 0 jump KUBE-MARK-MASQ
- counter packets 22 bytes 1320 jump KUBE-SEP-QEAH3L447RHDWIGU
- }
- }
- table ip mangle {
- chain KUBE-IPTABLES-HINT {
- }
- chain KUBE-KUBELET-CANARY {
- }
- chain KUBE-PROXY-CANARY {
- }
- }
- table ip6 mangle {
- chain KUBE-PROXY-CANARY {
- }
- }
- table ip6 nat {
- chain KUBE-PROXY-CANARY {
- }
- chain KUBE-SERVICES {
- fib daddr type local counter packets 0 bytes 0 jump KUBE-NODEPORTS
- }
- chain OUTPUT {
- type nat hook output priority -100; policy accept;
- counter packets 0 bytes 0 jump KUBE-SERVICES
- }
- chain PREROUTING {
- type nat hook prerouting priority dstnat; policy accept;
- counter packets 6276 bytes 3121825 jump KUBE-SERVICES
- }
- chain KUBE-POSTROUTING {
- mark and 0x4000 != 0x4000 counter packets 0 bytes 0 return
- counter packets 0 bytes 0 meta mark set mark xor 0x4000
- counter packets 0 bytes 0 masquerade random-fully
- }
- chain POSTROUTING {
- type nat hook postrouting priority srcnat; policy accept;
- counter packets 0 bytes 0 jump KUBE-POSTROUTING
- }
- chain KUBE-MARK-DROP {
- }
- chain KUBE-NODEPORTS {
- }
- chain KUBE-MARK-MASQ {
- counter packets 0 bytes 0 meta mark set mark or 0x4000
- }
- }
- table ip6 filter {
- chain KUBE-PROXY-CANARY {
- }
- chain KUBE-EXTERNAL-SERVICES {
- }
- chain INPUT {
- type filter hook input priority filter; policy accept;
- counter packets 84 bytes 4672 jump KUBE-NODEPORTS
- ct state new counter packets 0 bytes 0 jump KUBE-EXTERNAL-SERVICES
- }
- chain FORWARD {
- type filter hook forward priority filter; policy accept;
- counter packets 336 bytes 18816 jump KUBE-FORWARD
- ct state new counter packets 0 bytes 0 jump KUBE-SERVICES
- ct state new counter packets 0 bytes 0 jump KUBE-EXTERNAL-SERVICES
- }
- chain KUBE-NODEPORTS {
- }
- chain KUBE-SERVICES {
- }
- chain OUTPUT {
- type filter hook output priority filter; policy accept;
- ct state new counter packets 0 bytes 0 jump KUBE-SERVICES
- }
- chain KUBE-FORWARD {
- ct state invalid counter packets 0 bytes 0 drop
- mark and 0x4000 == 0x4000 counter packets 0 bytes 0 accept
- ct state related,established counter packets 0 bytes 0 accept
- }
- }
- table ip filter {
- chain INPUT {
- type filter hook input priority filter; policy accept;
- counter packets 1966 bytes 538707 jump KUBE-ROUTER-INPUT
- counter packets 930 bytes 281405 jump KUBE-NODEPORTS
- ct state new counter packets 64 bytes 5222 jump KUBE-EXTERNAL-SERVICES
- counter packets 930 bytes 281405 jump KUBE-FIREWALL
- }
- chain FORWARD {
- type filter hook forward priority filter; policy accept;
- counter packets 1176 bytes 275294 jump KUBE-ROUTER-FORWARD
- oifname "eth0" counter packets 0 bytes 0 accept
- oifname "kube-bridge" counter packets 0 bytes 0 accept
- iifname "kube-bridge" counter packets 0 bytes 0 accept
- counter packets 0 bytes 0 jump KUBE-FORWARD
- ct state new counter packets 0 bytes 0 jump KUBE-SERVICES
- ct state new counter packets 0 bytes 0 jump KUBE-EXTERNAL-SERVICES
- }
- chain OUTPUT {
- type filter hook output priority filter; policy accept;
- counter packets 2036 bytes 357922 jump KUBE-ROUTER-OUTPUT
- ct state new counter packets 50 bytes 3000 jump KUBE-SERVICES
- counter packets 818 bytes 192709 jump KUBE-FIREWALL
- }
- chain KUBE-EXTERNAL-SERVICES {
- }
- chain KUBE-FIREWALL {
- mark and 0x8000 == 0x8000 counter packets 0 bytes 0 drop
- ip saddr != 127.0.0.0/8 ip daddr 127.0.0.0/8 ct status dnat counter packets 0 bytes 0 drop
- }
- chain KUBE-FORWARD {
- ct state invalid counter packets 0 bytes 0 drop
- mark and 0x4000 == 0x4000 counter packets 0 bytes 0 accept
- ct state related,established counter packets 0 bytes 0 accept
- }
- chain KUBE-KUBELET-CANARY {
- }
- chain KUBE-NODEPORTS {
- }
- chain KUBE-NWPLCY-DEFAULT {
- counter packets 35 bytes 2100 meta mark set mark or 0x10000
- }
- chain KUBE-PROXY-CANARY {
- }
- chain KUBE-ROUTER-FORWARD {
- ip daddr 10.244.0.17 counter packets 12 bytes 1376 jump KUBE-POD-FW-B7ND4AZTPE4HJLGT
- ip daddr 10.244.0.17 # PHYSDEV match --physdev-is-bridged counter packets 0 bytes 0 jump KUBE-POD-FW-B7ND4AZTPE4HJLGT
- ip saddr 10.244.0.17 counter packets 15 bytes 2167 jump KUBE-POD-FW-B7ND4AZTPE4HJLGT
- ip saddr 10.244.0.17 # PHYSDEV match --physdev-is-bridged counter packets 0 bytes 0 jump KUBE-POD-FW-B7ND4AZTPE4HJLGT
- ip daddr 10.244.0.22 counter packets 0 bytes 0 jump KUBE-POD-FW-AVXGM2QVMDXGTTTJ
- ip daddr 10.244.0.22 # PHYSDEV match --physdev-is-bridged counter packets 0 bytes 0 jump KUBE-POD-FW-AVXGM2QVMDXGTTTJ
- ip saddr 10.244.0.22 counter packets 0 bytes 0 jump KUBE-POD-FW-AVXGM2QVMDXGTTTJ
- ip saddr 10.244.0.22 # PHYSDEV match --physdev-is-bridged counter packets 0 bytes 0 jump KUBE-POD-FW-AVXGM2QVMDXGTTTJ
- ip daddr 10.244.0.19 counter packets 4 bytes 416 jump KUBE-POD-FW-GZCCJ5BUUEYURNR7
- ip daddr 10.244.0.19 # PHYSDEV match --physdev-is-bridged counter packets 0 bytes 0 jump KUBE-POD-FW-GZCCJ5BUUEYURNR7
- ip saddr 10.244.0.19 counter packets 4 bytes 208 jump KUBE-POD-FW-GZCCJ5BUUEYURNR7
- ip saddr 10.244.0.19 # PHYSDEV match --physdev-is-bridged counter packets 0 bytes 0 jump KUBE-POD-FW-GZCCJ5BUUEYURNR7
- ip daddr 10.244.0.20 counter packets 4 bytes 208 jump KUBE-POD-FW-GJL7NGIL4TUCQ6PL
- ip daddr 10.244.0.20 # PHYSDEV match --physdev-is-bridged counter packets 0 bytes 0 jump KUBE-POD-FW-GJL7NGIL4TUCQ6PL
- ip saddr 10.244.0.20 counter packets 4 bytes 208 jump KUBE-POD-FW-GJL7NGIL4TUCQ6PL
- ip saddr 10.244.0.20 # PHYSDEV match --physdev-is-bridged counter packets 0 bytes 0 jump KUBE-POD-FW-GJL7NGIL4TUCQ6PL
- ip daddr 10.244.0.21 counter packets 177 bytes 33527 jump KUBE-POD-FW-7I7Z4YT7SAZPW463
- ip daddr 10.244.0.21 # PHYSDEV match --physdev-is-bridged counter packets 2 bytes 120 jump KUBE-POD-FW-7I7Z4YT7SAZPW463
- ip saddr 10.244.0.21 counter packets 221 bytes 42682 jump KUBE-POD-FW-7I7Z4YT7SAZPW463
- ip saddr 10.244.0.21 # PHYSDEV match --physdev-is-bridged counter packets 0 bytes 0 jump KUBE-POD-FW-7I7Z4YT7SAZPW463
- ip daddr 10.244.0.18 counter packets 136 bytes 18372 jump KUBE-POD-FW-JKBHI46ODNOSCEDU
- ip daddr 10.244.0.18 # PHYSDEV match --physdev-is-bridged counter packets 0 bytes 0 jump KUBE-POD-FW-JKBHI46ODNOSCEDU
- ip saddr 10.244.0.18 counter packets 135 bytes 37599 jump KUBE-POD-FW-JKBHI46ODNOSCEDU
- ip saddr 10.244.0.18 # PHYSDEV match --physdev-is-bridged counter packets 2 bytes 120 jump KUBE-POD-FW-JKBHI46ODNOSCEDU
- ip daddr 10.244.0.23 counter packets 260 bytes 105277 jump KUBE-POD-FW-ARW6DB2K7XFK3BBE
- ip daddr 10.244.0.23 # PHYSDEV match --physdev-is-bridged counter packets 0 bytes 0 jump KUBE-POD-FW-ARW6DB2K7XFK3BBE
- ip saddr 10.244.0.23 counter packets 206 bytes 33374 jump KUBE-POD-FW-ARW6DB2K7XFK3BBE
- ip saddr 10.244.0.23 # PHYSDEV match --physdev-is-bridged counter packets 0 bytes 0 jump KUBE-POD-FW-ARW6DB2K7XFK3BBE
- mark and 0x20000 == 0x20000 counter packets 29 bytes 1740 accept
- }
- chain KUBE-ROUTER-INPUT {
- ip daddr 10.96.0.0/12 counter packets 0 bytes 0 return
- meta l4proto tcp fib daddr type local tcp dport 30000-32767 counter packets 0 bytes 0 return
- meta l4proto udp fib daddr type local udp dport 30000-32767 counter packets 0 bytes 0 return
- ip saddr 10.244.0.17 counter packets 103 bytes 138100 jump KUBE-POD-FW-B7ND4AZTPE4HJLGT
- ip saddr 10.244.0.22 counter packets 0 bytes 0 jump KUBE-POD-FW-AVXGM2QVMDXGTTTJ
- ip saddr 10.244.0.19 counter packets 261 bytes 21692 jump KUBE-POD-FW-GZCCJ5BUUEYURNR7
- ip saddr 10.244.0.20 counter packets 254 bytes 21328 jump KUBE-POD-FW-GJL7NGIL4TUCQ6PL
- ip saddr 10.244.0.21 counter packets 292 bytes 64798 jump KUBE-POD-FW-7I7Z4YT7SAZPW463
- ip saddr 10.244.0.18 counter packets 44 bytes 3738 jump KUBE-POD-FW-JKBHI46ODNOSCEDU
- ip saddr 10.244.0.23 counter packets 82 bytes 7646 jump KUBE-POD-FW-ARW6DB2K7XFK3BBE
- mark and 0x20000 == 0x20000 counter packets 0 bytes 0 accept
- }
- chain KUBE-ROUTER-OUTPUT {
- ip daddr 10.244.0.17 counter packets 115 bytes 8104 jump KUBE-POD-FW-B7ND4AZTPE4HJLGT
- ip saddr 10.244.0.17 counter packets 0 bytes 0 jump KUBE-POD-FW-B7ND4AZTPE4HJLGT
- ip daddr 10.244.0.22 counter packets 0 bytes 0 jump KUBE-POD-FW-AVXGM2QVMDXGTTTJ
- ip saddr 10.244.0.22 counter packets 0 bytes 0 jump KUBE-POD-FW-AVXGM2QVMDXGTTTJ
- ip daddr 10.244.0.19 counter packets 299 bytes 22053 jump KUBE-POD-FW-GZCCJ5BUUEYURNR7
- ip saddr 10.244.0.19 counter packets 0 bytes 0 jump KUBE-POD-FW-GZCCJ5BUUEYURNR7
- ip daddr 10.244.0.20 counter packets 306 bytes 22417 jump KUBE-POD-FW-GJL7NGIL4TUCQ6PL
- ip saddr 10.244.0.20 counter packets 0 bytes 0 jump KUBE-POD-FW-GJL7NGIL4TUCQ6PL
- ip daddr 10.244.0.21 counter packets 334 bytes 100670 jump KUBE-POD-FW-7I7Z4YT7SAZPW463
- ip saddr 10.244.0.21 counter packets 0 bytes 0 jump KUBE-POD-FW-7I7Z4YT7SAZPW463
- ip daddr 10.244.0.18 counter packets 56 bytes 4092 jump KUBE-POD-FW-JKBHI46ODNOSCEDU
- ip saddr 10.244.0.18 counter packets 0 bytes 0 jump KUBE-POD-FW-JKBHI46ODNOSCEDU
- ip daddr 10.244.0.23 counter packets 108 bytes 7877 jump KUBE-POD-FW-ARW6DB2K7XFK3BBE
- ip saddr 10.244.0.23 counter packets 0 bytes 0 jump KUBE-POD-FW-ARW6DB2K7XFK3BBE
- mark and 0x20000 == 0x20000 counter packets 0 bytes 0 accept
- }
- chain KUBE-SERVICES {
- }
- chain KUBE-POD-FW-B7ND4AZTPE4HJLGT {
- ct state related,established counter packets 227 bytes 148667 accept
- ct state invalid counter packets 0 bytes 0 drop
- ip daddr 10.244.0.17 fib saddr type local counter packets 18 bytes 1080 accept
- ip saddr 10.244.0.17 counter packets 0 bytes 0 jump KUBE-NWPLCY-DEFAULT
- ip daddr 10.244.0.17 counter packets 0 bytes 0 jump KUBE-NWPLCY-DEFAULT
- mark and 0x10000 != 0x10000 limit rate 10/minute burst 10 packets counter packets 0 bytes 0 log group 100
- mark and 0x10000 != 0x10000 counter packets 0 bytes 0 reject
- counter packets 0 bytes 0 meta mark set mark and 0xfffeffff
- counter packets 0 bytes 0 meta mark set mark or 0x20000
- }
- chain KUBE-POD-FW-AVXGM2QVMDXGTTTJ {
- ct state related,established counter packets 0 bytes 0 accept
- ct state invalid counter packets 0 bytes 0 drop
- ip daddr 10.244.0.22 fib saddr type local counter packets 0 bytes 0 accept
- ip saddr 10.244.0.22 counter packets 0 bytes 0 jump KUBE-NWPLCY-DEFAULT
- ip daddr 10.244.0.22 counter packets 0 bytes 0 jump KUBE-NWPLCY-DEFAULT
- mark and 0x10000 != 0x10000 limit rate 10/minute burst 10 packets counter packets 0 bytes 0 log group 100
- mark and 0x10000 != 0x10000 counter packets 0 bytes 0 reject
- counter packets 0 bytes 0 meta mark set mark and 0xfffeffff
- counter packets 0 bytes 0 meta mark set mark or 0x20000
- }
- chain KUBE-POD-FW-GZCCJ5BUUEYURNR7 {
- ct state related,established counter packets 512 bytes 41009 accept
- ct state invalid counter packets 0 bytes 0 drop
- ip daddr 10.244.0.19 fib saddr type local counter packets 56 bytes 3360 accept
- ip saddr 10.244.0.19 counter packets 0 bytes 0 jump KUBE-NWPLCY-DEFAULT
- ip daddr 10.244.0.19 counter packets 0 bytes 0 jump KUBE-NWPLCY-DEFAULT
- mark and 0x10000 != 0x10000 limit rate 10/minute burst 10 packets counter packets 0 bytes 0 log group 100
- mark and 0x10000 != 0x10000 counter packets 0 bytes 0 reject
- counter packets 0 bytes 0 meta mark set mark and 0xfffeffff
- counter packets 0 bytes 0 meta mark set mark or 0x20000
- }
- chain KUBE-POD-FW-GJL7NGIL4TUCQ6PL {
- ct state related,established counter packets 512 bytes 40801 accept
- ct state invalid counter packets 0 bytes 0 drop
- ip daddr 10.244.0.20 fib saddr type local counter packets 56 bytes 3360 accept
- ip saddr 10.244.0.20 counter packets 0 bytes 0 jump KUBE-NWPLCY-DEFAULT
- ip daddr 10.244.0.20 counter packets 0 bytes 0 jump KUBE-NWPLCY-DEFAULT
- mark and 0x10000 != 0x10000 limit rate 10/minute burst 10 packets counter packets 0 bytes 0 log group 100
- mark and 0x10000 != 0x10000 counter packets 0 bytes 0 reject
- counter packets 0 bytes 0 meta mark set mark and 0xfffeffff
- counter packets 0 bytes 0 meta mark set mark or 0x20000
- }
- chain KUBE-POD-FW-7I7Z4YT7SAZPW463 {
- ct state related,established counter packets 976 bytes 238797 accept
- ct state invalid counter packets 0 bytes 0 drop
- ip daddr 10.244.0.21 fib saddr type local counter packets 19 bytes 1140 accept
- ip saddr 10.244.0.21 counter packets 27 bytes 1620 jump KUBE-NWPLCY-DEFAULT
- ip daddr 10.244.0.21 counter packets 4 bytes 240 jump KUBE-NWPLCY-DEFAULT
- mark and 0x10000 != 0x10000 limit rate 10/minute burst 10 packets counter packets 0 bytes 0 log group 100
- mark and 0x10000 != 0x10000 counter packets 0 bytes 0 reject
- counter packets 31 bytes 1860 meta mark set mark and 0xfffeffff
- counter packets 31 bytes 1860 meta mark set mark or 0x20000
- }
- chain KUBE-POD-FW-JKBHI46ODNOSCEDU {
- ct state related,established counter packets 359 bytes 63081 accept
- ct state invalid counter packets 0 bytes 0 drop
- ip daddr 10.244.0.18 fib saddr type local counter packets 10 bytes 600 accept
- ip saddr 10.244.0.18 counter packets 4 bytes 240 jump KUBE-NWPLCY-DEFAULT
- ip daddr 10.244.0.18 counter packets 0 bytes 0 jump KUBE-NWPLCY-DEFAULT
- mark and 0x10000 != 0x10000 limit rate 10/minute burst 10 packets counter packets 0 bytes 0 log group 100
- mark and 0x10000 != 0x10000 counter packets 0 bytes 0 reject
- counter packets 4 bytes 240 meta mark set mark and 0xfffeffff
- counter packets 4 bytes 240 meta mark set mark or 0x20000
- }
- chain KUBE-POD-FW-ARW6DB2K7XFK3BBE {
- ct state related,established counter packets 637 bytes 153034 accept
- ct state invalid counter packets 0 bytes 0 drop
- ip daddr 10.244.0.23 fib saddr type local counter packets 19 bytes 1140 accept
- ip saddr 10.244.0.23 counter packets 0 bytes 0 jump KUBE-NWPLCY-DEFAULT
- ip daddr 10.244.0.23 counter packets 0 bytes 0 jump KUBE-NWPLCY-DEFAULT
- mark and 0x10000 != 0x10000 limit rate 10/minute burst 10 packets counter packets 0 bytes 0 log group 100
- mark and 0x10000 != 0x10000 counter packets 0 bytes 0 reject
- counter packets 0 bytes 0 meta mark set mark and 0xfffeffff
- counter packets 0 bytes 0 meta mark set mark or 0x20000
- }
- }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement