I am running a web server (django) on my pc (localhost:8000), but I cannot connect to it from my laptop (both running manjaro 21.3)
I can ping
ping 192.168.4.149
But if I try
http http://192.168.4.149:8000
I get the error
http: error: ConnectionError: HTTPConnectionPool(host=‘192.168.4.149’, port=8000): Max retries exceeded with url: / (Caused by NewConnectionError(‘<urllib3.connection.HTTPConnection object at 0x7fa5234083a0>: Failed to establish a new connection: [Errno 113] No route to host’)) while doing a GET request to URL: http://192.168.4.149:8000/
I get the same message if I try to connect to a non-existent ip address