I think it’s because the RUTM52 use docker to do port forward, and I receive the TCP from 172.20.0.103 and I don’t know why, but my debian computer doesn’t react.
I don’t have any entry in iptables :
$ sudo iptables -L
Chain INPUT (policy ACCEPT)
target prot opt source destination
Chain FORWARD (policy ACCEPT)
target prot opt source destination
Chain OUTPUT (policy ACCEPT)
target prot opt source destination
$ sudo tcpdump -i any port 8080
tcpdump: data link type LINUX_SLL2
tcpdump: verbose output suppressed, use -v[v]… for full protocol decode
listening on any, link-type LINUX_SLL2 (Linux cooked v2), snapshot length 262144 bytes
13:09:24.866100 wlp0s20f3 In IP 172.20.0.103.24275 > domotique.http-alt: Flags [S], seq 440408263, win 64240, options [mss 1396,nop,wscale 8,nop,nop,sackOK], length 0
13:09:24.866100 wlp0s20f3 In IP 172.20.0.103.10111 > domotique.http-alt: Flags [S], seq 2667171591, win 64240, options [mss 1396,nop,wscale 8,nop,nop,sackOK], length 0
13:09:24.881587 wlp0s20f3 In IP 172.20.0.103.19809 > domotique.http-alt: Flags [S], seq 2355633350, win 64240, options [mss 1396,nop,wscale 8,nop,nop,sackOK], length 0
13:09:25.787828 wlp0s20f3 In IP 172.20.0.103.10111 > domotique.http-alt: Flags [S], seq 2667171591, win 64240, options [mss 1396,nop,wscale 8,nop,nop,sackOK], length 0
13:09:25.787829 wlp0s20f3 In IP 172.20.0.103.24275 > domotique.http-alt: Flags [S], seq 440408263, win 64240, options [mss 1396,nop,wscale 8,nop,nop,sackOK], length 0
13:09:25.879816 wlp0s20f3 In IP 172.20.0.103.19809 > domotique.http-alt: Flags [S], seq 2355633350, win 64240, options [mss 1396,nop,wscale 8,nop,nop,sackOK], length 0
13:09:28.040185 wlp0s20f3 In IP 172.20.0.103.10111 > domotique.http-alt: Flags [S], seq 2667171591, win 64240, options [mss 1396,nop,wscale 8,nop,nop,sackOK], length 0
13:09:28.040186 wlp0s20f3 In IP 172.20.0.103.24275 > domotique.http-alt: Flags [S], seq 440408263, win 64240, options [mss 1396,nop,wscale 8,nop,nop,sackOK], length 0
13:09:28.040186 wlp0s20f3 In IP 172.20.0.103.19809 > domotique.http-alt: Flags [S], seq 2355633350, win 64240, options [mss 1396,nop,wscale 8,nop,nop,sackOK], length 0