R
R
roman2019-12-24 22:27:58
Computer networks
roman, 2019-12-24 22:27:58

Web servers raised on a poppy are not visible on the local network, where to dig?

I raise a test web server on port 8080, other devices on the local network cannot go to this port, similar actions on this network do not cause problems on a windows machine, turned off the firewall did not help, did not touch PF and ipfw, tell me what can block, where to look?

Answer the question

In order to leave comments, you need to log in

1 answer(s)
A
anikavoi, 2019-12-24
@anikavoi

Web servers have a parameter "which interface we are listening to", such as listen=0.0.0.0/0
, so if 127.0.0.0/8 is listened, then the web server locally gives it away, and stupidly ignores everyone else.
Check.
PS: And in general, ask questions in a human way: What kind of web server do you have? what config? what are the interface addresses....

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question