> Connecting To 24.211.133.163...Could not open connection to the host, on port 
> 23: Connect failed.
You forgot to specify port, command should be 'telnet 24.211.133.163 8000' (if 
you're running Django on different port, change 8000 to your port).

> How would I do that?
I believe it was mentioned earlier in this thread: 'python manage.py runserver 
0.0.0.0:8000' or 'python manage.py runserver [::]:8000' for ipv6 (probably not 
your case though).

> I have no machines that are not on my lan.
I've actually tried to connect to your server from my machine:
% telnet 24.211.133.163 80
Trying 24.211.133.163...
telnet: Unable to connect to remote host: Connection refused
% telnet 24.211.133.163 443
Trying 24.211.133.163...
telnet: Unable to connect to remote host: Connection refused
% telnet 24.211.133.163 8000
Trying 24.211.133.163...
<nothing happens>

It seems like your router or Windows firewall (or it may be any antivirus 
software with embedded firewall installed on your server) is rejecting 
connections to 8000 port. Unfortunately, I can't help you with any 
Windows-related issues.

I could try to help you with your router settings, but I think, since this is 
not about Django anymore, this discussion should not take place in 
django-users@. Feel free to contact me personally though.

> On 7 Nov 2016, at 21:53, bob gailer <bgai...@gmail.com> wrote:
> 
> On 11/7/2016 1:23 PM, GMail wrote:
>> Wow... Indeed, in Windows telnet is disabled by default. Here's how you can 
>> enable it (first link on Google): 
>> https://www.rootusers.com/how-to-enable-the-telnet-client-in-windows-10/
> C:\Users\bgailer>telnet 24.211.133.163
> Connecting To 24.211.133.163...Could not open connection to the host, on port 
> 23: Connect failed.
> 
> C:\Users\bgailer>ftp 24.211.133.163
> > ftp: connect :Connection timed out
>> I believe the problem is (how somebody already mentioned earlier) your port 
>> is inaccessible from external network or server is only serving on lo 
>> (loopback interface, also was mentioned earlier). You could easily test both 
>> cases with telnet.
> How would I do that?
>> And I forgot to mention, that you should probably run telnet on separate 
>> machine (not the one serving Django), since you have no problem accessing 
>> your server locally.
> I have no machines that are not on my lan.
>> 
>>> On 7 Nov 2016, at 21:19, bob gailer <bgai...@gmail.com 
>>> <mailto:bgai...@gmail.com>> wrote:
>>> 
>>> On 11/7/2016 8:51 AM, GMail wrote:
>>>> Hi! Seems like port forwarding doesn't work correctly. Do you have any 
>>>> other ports forwarded (like ssh or ftp)? If so, do they work as expected?
>>>> 
>>>> What is this command's output:
>>>> telnet <external_ip> 8000
>>> Sorry but I'm running Windows 10 which does not recognize "telnet"
>>> 
>>> Bob
>>> 
>>> -- 
>>> You received this message because you are subscribed to the Google Groups 
>>> "Django users" group.
>>> To unsubscribe from this group and stop receiving emails from it, send an 
>>> email to django-users+unsubscr...@googlegroups.com 
>>> <mailto:django-users+unsubscr...@googlegroups.com>.
>>> To post to this group, send email to django-users@googlegroups.com 
>>> <mailto:django-users@googlegroups.com>.
>>> Visit this group at https://groups.google.com/group/django-users.
>>> To view this discussion on the web visit 
>>> https://groups.google.com/d/msgid/django-users/41e7d76b-3938-43c3-d61a-21e94ecbd067%40gmail.com.
>>> For more options, visit https://groups.google.com/d/optout.
>> 
>> -- 
>> You received this message because you are subscribed to the Google Groups 
>> "Django users" group.
>> To unsubscribe from this group and stop receiving emails from it, send an 
>> email to django-users+unsubscr...@googlegroups.com 
>> <mailto:django-users+unsubscr...@googlegroups.com>.
>> To post to this group, send email to django-users@googlegroups.com 
>> <mailto:django-users@googlegroups.com>.
>> Visit this group at https://groups.google.com/group/django-users.
>> To view this discussion on the web visit 
>> https://groups.google.com/d/msgid/django-users/5F9B0BC5-2D58-46A9-B304-AFA2FF777419%40gmail.com
>>  
>> <https://groups.google.com/d/msgid/django-users/5F9B0BC5-2D58-46A9-B304-AFA2FF777419%40gmail.com?utm_medium=email&utm_source=footer>.
>> For more options, visit https://groups.google.com/d/optout.
> 
> 
> -- 
> Image and video hosting by TinyPic
> 
> -- 
> You received this message because you are subscribed to the Google Groups 
> "Django users" group.
> To unsubscribe from this group and stop receiving emails from it, send an 
> email to django-users+unsubscr...@googlegroups.com.
> To post to this group, send email to django-users@googlegroups.com.
> Visit this group at https://groups.google.com/group/django-users.
> To view this discussion on the web visit 
> https://groups.google.com/d/msgid/django-users/4a92ce05-eee8-038c-b1ef-6dd15e699087%40gmail.com.
> For more options, visit https://groups.google.com/d/optout.

-- 
You received this message because you are subscribed to the Google Groups 
"Django users" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to django-users+unsubscr...@googlegroups.com.
To post to this group, send email to django-users@googlegroups.com.
Visit this group at https://groups.google.com/group/django-users.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/django-users/1A8B7D84-B476-4D37-8CB4-CB01C167F667%40gmail.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to