Answer the question
In order to leave comments, you need to log in
Setting up ubuntu 16.04 lts for Django. What do you need to make the site available not only on the local network?
Hello.
Wrote a specific Django project.
I run the command python3 manage.py runserver 0.0.0.0:8000.
Opened ports in the router (mi wifi):
Made the following port settings in ufw:
Everything works on the local network, and when I try to access via ip:port from another global network device, I get timeout.
What didn't I do? Or maybe it's because my ubuntu is not ubuntu server? Or because of the router?
Answer the question
In order to leave comments, you need to log in
Most likely, the fact is that you are sitting behind a NAT provider. The easiest way to show a site to clients is to use ngrok .
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question