Hi guys!
On my RUT955, both running RUT9_R_00.07.06.17, both installed tcpdump with same commands:
opkg -e /etc/opkg/openwrt/distfeeds.conf update
opkg -e /etc/opkg/openwrt/distfeeds.conf install tcpdump
RUT955 A:
root@crsdre:~# tcpdump --version
tcpdump version 4.99.4
libpcap version 1.9.1 (with TPACKET_V3)
RUT955 B:
root@GRDI:~# tcpdump --version
tcpdump version 4.9.3
libpcap version 1.9.1 (with TPACKET_V3)
While tcpdump on router A is correctly working:
root@crsdre:~# tcpdump -i tun_c_dre port 502 -vvv -n -t
tcpdump: listening on tun_c_dre, link-type RAW (Raw IP), snapshot length 262144 bytes
IP (tos 0x0, ttl 64, id 11096, offset 0, flags [DF], proto TCP (6), length 52)
10.55.44.19.502 > 10.55.44.1.42346: Flags [.], cksum 0x4fe0 (correct), seq 1224827159, ack 417244451, win 4073, options [nop,nop,TS val 3013385588 ecr 288438453], length 0
IP (tos 0x0, ttl 62, id 4234, offset 0, flags [DF], proto TCP (6), length 52)
10.55.44.1.42346 > 10.55.44.19.502: Flags [.], cksum 0x8165 (correct), seq 1, ack 1, win 502, options [nop,nop,TS val 288440486 ecr 3013374448], length 0
IP (tos 0x0, ttl 64, id 11097, offset 0, flags [DF], proto TCP (6), length 52)
10.55.44.19.502 > 10.55.44.1.42346: Flags [.], cksum 0x400f (correct), seq 0, ack 1, win 4073, options [nop,nop,TS val 3013387604 ecr 288440486], length 0
IP (tos 0x0, ttl 62, id 4235, offset 0, flags [DF], proto TCP (6), length 52)
Here output on router B:
root@GRDI:~# tcpdump -i tun_c_openvpn
tcpdump: verbose output suppressed, use -v or -vv for full protocol decode
listening on tun_c_openvpn, link-type RAW (Raw IP), capture size 262144 bytes
00:00:00.1741182132 [|ip]
00:00:00.1741182132 [|ip]
00:00:00.1741182132 [|ip]
00:00:00.1741182132 [|ip]
00:00:00.1741182132 [|ip]
00:00:00.1741182132 [|ip]
00:00:00.1741182133 [|ip]
00:00:00.1741182133 [|ip]
00:00:00.1741182133 [|ip]
How can I fix?
Thanks.