Skip to main content

You are not logged in. Your edit will be placed in a queue until it is peer reviewed.

We welcome edits that make the post easier to understand and more valuable for readers. Because community members review edits, please try to make the post substantially better than how you found it, for example, by fixing grammar or adding additional resources and hyperlinks.

Required fields*

7
  • 1
    Do you have any other rules that could be rejecting the traffic before your accept rule? iptables -L -n -v Commented Dec 30, 2021 at 19:48
  • @PaulBurrows i have updated question with input rules that i got with this command Commented Dec 30, 2021 at 19:55
  • 1
    That is strange. I would try to turn off iptables completely and try it again. If it will work, you can be sure, the problems is with the firewall. Commented Dec 30, 2021 at 20:53
  • @JohnRonald doesn't help. May be the fact that i have access point on the same ip/interface matters? Somthing like the interface is used to share wifi and can't accept incoming connection Commented Dec 30, 2021 at 20:59
  • 1
    To avoid a lot of further questions, can you complete your question with the output of this? ip -br link; ip -br address; ip route and iptables-save -c which has a way better usable output than iptables -L . Also what is the IP address of the client trying and failing to reach the web server? Commented Dec 31, 2021 at 10:33