xuanyuanaosheng commented on issue #7930:
URL: https://github.com/apache/cloudstack/issues/7930#issuecomment-1707858692
@levindecaro Thanks for your reply.
I have followed your guidance add iptables :
```
iptables -I INPUT -p udp -m udp --dport 4789 -j ACCEPT
iptables -I INPUT -p tcp -m tcp --dport 1798 -j ACCEPT
```
Now using `kvm001` as an example, the iptables is:
```
[root@kvm001 ~]# cat /etc/sysconfig/iptables
# Generated by iptables-save v1.8.4 on Mon Sep 4 12:19:22 2023
*filter
:INPUT ACCEPT [296573:1195510000]
:FORWARD ACCEPT [0:0]
:OUTPUT ACCEPT [300735:351478871]
:LIBVIRT_INP - [0:0]
:LIBVIRT_OUT - [0:0]
:LIBVIRT_FWO - [0:0]
:LIBVIRT_FWI - [0:0]
:LIBVIRT_FWX - [0:0]
-A INPUT -p udp -m udp --dport 8472 -j ACCEPT
-A INPUT -p udp -m udp --dport 4789 -j ACCEPT
-A INPUT -p tcp -m tcp --dport 49152:49216 -j ACCEPT
-A INPUT -p tcp -m tcp --dport 5900:6100 -j ACCEPT
-A INPUT -j LIBVIRT_INP
-A INPUT -p tcp -m tcp --dport 16514 -j ACCEPT
-A INPUT -p tcp -m tcp --dport 16509 -j ACCEPT
-A INPUT -p tcp -m tcp --dport 22 -j ACCEPT
-A INPUT -p tcp -m tcp --dport 1798 -j ACCEPT
-A INPUT -s 224.0.0.0/4 -j ACCEPT
-A FORWARD -j LIBVIRT_FWX
-A FORWARD -j LIBVIRT_FWI
-A FORWARD -j LIBVIRT_FWO
-A FORWARD -s 224.0.0.0/4 -d 224.0.0.0/4 -j ACCEPT
-A OUTPUT -j LIBVIRT_OUT
-A OUTPUT -d 224.0.0.0/4 -j ACCEPT
COMMIT
# Completed on Mon Sep 4 12:19:22 2023
# Generated by iptables-save v1.8.4 on Mon Sep 4 12:19:22 2023
*security
:INPUT ACCEPT [368423:2248850292]
:FORWARD ACCEPT [0:0]
:OUTPUT ACCEPT [300741:351481031]
COMMIT
# Completed on Mon Sep 4 12:19:22 2023
# Generated by iptables-save v1.8.4 on Mon Sep 4 12:19:22 2023
*raw
:PREROUTING ACCEPT [371554:2249164792]
:OUTPUT ACCEPT [300741:351481031]
COMMIT
# Completed on Mon Sep 4 12:19:22 2023
# Generated by iptables-save v1.8.4 on Mon Sep 4 12:19:22 2023
*mangle
:PREROUTING ACCEPT [371554:2249164792]
:INPUT ACCEPT [368423:2248850292]
:FORWARD ACCEPT [0:0]
:OUTPUT ACCEPT [300741:351481031]
:POSTROUTING ACCEPT [300780:351485545]
COMMIT
# Completed on Mon Sep 4 12:19:22 2023
# Generated by iptables-save v1.8.4 on Mon Sep 4 12:19:22 2023
*nat
:PREROUTING ACCEPT [0:0]
:INPUT ACCEPT [0:0]
:POSTROUTING ACCEPT [0:0]
:OUTPUT ACCEPT [0:0]
COMMIT
# Completed on Mon Sep 4 12:19:22 2023
```
But current situation is still the same as before.
-----
The network data stream:
```
kvm001 (eno2.2230, 10.71.231.42) <=======> kvm002 (eno2.2230,
10.71.231.43)
```
The VM network data stream:
```
VM: ubuntu221 (10.28.22.112, i-2-30985-VM, 02:00:25:45:00:01) --> vnet6
(fe:00:25:45:00:01) --> brvx-2841 (86:a4:a4:8b:23:91) --> vxlan2841
(vxlan://2841, mtu 1450, vxlan id 2841 group 239.0.11.25 dev eno2.2230 srcport
0 0 dstport 8472 ttl 10 ageing 300 udpcsum) --> eno2.2230 (20:67:7c:19:67:78)
--> eno2 <----------------------------> eno2 --> eno2.2230
(ac:16:2d:ab:e3:e4) --> vxlan2841 (vxlan://2841, mtu 1450, vxlan id 2841 group
239.0.11.25 dev eno2.2230 srcport 0 0 dstport 8472 ttl 10 ageing 300 udpcsum)
--> brvx-2841 (36:ef:97:61:d5:c5) --> vnet8 (fe:00:5c:64:00:03) --> VM:
ubuntu231 (10.28.22.19, i-2-30986-VM, 02:00:5c:64:00:03)
The tcpdump result on kvm001 is:
```
# tcpdump -i vnet6 -s0 -nn -vvv
dropped privs to tcpdump
tcpdump: listening on vnet6, link-type EN10MB (Ethernet), capture size
262144 bytes
15:55:54.266144 ARP, Ethernet (len 6), IPv4 (len 4), Request who-has
10.28.22.254 tell 10.28.22.112, length 28
15:55:55.319656 ARP, Ethernet (len 6), IPv4 (len 4), Request who-has
10.28.22.254 tell 10.28.22.112, length 28
15:55:56.343753 ARP, Ethernet (len 6), IPv4 (len 4), Request who-has
10.28.22.254 tell 10.28.22.112, length 28
15:56:04.266472 ARP, Ethernet (len 6), IPv4 (len 4), Request who-has
10.28.22.254 tell 10.28.22.112, length 28
15:56:05.303760 ARP, Ethernet (len 6), IPv4 (len 4), Request who-has
10.28.22.254 tell 10.28.22.112, length 28
15:56:06.327631 ARP, Ethernet (len 6), IPv4 (len 4), Request who-has
10.28.22.254 tell 10.28.22.112, length 28
^C
6 packets captured
6 packets received by filter
0 packets dropped by kernel
--------------------------------------------------------------------------------------------
# tcpdump -i brvx-2841 -s0 -nn -vvv
dropped privs to tcpdump
tcpdump: listening on brvx-2841, link-type EN10MB (Ethernet), capture size
262144 bytes
15:56:24.266160 ARP, Ethernet (len 6), IPv4 (len 4), Request who-has
10.28.22.254 tell 10.28.22.112, length 28
15:56:25.271682 ARP, Ethernet (len 6), IPv4 (len 4), Request who-has
10.28.22.254 tell 10.28.22.112, length 28
15:56:26.295698 ARP, Ethernet (len 6), IPv4 (len 4), Request who-has
10.28.22.254 tell 10.28.22.112, length 28
15:56:34.266367 ARP, Ethernet (len 6), IPv4 (len 4), Request who-has
10.28.22.254 tell 10.28.22.112, length 28
15:56:35.319565 ARP, Ethernet (len 6), IPv4 (len 4), Request who-has
10.28.22.254 tell 10.28.22.112, length 28
15:56:36.343746 ARP, Ethernet (len 6), IPv4 (len 4), Request who-has
10.28.22.254 tell 10.28.22.112, length 28
15:56:44.266254 ARP, Ethernet (len 6), IPv4 (len 4), Request who-has
10.28.22.254 tell 10.28.22.112, length 28
15:56:45.303644 ARP, Ethernet (len 6), IPv4 (len 4), Request who-has
10.28.22.254 tell 10.28.22.112, length 28
15:56:46.327559 ARP, Ethernet (len 6), IPv4 (len 4), Request who-has
10.28.22.254 tell 10.28.22.112, length 28
15:56:54.266462 ARP, Ethernet (len 6), IPv4 (len 4), Request who-has
10.28.22.254 tell 10.28.22.112, length 28
15:56:55.287691 ARP, Ethernet (len 6), IPv4 (len 4), Request who-has
10.28.22.254 tell 10.28.22.112, length 28
15:56:56.311641 ARP, Ethernet (len 6), IPv4 (len 4), Request who-has
10.28.22.254 tell 10.28.22.112, length 28
^C
12 packets captured
12 packets received by filter
0 packets dropped by kernel
-----------------------------------------------------------------------------------------------
# tcpdump -i vxlan2841 -s0 -nn -vvv
dropped privs to tcpdump
tcpdump: listening on vxlan2841, link-type EN10MB (Ethernet), capture size
262144 bytes
15:58:04.266350 ARP, Ethernet (len 6), IPv4 (len 4), Request who-has
10.28.22.254 tell 10.28.22.112, length 28
15:58:05.303652 ARP, Ethernet (len 6), IPv4 (len 4), Request who-has
10.28.22.254 tell 10.28.22.112, length 28
15:58:06.327539 ARP, Ethernet (len 6), IPv4 (len 4), Request who-has
10.28.22.254 tell 10.28.22.112, length 28
15:58:14.266350 ARP, Ethernet (len 6), IPv4 (len 4), Request who-has
10.28.22.254 tell 10.28.22.112, length 28
15:58:15.287671 ARP, Ethernet (len 6), IPv4 (len 4), Request who-has
10.28.22.254 tell 10.28.22.112, length 28
15:58:16.311607 ARP, Ethernet (len 6), IPv4 (len 4), Request who-has
10.28.22.254 tell 10.28.22.112, length 28
15:58:24.266230 ARP, Ethernet (len 6), IPv4 (len 4), Request who-has
10.28.22.254 tell 10.28.22.112, length 28
15:58:25.271531 ARP, Ethernet (len 6), IPv4 (len 4), Request who-has
10.28.22.254 tell 10.28.22.112, length 28
15:58:26.295662 ARP, Ethernet (len 6), IPv4 (len 4), Request who-has
10.28.22.254 tell 10.28.22.112, length 28
^C
9 packets captured
9 packets received by filter
0 packets dropped by kernel
-----------------------------------------------------------------------------------------------------
# tcpdump -i eno2.2230 -s0 -nn -vvv
dropped privs to tcpdump
tcpdump: listening on eno2.2230, link-type EN10MB (Ethernet), capture size
262144 bytes
15:58:47.000764 IP (tos 0x0, ttl 10, id 50852, offset 0, flags [none], proto
UDP (17), length 86)
10.71.231.42.39295 > 239.0.10.246.8472: [bad udp cksum 0xd06d ->
0xfe83!] OTV, flags [I] (0x08), overlay 0, instance 2806
IP (tos 0x0, ttl 1, id 32142, offset 0, flags [DF], proto UDP (17), length
36)
10.28.17.228.55670 > 225.0.0.50.3780: [bad udp cksum 0xfd53 -> 0x2b6a!]
UDP, length 8
15:58:47.020424 IP (tos 0xc0, ttl 255, id 0, offset 0, flags [none], proto
UDP (17), length 80)
10.71.231.252.1985 > 224.0.0.102.1985: [udp sum ok] HSRPv1
15:58:47.104169 STP 802.1w, Rapid STP, Flags [Learn, Forward], bridge-id
18b6.00:de:fb:bb:23:41.8089, length 42
message-age 0.00s, max-age 20.00s, hello-time 2.00s, forwarding-delay
15.00s
root-id 18b6.00:de:fb:bb:23:41, root-pathcost 0, port-role Designated
15:58:47.239307 IP (tos 0x0, ttl 10, id 51088, offset 0, flags [none], proto
UDP (17), length 114)
10.71.231.42.34893 > 239.0.10.246.8472: [bad udp cksum 0xebd7 ->
0x7d25!] OTV, flags [I] (0x08), overlay 0, instance 2806
IP (tos 0xc0, ttl 255, id 18808, offset 0, flags [none], proto AH (51),
length 64)
10.28.17.228 > 224.0.0.18: AH(spi=0x0a1c11e4,sumlen=16,seq=0x14978):
vrrp 10.28.17.228 > 224.0.0.18: VRRPv2, Advertisement, vrid 51, prio 100,
authtype ah, intvl 1s, length 20, addrs: 10.28.17.254
15:58:47.803784 f4:03:43:00:c3:2d > 01:14:c2:44:1e:cc SNAP, oui Unknown
(0x0014c2), pid Unknown (0x0001), length 58:
0x0000: aaaa 0300 14c2 0001 0000 0000 0000 0000 ................
0x0010: 0000 0000 0000 0000 0000 0000 0000 0000 ................
0x0020: 0000 0000 0000 0000 0000 0000 0000 0000 ................
0x0030: 0000 0000 0000 0000 0000 0000 0000 0000 ................
0x0040: 0000 ..
15:58:48.000925 IP (tos 0x0, ttl 10, id 51614, offset 0, flags [none], proto
UDP (17), length 86)
10.71.231.42.39295 > 239.0.10.246.8472: [bad udp cksum 0xd06d ->
0xfe82!] OTV, flags [I] (0x08), overlay 0, instance 2806
IP (tos 0x0, ttl 1, id 32264, offset 0, flags [DF], proto UDP (17), length
36)
10.28.17.228.55670 > 225.0.0.50.3780: [bad udp cksum 0xfd53 -> 0x2b69!]
UDP, length 8
15:58:48.239568 IP (tos 0x0, ttl 10, id 51758, offset 0, flags [none], proto
UDP (17), length 114)
10.71.231.42.34893 > 239.0.10.246.8472: [bad udp cksum 0xebd7 ->
0x8f98!] OTV, flags [I] (0x08), overlay 0, instance 2806
IP (tos 0xc0, ttl 255, id 18809, offset 0, flags [none], proto AH (51),
length 64)
10.28.17.228 > 224.0.0.18: AH(spi=0x0a1c11e4,sumlen=16,seq=0x14979):
vrrp 10.28.17.228 > 224.0.0.18: VRRPv2, Advertisement, vrid 51, prio 100,
authtype ah, intvl 1s, length 20, addrs: 10.28.17.254
15:58:49.001019 IP (tos 0x0, ttl 10, id 52061, offset 0, flags [none], proto
UDP (17), length 86)
10.71.231.42.39295 > 239.0.10.246.8472: [bad udp cksum 0xd06d ->
0xfe81!] OTV, flags [I] (0x08), overlay 0, instance 2806
IP (tos 0x0, ttl 1, id 32503, offset 0, flags [DF], proto UDP (17), length
36)
10.28.17.228.55670 > 225.0.0.50.3780: [bad udp cksum 0xfd53 -> 0x2b68!]
UDP, length 8
15:58:49.031369 IP (tos 0xc0, ttl 255, id 0, offset 0, flags [none], proto
UDP (17), length 80)
10.71.231.253.1985 > 224.0.0.102.1985: [udp sum ok] HSRPv1
15:58:49.111227 STP 802.1w, Rapid STP, Flags [Learn, Forward], bridge-id
18b6.00:de:fb:bb:23:41.8089, length 42
message-age 0.00s, max-age 20.00s, hello-time 2.00s, forwarding-delay
15.00s
root-id 18b6.00:de:fb:bb:23:41, root-pathcost 0, port-role Designated
15:58:49.239808 IP (tos 0x0, ttl 10, id 52161, offset 0, flags [none], proto
UDP (17), length 114)
10.71.231.42.34893 > 239.0.10.246.8472: [bad udp cksum 0xebd7 ->
0xf7f0!] OTV, flags [I] (0x08), overlay 0, instance 2806
IP (tos 0xc0, ttl 255, id 18810, offset 0, flags [none], proto AH (51),
length 64)
10.28.17.228 > 224.0.0.18: AH(spi=0x0a1c11e4,sumlen=16,seq=0x1497a):
vrrp 10.28.17.228 > 224.0.0.18: VRRPv2, Advertisement, vrid 51, prio 100,
authtype ah, intvl 1s, length 20, addrs: 10.28.17.254
15:58:49.934281 IP (tos 0xc0, ttl 255, id 0, offset 0, flags [none], proto
UDP (17), length 80)
10.71.231.252.1985 > 224.0.0.102.1985: [udp sum ok] HSRPv1
15:58:50.001091 IP (tos 0x0, ttl 10, id 52180, offset 0, flags [none], proto
UDP (17), length 86)
10.71.231.42.39295 > 239.0.10.246.8472: [bad udp cksum 0xd06d ->
0xfe80!] OTV, flags [I] (0x08), overlay 0, instance 2806
IP (tos 0x0, ttl 1, id 32739, offset 0, flags [DF], proto UDP (17), length
36)
10.28.17.228.55670 > 225.0.0.50.3780: [bad udp cksum 0xfd53 -> 0x2b67!]
UDP, length 8
15:58:50.240065 IP (tos 0x0, ttl 10, id 52266, offset 0, flags [none], proto
UDP (17), length 114)
10.71.231.42.34893 > 239.0.10.246.8472: [bad udp cksum 0xebd7 ->
0xc4c7!] OTV, flags [I] (0x08), overlay 0, instance 2806
IP (tos 0xc0, ttl 255, id 18811, offset 0, flags [none], proto AH (51),
length 64)
10.28.17.228 > 224.0.0.18: AH(spi=0x0a1c11e4,sumlen=16,seq=0x1497b):
vrrp 10.28.17.228 > 224.0.0.18: VRRPv2, Advertisement, vrid 51, prio 100,
authtype ah, intvl 1s, length 20, addrs: 10.28.17.254
15:58:50.725440 IP (tos 0x0, ttl 10, id 52715, offset 0, flags [none], proto
UDP (17), length 130)
10.71.231.42.39295 > 239.0.10.246.8472: [bad udp cksum 0xd041 ->
0x0c23!] OTV, flags [I] (0x08), overlay 0, instance 2806
IP (tos 0x0, ttl 1, id 32762, offset 0, flags [DF], proto UDP (17), length
80)
10.28.17.228.55670 > 225.0.0.50.3780: [bad udp cksum 0xfd7f -> 0x3961!]
UDP, length 52
15:58:51.157149 STP 802.1w, Rapid STP, Flags [Learn, Forward], bridge-id
18b6.00:de:fb:bb:23:41.8089, length 42
message-age 0.00s, max-age 20.00s, hello-time 2.00s, forwarding-delay
15.00s
root-id 18b6.00:de:fb:bb:23:41, root-pathcost 0, port-role Designated
15:58:51.240308 IP (tos 0x0, ttl 10, id 53076, offset 0, flags [none], proto
UDP (17), length 114)
10.71.231.42.34893 > 239.0.10.246.8472: [bad udp cksum 0xebd7 ->
0xa036!] OTV, flags [I] (0x08), overlay 0, instance 2806
IP (tos 0xc0, ttl 255, id 18812, offset 0, flags [none], proto AH (51),
length 64)
10.28.17.228 > 224.0.0.18: AH(spi=0x0a1c11e4,sumlen=16,seq=0x1497c):
vrrp 10.28.17.228 > 224.0.0.18: VRRPv2, Advertisement, vrid 51, prio 100,
authtype ah, intvl 1s, length 20, addrs: 10.28.17.254
15:58:51.725634 IP (tos 0x0, ttl 10, id 53537, offset 0, flags [none], proto
UDP (17), length 86)
10.71.231.42.39295 > 239.0.10.246.8472: [bad udp cksum 0xd06d ->
0xfe7e!] OTV, flags [I] (0x08), overlay 0, instance 2806
IP (tos 0x0, ttl 1, id 32975, offset 0, flags [DF], proto UDP (17), length
36)
10.28.17.228.55670 > 225.0.0.50.3780: [bad udp cksum 0xfd53 -> 0x2b65!]
UDP, length 8
15:58:51.963509 IP (tos 0xc0, ttl 255, id 0, offset 0, flags [none], proto
UDP (17), length 80)
10.71.231.253.1985 > 224.0.0.102.1985: [udp sum ok] HSRPv1
15:58:52.240553 IP (tos 0x0, ttl 10, id 53582, offset 0, flags [none], proto
UDP (17), length 114)
10.71.231.42.34893 > 239.0.10.246.8472: [bad udp cksum 0xebd7 ->
0xc2b9!] OTV, flags [I] (0x08), overlay 0, instance 2806
IP (tos 0xc0, ttl 255, id 18813, offset 0, flags [none], proto AH (51),
length 64)
10.28.17.228 > 224.0.0.18: AH(spi=0x0a1c11e4,sumlen=16,seq=0x1497d):
vrrp 10.28.17.228 > 224.0.0.18: VRRPv2, Advertisement, vrid 51, prio 100,
authtype ah, intvl 1s, length 20, addrs: 10.28.17.254
15:58:52.725596 IP (tos 0x0, ttl 10, id 54044, offset 0, flags [none], proto
UDP (17), length 86)
10.71.231.42.39295 > 239.0.10.246.8472: [bad udp cksum 0xd06d ->
0xfe7d!] OTV, flags [I] (0x08), overlay 0, instance 2806
IP (tos 0x0, ttl 1, id 33041, offset 0, flags [DF], proto UDP (17), length
36)
10.28.17.228.55670 > 225.0.0.50.3780: [bad udp cksum 0xfd53 -> 0x2b64!]
UDP, length 8
15:58:52.803983 f4:03:43:00:c3:2d > 01:14:c2:44:1e:cc SNAP, oui Unknown
(0x0014c2), pid Unknown (0x0001), length 58:
0x0000: aaaa 0300 14c2 0001 0000 0000 0000 0000 ................
0x0010: 0000 0000 0000 0000 0000 0000 0000 0000 ................
0x0020: 0000 0000 0000 0000 0000 0000 0000 0000 ................
0x0030: 0000 0000 0000 0000 0000 0000 0000 0000 ................
0x0040: 0000 ..
15:58:52.863116 IP (tos 0xc0, ttl 255, id 0, offset 0, flags [none], proto
UDP (17), length 80)
10.71.231.252.1985 > 224.0.0.102.1985: [udp sum ok] HSRPv1
15:58:53.134722 STP 802.1w, Rapid STP, Flags [Learn, Forward], bridge-id
18b6.00:de:fb:bb:23:41.8089, length 42
message-age 0.00s, max-age 20.00s, hello-time 2.00s, forwarding-delay
15.00s
root-id 18b6.00:de:fb:bb:23:41, root-pathcost 0, port-role Designated
15:58:53.240808 IP (tos 0x0, ttl 10, id 54163, offset 0, flags [none], proto
UDP (17), length 114)
10.71.231.42.34893 > 239.0.10.246.8472: [bad udp cksum 0xebd7 ->
0x155a!] OTV, flags [I] (0x08), overlay 0, instance 2806
IP (tos 0xc0, ttl 255, id 18814, offset 0, flags [none], proto AH (51),
length 64)
10.28.17.228 > 224.0.0.18: AH(spi=0x0a1c11e4,sumlen=16,seq=0x1497e):
vrrp 10.28.17.228 > 224.0.0.18: VRRPv2, Advertisement, vrid 51, prio 100,
authtype ah, intvl 1s, length 20, addrs: 10.28.17.254
15:58:53.725750 IP (tos 0x0, ttl 10, id 54511, offset 0, flags [none], proto
UDP (17), length 86)
10.71.231.42.39295 > 239.0.10.246.8472: [bad udp cksum 0xd06d ->
0xfe7c!] OTV, flags [I] (0x08), overlay 0, instance 2806
IP (tos 0x0, ttl 1, id 33070, offset 0, flags [DF], proto UDP (17), length
36)
10.28.17.228.55670 > 225.0.0.50.3780: [bad udp cksum 0xfd53 -> 0x2b63!]
UDP, length 8
15:58:54.218217 IP (tos 0x0, ttl 10, id 10739, offset 0, flags [none], proto
UDP (17), length 78)
10.71.231.42.54808 > 239.0.11.6.8472: [bad udp cksum 0xebc3 -> 0xc614!]
OTV, flags [I] (0x08), overlay 0, instance 2822
ARP, Ethernet (len 6), IPv4 (len 4), Request who-has 10.28.21.254 tell
10.28.21.136, length 28
15:58:54.241047 IP (tos 0x0, ttl 10, id 54529, offset 0, flags [none], proto
UDP (17), length 114)
10.71.231.42.34893 > 239.0.10.246.8472: [bad udp cksum 0xebd7 ->
0x8552!] OTV, flags [I] (0x08), overlay 0, instance 2806
IP (tos 0xc0, ttl 255, id 18815, offset 0, flags [none], proto AH (51),
length 64)
10.28.17.228 > 224.0.0.18: AH(spi=0x0a1c11e4,sumlen=16,seq=0x1497f):
vrrp 10.28.17.228 > 224.0.0.18: VRRPv2, Advertisement, vrid 51, prio 100,
authtype ah, intvl 1s, length 20, addrs: 10.28.17.254
15:58:54.266456 IP (tos 0x0, ttl 10, id 39369, offset 0, flags [none], proto
UDP (17), length 78)
10.71.231.42.54808 > 239.0.11.25.8472: [bad udp cksum 0xebd6 -> 0x5574!]
OTV, flags [I] (0x08), overlay 0, instance 2841
ARP, Ethernet (len 6), IPv4 (len 4), Request who-has 10.28.22.254 tell
10.28.22.112, length 28
^C
29 packets captured
29 packets received by filter
0 packets dropped by kernel
```
@levindecaro Please take a look, Thanks.
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]