Tagged Questions
0
votes
1answer
807 views
Port listening on localhost:8000 but not on ip:8000
Hello I'm running a web application on port 8000. When I access it from the host server localhost:8000 it responds ok, 127.0.0.1:8000 also works, but 192.168.1.7:8000 does not work. 192.168.1.7 is the ...