Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]


Groups > comp.lang.python > #10972 > unrolled thread

How to make the program support communication behind NAT device?

Started bysmith jack <thinke365@gmail.com>
First post2011-08-06 18:20 +0800
Last post2011-08-06 18:20 +0800
Articles 1 — 1 participant

Back to article view | Back to comp.lang.python


Contents

  How to make the program support communication behind NAT device? smith jack <thinke365@gmail.com> - 2011-08-06 18:20 +0800

#10972 — How to make the program support communication behind NAT device?

Fromsmith jack <thinke365@gmail.com>
Date2011-08-06 18:20 +0800
SubjectHow to make the program support communication behind NAT device?
Message-ID<mailman.1977.1312631173.1164.python-list@python.org>
The subnet behind my router is 192.168.1.0/24, my pc ip is 192.168.1.9,
the server written with python is hosted on 192.168.1.3 on port 1033,
i can connect to this server from my pc

But cannot connect to this server when outside of this subnet? why?

I have made port translate on router, that is 10.10.9.2:1033 to 192.168.1.3:1033

what's wrong?

[toc] | [standalone]


Back to top | Article view | comp.lang.python


csiph-web