Background: I have a web server hosted on 10.20.30.177:7000 and it should be accessible from 10.20.30.1 (m1) and 172.17.2.88 (m2). I am able to access from m1 and not from m2. I understand there can be 100 of reasons for this behavior and i am working towards that, and 1 of them is analyzing tcpdump
output on the web server and comparing traffic coming from m1 vs m2. I am very new and don’t understand much on tcpdump
but I captured and compared and observed below 2 points:
- for incoming traffic to webserver few options are different, see this image:
- for outgoing traffic from web server: there is no outgoing traffic for request coming from m2. detail log: https://forum.openwrt.org/t/portforward-not-working-to-access-lan-machine-from-wan/88235/22?u=vermapraveen
Can missing option in incoming request cause no outgoing traffic?